From 8cf9490deca19fcd63a80dd8d6969c2275e5e41a Mon Sep 17 00:00:00 2001 From: Joe El hajj <joe.elhajj.etu@univ-lille.fr> Date: Tue, 19 Mar 2024 15:23:33 +0100 Subject: [PATCH] Update AssociationRegistry.jsligo update tez fee --- contracts/AssociationRegistry.jsligo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/AssociationRegistry.jsligo b/contracts/AssociationRegistry.jsligo index 2ad61f4..6c05400 100644 --- a/contracts/AssociationRegistry.jsligo +++ b/contracts/AssociationRegistry.jsligo @@ -22,7 +22,7 @@ type storage = big_map<string, association>; type return_ = [list<operation>, storage]; -const registrationFeeInitial: tez = 10 as tez; +const registrationFeeInitial= 10 as tez; //Register a new DAO @entry -- GitLab