@sodax/wallet-sdk-core 1.3.1-beta-rc2 → 1.3.1-beta-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1048,7 +1048,7 @@ var spokeChainConfig = {
1048
1048
  },
1049
1049
  [BITCOIN_MAINNET_CHAIN_ID]: {
1050
1050
  addresses: {
1051
- assetManager: "bc1p4z9555xw0266vhq2x5un4zdmm9dt9zyet32fs7wa7u5ckdxusd9qsw4xfx"
1051
+ assetManager: "bc1pxguu2r4p9jcxp3gj7dh4r4jd9qzccwpyap3nj5nlapy28s76lhrqw522fz"
1052
1052
  },
1053
1053
  chain: baseChainInfo[BITCOIN_MAINNET_CHAIN_ID],
1054
1054
  bnUSD: "no",
@@ -1076,9 +1076,9 @@ var spokeChainConfig = {
1076
1076
  xChainId: BITCOIN_MAINNET_CHAIN_ID
1077
1077
  }
1078
1078
  },
1079
- radfiApiUrl: "https://staging.api.radfi.co/api",
1079
+ radfiApiUrl: "https://api.canary.radfi.co/api",
1080
1080
  radfiApiKey: "",
1081
- radfiUmsUrl: "https://staging.ums.radfi.co/api",
1081
+ radfiUmsUrl: "https://ums.radfi.co/api",
1082
1082
  network: "MAINNET",
1083
1083
  rpcUrl: "https://mempool.space/api"
1084
1084
  },