mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@1d5af73a46 🚀
This commit is contained in:
parent
18ca6fff31
commit
2b0223c917
|
@ -1550,6 +1550,14 @@
|
||||||
"height": 310,
|
"height": 310,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "genesys",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "altlayer",
|
"name": "altlayer",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-16507.json
Normal file
23
chains/eip155-16507.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Genesys Mainnet",
|
||||||
|
"chain": "Genesys",
|
||||||
|
"icon": "genesys",
|
||||||
|
"rpc": ["https://rpc.genesys.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Genesys",
|
||||||
|
"symbol": "GSYS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.genesys.network/",
|
||||||
|
"shortName": "Genesys",
|
||||||
|
"chainId": 16507,
|
||||||
|
"networkId": 16507,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "GchainExplorer",
|
||||||
|
"url": "https://gchainexplorer.genesys.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -7889,6 +7889,19 @@
|
||||||
"rpc": ["https://testnet.metadot.network"],
|
"rpc": ["https://testnet.metadot.network"],
|
||||||
"faucets": ["https://faucet.metadot.network/"],
|
"faucets": ["https://faucet.metadot.network/"],
|
||||||
"infoURL": "https://metadot.network"
|
"infoURL": "https://metadot.network"
|
||||||
|
}, {
|
||||||
|
"name": "Genesys Mainnet",
|
||||||
|
"chainId": 16507,
|
||||||
|
"shortName": "Genesys",
|
||||||
|
"networkId": 16507,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Genesys",
|
||||||
|
"symbol": "GSYS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.genesys.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.genesys.network/"
|
||||||
}, {
|
}, {
|
||||||
"name": "IRIShub Testnet",
|
"name": "IRIShub Testnet",
|
||||||
"chainId": 16688,
|
"chainId": 16688,
|
||||||
|
|
|
@ -11880,6 +11880,26 @@
|
||||||
"shortName": "mtttest",
|
"shortName": "mtttest",
|
||||||
"chainId": 16001,
|
"chainId": 16001,
|
||||||
"networkId": 16001
|
"networkId": 16001
|
||||||
|
}, {
|
||||||
|
"name": "Genesys Mainnet",
|
||||||
|
"chain": "Genesys",
|
||||||
|
"icon": "genesys",
|
||||||
|
"rpc": ["https://rpc.genesys.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Genesys",
|
||||||
|
"symbol": "GSYS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.genesys.network/",
|
||||||
|
"shortName": "Genesys",
|
||||||
|
"chainId": 16507,
|
||||||
|
"networkId": 16507,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "GchainExplorer",
|
||||||
|
"url": "https://gchainexplorer.genesys.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "IRIShub Testnet",
|
"name": "IRIShub Testnet",
|
||||||
"chain": "IRIShub",
|
"chain": "IRIShub",
|
||||||
|
|
8
icons/genesys.json
Normal file
8
icons/genesys.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm",
|
||||||
|
"width": 800,
|
||||||
|
"height": 800,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
|
@ -606,6 +606,7 @@
|
||||||
"eos-testnet": "eip155:15557",
|
"eos-testnet": "eip155:15557",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
"mtttest": "eip155:16001",
|
"mtttest": "eip155:16001",
|
||||||
|
"Genesys": "eip155:16507",
|
||||||
"nyancat": "eip155:16688",
|
"nyancat": "eip155:16688",
|
||||||
"airdao": "eip155:16718",
|
"airdao": "eip155:16718",
|
||||||
"tivar": "eip155:16888",
|
"tivar": "eip155:16888",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user