Skip to content

Commit

Permalink
Update package name to "VerityMoveOracles" in Move.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xlassix committed Jan 15, 2025
1 parent c97cf29 commit 055a8e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions orchestrator/src/indexer/rooch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
2 changes: 1 addition & 1 deletion rooch/Move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "verity-move-oracles"
name = "VerityMoveOracles"
version = "0.0.1"

[dependencies]
Expand Down

0 comments on commit 055a8e5

Please sign in to comment.