Skip to content

Commit

Permalink
changed destination accountID and rounded weights
Browse files Browse the repository at this point in the history
  • Loading branch information
x3c41a committed Nov 21, 2024
1 parent bade2fc commit 0b50eb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ exports[`asset hub & polkadot > Teleport DOT from Asset Hub to Polkadot > balanc
"consumers": 0,
"data": {
"flags": "0x80000000000000000000000000000000",
"free": 0,
"free": "(rounded 7000000000000)",
"frozen": 0,
"reserved": 0,
},
"nonce": 0,
"providers": 0,
"providers": 1,
"sufficients": 0,
}
`;
Expand Down Expand Up @@ -82,7 +82,7 @@ exports[`asset hub & polkadot > Teleport DOT from Asset Hub to Polkadot > from c
"x1": [
{
"accountId32": {
"id": "0x439660b36c6c03afafca027b910b4fecf99801834c62a5e6006f27d978de234f",
"id": "0xd17c2d7823ebf260fd138f2d7e27d114c0145d968b5ff5006125f2414fadae69",
"network": null,
},
},
Expand Down Expand Up @@ -161,12 +161,12 @@ exports[`asset hub & polkadot > Teleport DOT from Polkadot to Asset Hub > balanc
"consumers": 0,
"data": {
"flags": "0x80000000000000000000000000000000",
"free": 0,
"free": "(rounded 7000000000000)",
"frozen": 0,
"reserved": 0,
},
"nonce": 0,
"providers": 0,
"providers": 1,
"sufficients": 0,
}
`;
Expand Down
8 changes: 4 additions & 4 deletions packages/polkadot/src/assetHub.polkadot.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('asset hub & polkadot', async () => {
x1: [
{
accountId32: {
id: defaultAccounts.charlie.addressRaw,
id: defaultAccounts.bob.addressRaw,
network: null,
},
},
Expand All @@ -84,7 +84,7 @@ describe('asset hub & polkadot', async () => {
},
],
},
{ ref_time: 55_791_617_000n, proof_size: 364_593n },
{ ref_time: 100_000_000_000n, proof_size: 1_000_000n },
),
}
})
Expand Down Expand Up @@ -156,7 +156,7 @@ describe('asset hub & polkadot', async () => {
x1: [
{
accountId32: {
id: defaultAccounts.charlie.addressRaw,
id: defaultAccounts.bob.addressRaw,
network: null,
},
},
Expand All @@ -170,7 +170,7 @@ describe('asset hub & polkadot', async () => {
},
],
},
{ ref_time: 55_791_617_000n, proof_size: 364_593n },
{ ref_time: 100_000_000_000n, proof_size: 1_000_000n },
),
}
})
Expand Down

0 comments on commit 0b50eb5

Please sign in to comment.