after changing bbn17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgs6spw0g to our latest deployed contract bbn1ghd753shjuwexxywmgs4xz7x2q732vcnkm6h2pyv9s6ah3hylvrqxxvh0f. found a diff error:
before
main $ make run [11:33:46]
go run demo/main.go
service injective.evm.v1beta1.Msg does not have cosmos.msg.v1.service proto annotation
error checking block 2: rpc error: code = Unknown desc = Error parsing into type babylon_da_sdk_stub::msg::QueryMsg: unknown variant `is_enabled`, expected `config` or `block_votes`: query wasm contract failed: unknown request
new
main* $ make run [11:33:56]
go run demo/main.go
service injective.evm.v1beta1.Msg does not have cosmos.msg.v1.service proto annotation
error checking block 2: json: cannot unmarshal bool into Go value of type sdk.killswitchResponse
after changing
bbn17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9jfksztgw5uh69wac2pgs6spw0g
to our latest deployed contractbbn1ghd753shjuwexxywmgs4xz7x2q732vcnkm6h2pyv9s6ah3hylvrqxxvh0f
. found a diff error:before
new