@alephium/web3 1.0.1 → 1.0.2-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/constants.ts CHANGED
@@ -27,3 +27,5 @@ export const DEFAULT_GAS_AMOUNT = 20000
27
27
  export const DEFAULT_GAS_PRICE = 10n ** 11n
28
28
  export const DEFAULT_GAS_ATTOALPH_AMOUNT = BigInt(DEFAULT_GAS_AMOUNT) * DEFAULT_GAS_PRICE
29
29
  export const DEFAULT_GAS_ALPH_AMOUNT = 0.002
30
+ export const MINIMAL_CONTRACT_DEPOSIT = ONE_ALPH / 10n
31
+ export const MAP_ENTRY_DEPOSIT = ONE_ALPH / 10n