Skip to content

Commit

Permalink
Update JS Dependencies (#2230)
Browse files Browse the repository at this point in the history
# Goal

The goal of this PR is regular updates of the `package.json` for
published packages and e2e tests.
  • Loading branch information
wilwade authored Dec 2, 2024
1 parent 4e9a1a2 commit 7371f77
Show file tree
Hide file tree
Showing 7 changed files with 2,341 additions and 2,710 deletions.
2 changes: 1 addition & 1 deletion e2e/capacity/transactionsBatch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ describe('Capacity Transactions Batch', function () {
describe('pay_with_capacity_batch_all', function () {
let capacityProviderKeys: KeyringPair;
let capacityProvider: u64;
let schemaId: u16;
let defaultPayload: AddProviderPayload;
const amountStaked = 9n * DOLLARS;

beforeEach(async function () {
const schemaId: u16 = new u16(ExtrinsicHelper.api.registry, 1);
capacityProviderKeys = createKeys('CapacityProviderKeys');
capacityProvider = await createMsaAndProvider(
fundingSource,
Expand Down
Loading

0 comments on commit 7371f77

Please sign in to comment.