Create eip155-1501.json (#2929)

* Create eip155-1501.json

Add ChainX-EVM info

* Remove '/'

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
icodezjb 2023-06-01 20:35:55 +08:00 committed by GitHub
parent 6212f9c49b
commit 9e022e7729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "ChainX-EVM",
"chain": "ChainX",
"rpc": ["https://mainnet.chainx.org/rpc", "https://mainnet2.chainx.org/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://chainx.org",
"shortName": "chainx",
"chainId": 1501,
"networkId": 1501,
"explorers": [
{
"name": "chainx-evm scan",
"url": "https://evm.chainx.org",
"standard": "none"
}
]
}