mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
066c5ac86e
commit
0cba1bb3ed
27
_data/chains/eip155-813.json
Normal file
27
_data/chains/eip155-813.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-8131.json
Normal file
22
_data/chains/eip155-8131.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user