Deploying to gh-pages from @ ethereum-lists/chains@d527f76d06 🚀

This commit is contained in:
ligi 2022-12-17 06:14:55 +00:00
parent 161ee09b92
commit 3f8810c57f
7 changed files with 112 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-5000.json Normal file
View 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
View 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

View File

@ -4691,6 +4691,32 @@
"rpc": ["https://rpc.venidium.io"], "rpc": ["https://rpc.venidium.io"],
"faucets": [], "faucets": [],
"infoURL": "https://venidium.io" "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", "name": "TLChain Network Mainnet",
"chainId": 5177, "chainId": 5177,

View File

@ -6758,6 +6758,44 @@
"url": "https://evm.venidiumexplorer.com", "url": "https://evm.venidiumexplorer.com",
"standard": "EIP3091" "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", "name": "TLChain Network Mainnet",
"chain": "TLC", "chain": "TLC",

View File

@ -360,6 +360,8 @@
"iotex-testnet": "eip155:4690", "iotex-testnet": "eip155:4690",
"txvm": "eip155:4918", "txvm": "eip155:4918",
"xvm": "eip155:4919", "xvm": "eip155:4919",
"mantle": "eip155:5000",
"mantle-testnet": "eip155:5001",
"tlc": "eip155:5177", "tlc": "eip155:5177",
"es": "eip155:5197", "es": "eip155:5197",
"hmnd": "eip155:5234", "hmnd": "eip155:5234",