Skip to content

Commit abac84a

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 2b0e7b1 commit abac84a

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
@@ -97,7 +97,7 @@ async function dryRun(call: Transaction<any, any, any, any>['decodedCall']) {
9797
const assetHubClient = createClient(getWsProvider(ASSET_HUB_WS_URL));
9898
const ahApi = assetHubClient.getTypedApi(ah);
9999

100-
// We need to make sure it's V4 because V5 is not supported by asset hub.
100+
// We need to ensure it's V4 because V5 is not supported by Asset Hub at the time of writing.
101101
// We get the supported versions directly from the descriptors.
102102
if (messageToAh.type === 'V4') {
103103
console.log('Dry running on Asset Hub...');

0 commit comments

Comments
 (0)