mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
a5cfe6f9d7
commit
e27e80ebac
25
_data/chains/eip155-4777.json
Normal file
25
_data/chains/eip155-4777.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
30
_data/chains/eip155-4999.json
Normal file
30
_data/chains/eip155-4999.json
Normal 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
8
_data/icons/bxn.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC",
|
||||||
|
"width": 1968,
|
||||||
|
"height": 1968,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user