Skip to content

Commit

Permalink
feat: Support ERC tokens (#1587)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Le Ponner <[email protected]>
Signed-off-by: Simon Viénot <[email protected]>
Co-authored-by: Eric Le Ponner <[email protected]>
  • Loading branch information
svienot and ericleponner authored Jan 8, 2025
1 parent 2d00868 commit 789d70e
Show file tree
Hide file tree
Showing 39 changed files with 98,128 additions and 112 deletions.
4,226 changes: 4,226 additions & 0 deletions public/mainnet/erc-20.json

Large diffs are not rendered by default.

842 changes: 842 additions & 0 deletions public/mainnet/erc-721.json

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion public/networks-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"enableStaking": true,
"enableExpiry": true,
"enableMarket": true,
"popularTokenIndexURL": null,
"popularTokenIndexURL": "popular-tokens.json",
"erc20IndexURL": "mainnet/erc-20.json",
"erc721IndexURL": "mainnet/erc-721.json",
"sourcifySetup": {
"activate": true,
"repoURL": "https://repository.local/contracts/",
Expand All @@ -25,6 +27,8 @@
"enableStaking": true,
"enableExpiry": false,
"enableMarket": false,
"erc20IndexURL": "testnet/erc-20.json",
"erc721IndexURL": "testnet/erc-721.json",
"sourcifySetup": {
"activate": true,
"repoURL": "https://repository.local/contracts/",
Expand All @@ -41,6 +45,8 @@
"enableStaking": false,
"enableExpiry": false,
"enableMarket": false,
"erc20IndexURL": null,
"erc721IndexURL": "previewnet/erc-721.json",
"sourcifySetup": {
"activate": true,
"repoURL": "https://repository.local/contracts/",
Expand Down
Loading

0 comments on commit 789d70e

Please sign in to comment.