mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
cec373eebd
commit
99dc3d982b
23
_data/chains/eip155-80.json
Normal file
23
_data/chains/eip155-80.json
Normal 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"
|
||||
}]
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://scan-testnet.genechain.io/",
|
||||
"shortName": "GeneChain",
|
||||
"shortName": "GeneChainAdn",
|
||||
"chainId": 8080,
|
||||
"networkId": 8080,
|
||||
"explorers": [{
|
||||
|
|
Loading…
Reference in New Issue
Block a user