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

This commit is contained in:
ligi 2023-01-16 12:26:53 +00:00
parent 0f3df17c2b
commit 4deb020879
9 changed files with 80 additions and 3 deletions

View File

@ -486,6 +486,14 @@
"height": 512,
"format": "png"
}]
}, {
"name": "gmmt",
"icons": [{
"url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF",
"width": 468,
"height": 518,
"format": "png"
}]
}, {
"name": "hyperonchain",
"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
View 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

View File

@ -5497,6 +5497,19 @@
"rpc": ["https://rpc-l1.jibchain.net"],
"faucets": [],
"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",
"chainId": 8995,

View File

@ -8001,6 +8001,28 @@
"url": "https://exp-l1.jibchain.net",
"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",
"chain": "bloxberg",

8
icons/gmmt.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVth4aPeskDTFqRifUugJx6gyEHCmx2PFbMWUtsCSQFkF",
"width": 468,
"height": 518,
"format": "png"
}
]

View File

@ -422,6 +422,7 @@
"vsc": "eip155:8889",
"mmt": "eip155:8898",
"jbc": "eip155:8899",
"gmmt": "eip155:8989",
"berg": "eip155:8995",
"evmos-testnet": "eip155:9000",
"evmos": "eip155:9001",