Skip to content

Commit

Permalink
Update tests/src/xcm/xcm.types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Shiposha <[email protected]>
  • Loading branch information
PraetorP and mrshiposha authored Oct 2, 2023
1 parent 17703e6 commit 116f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/xcm/xcm.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class XcmTestHelper {
switch (this._nativeRuntime) {
case 'opal':
// To-Do
return 10;
return 1001;
case 'quartz':
return QUARTZ_CHAIN;
case 'unique':
Expand Down

0 comments on commit 116f145

Please sign in to comment.