Skip to content

Commit 7bef61e

Browse files
committed
Update PoS files
1 parent baf7e41 commit 7bef61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pos/how-to/bridging/ethereum-polygon/ethereum-to-matic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ let receiver = new matic.eth.Contract(JSON.parse(receiverABI), receiverAddress)
151151
152152
We're using `@maticnetwork/meta` package for the RPCs, the package isn't a requirement to run the script.
153153
154-
`matic` and `main` objects refer to the web3 object initialized with Polygon's and Ropsten's RPC respectively.
154+
`matic` and `main` objects refer to the web3 object initialized with Polygon Amoy and Sepolia network's respective RPC URLs.
155155
156156
`sender` and `receiver` objects refer to the contract objects of `Sender.sol` and `Receiver.sol` that we deployed in Step 1 and 2.
157157

docs/pos/how-to/troubleshoot/technical-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ and start Heimdall services again. You can refer to this [guide](../validator/pr
176176

177177
### 5. From where do I create the API key?
178178

179-
You can access this link: [https://infura.io/register](https://infura.io/register) . Make sure that once you have setup your account and project, you copy the API key for Ropsten and not Mainnet.
179+
You can access this link: [https://infura.io/register](https://infura.io/register) . Make sure that once you have setup your account and project, you copy the API key for Sepolia and not mainnet.
180180

181181
Mainnet is selected by default.
182182

0 commit comments

Comments
 (0)