Skip to content

Commit

Permalink
feat: export getAttestorConfigurationForChain function
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Feb 5, 2025
1 parent c3c6282 commit f22ae08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.5.15",
"version": "2.5.16",
"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/functions/attestor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export {
getAttestorExtendedGroupPublicKey,
submitSetupXRPLVaultRequest,
submitXRPLCheckToCash,
getAttestorConfigurationForChain,
} from '../attestor/attestor-request.functions.js';
2 changes: 0 additions & 2 deletions tests/unit/bitcoin-functions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import {
getVaultOutputValueFromTransaction,
removeDustOutputs,
} from '../../src/functions/bitcoin/bitcoin-functions';
import * as bitcoinRequestFunctions from '../../src/functions/bitcoin/bitcoin-request-functions.js';
import { TEST_TESTNET_BITCOIN_BLOCKCHAIN_API } from '../mocks/api.test.constants.js';
import {
TEST_TESTNET_ATTESTOR_EXTENDED_GROUP_PUBLIC_KEY_1,
TEST_TESTNET_ATTESTOR_UNHARDENED_DERIVED_PUBLIC_KEY_1,
Expand Down

0 comments on commit f22ae08

Please sign in to comment.