mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Genesis L1 mainnet (#569)
* add Genesis L1 mainnet Genesis L1 mainnet launch Nov 19, 2021 * Add Genesis L1 testnet Genesis L1 testnet launch: Nov 19, 2021 * Update eip155-26.json * Update eip155-26.json
This commit is contained in:
parent
229f35d5f0
commit
c03fa4958c
23
_data/chains/eip155-26.json
Normal file
23
_data/chains/eip155-26.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "GenesisL1 testnet",
|
||||
"chain": "genesis",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://testrpc.genesisl1.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "L1 testcoin",
|
||||
"symbol": "L1test",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.genesisl1.com",
|
||||
"shortName": "L1test",
|
||||
"chainId": 26,
|
||||
"networkId": 26,
|
||||
"explorers": [{
|
||||
"name": "Genesis L1 testnet explorer",
|
||||
"url": "https://testnet.genesisl1.org/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
23
_data/chains/eip155-29.json
Normal file
23
_data/chains/eip155-29.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "GenesisL1",
|
||||
"chain": "genesis",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.genesisl1.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "L1 coin",
|
||||
"symbol": "L1",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.genesisl1.com",
|
||||
"shortName": "L1",
|
||||
"chainId": 29,
|
||||
"networkId": 29,
|
||||
"explorers": [{
|
||||
"name": "Genesis L1 blockchain explorer",
|
||||
"url": "https://explorer.genesisl1.org/",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user