Skip to content

Commit

Permalink
Merge pull request #1401 from sushiswap/feat/filecoin-list
Browse files Browse the repository at this point in the history
feat: create filecoin list
  • Loading branch information
jiro-ono authored Oct 25, 2023
2 parents bccf1fa + 95ee474 commit 98b95f6
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lists/token-lists/default-token-list/internal/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const haqq = require("../tokens/haqq.json");
const zksyncEra = require("../tokens/zksync-era.json");
const linea = require("../tokens/linea.json");
const scroll = require("../tokens/scroll.json");
const filecoin = require("../tokens/filecoin.json");

module.exports = function buildList() {
const parsed = version.split(".");
Expand Down Expand Up @@ -101,7 +102,8 @@ module.exports = function buildList() {
...haqq,
...zksyncEra,
...linea,
...scroll
...scroll,
...filecoin
]),
};
};
35 changes: 35 additions & 0 deletions lists/token-lists/default-token-list/tokens/filecoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"address": "0x60E1773636CF5E4A227d9AC24F20fEca034ee25A",
"chainId": 314,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/filecoin/0x60E1773636CF5E4A227d9AC24F20fEca034ee25A.jpg",
"name": "Wrapped Filecoin",
"symbol": "WFIL"
},
{
"address": "0xEB466342C4d449BC9f53A865D5Cb90586f405215",
"chainId": 314,
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/filecoin/0xEB466342C4d449BC9f53A865D5Cb90586f405215.jpg",
"name": "Axelar Wrapped USDC",
"symbol": "axlUSDC"
},
{
"address": "0x5C7e299CF531eb66f2A1dF637d37AbB78e6200C7",
"chainId": 314,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/filecoin/0x5C7e299CF531eb66f2A1dF637d37AbB78e6200C7.jpg",
"name": "Axelar Wrapped DAI",
"symbol": "axlDAI"
},
{
"address": "0x422849B355039bC58F2780cc4854919fC9cfaF94",
"chainId": 314,
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/filecoin/0x422849B355039bC58F2780cc4854919fC9cfaF94.jpg",
"name": "Tether USD",
"symbol": "USDT"
}
]

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98b95f6

Please sign in to comment.