Skip to content

Commit

Permalink
chore: change addr for cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
izyak committed Aug 16, 2023
1 parent d6f7c49 commit ff1578a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relayer/chains/wasm/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ func TestGetAddress(t *testing.T) {
assert.NoError(t, err)
pArch := p.(*WasmProvider)
assert.NoError(t, err)
a := "archway1jpdcgkwv7wmwaqc6lyvd82dwhkxxfvplp6u8gw"
// prefix will be setup when querying a contract or doing a txn, not when provider is initialized
a := "cosmos1jpdcgkwv7wmwaqc6lyvd82dwhkxxfvpl53qrze"
addr, err := pArch.GetKeyAddress()
assert.NoError(t, err)
assert.Equal(t, a, addr.String())
Expand Down

0 comments on commit ff1578a

Please sign in to comment.