mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add mantle chains (#1779)
* add mantle chains * fix check * update short name * fix illegal name * update url * update name * update domain Co-authored-by: chengwenxi <22697326+chengwenxi@users.noreply.github.com> Co-authored-by: Yoda Gao <shixi.gs@gmail.com>
This commit is contained in:
parent
d398b15a93
commit
d527f76d06
22
_data/chains/eip155-5000.json
Normal file
22
_data/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
_data/chains/eip155-5001.json
Normal file
22
_data/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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user