Skip to content

Commit 2b0e7b1

Browse files
Update .snippets/code/develop/interoperability/best-practices-for-teleporting-assets/dry-run-example.ts
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent 2b75a5e commit 2b0e7b1

File tree

1 file changed

+1
-1
lines changed
  • .snippets/code/develop/interoperability/best-practices-for-teleporting-assets

1 file changed

+1
-1
lines changed

.snippets/code/develop/interoperability/best-practices-for-teleporting-assets/dry-run-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ASSET_HUB_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5";
2323
const DOT_UNITS = 10_000_000_000n; // 10 decimals.
2424
const DOT_CENTS = DOT_UNITS / 100n;
2525

26-
// For Mythos.
26+
// Mythos constants.
2727
const MYTHOS_WS_URL = "ws://localhost:8001";
2828
const MYTHOS_PARA_ID = 3369;
2929
const MYTHOS_ACCOUNT = "0x69CF15A9393A0869A7fE535eCFe2C3CbaC127A40";

0 commit comments

Comments
 (0)