Apply for DxChain ID (#1387)

This commit is contained in:
lzldx 2022-07-22 16:26:08 +08:00 committed by GitHub
parent cfe38e6946
commit acd1287bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "Dxchain Mainnet",
"chain": "Dxchain",
"rpc": [
"https://www.mainnet.dxchain.com"
],
"faucets": [
],
"nativeCurrency": {
"name": "Dxchain",
"symbol": "DX",
"decimals": 18
},
"infoURL": "https://www.dxchain.com/",
"shortName": "dx",
"chainId": 36,
"networkId": 36
}

View File

@ -0,0 +1,19 @@
{
"name": "DxChain Testnet",
"chain": "DxChain",
"rpc": [
"https://testnet-http.dxchain.com"
],
"faucets": [
"https://faucet.dxscan.io"
],
"nativeCurrency": {
"name": "DxChain Testnet",
"symbol": "DX",
"decimals": 18
},
"infoURL": "https://testnet.dxscan.io/",
"shortName": "dxc",
"chainId": 72,
"networkId": 72
}