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@bd5d6bbe99 🚀
This commit is contained in:
parent
0f3df17c2b
commit
4deb020879
|
@ -486,6 +486,14 @@
|
||||||
"height": 512,
|
"height": 512,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "gmmt",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF",
|
||||||
|
"width": 468,
|
||||||
|
"height": 518,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "hyperonchain",
|
"name": "hyperonchain",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
25
chains/eip155-8989.json
Normal file
25
chains/eip155-8989.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Giant Mammoth Mainnet",
|
||||||
|
"title": "Giant Mammoth Chain",
|
||||||
|
"chain": "GMMT",
|
||||||
|
"rpc": ["https://rpc-asia.gmmtchain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Giant Mammoth Coin",
|
||||||
|
"symbol": "GMMT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gmmtchain.io/",
|
||||||
|
"shortName": "gmmt",
|
||||||
|
"chainId": 8989,
|
||||||
|
"networkId": 8989,
|
||||||
|
"icon": "gmmt",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "gmmtscan",
|
||||||
|
"url": "https://scan.gmmtchain.io",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "gmmt"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5497,6 +5497,19 @@
|
||||||
"rpc": ["https://rpc-l1.jibchain.net"],
|
"rpc": ["https://rpc-l1.jibchain.net"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://jibchain.net"
|
"infoURL": "https://jibchain.net"
|
||||||
|
}, {
|
||||||
|
"name": "Giant Mammoth Mainnet",
|
||||||
|
"chainId": 8989,
|
||||||
|
"shortName": "gmmt",
|
||||||
|
"networkId": 8989,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Giant Mammoth Coin",
|
||||||
|
"symbol": "GMMT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-asia.gmmtchain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://gmmtchain.io/"
|
||||||
}, {
|
}, {
|
||||||
"name": "bloxberg",
|
"name": "bloxberg",
|
||||||
"chainId": 8995,
|
"chainId": 8995,
|
||||||
|
|
|
@ -8001,6 +8001,28 @@
|
||||||
"url": "https://exp-l1.jibchain.net",
|
"url": "https://exp-l1.jibchain.net",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Giant Mammoth Mainnet",
|
||||||
|
"title": "Giant Mammoth Chain",
|
||||||
|
"chain": "GMMT",
|
||||||
|
"rpc": ["https://rpc-asia.gmmtchain.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Giant Mammoth Coin",
|
||||||
|
"symbol": "GMMT",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://gmmtchain.io/",
|
||||||
|
"shortName": "gmmt",
|
||||||
|
"chainId": 8989,
|
||||||
|
"networkId": 8989,
|
||||||
|
"icon": "gmmt",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "gmmtscan",
|
||||||
|
"url": "https://scan.gmmtchain.io",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "gmmt"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "bloxberg",
|
"name": "bloxberg",
|
||||||
"chain": "bloxberg",
|
"chain": "bloxberg",
|
||||||
|
|
8
icons/gmmt.json
Normal file
8
icons/gmmt.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF",
|
||||||
|
"width": 468,
|
||||||
|
"height": 518,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -422,6 +422,7 @@
|
||||||
"vsc": "eip155:8889",
|
"vsc": "eip155:8889",
|
||||||
"mmt": "eip155:8898",
|
"mmt": "eip155:8898",
|
||||||
"jbc": "eip155:8899",
|
"jbc": "eip155:8899",
|
||||||
|
"gmmt": "eip155:8989",
|
||||||
"berg": "eip155:8995",
|
"berg": "eip155:8995",
|
||||||
"evmos-testnet": "eip155:9000",
|
"evmos-testnet": "eip155:9000",
|
||||||
"evmos": "eip155:9001",
|
"evmos": "eip155:9001",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user