@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.cjs
CHANGED
|
@@ -13939,7 +13939,6 @@ var MigrationService = class {
|
|
|
13939
13939
|
const txResult = await SpokeService.deposit(
|
|
13940
13940
|
{
|
|
13941
13941
|
from: walletAddress,
|
|
13942
|
-
to: creatorHubWalletAddress,
|
|
13943
13942
|
token: params.srcbnUSD,
|
|
13944
13943
|
amount: params.amount,
|
|
13945
13944
|
data: migrationData
|