From 69d0bb111d9f612cb86bd20ac09dc194e2a900ba Mon Sep 17 00:00:00 2001 From: divine-comedian Date: Tue, 12 Nov 2024 10:26:42 +0700 Subject: [PATCH] update recurring donation token info --- src/provider.ts | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/provider.ts b/src/provider.ts index 93b190f0c..85a9c66aa 100644 --- a/src/provider.ts +++ b/src/provider.ts @@ -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', }, ];