Add BXN chains (testnet and mainnet) (#2257)

* Add BXN chains (testnet and mainnet)

* Update _data/chains/eip155-4777.json

Co-authored-by: ligi <ligi@ligi.de>

* Update eip155-4777.json

* Run prettier

---------

Co-authored-by: Wacław Kozłowski <panwaclaw@blackfort.exchange>
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Blackfort Wallet Exchange 2023-02-14 19:56:02 +04:00 committed by GitHub
parent a5cfe6f9d7
commit e27e80ebac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "BlackFort Exchange Network Testnet",
"chain": "TBXN",
"rpc": ["https://testnet.blackfort.network/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "BlackFort Testnet Token",
"symbol": "TBXN",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://blackfort.exchange",
"shortName": "TBXN",
"chainId": 4777,
"networkId": 4777,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet-explorer.blackfort.network",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,30 @@
{
"name": "BlackFort Exchange Network",
"chain": "BXN",
"rpc": [
"https://mainnet.blackfort.network/rpc",
"https://mainnet-1.blackfort.network/rpc",
"https://mainnet-2.blackfort.network/rpc",
"https://mainnet-3.blackfort.network/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "BlackFort Token",
"symbol": "BXN",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://blackfort.exchange",
"shortName": "BXN",
"chainId": 4999,
"networkId": 4999,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.blackfort.network",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}

8
_data/icons/bxn.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC",
"width": 1968,
"height": 1968,
"format": "png"
}
]