Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Apr 11, 2024
1 parent 7706521 commit c8cc60e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bech32-migration/transfermiddleware/transfermiddleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ func MigrateAddressBech32(ctx sdk.Context, storeKey storetypes.StoreKey, cdc cod
store.Set(types.GetKeyByRlyAddress(newPrefixAddr), []byte{1})
}

// store.Set(types.GetKeyByRlyAddress("pica12smx2wdlyttvyzvzg54y2vnqwq2qjate0ww798"), []byte{1}) // TODO: remove, only local test

ctx.Logger().Info(
"Migration of address bech32 for transfermiddleware module done",
"allow_relay_address_count", allowRelayAddressCount,
Expand Down
6 changes: 3 additions & 3 deletions scripts/relayer_hyperspace/config-chain-b.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
type = "cosmos"
name = "centauri"
name = "picasso"
rpc_url = "http://127.0.0.1:26657/"
grpc_url = "http://127.0.0.1:9090/"
websocket_url = "ws://127.0.0.1:26657/websocket"
chain_id = "test-1"
client_id = "07-tendermint-3"
client_id = "07-tendermint-1"
connection_id = "connection-0"
account_prefix = "centauri"
account_prefix = "pica"
fee_denom = "ppica"
fee_amount = "10000000000000000"
gas_limit = 9223372036854775806
Expand Down

0 comments on commit c8cc60e

Please sign in to comment.