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@54a96b373e 🚀
This commit is contained in:
parent
05544ed1f0
commit
d36c8a0b62
|
@ -1374,6 +1374,14 @@
|
|||
"height": 1050,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "nexi",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti",
|
||||
"width": 512,
|
||||
"height": 578,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "constachain",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
28
chains/eip155-4242.json
Normal file
28
chains/eip155-4242.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Nexi Mainnet",
|
||||
"chain": "Nexi",
|
||||
"icon": "nexi",
|
||||
"rpc": [
|
||||
"https://rpc.chain.nexi.technology/",
|
||||
"https://chain.nexilix.com",
|
||||
"https://chain.nexi.evmnode.online"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Nexi",
|
||||
"symbol": "NEXI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.nexi.technology/",
|
||||
"shortName": "nexi",
|
||||
"chainId": 4242,
|
||||
"networkId": 4242,
|
||||
"slip44": 2500,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "nexiscan",
|
||||
"url": "https://www.nexiscan.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5575,6 +5575,19 @@
|
|||
"rpc": ["https://rpc1.phi.network", "https://rpc2.phi.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://phi.network"
|
||||
}, {
|
||||
"name": "Nexi Mainnet",
|
||||
"chainId": 4242,
|
||||
"shortName": "nexi",
|
||||
"networkId": 4242,
|
||||
"nativeCurrency": {
|
||||
"name": "Nexi",
|
||||
"symbol": "NEXI",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.chain.nexi.technology/", "https://chain.nexilix.com", "https://chain.nexi.evmnode.online"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.nexi.technology/"
|
||||
}, {
|
||||
"name": "Bobafuji Testnet",
|
||||
"chainId": 4328,
|
||||
|
|
|
@ -8283,6 +8283,27 @@
|
|||
"icon": "phi",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Nexi Mainnet",
|
||||
"chain": "Nexi",
|
||||
"icon": "nexi",
|
||||
"rpc": ["https://rpc.chain.nexi.technology/", "https://chain.nexilix.com", "https://chain.nexi.evmnode.online"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Nexi",
|
||||
"symbol": "NEXI",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.nexi.technology/",
|
||||
"shortName": "nexi",
|
||||
"chainId": 4242,
|
||||
"networkId": 4242,
|
||||
"slip44": 2500,
|
||||
"explorers": [{
|
||||
"name": "nexiscan",
|
||||
"url": "https://www.nexiscan.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bobafuji Testnet",
|
||||
"chain": "Bobafuji Testnet",
|
||||
|
|
8
icons/nexi.json
Normal file
8
icons/nexi.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeifxqd7zel2m237kq5enavnh2s6cshaavswigogyvae2wevxy5k2ti",
|
||||
"width": 512,
|
||||
"height": 578,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -428,6 +428,7 @@
|
|||
"aioz-testnet": "eip155:4102",
|
||||
"TPBXt": "eip155:4141",
|
||||
"PHIv1": "eip155:4181",
|
||||
"nexi": "eip155:4242",
|
||||
"BobaFujiTestnet": "eip155:4328",
|
||||
"html": "eip155:4444",
|
||||
"iotex-mainnet": "eip155:4689",
|
||||
|
|
Loading…
Reference in New Issue
Block a user