Skip to content

Commit

Permalink
hardcoded urls fix (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Feb 26, 2020
1 parent b31d230 commit c6d5c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
chain_id: 'gaia-13007',
rpc_url: 'wss://gaia-13007.lunie.io:26657/websocket',
api_url:
'https://gaia-13007--lcd.datahub.figment.network/apikey/7996efcecdc5ef91da3715eb60cd2201',
'http://gaia-13007--lcd--archive.datahub.figment.network/apikey/124a234fb3c6bccf430bfd298bd160ae',
bech32_prefix: 'cosmos',
address_prefix: 'cosmos',
address_creator: 'cosmos',
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = [
chain_id: 'cosmoshub-3',
rpc_url: 'wss://cosmos-hub-3.lunie.io/websocket',
api_url:
'https://cosmoshub-3--lcd.datahub.figment.network/apikey/124a234fb3c6bccf430bfd298bd160ae',
'https://cosmoshub-3--lcd--archive.datahub.figment.network/apikey/7996efcecdc5ef91da3715eb60cd2201',
bech32_prefix: 'cosmos',
address_prefix: 'cosmos',
address_creator: 'cosmos',
Expand Down

0 comments on commit c6d5c48

Please sign in to comment.