Skip to content
Open
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
4 changes: 2 additions & 2 deletions lib/circle/gateway-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ const arcRpcKey = process.env.ARC_TESTNET_RPC_KEY || 'c0ca2582063a5bbd5db2f98c13
export const arcTestnet = {
id: 5042002,
name: 'Arc Testnet',
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 6 },
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
rpcUrls: {
default: { http: [`https://rpc.testnet.arc.network/${arcRpcKey}`] },
},
blockExplorers: {
default: { name: 'Explorer', url: 'https://explorer.arc.testnet.circle.com' },
default: { name: 'Arcscan', url: 'https://testnet.arcscan.app' },
},
testnet: true,
} as const satisfies Chain;
Expand Down