Skip to content

Commit

Permalink
Add astar to default sources (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaidliadon authored May 17, 2024
1 parent cfd9e8f commit 806ad32
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions default_sources.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,18 @@ var defaultSources = map[uint64]map[string]string{
ERC1155: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/optimism-sepolia/erc1155.json",
Misc: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/optimism-sepolia/misc.json",
},
// astar-zkevm
3776: {
ERC20: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkevm/erc20.json",
ERC721: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkevm/erc721.json",
ERC1155: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkevm/erc1155.json",
Misc: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkevm/misc.json",
},
// astar-zkyoto
6038361: {
ERC20: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkyoto/erc20.json",
ERC721: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkyoto/erc721.json",
ERC1155: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkyoto/erc1155.json",
Misc: "https://raw.githubusercontent.com/0xsequence/token-directory/master/index/astar-zkyoto/misc.json",
},
}

0 comments on commit 806ad32

Please sign in to comment.