New Chain Related

This commit is contained in:
Bittex 2021-12-10 18:04:38 +05:30 committed by GitHub
parent 405d35d85a
commit c285c8f548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"name": "Bittex Mainnet",
"chain": "BTTX",
"network": "mainnet",
"rpc": [
"https://rpc1.bittexscan.info",
"https://rpc2.bittexscan.info"
],
"faucets": [],
"nativeCurrency": {
"name": "Bittex",
"symbol": "BTTX",
"decimals": 18
},
"infoURL": "https://bittexscan.com",
"shortName": "bttx",
"chainId": 3690,
"networkId": 3690,
"icon": "ethereum",
"explorers": [{
"name": "bittexscan",
"url": "https://bittexscan.com",
"icon": "etherscan",
"standard": "EIP3091"
}]
}