Skip to content

Commit

Permalink
Merge pull request #257 from connext/feat/add_assets_to_zircuit
Browse files Browse the repository at this point in the history
feat: Add WETH, USDC, and USDT to zircuit configuration
  • Loading branch information
harrier-lcc authored Feb 11, 2025
2 parents 41383ca + 2b8343a commit 5f1c030
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions everclear.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,39 @@
},
"confirmations": 1,
"assets": {
"WETH": {
"symbol": "WETH",
"address": "0x4200000000000000000000000000000000000006",
"decimals": 18,
"tickerHash": "0x0f8a193ff464434486c0daf7db2a895884365d2bc84ba47a68fcf89c1b14b5b8",
"isNative": false,
"price": {
"isStable": false,
"coingeckoId": "ethereum"
}
},
"USDC": {
"symbol": "USDC",
"address": "0x3b952c8C9C44e8Fe201e2b26F6B2200203214cfF",
"decimals": 6,
"tickerHash": "0xd6aca1be9729c13d677335161321649cccae6a591554772516700f986f942eaa",
"isNative": false,
"price": {
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"USDT": {
"symbol": "USDT",
"address": "0x46dDa6a5a559d861c06EC9a95Fb395f5C3Db0742",
"decimals": 6,
"tickerHash": "0x8b1a1d9c2b109e527c9134b25b1a1833b16b6594f92daa9f6d9b7a6024bce9d0",
"isNative": false,
"price": {
"isStable": true,
"coingeckoId": "tether"
}
},
"xPufETH": {
"symbol": "xPufETH",
"address": "0x9346A5043C590133FE900aec643D9622EDddBA57",
Expand Down

0 comments on commit 5f1c030

Please sign in to comment.