From bada2df62702d3c150269eddbd771886756928af Mon Sep 17 00:00:00 2001 From: hotequil Date: Tue, 12 Nov 2024 18:06:27 -0300 Subject: [PATCH] CU-86a5jgc40-BS Swap - Add refund in SwapStatus type and separate getStatus method --- .../bs-swap/CU-86a5jgc40-1_2024-11-12-21-05.json | 10 ++++++++++ packages/bs-swap/src/index.ts | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 common/changes/@cityofzion/bs-swap/CU-86a5jgc40-1_2024-11-12-21-05.json diff --git a/common/changes/@cityofzion/bs-swap/CU-86a5jgc40-1_2024-11-12-21-05.json b/common/changes/@cityofzion/bs-swap/CU-86a5jgc40-1_2024-11-12-21-05.json new file mode 100644 index 0000000..ea7df7f --- /dev/null +++ b/common/changes/@cityofzion/bs-swap/CU-86a5jgc40-1_2024-11-12-21-05.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@cityofzion/bs-swap", + "comment": "Export the SimpleSwapServiceHelper", + "type": "patch" + } + ], + "packageName": "@cityofzion/bs-swap" +} \ No newline at end of file diff --git a/packages/bs-swap/src/index.ts b/packages/bs-swap/src/index.ts index 5b28f72..ea67a4e 100644 --- a/packages/bs-swap/src/index.ts +++ b/packages/bs-swap/src/index.ts @@ -3,3 +3,5 @@ export * from './types/simpleSwap' export * from './apis/SimpleSwapApi' export * from './services/SimpleSwapService' + +export * from './helpers/SimpleSwapServiceHelper'