Add GeneChain mainnet (#260)

* Add GeneChain mainnet

* Fix required faucets property

* Change short name of testnet to make CI happy

* Fix shortname instead of chain property
This commit is contained in:
GeneChain Maintainer 2021-05-18 17:27:19 +09:00 committed by GitHub
parent cec373eebd
commit 99dc3d982b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,23 @@
{
"name": "GeneChain",
"chain": "GeneChain",
"network": "mainnet",
"rpc": [
"https://rpc.genechain.io"
],
"faucets": [],
"nativeCurrency": {
"name": "RNA",
"symbol": "RNA",
"decimals": 18
},
"infoURL": "https://scan.genechain.io/",
"shortName": "GeneChain",
"chainId": 80,
"networkId": 80,
"explorers": [{
"name": "GeneChain Scan",
"url": "https://scan.genechain.io",
"standard": "EIP3091"
}]
}

View File

@ -14,7 +14,7 @@
"decimals": 18
},
"infoURL": "https://scan-testnet.genechain.io/",
"shortName": "GeneChain",
"shortName": "GeneChainAdn",
"chainId": 8080,
"networkId": 8080,
"explorers": [{