mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"name": "Fastex Chain (Bahamut) Oasis Testnet",
|
|
"title": "Bahamut testnet Oasis",
|
|
"icon": "bahamut",
|
|
"chain": "Fastex Chain (Bahamut)",
|
|
"rpc": ["https://rpc1.oasis.bahamutchain.com"],
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"faucets": ["https://faucet.oasis.fastexchain.com"],
|
|
"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"
|
|
}
|
|
]
|
|
}
|