Skip to content

Commit

Permalink
chains: add corn
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Dec 8, 2024
1 parent 9e98c20 commit b4b4da5
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/assets/btcn.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 corn = require("./tokens/corn.json");
const degen = require("./tokens/degen.json");
const duckchain = require("./tokens/duckchain.json");
const educhain = require("./tokens/educhain.json");
Expand All @@ -25,6 +26,7 @@ module.exports = function buildList() {
...arbitrumOne,
...alephZero,
...apechain,
...corn,
...degen,
...duckchain,
...educhain,
Expand Down
79 changes: 79 additions & 0 deletions src/tokens/corn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
[
{
"chainId": 21000000,
"symbol": "WBTCN",
"name": "Wrapped Bitcorn",
"address": "0xda5dDd7270381A7C2717aD10D1c0ecB19e3CDFb2",
"logoURI": "BASE_URL/assets/btcn.svg",
"decimals": 18,
"isWNative": true,
"common": true,
"defaultSwapOutput": true,
"quote": "native"
},
{
"chainId": 21000000,
"symbol": "USDC.e",
"name": "Bridged USDC (Corn)",
"address": "0xDF0B24095e15044538866576754F3C964e902Ee6",
"logoURI": "BASE_URL/assets/usdc.svg",
"decimals": 6,
"common": true,
"defaultSwapInput": true,
"quote": "stable"
},
{
"chainId": 21000000,
"symbol": "WETH",
"name": "Wrapped Ether",
"address": "0x485BBC4F98c071C9BD74Ac255262E61F866f071a",
"logoURI": "BASE_URL/assets/weth.svg",
"decimals": 18,
"quote": "other"
},
{
"chainId": 21000000,
"symbol": "weETH",
"name": "Wrapped eETH",
"address": "0x85aDfA60dDf86b67E6fD493Bd2c774b2eD772D14",
"logoURI": "BASE_URL/assets/weeth.png",
"decimals": 18,
"quote": "other"
},
{
"chainId": 21000000,
"symbol": "aBTC",
"name": "aBTC",
"address": "0x76b0D27F268f405584ACA51b371b144dD5b0a155",
"logoURI": "BASE_URL/assets/abtc.svg",
"decimals": 18,
"quote": "derived_native"
},
{
"chainId": 21000000,
"symbol": "waBTC",
"name": "Wrapped aBTC",
"address": "0x09DEF5aBc67e967d54E8233A4b5EBBc1B3fbE34b",
"logoURI": "BASE_URL/assets/wabtc.svg",
"decimals": 18,
"quote": "derived_native"
},
{
"chainId": 21000000,
"symbol": "LBTC",
"name": "Lombard Staked Bitcoin",
"address": "0xecAc9C5F704e954931349Da37F60E39f515c11c1",
"logoURI": "BASE_URL/assets/lbtc.svg",
"decimals": 8,
"quote": "derived_native"
},
{
"chainId": 21000000,
"symbol": "pumpBTC",
"name": "pumpBTC",
"address": "0xF469fBD2abcd6B9de8E169d128226C0Fc90a012e",
"logoURI": "BASE_URL/assets/pumpbtc.svg",
"decimals": 8,
"quote": "derived_native"
}
]

0 comments on commit b4b4da5

Please sign in to comment.