Skip to content

Commit

Permalink
Merge pull request #374 from alephium/add-minimal-contract-deposit-const
Browse files Browse the repository at this point in the history
Add MINIMAL_CONTRACT_DEPOSIT const
  • Loading branch information
h0ngcha0 committed Jun 18, 2024
2 parents 84904fe + 06506e4 commit 56b1889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web3/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ export const DEFAULT_GAS_AMOUNT = 20000
export const DEFAULT_GAS_PRICE = 10n ** 11n
export const DEFAULT_GAS_ATTOALPH_AMOUNT = BigInt(DEFAULT_GAS_AMOUNT) * DEFAULT_GAS_PRICE
export const DEFAULT_GAS_ALPH_AMOUNT = 0.002
export const MINIMAL_CONTRACT_DEPOSIT = ONE_ALPH / 10n

0 comments on commit 56b1889

Please sign in to comment.