Deploying to gh-pages from @ ethereum-lists/chains@1d5af73a46 🚀

This commit is contained in:
ligi 2023-05-17 04:08:38 +00:00
parent 18ca6fff31
commit 2b0223c917
10 changed files with 77 additions and 4 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View 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

View File

@ -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",