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@8b9ad85da3 🚀
This commit is contained in:
parent
aaaef9d920
commit
7673d926a6
|
@ -1174,6 +1174,14 @@
|
||||||
"height": 300,
|
"height": 300,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "meu",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmfJKxmubJrqYWDcR2PnPvmpukxPz4fYDu3hqTaSnpJDxC",
|
||||||
|
"width": 42,
|
||||||
|
"height": 23,
|
||||||
|
"format": "svg"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "unique",
|
"name": "unique",
|
||||||
"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-2124.json
Normal file
24
chains/eip155-2124.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Metaplayerone Network",
|
||||||
|
"chain": "MP1 Dubai-Testnet",
|
||||||
|
"icon": "meu",
|
||||||
|
"rpc": ["https://rpc-dubai.mp1network.com/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Metaunit",
|
||||||
|
"symbol": "MEU",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.metaplayer.one/",
|
||||||
|
"shortName": "MEU",
|
||||||
|
"chainId": 2124,
|
||||||
|
"networkId": 2124,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "MP1Scan",
|
||||||
|
"url": "https://dubai.mp1scan.io",
|
||||||
|
"icon": "meu",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5068,6 +5068,19 @@
|
||||||
"rpc": ["https://rpc.metaplayer.one/"],
|
"rpc": ["https://rpc.metaplayer.one/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://docs.metaplayer.one/"
|
"infoURL": "https://docs.metaplayer.one/"
|
||||||
|
}, {
|
||||||
|
"name": "Metaplayerone Network",
|
||||||
|
"chainId": 2124,
|
||||||
|
"shortName": "MEU",
|
||||||
|
"networkId": 2124,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Metaunit",
|
||||||
|
"symbol": "MEU",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-dubai.mp1network.com/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.metaplayer.one/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Defi Oracle Meta Testnet",
|
"name": "Defi Oracle Meta Testnet",
|
||||||
"chainId": 2138,
|
"chainId": 2138,
|
||||||
|
|
|
@ -7513,6 +7513,27 @@
|
||||||
"icon": "metad",
|
"icon": "metad",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Metaplayerone Network",
|
||||||
|
"chain": "MP1 Dubai-Testnet",
|
||||||
|
"icon": "meu",
|
||||||
|
"rpc": ["https://rpc-dubai.mp1network.com/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Metaunit",
|
||||||
|
"symbol": "MEU",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.metaplayer.one/",
|
||||||
|
"shortName": "MEU",
|
||||||
|
"chainId": 2124,
|
||||||
|
"networkId": 2124,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "MP1Scan",
|
||||||
|
"url": "https://dubai.mp1scan.io",
|
||||||
|
"icon": "meu",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Defi Oracle Meta Testnet",
|
"name": "Defi Oracle Meta Testnet",
|
||||||
"chain": "dfiometatest",
|
"chain": "dfiometatest",
|
||||||
|
|
8
icons/meu.json
Normal file
8
icons/meu.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmfJKxmubJrqYWDcR2PnPvmpukxPz4fYDu3hqTaSnpJDxC",
|
||||||
|
"width": 42,
|
||||||
|
"height": 23,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
File diff suppressed because one or more lines are too long
|
@ -389,6 +389,7 @@
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
"exn": "eip155:2109",
|
"exn": "eip155:2109",
|
||||||
"Metad": "eip155:2122",
|
"Metad": "eip155:2122",
|
||||||
|
"MEU": "eip155:2124",
|
||||||
"dfio-meta-test": "eip155:2138",
|
"dfio-meta-test": "eip155:2138",
|
||||||
"boa": "eip155:2151",
|
"boa": "eip155:2151",
|
||||||
"fra": "eip155:2152",
|
"fra": "eip155:2152",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user