Create metacode.json (#1835)

This commit is contained in:
cnukaus 2022-11-06 12:31:11 +11:00 committed by GitHub
parent 3418667a05
commit 6b6329dccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
metacode.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Metacodechain",
"chain": "metacode",
"rpc": ["https://j.blockcoach.com:8503"],
"faucets": [],
"nativeCurrency": {
"name": "J",
"symbol": "J",
"decimals": 18
},
"infoURL": "https://j.blockcoach.com:8089",
"shortName": "metacode",
"chainId": 3666,
"networkId": 3666,
"icon": "meta",
"explorers": [
{
"name": "meta",
"url": "https://j.blockcoach.com:8089",
"icon": "meta",
"standard": "EIP3091"
}
]
}