Skip to content

Commit

Permalink
chore(deps): bump the pjs group with 4 updates (#503)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: marshacb <[email protected]>
  • Loading branch information
dependabot[bot] and marshacb authored Jan 27, 2025
1 parent c5fd8e3 commit cf75c70
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/bifrostPolkadot.ethereum.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Bifrost Polkadot <> Ethereum', () => {
beforeEach(async () => {
const { bifrostPolkadot1, polkadotBridgeHub1, polkadotAssetHub1 } = await setupNetworks({
bifrostPolkadot1: {
endpoint: 'wss://bifrost-polkadot-rpc.dwellir.com',
endpoint: 'wss://bifrost-polkadot.ibp.network',
db: './db.sqlite',
port: 8013,
},
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/moonbeam.hydration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ describe('Moonbeam <> Hydration', () => {

hydration = hydration1;
moonbeam = moonbeam1;
}, 500000);
}, 1000000);

afterEach(async () => {
await moonbeam.teardown();
await hydration.teardown();
}, 500000);
}, 1000000);

describe('XCM V3', () => {
const xcmVersion = 3;
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/polkadotAssetHub.bridgeHub.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ describe('Polkadot AssetHub <> Ethereum', () => {

polkadotBridgeHub = polkadotBridgeHub1;
polkadotAssetHub = polkadotAssetHub1;
}, 500000);
}, 1000000);

afterEach(async () => {
await polkadotBridgeHub.teardown();
await polkadotAssetHub.teardown();
}, 500000);
}, 1000000);

describe('XCM V3', () => {
const xcmVersion = 3;
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/polkadotAssetHub.hydration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ describe('Polkadot AssetHub <> Hydration', () => {

hydration = hydration1;
polkadotAssetHub = polkadotAssetHub1;
}, 500000);
}, 1000000);

afterEach(async () => {
await polkadotAssetHub.teardown();
await hydration.teardown();
}, 500000);
}, 1000000);

describe('Local Transfers', () => {
test('AssetHub Local DOT Transfer', async () => {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"dependencies": {
"@acala-network/chopsticks-core": "^1.0.1",
"@acala-network/chopsticks-testing": "^1.0.1",
"@polkadot/api": "^15.2.1",
"@polkadot/api-augment": "^15.2.1",
"@polkadot/types": "^15.2.1",
"@polkadot/types-codec": "^15.2.1",
"@polkadot/api": "^15.5.1",
"@polkadot/api-augment": "^15.5.1",
"@polkadot/types": "^15.5.1",
"@polkadot/types-codec": "^15.5.1",
"@polkadot/util": "^13.3.1",
"@polkadot/util-crypto": "^13.3.1",
"@substrate/asset-transfer-api-registry": "^0.2.26"
},
"resolutions": {
"@polkadot/api": "^15.2.1",
"@polkadot/types-create": "15.2.1",
"@polkadot/rpc-provider": "15.2.1",
"@polkadot/api-augment": "^15.2.1",
"@polkadot/types": "^15.2.1",
"@polkadot/types-codec": "15.3.1",
"@polkadot/api": "^15.5.1",
"@polkadot/types-create": "15.5.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/api-augment": "^15.5.1",
"@polkadot/types": "^15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util-crypto": "13.3.1",
"@polkadot/util": "13.3.1",
"@polkadot/keyring": "13.3.1"
Expand Down
Loading

0 comments on commit cf75c70

Please sign in to comment.