add the metadot chain info (#381)

* add the metadot chain info

* Update eip155-16001.json

* add metadot chain info
This commit is contained in:
bengbengle 2021-08-25 22:14:33 +08:00 committed by GitHub
parent 993bc01ffb
commit f777280724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "MetaDot Mainnet",
"chain": "MTT",
"network": "mainnet",
"rpc": [
"https://mainnet.metadot.network"
],
"faucets": [],
"nativeCurrency": {
"name": "MetaDot Token",
"symbol": "MTT",
"decimals": 18
},
"infoURL": "https://metadot.network",
"shortName": "mtt",
"chainId": 16000,
"networkId": 16000
}

View File

@ -0,0 +1,21 @@
{
"name": "MetaDot Testnet",
"chain": "MTTTest",
"network": "devnet",
"rpc": [
"https://testnet.metadot.network"
],
"faucets": [
"https://faucet.metadot.network/"
],
"nativeCurrency": {
"name": "MetaDot Token TestNet",
"symbol": "MTT-test",
"decimals": 18
},
"infoURL": "https://metadot.network",
"shortName": "mtttest",
"chainId": 16001,
"networkId": 16001
}