Skip to content

Commit

Permalink
feat: add field to raw vault interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Nov 8, 2024
1 parent b256abe commit 7df8a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "dlc-btc-lib",
"version": "2.4.12",
"version": "2.4.13",
"description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/models/ethereum-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export interface RawVault {
btcMintFeeBasisPoints: BigNumber;
btcRedeemFeeBasisPoints: BigNumber;
taprootPubKey: string;
icyIntegrationAddress: string;
}

export interface SSPVaultUpdate {
Expand Down

0 comments on commit 7df8a34

Please sign in to comment.