From 8a3e7eca3a8f4f6b13e3fe534afa24d946cd5660 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Wed, 6 Mar 2024 13:06:50 -0800 Subject: [PATCH] add `ADDRESS` / remove `BET` - add `ADDRESS` action to readme - removed `BET` action from BTNS-420 and readme Note: BET action can be built out in XChain platform --- README.md | 2 +- docs/BTNS-420.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7442c97..be6bbbe 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/docs/BTNS-420.md b/docs/BTNS-420.md index a20e527..a7b2a0e 100644 --- a/docs/BTNS-420.md +++ b/docs/BTNS-420.md @@ -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 |