Skip to content

Commit

Permalink
chore: wormhole needs precise values
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Nov 6, 2024
1 parent 34bf8ed commit a5a095b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function main() {
// Get the transfer cost
const transferCost = await wormholeRelayer["quoteEVMDeliveryPrice(uint16,uint256,uint256)"](targetChain, 0, minGasLimit);
// Multiply x10 to avoid cost fluctuations
const transferCostFinal = transferCost.nativePriceQuote.mul(10);
const transferCostFinal = transferCost.nativePriceQuote;

// Proposal preparation
console.log("Proposal 13. Change staking limits on celo in StakingVerifier and whitelist StakingTokenImplementation in StakingFactory\n");
Expand Down

0 comments on commit a5a095b

Please sign in to comment.