Skip to content

Commit

Permalink
Merge pull request #114 from CityOfZion/CU-86a5jgc40-1
Browse files Browse the repository at this point in the history
CU-86a5jgc40-BS Swap - Add refund in SwapStatus type and separate get…
  • Loading branch information
thiagocbalducci authored Nov 12, 2024
2 parents 8566b6b + bada2df commit 5c3b7df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-swap",
"comment": "Export the SimpleSwapServiceHelper",
"type": "patch"
}
],
"packageName": "@cityofzion/bs-swap"
}
2 changes: 2 additions & 0 deletions packages/bs-swap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ export * from './types/simpleSwap'
export * from './apis/SimpleSwapApi'

export * from './services/SimpleSwapService'

export * from './helpers/SimpleSwapServiceHelper'

0 comments on commit 5c3b7df

Please sign in to comment.