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

This commit is contained in:
ligi 2023-05-10 12:22:04 +00:00
parent 131ad36c24
commit 7db208fd9e
7 changed files with 68 additions and 3 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-4090.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",