Skip to content

Commit 49194e3

Browse files
authored
Fix Arc Testnet native currency decimals (#8801)
1 parent 50420fc commit 49194e3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/arc-testnet-decimals.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Fix Arc Testnet native currency decimals (USDC) from 6 to 18 to match the chain's RPC balance encoding

packages/thirdweb/src/chains/chain-definitions/arc-testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export const arcTestnet = /* @__PURE__ */ defineChain({
1212
],
1313
id: 5042002,
1414
name: "Arc Testnet",
15-
nativeCurrency: { decimals: 6, name: "USDC", symbol: "USDC" },
15+
nativeCurrency: { decimals: 18, name: "USDC", symbol: "USDC" },
1616
testnet: true,
1717
});

0 commit comments

Comments
 (0)