Skip to content

Commit

Permalink
[addToken] USDC.e to GNOSIS_CHAIN (#418)
Browse files Browse the repository at this point in the history
* [addToken] GNOSIS_CHAIN/0x2a22f9c3b484c3629090feed35f17ff8f88f76f0

* chore: use same image for USDC.e as USDC

* chore: add image for USDC on gchain

* fix: use correct decimals and token name for USDC.e

* chore: add permit data for USDC.e

---------

Co-authored-by: cowmarketing <[email protected]>
Co-authored-by: Alfetopito <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2024
1 parent 856d5d5 commit 513ddfa
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/public/CowSwap.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,14 @@
"chainId": 100,
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/100/0x177127622c4a00f3d409b75571e12cb3c8973d3c/logo.png"
},
{
"address": "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
"symbol": "USDC.e",
"name": "Bridged USDC (Gnosis)",
"decimals": 6,
"chainId": 100,
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/100/0x2a22f9c3b484c3629090feed35f17ff8f88f76f0/logo.png"
},
{
"address": "0x2bF2ba13735160624a0fEaE98f6aC8F70885eA61",
"chainId": 100,
Expand Down Expand Up @@ -1062,12 +1070,12 @@
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/100/0xcE11e14225575945b8E6Dc0D4F2dD4C570f79d9f/logo.png"
},
{
"address": "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83",
"address": "0xddafbb505ad214d7b80b1f830fccc89b60fb7a83",
"chainId": 100,
"name": "USD//C on Gnosis Chain",
"symbol": "USDC",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/centfinance/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/100/0xddafbb505ad214d7b80b1f830fccc89b60fb7a83/logo.png"
},
{
"address": "0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2",
Expand Down
5 changes: 5 additions & 0 deletions src/public/PermitInfo.100.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@
"version": "1",
"name": "SushiToken on xDai"
},
"0x2a22f9c3b484c3629090feed35f17ff8f88f76f0": {
"type": "eip-2612",
"version": "2",
"name": "Bridged USDC (Gnosis)"
},
"0x2be73bfeec620aa9b67535a4d3827bb1e29436d1": {
"type": "eip-2612",
"version": "1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"removed": false,
"address": "0x2a22f9c3b484c3629090feed35f17ff8f88f76f0",
"symbol": "USDC.e",
"name": "Gnosis xDAI Bridged USDC (Gnosis)",
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/100/0x2a22f9c3b484c3629090feed35f17ff8f88f76f0/logo.png",
"reason": "Petition by karpatkey",
"decimals": 18,
"chainId": 100
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 513ddfa

Please sign in to comment.