diff --git a/package.json b/package.json index c2d1739f..feb0ec12 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "test:update": "turbo run test:update", "test:ci": "turbo run test:ci", "test:acc": "turbo run test:acc", + "test:acc:u": "turbo run test:acc -- -u", "prepare": "husky install", "changeset": "changeset", "changeset:version": "changeset version && npm i --package-lock-only", diff --git a/packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap b/packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap index a42cebf3..1ed6c31d 100644 --- a/packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap +++ b/packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap @@ -322,6 +322,13 @@ exports[`sdk getParachainBalances should get expected balances for Moonbase Beta exports[`sdk getParachainBalances should get expected balances for Moonbeam 1`] = ` [ + r { + "amount": 0n, + "decimals": 12, + "key": "bncs", + "originSymbol": "BNCS", + "symbol": "BNCS", + }, r { "amount": 0n, "decimals": 10, @@ -420,6 +427,13 @@ exports[`sdk getParachainBalances should get expected balances for Moonbeam 1`] "originSymbol": "HDX", "symbol": "HDX", }, + r { + "amount": 0n, + "decimals": 10, + "key": "ded", + "originSymbol": "DED", + "symbol": "DED", + }, r { "amount": 0n, "decimals": 10,