Skip to content

Commit

Permalink
Update ERCS/erc-7785.md
Browse files Browse the repository at this point in the history
Co-authored-by: sampkaML <[email protected]>
  • Loading branch information
yuliyaalexiev and sampkaML authored Oct 23, 2024
1 parent 7fee9bd commit da73ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7785.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The input to the function MUST contain the chain name and MAY contain additional

An example for a L2:
```
chain_id = Keccak-256(CHAIN_NAME, L1_CHAIN_ID, VERSION, BRIDGE)
chain_id = Keccak-256(CHAIN_NAME, SETTLEMENT_CHAIN_ID, VERSION, DEPLOYER_CONTRACT_ADDRESS, SALT)
```
where:
- `L1_CHAIN_ID` is the id of the L1 where the L2 settles, it could be Mainnet or a testnet.
Expand Down

0 comments on commit da73ebf

Please sign in to comment.