Skip to content

Commit

Permalink
Merge pull request #617 from gitcoinco/usdc-sei
Browse files Browse the repository at this point in the history
chore: add USDC
  • Loading branch information
0xKurt authored Jul 30, 2024
2 parents c2af01d + b69b75b commit f818b9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,15 @@ const CHAINS: Chain[] = [
address: "0x0000000000000000000000000000000000000000",
},
},
{
code: "USDC",
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
decimals: 6,
priceSource: {
chainId: 1329,
address: "0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1",
},
},
],
subscriptions: [
// Allo V2
Expand Down

0 comments on commit f818b9e

Please sign in to comment.