Skip to content

Commit

Permalink
feat: modify getAttestorExtendedGroupPublicKey endpoint (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 authored Nov 27, 2024
1 parent 06dc859 commit 7e8e02a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4.17",
"version": "2.4.18",
"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
2 changes: 1 addition & 1 deletion src/functions/attestor/attestor-request.functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export async function submitXRPLCheckToCash(
}

export async function getAttestorExtendedGroupPublicKey(coordinatorURL: string): Promise<string> {
return sendGetRequest(`${coordinatorURL}/tss/get-extended-group-publickey`);
return sendGetRequest(`${coordinatorURL}/app/get-extended-group-publickey`);
}

export async function submitFundingPSBT(
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@gemwallet/api@^3.8.0":
"@gemwallet/[email protected]":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@gemwallet/api/-/api-3.8.0.tgz#46bc47789848c7ac9cc620613e0a1757dc8668a1"
integrity sha512-hZ6XC0mVm3Q54cgonrzk6tHS/wUMjtPHyqsqbtlnNGPouCR7OIfEDo5Y802qLZ5ah6PskhsK0DouVnwUykEM8Q==
Expand Down Expand Up @@ -4478,7 +4478,7 @@ ripple-address-codec@^5.0.0:
"@scure/base" "^1.1.3"
"@xrplf/isomorphic" "^1.0.0"

ripple-binary-codec@^2.1.0:
ripple-binary-codec@2.1.0, ripple-binary-codec@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ripple-binary-codec/-/ripple-binary-codec-2.1.0.tgz#f1ef81f8d1f05a6cecc06fc6d9b13456569cafda"
integrity sha512-q0GAx+hj3UVcDbhXVjk7qeNfgUMehlElYJwiCuIBwqs/51GVTOwLr39Ht3eNsX5ow2xPRaC5mqHwcFDvLRm6cA==
Expand Down

0 comments on commit 7e8e02a

Please sign in to comment.