Skip to content

Commit 40c57a4

Browse files
committed
feat(token-list): add native USDC and USDC.e tokens
- Add native USDC on Polygon and zkSync Era - Rename existing bridged USDC to USDC.e on both chains - Add USDC.e on Berachain
1 parent 43c20e3 commit 40c57a4

3 files changed

Lines changed: 36 additions & 4 deletions

File tree

token-list/evm/137.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,13 +464,21 @@
464464
"symbol": "UNI"
465465
},
466466
{
467-
"address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
467+
"address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
468468
"chainId": 137,
469469
"decimals": 6,
470-
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/logo.png",
470+
"logoURI": "https://files.sablier.com/tokens/USDC.png",
471471
"name": "USD Coin",
472472
"symbol": "USDC"
473473
},
474+
{
475+
"address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
476+
"chainId": 137,
477+
"decimals": 6,
478+
"logoURI": "https://files.sablier.com/tokens/USDC.png",
479+
"name": "Bridged USD Coin",
480+
"symbol": "USDC.e"
481+
},
474482
{
475483
"address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
476484
"chainId": 137,

token-list/evm/324.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
[
22
{
3-
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
3+
"address": "0x4B9eb6c0b6ea15176BBF62841C6B2A8a398cb656",
4+
"chainId": 324,
5+
"decimals": 18,
6+
"logoURI": "https://files.sablier.com/tokens/DAI.png",
7+
"name": "Dai Stablecoin",
8+
"symbol": "DAI"
9+
},
10+
{
11+
"address": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
412
"chainId": 324,
513
"decimals": 6,
614
"logoURI": "https://files.sablier.com/tokens/USDC.png",
7-
"name": "Bridged USDC",
15+
"name": "USD Coin",
816
"symbol": "USDC"
917
},
18+
{
19+
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
20+
"chainId": 324,
21+
"decimals": 6,
22+
"logoURI": "https://files.sablier.com/tokens/USDC.png",
23+
"name": "Bridged USD Coin",
24+
"symbol": "USDC.e"
25+
},
1026
{
1127
"address": "0xBBeB516fb02a01611cBBE0453Fe3c580D7281011",
1228
"chainId": 324,

token-list/evm/80094.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"name": "Burr Governance Token",
88
"symbol": "BURR"
99
},
10+
{
11+
"address": "0x549943e04f40284185054145c6e4e9568c1d3241",
12+
"chainId": 80094,
13+
"decimals": 6,
14+
"logoURI": "https://files.sablier.com/tokens/USDC.png",
15+
"name": "Bridged USD Coin",
16+
"symbol": "USDC.e"
17+
},
1018
{
1119
"address": "0x7DCC39B4d1C53CB31e1aBc0e358b43987FEF80f7",
1220
"chainId": 80094,

0 commit comments

Comments
 (0)