From 497d72bf9b101731f54a48ac5c544cd64a815673 Mon Sep 17 00:00:00 2001 From: 0xmuralik Date: Mon, 9 Jan 2023 12:49:27 +0530 Subject: [PATCH] increase fee --- src/testing/data/watcher.yml | 2 +- src/testing/helper.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/testing/data/watcher.yml b/src/testing/data/watcher.yml index 95c9a83..8062327 100644 --- a/src/testing/data/watcher.yml +++ b/src/testing/data/watcher.yml @@ -4,4 +4,4 @@ record: repo_registration_record_cid: QmSnuWmxptJZdLJpKRarxBMS2Ju2oANVrgbr2xWbie9b2D build_artifact_cid: QmP8jTG1m9GSDJLCbeWhVSVgEzCPPwXRdCRuJtQ5Tz9Kc9 tls_cert_cid: QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR - version: 1.0.0 + version: 1.0.17 diff --git a/src/testing/helper.ts b/src/testing/helper.ts index 86cde9f..91b3170 100644 --- a/src/testing/helper.ts +++ b/src/testing/helper.ts @@ -42,9 +42,9 @@ export const getConfig = () => { restEndpoint: process.env.LACONICD_REST_ENDPOINT || 'http://localhost:1317', gqlEndpoint: process.env.LACONICD_GQL_ENDPOINT || 'http://localhost:9473/api', fee: { - amount: '30', + amount: '40', denom: 'aphoton', - gas: '300000', + gas: '400000', } } };