Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/arc-testnet-decimals.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Fix Arc Testnet native currency decimals (USDC) from 6 to 18 to match the chain's RPC balance encoding
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const arcTestnet = /* @__PURE__ */ defineChain({
],
id: 5042002,
name: "Arc Testnet",
nativeCurrency: { decimals: 6, name: "USDC", symbol: "USDC" },
nativeCurrency: { decimals: 18, name: "USDC", symbol: "USDC" },
Comment thread
0xFirekeeper marked this conversation as resolved.
testnet: true,
});
Loading