Skip to content

Commit 274db74

Browse files
Merge pull request #1046 from kaleido-io/doc-upgrades
update public chain docs
2 parents 7423b5e + c62e797 commit 274db74

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

docs/tutorials/chains/arbitrum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Arbitrum testn
4848
- Connect to an ethereum network
4949
- Use the `evmconnect` blockchain connector
5050
- 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.
5252
- Set the chain ID to `421613` (the correct ID for the Binance Smart Chain testnet)
5353
- Merge the custom config created above with the generated `evmconnect` config file
5454

@@ -59,7 +59,7 @@ ff init arbitrum 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url https://goerli-rollup.arbitrum.io/rpc \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 421613 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

docs/tutorials/chains/avalanche.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Avalanche Fuji
4848
- Connect to an ethereum network
4949
- Use the `evmconnect` blockchain connector
5050
- 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.
5252
- Set the chain ID to `43113` (the correct ID for the Avalanche Fuji testnet)
5353
- Merge the custom config created above with the generated `evmconnect` config file
5454

@@ -59,7 +59,7 @@ ff init avalanche 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url https://api.avax-test.network/ext/bc/C/rpc \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 43113 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

docs/tutorials/chains/binance_smart_chain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Binance Smart
4848
- Connect to an ethereum network
4949
- Use the `evmconnect` blockchain connector
5050
- 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.
5252
- Set the chain ID to `97` (the correct ID for the Binance Smart Chain testnet)
5353
- Merge the custom config created above with the generated `evmconnect` config file
5454

@@ -59,7 +59,7 @@ ff init bsc 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url https://data-seed-prebsc-1-s1.binance.org:8545 \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 97 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

docs/tutorials/chains/moonbeam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ff init moonbeam 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url <selected rpc endpoint> \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 1287 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

docs/tutorials/chains/optimism.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Optimism testn
4848
- Connect to an ethereum network
4949
- Use the `evmconnect` blockchain connector
5050
- 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.optimism.io`
51+
- See the optimism [docs](https://community.optimism.io/docs/useful-tools/networks/) and select an HTTPS RPC endpoint.
5252
- Set the chain ID to `420` (the correct ID for the Optimism testnet)
5353
- Merge the custom config created above with the generated `evmconnect` config file
5454

@@ -59,7 +59,7 @@ ff init optimism 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url https://goerli.optimism.io \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 420 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

docs/tutorials/chains/polygon_testnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To create a local FireFly development stack and connect it to the Polygon Mumbai
4848
- Connect to an ethereum network
4949
- Use the `evmconnect` blockchain connector
5050
- 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://rpc-mumbai.maticvigil.com`
51+
- See the polygon [docs](https://docs.polygon.technology/docs/develop/network-details/network/) and select an HTTPS RPC endpoint.
5252
- Set the chain ID to `80001` (the correct ID for the Polygon Mumbai testnet)
5353
- Merge the custom config created above with the generated `evmconnect` config file
5454

@@ -59,7 +59,7 @@ ff init polygon 1 \
5959
-b ethereum \
6060
-c evmconnect \
6161
-n remote-rpc \
62-
--remote-node-url https://rpc-mumbai.maticvigil.com \
62+
--remote-node-url <selected RPC endpoint> \
6363
--chain-id 80001 \
6464
--connector-config ~/Desktop/evmconnect.yml
6565
```

0 commit comments

Comments
 (0)