mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@749a141dab 🚀
This commit is contained in:
parent
614b40e9eb
commit
a5e1b907d5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1093,7 +1093,7 @@
|
|||
}, {
|
||||
"name": "Web3Games Testnet",
|
||||
"chainId": 102,
|
||||
"shortName": "w3g",
|
||||
"shortName": "tw3g",
|
||||
"networkId": 102,
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Games",
|
||||
|
@ -1103,6 +1103,19 @@
|
|||
"rpc": ["https://testnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://web3games.org/"
|
||||
}, {
|
||||
"name": "Web3Games Devnet",
|
||||
"chainId": 105,
|
||||
"shortName": "dw3g",
|
||||
"networkId": 105,
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Games",
|
||||
"symbol": "W3G",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://devnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://web3games.org/"
|
||||
}, {
|
||||
"name": "Velas EVM Mainnet",
|
||||
"chainId": 106,
|
||||
|
|
|
@ -1507,6 +1507,7 @@
|
|||
}, {
|
||||
"name": "Web3Games Testnet",
|
||||
"chain": "Web3Games",
|
||||
"icon": "web3games",
|
||||
"rpc": ["https://testnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -1515,9 +1516,29 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://web3games.org/",
|
||||
"shortName": "w3g",
|
||||
"shortName": "tw3g",
|
||||
"chainId": 102,
|
||||
"networkId": 102
|
||||
}, {
|
||||
"name": "Web3Games Devnet",
|
||||
"chain": "Web3Games",
|
||||
"icon": "web3games",
|
||||
"rpc": ["https://devnet.web3games.org/evm"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Web3Games",
|
||||
"symbol": "W3G",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://web3games.org/",
|
||||
"shortName": "dw3g",
|
||||
"chainId": 105,
|
||||
"networkId": 105,
|
||||
"explorers": [{
|
||||
"name": "Web3Games Explorer",
|
||||
"url": "https://explorer-devnet.web3games.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Velas EVM Mainnet",
|
||||
"chain": "Velas",
|
||||
|
|
|
@ -83,7 +83,8 @@
|
|||
"poa": "eip155:99",
|
||||
"gno": "eip155:100",
|
||||
"eti": "eip155:101",
|
||||
"w3g": "eip155:102",
|
||||
"tw3g": "eip155:102",
|
||||
"dw3g": "eip155:105",
|
||||
"vlx": "eip155:106",
|
||||
"ntn": "eip155:107",
|
||||
"TT": "eip155:108",
|
||||
|
|
Loading…
Reference in New Issue
Block a user