From e8a396bf14f1c739cde47cb77f6ceb1abc1e5d00 Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Wed, 27 Nov 2024 11:36:32 +0100 Subject: [PATCH] feat: modify getAttestorExtendedGroupPublicKey endpoint --- package.json | 2 +- src/functions/attestor/attestor-request.functions.ts | 2 +- yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6e0ef4c..a4dd307 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/functions/attestor/attestor-request.functions.ts b/src/functions/attestor/attestor-request.functions.ts index f4026e0..2bf0127 100644 --- a/src/functions/attestor/attestor-request.functions.ts +++ b/src/functions/attestor/attestor-request.functions.ts @@ -30,7 +30,7 @@ export async function submitXRPLCheckToCash( } export async function getAttestorExtendedGroupPublicKey(coordinatorURL: string): Promise { - return sendGetRequest(`${coordinatorURL}/tss/get-extended-group-publickey`); + return sendGetRequest(`${coordinatorURL}/app/get-extended-group-publickey`); } export async function submitFundingPSBT( diff --git a/yarn.lock b/yarn.lock index d129c05..69fc3e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -764,7 +764,7 @@ "@ethersproject/properties" "^5.7.0" "@ethersproject/strings" "^5.7.0" -"@gemwallet/api@^3.8.0": +"@gemwallet/api@3.8.0": version "3.8.0" resolved "https://registry.yarnpkg.com/@gemwallet/api/-/api-3.8.0.tgz#46bc47789848c7ac9cc620613e0a1757dc8668a1" integrity sha512-hZ6XC0mVm3Q54cgonrzk6tHS/wUMjtPHyqsqbtlnNGPouCR7OIfEDo5Y802qLZ5ah6PskhsK0DouVnwUykEM8Q== @@ -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==