Skip to content

Commit

Permalink
rename gas limit defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Feb 26, 2024
1 parent bf241df commit 8e8f3c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ import { parseEther } from 'viem';
export const createRollupDefaultRetryablesFees = parseEther('0.125');

export const createTokenBridgeDefaultRetryablesFees = parseEther('0.02');
export const createTokenBridgeDefaultGasLimit = 5_000_000n;
4 changes: 0 additions & 4 deletions src/createTokenBridgePrepareTransactionRequest.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { Address, PublicClient, encodeFunctionData } from 'viem';

import { tokenBridgeCreator } from './contracts';
import {
createTokenBridgeDefaultGasLimit,
createTokenBridgeDefaultRetryablesFees,
} from './constants';
import { validParentChainId } from './types/ParentChain';
import { createTokenBridgeGetInputs } from './createTokenBridge-ethers';
import { publicClientToProvider } from './ethers-compat/publicClientToProvider';
Expand Down

0 comments on commit 8e8f3c3

Please sign in to comment.