From 7bdb7ad6f2d1adc84bee0935ce9e40f398d938b7 Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Wed, 5 Jun 2024 14:25:16 +0200 Subject: [PATCH] Update config.js.local --- client/public/config.js.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/config.js.local b/client/public/config.js.local index 2e46437..967fd47 100644 --- a/client/public/config.js.local +++ b/client/public/config.js.local @@ -1,5 +1,5 @@ const config = { - lottery_app_contract_package_hash: '2fb56551f9015a28d83c16461cd57bbec66a0dfc51b737634ad874888b6cb15d', + lottery_app_contract_package_hash: '8efc85466cf4054f47eb009b683b611fa63cccd14f074bf78f1e9404dc52a347', lottery_play_payment_amount: '1000000', lottery_api_url: 'https://cspr-lottery-demo-api.dev.make.services', lottery_api_ws_url: 'wss://cspr-lottery-demo-api.dev.make.services/deploys',