Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BXN chain #6871

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
5 changes: 3 additions & 2 deletions _data/chains/eip155-4777.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "BlackFort Exchange Network Testnet",
"name": "BlackFort Exchange Network Testnet DEPRECATED",
"chain": "TBXN",
"rpc": ["https://testnet.blackfort.network/rpc"],
"faucets": [],
Expand All @@ -22,5 +22,6 @@
"icon": "blockscout",
"standard": "EIP3091"
}
]
],
"status": "deprecated"
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-488.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "BlackFort Exchange Network",
"chain": "BXN",
"rpc": ["https://rpc.blackfort.network/mainnet/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "BlackFort Token",
"symbol": "BXN",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://blackfort.com",
"shortName": "BXN",
"chainId": 488,
"networkId": 488,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://blackfortscan.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-4888.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "BlackFort Exchange Network Testnet",
"chain": "BXNT",
"rpc": ["https://rpc.blackfort.network/testnet/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "BlackFort Testnet Token",
"symbol": "BXNT",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://blackfort.com",
"shortName": "BXNT",
"chainId": 4888,
"networkId": 4888,
"slip44": 1,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.blackfortscan.com",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
5 changes: 3 additions & 2 deletions _data/chains/eip155-4999.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "BlackFort Exchange Network",
"name": "BlackFort Exchange Network Deprecated",
"chain": "BXN",
"rpc": [
"https://mainnet.blackfort.network/rpc",
Expand All @@ -26,5 +26,6 @@
"icon": "blockscout",
"standard": "EIP3091"
}
]
],
"status": "deprecated"
}
27 changes: 27 additions & 0 deletions _data/eip155-4777.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"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,
"slip44": 1,
"icon": "bxn",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet-explorer.blackfort.network",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"status": "deprecated"
}
Loading