From 055a8e5f727da6509c2b68286e7928f9ca563e2e Mon Sep 17 00:00:00 2001 From: xlassix Date: Thu, 16 Jan 2025 00:49:08 +0100 Subject: [PATCH] Update package name to "VerityMoveOracles" in Move.toml --- orchestrator/src/indexer/rooch.ts | 1 + rooch/Move.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/orchestrator/src/indexer/rooch.ts b/orchestrator/src/indexer/rooch.ts index 15abacd..6474586 100644 --- a/orchestrator/src/indexer/rooch.ts +++ b/orchestrator/src/indexer/rooch.ts @@ -254,6 +254,7 @@ export default class RoochIndexer extends Indexer { const tx = new Transaction(); tx.callFunction({ target: data.notify ?? "", + maxGas: 10_000, }); const receipt = await client.signAndExecuteTransaction({ diff --git a/rooch/Move.toml b/rooch/Move.toml index 6dfc23d..c2e5522 100644 --- a/rooch/Move.toml +++ b/rooch/Move.toml @@ -1,5 +1,5 @@ [package] -name = "verity-move-oracles" +name = "VerityMoveOracles" version = "0.0.1" [dependencies]