-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SKIT-468] : Created new json file in dapp-store-resgitry which store…
… the chains we support (#175) * created new json file to store the chains we support * fix linting * updated tsconfig to also include json file in build * fix linting * increment package version
- Loading branch information
1 parent
edc4c21
commit 9019dd7
Showing
3 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"label": "Ethereum", | ||
"value": "1" | ||
}, | ||
{ | ||
"label": "Polygon PoS", | ||
"value": "137" | ||
}, | ||
{ | ||
"label": "Polygon zkEVM", | ||
"value": "1101" | ||
}, | ||
{ | ||
"label": "BSC", | ||
"value": "56" | ||
}, | ||
{ | ||
"label": "Arbitrum", | ||
"value": "42161" | ||
}, | ||
{ | ||
"label": "Avalanche", | ||
"value": "43114" | ||
}, | ||
{ | ||
"label": "Optimism", | ||
"value": "10" | ||
}, | ||
{ | ||
"label": "Base", | ||
"value": "8453" | ||
}, | ||
{ | ||
"label": "Solana", | ||
"value": "1399811149" | ||
}, | ||
{ | ||
"label": "Scroll", | ||
"value": "534352" | ||
}, | ||
{ | ||
"label": "Aurora (Near)", | ||
"value": "1313161554" | ||
}, | ||
{ | ||
"label": "zkSync Era", | ||
"value": "324" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters