Skip to content

Commit

Permalink
add ADDRESS / remove BET
Browse files Browse the repository at this point in the history
- add `ADDRESS` action to readme
- removed `BET` action from BTNS-420 and readme

Note: BET action can be built out in XChain platform
  • Loading branch information
jdogresorg committed Mar 6, 2024
1 parent fe1f7f2 commit 8a3e7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Name | Title | Aut

| ACTION | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| [`ADDRESS`](./docs/actions/ADDRESS.md) | Configure address specific options |
| [`AIRDROP`](./docs/actions/AIRDROP.md) | Transfer/Distribute `token` supply to a `LIST` |
| [`BATCH`](./docs/actions/BATCH.md) | Execute multiple BTNS `ACTION` commands in a single transaction |
| [`BET`](./docs/actions/BET.md) | Bet `token` on `broadcast` oracle feed outcomes |
| [`CALLBACK`](./docs/actions/CALLBACK.md) | Return all `token` supply to owner address after a set block, in exchange for a different `token` |
| [`DESTROY`](./docs/actions/DESTROY.md) | Destroy `token` supply forever |
| [`DISPENSER`](./docs/actions/DISPENSER.md) | Create a dispenser (vending machine) to dispense a `token` when triggered |
Expand Down
1 change: 0 additions & 1 deletion docs/BTNS-420.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Below is a list of the defined BTNS `ACTION` commands and the function of each:
| [`ADDRESS`](./actions/ADDRESS.md) | Configures address specific options |
| [`AIRDROP`](./actions/AIRDROP.md) | Transfer/Distribute `token` supply to a `LIST` |
| [`BATCH`](./actions/BATCH.md) | Execute multiple BTNS `ACTION` commands in a single transaction |
| [`BET`](./actions/BET.md) | Bet `token` on `broadcast` oracle feed outcomes |
| [`CALLBACK`](./actions/CALLBACK.md) | Return all `token` supply to owner address after a set block, in exchange for a different `token` |
| [`DESTROY`](./actions/DESTROY.md) | Destroy `token` supply forever |
| [`DISPENSER`](./actions/DISPENSER.md) | Create a dispenser (vending machine) to dispense a `token` when triggered |
Expand Down

0 comments on commit 8a3e7ec

Please sign in to comment.