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

This commit is contained in:
ligi 2022-12-20 12:41:51 +00:00
parent 6d8d7f587d
commit b0bc04802c
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-25888.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Hammer Chain Mainnet",
"chain": "HammerChain",
"rpc": ["https://www.hammerchain.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "GOLDT",
"symbol": "GOLDT",
"decimals": 18
},
"infoURL": "https://www.hammerchain.io",
"shortName": "GOLDT",
"chainId": 25888,
"networkId": 25888,
"explorers": [
{
"name": "Hammer Chain Explorer",
"url": "https://www.hammerchain.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5965,6 +5965,19 @@
"rpc": ["https://node1.mintme.com"], "rpc": ["https://node1.mintme.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.mintme.com" "infoURL": "https://www.mintme.com"
}, {
"name": "Hammer Chain Mainnet",
"chainId": 25888,
"shortName": "GOLDT",
"networkId": 25888,
"nativeCurrency": {
"name": "GOLDT",
"symbol": "GOLDT",
"decimals": 18
},
"rpc": ["https://www.hammerchain.io/rpc"],
"faucets": [],
"infoURL": "https://www.hammerchain.io"
}, { }, {
"name": "OasisChain Mainnet", "name": "OasisChain Mainnet",
"chainId": 26863, "chainId": 26863,

View File

@ -8669,6 +8669,25 @@
"shortName": "mintme", "shortName": "mintme",
"chainId": 24734, "chainId": 24734,
"networkId": 37480 "networkId": 37480
}, {
"name": "Hammer Chain Mainnet",
"chain": "HammerChain",
"rpc": ["https://www.hammerchain.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "GOLDT",
"symbol": "GOLDT",
"decimals": 18
},
"infoURL": "https://www.hammerchain.io",
"shortName": "GOLDT",
"chainId": 25888,
"networkId": 25888,
"explorers": [{
"name": "Hammer Chain Explorer",
"url": "https://www.hammerchain.io",
"standard": "none"
}]
}, { }, {
"name": "OasisChain Mainnet", "name": "OasisChain Mainnet",
"chain": "OasisChain", "chain": "OasisChain",

View File

@ -458,6 +458,7 @@
"sapphire-testnet": "eip155:23295", "sapphire-testnet": "eip155:23295",
"web": "eip155:24484", "web": "eip155:24484",
"mintme": "eip155:24734", "mintme": "eip155:24734",
"GOLDT": "eip155:25888",
"OAC": "eip155:26863", "OAC": "eip155:26863",
"obgor": "eip155:28528", "obgor": "eip155:28528",
"Piece": "eip155:30067", "Piece": "eip155:30067",