Skip to content

Commit

Permalink
Testing root track referenda (#6385)
Browse files Browse the repository at this point in the history
The origin info to test root track referenda
  • Loading branch information
DrW3RK authored Nov 14, 2024
1 parent c880788 commit fa749a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/learn/learn-guides-test-opengov-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,17 @@ await api.rpc('dev_setStorage', {
})
await api.rpc('dev_newBlock')
```

If there are referenda that are to be submitted on Root track and you like to test it, you can use the same template as above and replace
```
origin: {
origins: 'FellowshipAdmin'
}
```
with

```
system: {
origin: 'Root'
}
```

0 comments on commit fa749a1

Please sign in to comment.