@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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1048,7 +1048,7 @@ var spokeChainConfig = {
|
|
|
1048
1048
|
},
|
|
1049
1049
|
[BITCOIN_MAINNET_CHAIN_ID]: {
|
|
1050
1050
|
addresses: {
|
|
1051
|
-
assetManager: "
|
|
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://
|
|
1079
|
+
radfiApiUrl: "https://api.canary.radfi.co/api",
|
|
1080
1080
|
radfiApiKey: "",
|
|
1081
|
-
radfiUmsUrl: "https://
|
|
1081
|
+
radfiUmsUrl: "https://ums.radfi.co/api",
|
|
1082
1082
|
network: "MAINNET",
|
|
1083
1083
|
rpcUrl: "https://mempool.space/api"
|
|
1084
1084
|
},
|