wormchain: update accountant tests

This commit is contained in:
Conor Patrick 2023-03-14 00:29:42 +00:00
parent 3a1bc456e3
commit 16418d190d
2 changed files with 2391 additions and 2537 deletions

File diff suppressed because it is too large Load Diff

View File

@ -489,8 +489,8 @@ func TestWasmdAccountantContractModify(t *testing.T) {
}
// construct the modify balance vaa
modify_msg := vaa.BodyTokenBridgeModifyBalance{
Module: "TokenBridge",
modify_msg := vaa.BodyAccountantModifyBalance{
Module: "GlobalAccountant",
TargetChainID: vaa.ChainIDWormchain,
Sequence: uint64(lastestSequence),
ChainId: vaa.ChainIDSolana,