Skip to content

Commit 659dba6

Browse files
Update .snippets/code/chain-interactions/query-data/runtime-api-calls/dedot/runtime-apis.ts
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent 6f31a63 commit 659dba6

File tree

1 file changed

+1
-1
lines changed
  • .snippets/code/chain-interactions/query-data/runtime-api-calls/dedot

1 file changed

+1
-1
lines changed

.snippets/code/chain-interactions/query-data/runtime-api-calls/dedot/runtime-apis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ASSET_HUB_RPC = 'INSERT_WS_ENDPOINT';
77
const ADDRESS = 'INSERT_ADDRESS';
88

99
async function main() {
10-
// Initialize provider and client with Asset Hub types
10+
// Initialize provider and client with Polkadot TestNet types
1111
const provider = new WsProvider(ASSET_HUB_RPC);
1212
const client = await DedotClient.new<PolkadotAssetHubApi>(provider);
1313

0 commit comments

Comments
 (0)