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

This commit is contained in:
ligi 2022-10-26 20:07:40 +00:00
parent f6c63d6b5b
commit dbf5a6fff0
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-18159.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Proof Of Memes",
"title": "Proof Of Memes Mainnet",
"chain": "POM",
"icon": "pom",
"rpc": ["https://mainnet-rpc.memescan.io"],
"faucets": [],
"nativeCurrency": {
"name": "Proof Of Memes",
"symbol": "POM",
"decimals": 18
},
"infoURL": "https://proofofmemes.org",
"shortName": "pom",
"chainId": 18159,
"networkId": 18159,
"explorers": [
{
"name": "explorer-proofofmemes",
"url": "https://memescan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4769,6 +4769,19 @@
"rpc": ["https://rpc.fod.games/"],
"faucets": [],
"infoURL": "https://goexosphere.com"
}, {
"name": "Proof Of Memes",
"chainId": 18159,
"shortName": "pom",
"networkId": 18159,
"nativeCurrency": {
"name": "Proof Of Memes",
"symbol": "POM",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.memescan.io"],
"faucets": [],
"infoURL": "https://proofofmemes.org"
}, {
"name": "BTCIX Network",
"chainId": 19845,

View File

@ -6826,6 +6826,27 @@
"url": "https://explorer.fod.games",
"standard": "EIP3091"
}]
}, {
"name": "Proof Of Memes",
"title": "Proof Of Memes Mainnet",
"chain": "POM",
"icon": "pom",
"rpc": ["https://mainnet-rpc.memescan.io"],
"faucets": [],
"nativeCurrency": {
"name": "Proof Of Memes",
"symbol": "POM",
"decimals": 18
},
"infoURL": "https://proofofmemes.org",
"shortName": "pom",
"chainId": 18159,
"networkId": 18159,
"explorers": [{
"name": "explorer-proofofmemes",
"url": "https://memescan.io",
"standard": "EIP3091"
}]
}, {
"name": "BTCIX Network",
"chain": "BTCIX",

View File

@ -366,6 +366,7 @@
"mtttest": "eip155:16001",
"tivar": "eip155:16888",
"ZKST": "eip155:18000",
"pom": "eip155:18159",
"btcix": "eip155:19845",
"CLOTestnet": "eip155:20729",
"cennz-a": "eip155:21337",