Skip to content

Commit

Permalink
Merge branch 'feat-token-bridge-creator' into feat-add-weth-gateway-r…
Browse files Browse the repository at this point in the history
…egistration
  • Loading branch information
TucksonDev authored Feb 1, 2024
2 parents 8db15a0 + b3ff466 commit fc82da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { parseEther } from 'viem';
export const deterministicFactoriesDeploymentEstimatedFees = parseEther(String('0.125'));
export const createTokenBridgeEstimatedFees = parseEther(String('0.02'));
export const createTokenBridgeDefaultGasLimit = 5_000_000n;
export const createTokenBridgeDefaultValue = parseEther('0.85');
export const createTokenBridgeDefaultValue = parseEther('0.02');

0 comments on commit fc82da8

Please sign in to comment.