Skip to content

Commit

Permalink
Add value arg in contract manager
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Jan 26, 2024
1 parent acd7466 commit 8103187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract_manager/src/contracts/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ export class EvmEntropyContract extends Storable {
this.chain.wormholeChainName,
executor,
this.address,
0n,
payload
).encode();
}
Expand Down

0 comments on commit 8103187

Please sign in to comment.