Skip to content

Commit

Permalink
test: temp fix fee market test by swapping out RPC addr
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Jul 5, 2024
1 parent 1eda63c commit 155c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/fee_market_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
Key: "default",
ChainName: "osmosis",
ChainID: "osmosis-1",
RPCAddr: "https://rpc.osmosis.strange.love:443",
RPCAddr: "https://osmosis-rpc.polkachu.com:443",
AccountPrefix: "osmo",
KeyringBackend: "test",
DynamicGasPrice: true,
Expand Down

0 comments on commit 155c1c8

Please sign in to comment.