diff --git a/src/assets/degen.png b/src/assets/degen.png new file mode 100644 index 0000000..9ec38b9 Binary files /dev/null and b/src/assets/degen.png differ diff --git a/src/buildList.js b/src/buildList.js index 8fc2e79..52c362c 100644 --- a/src/buildList.js +++ b/src/buildList.js @@ -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 degen = require("./tokens/degen.json"); const duckchain = require("./tokens/duckchain.json"); const educhain = require("./tokens/educhain.json"); const geist = require("./tokens/geist.json"); @@ -24,6 +25,7 @@ module.exports = function buildList() { ...arbitrumOne, ...alephZero, ...apechain, + ...degen, ...duckchain, ...educhain, ...geist, diff --git a/src/tokens/degen.json b/src/tokens/degen.json new file mode 100644 index 0000000..22b37ce --- /dev/null +++ b/src/tokens/degen.json @@ -0,0 +1,45 @@ +[ + { + "chainId": 666666666, + "symbol": "WDEGEN", + "name": "Wrapped DEGEN", + "address": "0xEb54dACB4C2ccb64F8074eceEa33b5eBb38E5387", + "logoURI": "BASE_URL/assets/edu.svg", + "decimals": 18, + "isWNative": true, + "common": true, + "defaultSwapOutput": true, + "quote": "native" + }, + { + "chainId": 666666666, + "symbol": "USDC", + "name": "USD Coin", + "address": "0xF1815bd50389c46847f0Bda824eC8da914045D14", + "logoURI": "BASE_URL/assets/usdc.svg", + "decimals": 6, + "common": true, + "defaultSwapInput": true, + "quote": "stable" + }, + { + "chainId": 666666666, + "symbol": "USDT", + "name": "Tether USD", + "address": "0x674843C06FF83502ddb4D37c2E09C01cdA38cbc8", + "logoURI": "BASE_URL/assets/usdt.svg", + "decimals": 6, + "common": true, + "quote": "derived_stable" + }, + { + "chainId": 666666666, + "symbol": "WETH", + "name": "Wrapped Ether", + "address": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590", + "logoURI": "BASE_URL/assets/eth.svg", + "decimals": 18, + "common": true, + "quote": "other" + } +]