Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the pjs group with 4 updates #503

Merged
merged 5 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading