add meer network (#1773)

* add meer network

* Delete eip155-8131.json

* update

* Update eip155-813.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
bCoder778 2022-10-25 22:15:40 +08:00 committed by GitHub
parent 066c5ac86e
commit 0cba1bb3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"name": "Qitmeer",
"chain": "MEER",
"rpc": [
"https://evm-dataseed3.meerscan.io",
"https://evm-dataseed1.meerscan.com",
"https://evm-dataseed.meerscan.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Qitmeer",
"symbol": "MEER",
"decimals": 18
},
"infoURL": "https://github.com/Qitmeer",
"shortName": "meer",
"chainId": 813,
"networkId": 813,
"slip44": 813,
"explorers": [
{
"name": "meerscan",
"url": "https://evm.meerscan.com",
"standard": "none"
}
]
}

View File

@ -0,0 +1,22 @@
{
"name": "Qitmeer Network Testnet",
"chain": "MEER",
"rpc": ["https://explorer.qitmeer.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Qitmeer Testnet",
"symbol": "MEER-T",
"decimals": 18
},
"infoURL": "https://github.com/Qitmeer",
"shortName": "meertest",
"chainId": 8131,
"networkId": 8131,
"explorers": [
{
"name": "meerscan testnet",
"url": "https://testnet.qng.meerscan.io",
"standard": "none"
}
]
}