Skip to content

Commit d48f072

Browse files
committed
update readme
1 parent 192d93d commit d48f072

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • cmd/creinit/template/workflow/porExampleDev

cmd/creinit/template/workflow/porExampleDev/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ CRE_ETH_PRIVATE_KEY=000000000000000000000000000000000000000000000000000000000000
2727

2828
For local simulation to interact with a chain, you must specify RPC endpoints for the chains you interact with in the `project.yaml` file. This is required for submitting transactions and reading blockchain state.
2929

30-
Note: Only eth sepolia (chain selector `16015286601757825753`) is supported in local simulation
30+
Note: Only eth sepolia (chain name `ethereum-testnet-sepolia`) is supported in local simulation
3131

32-
Add your preferred RPCs under the `rpcs` section. For chain selectors, refer to https://github.com/smartcontractkit/chain-selectors/blob/main/selectors.yml
32+
Add your preferred RPCs under the `rpcs` section. For chain names, refer to https://github.com/smartcontractkit/chain-selectors/blob/main/selectors.yml
3333

3434
```yaml
3535
rpcs:
36-
- chain-selector: 16015286601757825753
36+
- chain-name: ethereum-testnet-sepolia
3737
url: <Your RPC endpoint to ETH Sepolia>
3838
```
3939
Ensure the provided URLs point to valid RPC endpoints for the specified chains. You may use public RPC providers or set up your own node.
@@ -69,7 +69,7 @@ Deploy the BalanceReader, MessageEmitter, ReserveManager and SimpleERC20 contrac
6969
For a quick start, you can also use the pre-deployed contract addresses on Ethereum Sepolia—no action required on your part if you're just trying things out.
7070

7171
For completeness, the Solidity source code for these contracts is located under projectRoot/contracts/evm/src.
72-
- chainID: `16015286601757825753`
72+
- chain: `ethereum-testnet-sepolia`
7373
- ReserveManager contract address: `0x073671aE6EAa2468c203fDE3a79dEe0836adF032`
7474
- SimpleERC20 contract address: `0x4700A50d858Cb281847ca4Ee0938F80DEfB3F1dd`
7575
- BalanceReader contract address: `0x4b0739c94C1389B55481cb7506c62430cA7211Cf`
@@ -106,7 +106,7 @@ Configure `config.json` for the workflow
106106
- `proxyAddress` should be the UpdateReservesProxySimplified contract address
107107
- `balanceReaderAddress` should be the BalanceReader contract address
108108
- `messageEmitterAddress` should be the MessageEmitter contract address
109-
- `chainSelector` should be chainID of selected chain (refer to https://github.com/smartcontractkit/chain-selectors/blob/main/selectors.yml)
109+
- `chainName` should be name of selected chain (refer to https://github.com/smartcontractkit/chain-selectors/blob/main/selectors.yml)
110110
- `gasLimit` should be the gas limit of chain write
111111

112112
The config is already populated with deployed contracts in template.

0 commit comments

Comments
 (0)