Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions constants/additionalChainRegistry/chainid-3343.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export const data = {
"name": "Edge",
"chain": "ETH",
"rpc": ["https://edge-mainnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.edgex.exchange",
"shortName": "edge",
"chainId": 3343,
"networkId": 3343,
"explorers": [
{
"name": "Alchemy Explorer",
"url": "https://edge-mainnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
22 changes: 22 additions & 0 deletions constants/additionalChainRegistry/chainid-33431.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export const data = {
"name": "Edge Testnet",
"chain": "ETH",
"rpc": ["https://edge-testnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://www.edgex.exchange",
"shortName": "edge-testnet",
"chainId": 33431,
"networkId": 33431,
"explorers": [
{
"name": "Alchemy Explorer",
"url": "https://edge-testnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
2 changes: 2 additions & 0 deletions constants/chainIds.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ export default {
"2818": "morph",
"3073": "move",
"3338": "peaq",
"3343": "edge",
"33431": "edge testnet",
"3637": "botanix",
"3721": "xone chain",
"3776": "astar zkevm",
Expand Down