Skip to content

Commit

Permalink
chore: add inj required for gas variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jul 10, 2024
1 parent ab72e7e commit 5472f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layer/utils/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export const NUMBER_REGEX = new RegExp(/^-?(0|[1-9]\d*)?(\.\d+)?$/)
export const GWEI_IN_WEI: BigNumber = new BigNumber(1000000000)
export const DEFAULT_GAS_PRICE = new BigNumber(120).times(GWEI_IN_WEI)
export const DEFAULT_MAINNET_GAS_PRICE = new BigNumber(30).times(GWEI_IN_WEI)
export const INJ_REQUIRED_FOR_GAS = 0.005

0 comments on commit 5472f8b

Please sign in to comment.