From e4f8fa18fd23ef54753b608e029653f8102208f8 Mon Sep 17 00:00:00 2001 From: Nikola Divic Date: Thu, 19 Sep 2024 15:12:13 +0200 Subject: [PATCH] fix(integrations): :bug: Increase Sei Mainnet funding amount Gas fees seems to be higher now and the old amount was not enough so I increased it to 1 SEI Master account must be funded again --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index ae9638fd..7ff7eadc 100644 --- a/config/default.json +++ b/config/default.json @@ -745,7 +745,7 @@ "5845": 0.1, "167000": 0.01, "1328": 0.01, - "1329": 0.01, + "1329": 1, "995": 0.1, "28882": 0.01, "288": 0.01, @@ -813,7 +813,7 @@ "5845": 0.05, "167000": 0.005, "1328": 0.005, - "1329": 0.005, + "1329": 0.5, "995": 0.05, "28882": 0.005, "288": 0.005,