Skip to content

Commit

Permalink
XLabs/portal-bridge-ui-issues#49 - add USDC.e from Polygon (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Feb 27, 2024
1 parent 379d941 commit 26550fc
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions apps/connect/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,61 @@ export default defineConfig({
href: ADVANCE_TOOLS_HREF_TEMPLATE,
},
tokensConfig: {
"USDC.e": {
key: 'USDC.e',
symbol: 'USDC.e',
nativeChain: 'polygon',
tokenId: {
chain: 'polygon',
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
},
icon: "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' data-name='86977684-12db-4850-8f30-233a7c267d11' width='2000' height='2000' viewBox='0 0 2000 2000' style='max-height: 100%25%3b max-width: 100%25%3b'%3e%3cpath fill='%232775ca' d='M1000 2000c554.17 0 1000-445.83 1000-1000S1554.17 0 1000 0 0 445.83 0 1000s445.83 1000 1000 1000z'%3e%3c/path%3e%3cpath fill='white' d='M1275 1158.33c0-145.83-87.5-195.83-262.5-216.66-125-16.67-150-50-150-108.34s41.67-95.83 125-95.83c75 0 116.67 25 137.5 87.5 4.17 12.5 16.67 20.83 29.17 20.83h66.66c16.67 0 29.17-12.5 29.17-29.16v-4.17c-16.67-91.67-91.67-162.5-187.5-170.83v-100c0-16.67-12.5-29.17-33.33-33.34h-62.5c-16.67 0-29.17 12.5-33.34 33.34v95.83c-125 16.67-204.16 100-204.16 204.17 0 137.5 83.33 191.66 258.33 212.5 116.67 20.83 154.17 45.83 154.17 112.5s-58.34 112.5-137.5 112.5c-108.34 0-145.84-45.84-158.34-108.34-4.16-16.66-16.66-25-29.16-25h-70.84c-16.66 0-29.16 12.5-29.16 29.17v4.17c16.66 104.16 83.33 179.16 220.83 200v100c0 16.66 12.5 29.16 33.33 33.33h62.5c16.67 0 29.17-12.5 33.34-33.33v-100c125-20.84 208.33-108.34 208.33-220.84z'%3e%3c/path%3e%3cpath fill='white' d='M787.5 1595.83c-325-116.66-491.67-479.16-370.83-800 62.5-175 200-308.33 370.83-370.83 16.67-8.33 25-20.83 25-41.67V325c0-16.67-8.33-29.17-25-33.33-4.17 0-12.5 0-16.67 4.16-395.83 125-612.5 545.84-487.5 941.67 75 233.33 254.17 412.5 487.5 487.5 16.67 8.33 33.34 0 37.5-16.67 4.17-4.16 4.17-8.33 4.17-16.66v-58.34c0-12.5-12.5-29.16-25-37.5zm441.67-1300c-16.67-8.33-33.34 0-37.5 16.67-4.17 4.17-4.17 8.33-4.17 16.67v58.33c0 16.67 12.5 33.33 25 41.67 325 116.66 491.67 479.16 370.83 800-62.5 175-200 308.33-370.83 370.83-16.67 8.33-25 20.83-25 41.67V1700c0 16.67 8.33 29.17 25 33.33 4.17 0 12.5 0 16.67-4.16 395.83-125 612.5-545.84 487.5-941.67-75-237.5-258.34-416.67-487.5-491.67z'%3e%3c/path%3e%3c/svg%3e",
coinGeckoId: 'bridged-usdc-polygon-pos-bridge',
color: '#FC8E03',
decimals: {
default: 6,
},
foreignAssets: {
ethereum: {
address: '0x566957eF80F9fd5526CD2BEF8BE67035C0b81130',
decimals: 6,
},
bsc: {
address: '0x672147dD47674757C457eB155BAA382cc10705Dd',
decimals: 6,
},
avalanche: {
address: '0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8',
decimals: 6,
},
sui: {
address:
'0xcf72ec52c0f8ddead746252481fb44ff6e8485a39b803825bde6b00d77cdb0bb::coin::COIN',
decimals: 6,
},
aptos: {
address:
'0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T',
decimals: 6,
},
arbitrum: {
address: '0x9A3Fba8a0870Fb9765023681DAa5390C7919C916',
decimals: 6,
},
fantom: {
address: '0x6e0e8cf6Ad151e1260A4D398faaEDFC450A9f00a',
decimals: 6,
},
base: {
address: '0x59f4f969dd3A91A943651C9625E96822DC84Ef94',
decimals: 6,
},
celo: {
address: '0x0E21B5BdFb6eDBa7d903a610d4DE2F8c72586017',
decimals: 6,
},
},
},
BONK: {
key: 'BONK',
symbol: 'BONK',
Expand Down

0 comments on commit 26550fc

Please sign in to comment.