Skip to content

Commit

Permalink
relay: fix chains.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Jun 27, 2024
1 parent cd22b1d commit 8b90759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay/chains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ event_source = { mode = 'push', url = 'ws://tasks.lb_quicksilver:8000/websocket'
rpc_timeout = "10s"
trusted_node = true
account_prefix = "quicksilver"
key_name = "juno"
key_name = "quicksilver"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 100000
Expand Down Expand Up @@ -813,7 +813,7 @@ grpc_addr = 'http://tasks.lb_kujira:8003'
rpc_timeout = "20s"
trusted_node = true
account_prefix = "kujira"
key_name = "noble"
key_name = "kujira"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 300000
Expand Down

0 comments on commit 8b90759

Please sign in to comment.