Skip to content

Commit

Permalink
chains: add conwai
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Jan 19, 2025
1 parent 6b14a0e commit 89bbd4c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/wcnw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/buildList.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const arbitrumSepolia = require("./tokens/arbitrum-sepolia.json");
const arbitrumOne = require("./tokens/arbitrum-one.json");
const alephZero = require("./tokens/aleph-zero.json");
const apechain = require("./tokens/apechain.json");
const conwai = require("./tokens/conwai.json");
const corn = require("./tokens/corn.json");
const degen = require("./tokens/degen.json");
const duckchain = require("./tokens/duckchain.json");
Expand All @@ -29,6 +30,7 @@ module.exports = function buildList() {
...arbitrumOne,
...alephZero,
...apechain,
...conwai,
...corn,
...degen,
...duckchain,
Expand Down
43 changes: 43 additions & 0 deletions src/tokens/conwai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"chainId": 668668,
"symbol": "WCNW",
"name": "Wrapped Conwai",
"address": "0x1f0Fd72D9D1b829A15c113782A6B0E138Da7AcB1",
"logoURI": "BASE_URL/assets/wcnw.svg",
"decimals": 18,
"isWNative": true,
"common": true,
"defaultSwapOutput": true,
"quote": "native"
},
{
"chainId": 668668,
"symbol": "USDT",
"name": "Tether USD",
"address": "0x62DaD2F8767FF39A7ae7247eA2d793Ad193a3DED",
"logoURI": "BASE_URL/assets/usdt.svg",
"decimals": 6,
"common": true,
"defaultSwapInput": true,
"quote": "stable"
},
{
"chainId": 668668,
"symbol": "USDC",
"name": "USD Coin",
"address": "0xCB40A1d748da0755E82eCA86328D011A0a1f931C",
"logoURI": "BASE_URL/assets/usdc.svg",
"decimals": 6,
"quote": "derived_stable"
},
{
"chainId": 668668,
"symbol": "WETH",
"name": "Wrapped Ether",
"address": "0x1A59A0d9CA5b500942F46D3bF75B6E4410531849",
"logoURI": "BASE_URL/assets/weth.svg",
"decimals": 18,
"quote": "other"
}
]

0 comments on commit 89bbd4c

Please sign in to comment.