Skip to content

Commit

Permalink
Update develop/toolkit/api-libraries/smart-contracts/ether-js.md
Browse files Browse the repository at this point in the history
Co-authored-by: bader y <[email protected]>
  • Loading branch information
nhussein11 and CrackTheCode016 authored Jan 8, 2025
1 parent 8b9f51c commit 70e61cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/toolkit/api-libraries/smart-contracts/ether-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To interact with the Asset Hub, you'll need to set up an Ethers.js provider. Thi
```

!!! note
Replace `INSERT_RPC_URL`, `INSERT_CHAIN_ID`, and `INSERT_CHAIN_NAME` with the appropriate values. For example, to connect to Westend Asset Hub, you can use the following parameters:
Replace `INSERT_RPC_URL`, `INSERT_CHAIN_ID`, and `INSERT_CHAIN_NAME` with the appropriate values. For example, to connect to Westend Asset Hub's Ethereum RPC instance, you can use the following parameters:

```js
const PROVIDER_RPC = {
Expand Down

0 comments on commit 70e61cd

Please sign in to comment.