Skip to content

Commit

Permalink
chains: add degen
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Nov 28, 2024
1 parent 072de0f commit 283ea19
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
Binary file added src/assets/degen.png
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 degen = require("./tokens/degen.json");
const duckchain = require("./tokens/duckchain.json");
const educhain = require("./tokens/educhain.json");
const geist = require("./tokens/geist.json");
Expand All @@ -24,6 +25,7 @@ module.exports = function buildList() {
...arbitrumOne,
...alephZero,
...apechain,
...degen,
...duckchain,
...educhain,
...geist,
Expand Down
45 changes: 45 additions & 0 deletions src/tokens/degen.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit 283ea19

Please sign in to comment.