From 658f69ad3575bcf79f0916f359eedd3467a3cc85 Mon Sep 17 00:00:00 2001 From: h0ngcha0 Date: Wed, 19 Jun 2024 09:10:57 +0200 Subject: [PATCH] Add map entry deposit const --- packages/web3/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web3/src/constants.ts b/packages/web3/src/constants.ts index cb46e8375..ff5a261f7 100644 --- a/packages/web3/src/constants.ts +++ b/packages/web3/src/constants.ts @@ -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