Skip to content

Commit

Permalink
Merge pull request #375 from alephium/add-map-entry-deposit
Browse files Browse the repository at this point in the history
Add MAP_ENTRY_DEPOSIT
  • Loading branch information
polarker authored Jun 19, 2024
2 parents 56b1889 + 658f69a commit f1e6812
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 @@ -28,3 +28,4 @@ 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
export const MAP_ENTRY_DEPOSIT = ONE_ALPH / 10n

0 comments on commit f1e6812

Please sign in to comment.