From 39ef56748971a7623ef06bca28016a3cb6b36a92 Mon Sep 17 00:00:00 2001 From: kaladinlight <35275952+kaladinlight@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:56:35 -0600 Subject: [PATCH] chore: update multisig address --- cli/src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/wallet.ts b/cli/src/wallet.ts index dad0b1d..2cd1301 100644 --- a/cli/src/wallet.ts +++ b/cli/src/wallet.ts @@ -11,7 +11,7 @@ import { Epoch } from './types' import { RFOX_DIR } from '.' const BIP32_PATH = `m/44'/931'/0'/0/0` -const SHAPESHIFT_MULTISIG_ADDRESS = 'thor1xmaggkcln5m5fnha2780xrdrulmplvfrz6wj3l' +const SHAPESHIFT_MULTISIG_ADDRESS = 'thor1crs0y53jfg224mettqeg883e6ume49tllktg2s' const THORNODE_URL = 'https://daemon.thorchain.shapeshift.com' const addressNList = bip32ToAddressNList(BIP32_PATH)