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:
vincent 2022-12-17 14:11:00 +08:00 committed by GitHub
parent d398b15a93
commit d527f76d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

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"
}
]
}

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"
}
]
}