Skip to content

Commit

Permalink
Revert to Hardcoded ChainIDSolana
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Sep 23, 2024
1 parent 24eb4bd commit 400a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wormchain/x/wormhole/keeper/vaa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func generateVaa(index uint32, signers []*ecdsa.PrivateKey, emitterChain vaa.Cha
Nonce: uint32(1),
Sequence: uint64(lastestSequence),
ConsistencyLevel: uint8(32),
EmitterChain: emitterChain,
EmitterChain: vaa.ChainIDSolana,
EmitterAddress: vaa.Address(vaa.GovernanceEmitter),
Payload: payload,
}
Expand Down

0 comments on commit 400a646

Please sign in to comment.