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@015fbcdc18 🚀
This commit is contained in:
parent
131ad36c24
commit
7db208fd9e
File diff suppressed because one or more lines are too long
25
chains/eip155-4090.json
Normal file
25
chains/eip155-4090.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Oasis",
|
||||||
|
"title": "Bahamut testnet Oasis",
|
||||||
|
"icon": "bahamut",
|
||||||
|
"chain": "Bahamut",
|
||||||
|
"rpc": ["https://rpc1.oasis.bahamutchain.com"],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FTN",
|
||||||
|
"symbol": "FTN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://fastexchain.com",
|
||||||
|
"shortName": "Oasis",
|
||||||
|
"chainId": 4090,
|
||||||
|
"networkId": 4090,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://oasis.ftnscan.com",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5952,6 +5952,19 @@
|
||||||
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
|
"rpc": ["https://ngeth.testnet.n3.nahmii.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://nahmii.io"
|
"infoURL": "https://nahmii.io"
|
||||||
|
}, {
|
||||||
|
"name": "Oasis",
|
||||||
|
"chainId": 4090,
|
||||||
|
"shortName": "Oasis",
|
||||||
|
"networkId": 4090,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FTN",
|
||||||
|
"symbol": "FTN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc1.oasis.bahamutchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://fastexchain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Bitindi Testnet",
|
"name": "Bitindi Testnet",
|
||||||
"chainId": 4096,
|
"chainId": 4096,
|
||||||
|
|
|
@ -8934,6 +8934,32 @@
|
||||||
"url": "https://bridge.testnet.n3.nahmii.io"
|
"url": "https://bridge.testnet.n3.nahmii.io"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"name": "Oasis",
|
||||||
|
"title": "Bahamut testnet Oasis",
|
||||||
|
"icon": "bahamut",
|
||||||
|
"chain": "Bahamut",
|
||||||
|
"rpc": ["https://rpc1.oasis.bahamutchain.com"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}, {
|
||||||
|
"name": "EIP1559"
|
||||||
|
}],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "FTN",
|
||||||
|
"symbol": "FTN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://fastexchain.com",
|
||||||
|
"shortName": "Oasis",
|
||||||
|
"chainId": 4090,
|
||||||
|
"networkId": 4090,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://oasis.ftnscan.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Bitindi Testnet",
|
"name": "Bitindi Testnet",
|
||||||
"chain": "BNI",
|
"chain": "BNI",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -457,6 +457,7 @@
|
||||||
"BobaoperaTestnet": "eip155:4051",
|
"BobaoperaTestnet": "eip155:4051",
|
||||||
"Nahmii3Mainnet": "eip155:4061",
|
"Nahmii3Mainnet": "eip155:4061",
|
||||||
"Nahmii3Testnet": "eip155:4062",
|
"Nahmii3Testnet": "eip155:4062",
|
||||||
|
"Oasis": "eip155:4090",
|
||||||
"BNIt": "eip155:4096",
|
"BNIt": "eip155:4096",
|
||||||
"BNIm": "eip155:4099",
|
"BNIm": "eip155:4099",
|
||||||
"aioz-testnet": "eip155:4102",
|
"aioz-testnet": "eip155:4102",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user