Skip to content

Commit 77e7d7f

Browse files
committed
fix: adding endpoint
1 parent ad00220 commit 77e7d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.chain-interactions/send-transactions/calculate-transaction-fees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add the Polkadot relay chain to generate type-safe descriptors:
4848
npx papi add polkadotTestNet -w INSERT_WS_ENDPOINT
4949
```
5050

51-
This command downloads the latest Polkadot metadata and generates TypeScript descriptors in the `@polkadot-api/descriptors` package. Ensure to replace `INSERT_WS_ENDPOINT` with the proper websocket endpoint.
51+
This command downloads the latest Polkadot metadata and generates TypeScript descriptors in the `@polkadot-api/descriptors` package. Ensure to replace `INSERT_WS_ENDPOINT` with the proper websocket endpoint. For this example, we will use the Polkadot Testnet (`wss://pas-rpc.stakeworld.io/assethub`).
5252

5353
Create a file named `papi-fee-calculator.ts`:
5454

0 commit comments

Comments
 (0)