Skip to content

Commit ab7c3df

Browse files
committed
watcher: FT update IDLs
1 parent 352b318 commit ab7c3df

File tree

8 files changed

+1647
-517
lines changed

8 files changed

+1647
-517
lines changed

watcher/src/fastTransfer/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export type FastTransferId = {
117117
// the logs to the correct types
118118
export type AuctionUpdated = {
119119
config_id: number;
120-
auction: PublicKey;
120+
fast_vaa_hash: Uint8Array; // 32 bytes
121121
vaa: PublicKey | null;
122122
source_chain: number;
123123
target_protocol: MessageProtocol;

0 commit comments

Comments
 (0)