Skip to content

Commit

Permalink
update: Update Bitfinity token names (#6167)
Browse files Browse the repository at this point in the history
* chore: update Bitfinity Network chain identifiers and RPC endpoints

* chore: simplify RPC endpoints

* fix: json fmt

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
itsyaasir and ligi authored Nov 7, 2024
1 parent f96ca8c commit e9a3185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-355110.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitfinity Network Mainnet",
"chain": "BFT",
"chain": "BTF",
"features": [
{
"name": "EIP155"
Expand All @@ -13,7 +13,7 @@
"faucets": [],
"nativeCurrency": {
"name": "Bitfinity Token",
"symbol": "BFT",
"symbol": "BTF",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-355113.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bitfinity Network Testnet",
"chain": "BFT",
"chain": "BTF",
"features": [
{
"name": "EIP155"
Expand All @@ -13,7 +13,7 @@
"faucets": ["https://bitfinity.network/faucet"],
"nativeCurrency": {
"name": "Bitfinity Token",
"symbol": "BFT",
"symbol": "BTF",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
Expand Down

0 comments on commit e9a3185

Please sign in to comment.