Skip to content

Commit

Permalink
chore: update multisig address
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Sep 16, 2024
1 parent 03a1d07 commit 39ef567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39ef567

Please sign in to comment.