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@d527f76d06 🚀
This commit is contained in:
parent
161ee09b92
commit
3f8810c57f
File diff suppressed because one or more lines are too long
22
chains/eip155-5000.json
Normal file
22
chains/eip155-5000.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Mantle",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.mantle.xyz"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mantle.xyz",
|
||||
"shortName": "mantle",
|
||||
"chainId": 5000,
|
||||
"networkId": 5000,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Mantle Explorer",
|
||||
"url": "https://explorer.mantle.xyz",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
22
chains/eip155-5001.json
Normal file
22
chains/eip155-5001.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "Mantle Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.testnet.mantle.xyz"],
|
||||
"faucets": ["https://faucet.testnet.mantle.xyz"],
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mantle.xyz",
|
||||
"shortName": "mantle-testnet",
|
||||
"chainId": 5001,
|
||||
"networkId": 5001,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Mantle Testnet Explorer",
|
||||
"url": "https://explorer.testnet.mantle.xyz",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4691,6 +4691,32 @@
|
|||
"rpc": ["https://rpc.venidium.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://venidium.io"
|
||||
}, {
|
||||
"name": "Mantle",
|
||||
"chainId": 5000,
|
||||
"shortName": "mantle",
|
||||
"networkId": 5000,
|
||||
"nativeCurrency": {
|
||||
"name": "BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.mantle.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://mantle.xyz"
|
||||
}, {
|
||||
"name": "Mantle Testnet",
|
||||
"chainId": 5001,
|
||||
"shortName": "mantle-testnet",
|
||||
"networkId": 5001,
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.testnet.mantle.xyz"],
|
||||
"faucets": ["https://faucet.testnet.mantle.xyz"],
|
||||
"infoURL": "https://mantle.xyz"
|
||||
}, {
|
||||
"name": "TLChain Network Mainnet",
|
||||
"chainId": 5177,
|
||||
|
|
|
@ -6758,6 +6758,44 @@
|
|||
"url": "https://evm.venidiumexplorer.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mantle",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.mantle.xyz"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mantle.xyz",
|
||||
"shortName": "mantle",
|
||||
"chainId": 5000,
|
||||
"networkId": 5000,
|
||||
"explorers": [{
|
||||
"name": "Mantle Explorer",
|
||||
"url": "https://explorer.mantle.xyz",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Mantle Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://rpc.testnet.mantle.xyz"],
|
||||
"faucets": ["https://faucet.testnet.mantle.xyz"],
|
||||
"nativeCurrency": {
|
||||
"name": "Testnet BitDAO",
|
||||
"symbol": "BIT",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://mantle.xyz",
|
||||
"shortName": "mantle-testnet",
|
||||
"chainId": 5001,
|
||||
"networkId": 5001,
|
||||
"explorers": [{
|
||||
"name": "Mantle Testnet Explorer",
|
||||
"url": "https://explorer.testnet.mantle.xyz",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "TLChain Network Mainnet",
|
||||
"chain": "TLC",
|
||||
|
|
|
@ -360,6 +360,8 @@
|
|||
"iotex-testnet": "eip155:4690",
|
||||
"txvm": "eip155:4918",
|
||||
"xvm": "eip155:4919",
|
||||
"mantle": "eip155:5000",
|
||||
"mantle-testnet": "eip155:5001",
|
||||
"tlc": "eip155:5177",
|
||||
"es": "eip155:5197",
|
||||
"hmnd": "eip155:5234",
|
||||
|
|
Loading…
Reference in New Issue
Block a user