Skip to content

Commit

Permalink
Update orchestrator function addresses in ROOCH.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
xlassix committed Jan 22, 2025
1 parent 7562183 commit f0d2376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ROOCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ Additional steps for managing supported orchestrator URL
- To add URL

```bash
rooch move run --function 0x27e46e033da11c4d1f986081877e80cefb2b29dec1c559c97c3ccf12e910aba7::registry::add_supported_url --sender-account <orchestrator_address> --args 'string:https://api.x.com/2/users/' --args 'u256:400000' --args 'u64:0' --args 'u256:0' --args 'u256:0'
rooch move run --function <oracle_address>::registry::add_supported_url --sender-account <orchestrator_address> --args 'string:https://api.x.com/2/users/' --args 'u256:400000' --args 'u64:0' --args 'u256:0' --args 'u256:0'
```

- to remove URLs

```bash
rooch move run --function 0x27e46e033da11c4d1f986081877e80cefb2b29dec1c559c97c3ccf12e910aba7::registry::remove_supported_url --sender-account <orchestrator_address> --args 'string:api.twitter.com/2/users/'
rooch move run --function <oracle_address>::registry::remove_supported_url --sender-account <orchestrator_address> --args 'string:api.twitter.com/2/users/'
```

- To view supported URLS
Expand Down

0 comments on commit f0d2376

Please sign in to comment.