Skip to content

Commit f818b9e

Browse files
authoredJul 30, 2024··
Merge pull request #617 from gitcoinco/usdc-sei
chore: add USDC
2 parents c2af01d + b69b75b commit f818b9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎src/config.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,15 @@ const CHAINS: Chain[] = [
14971497
address: "0x0000000000000000000000000000000000000000",
14981498
},
14991499
},
1500+
{
1501+
code: "USDC",
1502+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1503+
decimals: 6,
1504+
priceSource: {
1505+
chainId: 1329,
1506+
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
1507+
},
1508+
},
15001509
],
15011510
subscriptions: [
15021511
// Allo V2

0 commit comments

Comments
 (0)
Please sign in to comment.