Create eip155-4090.json (#2793)

* Create eip155-4090.json

Added oasis testnet

* Update eip155-4090.json

Cosmetic

* Update eip155-4090.json

* Update eip155-4090.json

* Update eip155-4090.json

* Update eip155-4090.json

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Fastex Labs 2023-05-10 16:14:55 +04:00 committed by GitHub
parent e467976fe2
commit 015fbcdc18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]
}