Skip to content

Commit 379ddec

Browse files
MaticParvezhsutaiyu
authored andcommitted
Update matic-to-ethereum.md
1 parent eafcb4a commit 379ddec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ contract Root {
6868
}
6969
```
7070

71-
Once the child and root contract is deployed on the Polygon and Ethereum chain respectively, these contracts have to be mapped using the PoS bridge. This mapping ensures that a connection is maintained between these two contracts across the chains. For doing this mapping,the Polygon team can be reached on [Discord](https://discord.com/invite/0xPolygon).
71+
Once the child and root contract is deployed on the Polygon and Ethereum chain respectively, these contracts have to be mapped using the PoS bridge. This mapping ensures that a connection is maintained between these two contracts across the chains. For doing this mapping,the Polygon team can be reached on [Discord](https://discord.com/invite/0xPolygonCommunity).
7272

7373
One important thing to note is that in the root contract, there is a `onlyPredicate` modifier. It is recommended to use this modifier always because it ensures that only the predicate contract makes the state change on the root contract. The predicate contract is a special contract that triggers the root contract only when the transaction that happened on the Polygon PoS chain is verified by the `RootChainManager` on Ethereum chain. This ensures secure change of state on the root contract.
7474

0 commit comments

Comments
 (0)