Skip to content

Commit

Permalink
update recurring donation token info
Browse files Browse the repository at this point in the history
  • Loading branch information
divine-comedian committed Nov 12, 2024
1 parent 2e229ee commit 69d0bb1
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,46 @@ export const superTokens = [
underlyingToken: {
decimals: 6,
id: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
name: 'Bridged USD Coin',
symbol: 'USDC.e',
coingeckoId: 'usd-coin',
},
decimals: 18,
id: '0x8430f084b939208e2eded1584889c9a66b90562f',
name: 'Super Bridged USD Coin',
symbol: 'USDC.ex',
isSuperToken: true,
coingeckoId: 'usd-coin',
},
{
underlyingToken: {
decimals: 6,
id: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
name: 'USD Coin',
symbol: 'USDC',
coingeckoId: 'usd-coin',
},
decimals: 18,
id: '0x8430f084b939208e2eded1584889c9a66b90562f',
id: '0x35Adeb0638EB192755B6E52544650603Fe65A006',
name: 'Super USD Coin',
symbol: 'USDCx',
isSuperToken: true,
coingeckoId: 'usd-coin',
},
{
underlyingToken: {
decimals: 18,
id: '0x4F604735c1cF31399C6E711D5962b2B3E0225AD3',
name: 'Glo Dollar',
symbol: 'USDGLO',
coingeckoId: 'glo-dollar',
},
decimals: 18,
id: '0x9F41d0AA24E599fd8D0c180Ee3C0F609dc41c622',
name: 'Super Glo Dollar',
symbol: 'USDGLOx',
isSuperToken: true,
coingeckoId: 'glo-dollar',
},
];

Expand Down

0 comments on commit 69d0bb1

Please sign in to comment.