You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/chains/arbitrum.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Arbitrum testn
48
48
- Connect to an ethereum network
49
49
- Use the `evmconnect` blockchain connector
50
50
- Use an remote RPC node. This will create a signer locally, so that our signing key never leaves the development machine.
51
-
- Set the remote RPC node URL to `https://goerli-rollup.arbitrum.io/rpc` (for a full list of testnet RPC node urls visit https://developer.offchainlabs.com/docs/Public_Chains)
51
+
- See the Arbitrum [docs](https://developer.offchainlabs.com/node-running/node-providers) and select an HTTPS RPC endpoint.
52
52
- Set the chain ID to `421613` (the correct ID for the Binance Smart Chain testnet)
53
53
- Merge the custom config created above with the generated `evmconnect` config file
Copy file name to clipboardExpand all lines: docs/tutorials/chains/avalanche.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Avalanche Fuji
48
48
- Connect to an ethereum network
49
49
- Use the `evmconnect` blockchain connector
50
50
- Use an remote RPC node. This will create a signer locally, so that our signing key never leaves the development machine.
51
-
- Set the remote RPC node URL to `https://api.avax-test.network/ext/bc/C/rpc` (for a full list of testnet RPC node urls visit https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes)
51
+
- See the Avalance [docs](https://docs.avax.network/quickstart/fuji-workflow) and select and HTTPS RPC endpoint.
52
52
- Set the chain ID to `43113` (the correct ID for the Avalanche Fuji testnet)
53
53
- Merge the custom config created above with the generated `evmconnect` config file
Copy file name to clipboardExpand all lines: docs/tutorials/chains/binance_smart_chain.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Binance Smart
48
48
- Connect to an ethereum network
49
49
- Use the `evmconnect` blockchain connector
50
50
- Use an remote RPC node. This will create a signer locally, so that our signing key never leaves the development machine.
51
-
- Set the remote RPC node URL to `https://data-seed-prebsc-1-s1.binance.org:8545` (for a full list of testnet RPC node urls visit [https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes](https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes))
51
+
- See the Binance BscScan [docs](https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes) and select an HTTPS RPC endpoint.
52
52
- Set the chain ID to `97` (the correct ID for the Binance Smart Chain testnet)
53
53
- Merge the custom config created above with the generated `evmconnect` config file
0 commit comments