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', } } };