Skip to content

Commit

Permalink
Remove bad API URls from FIO info
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvEze authored and samholmes committed Jan 29, 2022
1 parent 3e2d51a commit dfaa02b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/fio/fioInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ const defaultSettings: any = {
'https://fio.acherontrading.com/v1/',
'https://fio.eos.barcelona/v1/',
'https://api.fio.eosdetroit.io/v1/',
'https://fio.zenblocks.io/v1/',
'https://api.fio.alohaeos.com/v1/',
'https://fio.greymass.com/v1/',
'https://fio.eosusa.news/v1/',
'https://fio.eosargentina.io/v1/',
'https://fio.cryptolions.io/v1/',
'https://fio-mainnet.eosblocksmith.io/v1/',
'https://api.fio.currencyhub.io/v1/',
'https://fio.eoscannon.io/v1/',
'https://fio.eosdublin.io/v1/',
Expand All @@ -29,8 +26,7 @@ const defaultSettings: any = {
historyNodeUrls: [
'https://fio.greymass.com/v1/',
'https://fio.greymass.com/v1/',
'https://fio.eosphere.io/v1/',
'https://fio.eossweden.org/v1/'
'https://fio.eosphere.io/v1/'
],
fioRegApiUrl: 'https://reg.fioprotocol.io/public-api/',
fioDomainRegUrl: 'https://reg.fioprotocol.io/domain/',
Expand Down

0 comments on commit dfaa02b

Please sign in to comment.