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@ad89dcd8db 🚀
This commit is contained in:
parent
5999eba216
commit
1516142798
|
@ -558,6 +558,14 @@
|
||||||
"height": 512,
|
"height": 512,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "metad",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmZyxS9BfRGYWWDtvrV6qtthCYV4TwdjLoH2sF6MkiTYFf",
|
||||||
|
"width": 1280,
|
||||||
|
"height": 1280,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "cem",
|
"name": "cem",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-2122.json
Normal file
24
chains/eip155-2122.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Metaplayerone Mainnet",
|
||||||
|
"chain": "METAD",
|
||||||
|
"icon": "metad",
|
||||||
|
"rpc": ["https://rpc.metaplayer.one/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "METAD",
|
||||||
|
"symbol": "METAD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.metaplayer.one/",
|
||||||
|
"shortName": "Metad",
|
||||||
|
"chainId": 2122,
|
||||||
|
"networkId": 2122,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Metad Scan",
|
||||||
|
"url": "https://scan.metaplayer.one",
|
||||||
|
"icon": "metad",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4314,6 +4314,19 @@
|
||||||
"rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"],
|
"rpc": ["https://rpc.exosama.com", "wss://rpc.exosama.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://moonsama.com"
|
"infoURL": "https://moonsama.com"
|
||||||
|
}, {
|
||||||
|
"name": "Metaplayerone Mainnet",
|
||||||
|
"chainId": 2122,
|
||||||
|
"shortName": "Metad",
|
||||||
|
"networkId": 2122,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "METAD",
|
||||||
|
"symbol": "METAD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.metaplayer.one/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.metaplayer.one/"
|
||||||
}, {
|
}, {
|
||||||
"name": "BOSagora Mainnet",
|
"name": "BOSagora Mainnet",
|
||||||
"chainId": 2151,
|
"chainId": 2151,
|
||||||
|
|
|
@ -6185,6 +6185,27 @@
|
||||||
"icon": "blockscout",
|
"icon": "blockscout",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Metaplayerone Mainnet",
|
||||||
|
"chain": "METAD",
|
||||||
|
"icon": "metad",
|
||||||
|
"rpc": ["https://rpc.metaplayer.one/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "METAD",
|
||||||
|
"symbol": "METAD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.metaplayer.one/",
|
||||||
|
"shortName": "Metad",
|
||||||
|
"chainId": 2122,
|
||||||
|
"networkId": 2122,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Metad Scan",
|
||||||
|
"url": "https://scan.metaplayer.one",
|
||||||
|
"icon": "metad",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "BOSagora Mainnet",
|
"name": "BOSagora Mainnet",
|
||||||
"chain": "ETH",
|
"chain": "ETH",
|
||||||
|
|
8
icons/metad.json
Normal file
8
icons/metad.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmZyxS9BfRGYWWDtvrV6qtthCYV4TwdjLoH2sF6MkiTYFf",
|
||||||
|
"width": 1280,
|
||||||
|
"height": 1280,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
|
@ -331,6 +331,7 @@
|
||||||
"eco": "eip155:2100",
|
"eco": "eip155:2100",
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
"exn": "eip155:2109",
|
"exn": "eip155:2109",
|
||||||
|
"Metad": "eip155:2122",
|
||||||
"boa": "eip155:2151",
|
"boa": "eip155:2151",
|
||||||
"fra": "eip155:2152",
|
"fra": "eip155:2152",
|
||||||
"findora-testnet": "eip155:2153",
|
"findora-testnet": "eip155:2153",
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user