@sodax/sdk 0.0.1-rc.36 → 0.0.1-rc.37
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 +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13911,7 +13911,6 @@ var MigrationService = class {
|
|
|
13911
13911
|
const txResult = await SpokeService.deposit(
|
|
13912
13912
|
{
|
|
13913
13913
|
from: walletAddress,
|
|
13914
|
-
to: creatorHubWalletAddress,
|
|
13915
13914
|
token: params.srcbnUSD,
|
|
13916
13915
|
amount: params.amount,
|
|
13917
13916
|
data: migrationData
|