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: src/content/docs/en/developers/guides/scroll-messenger-cross-chain-interaction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ contract GreeterOperator {
79
79
We pass the message by executing `executeFunctionCrosschain` and passing the following parameters:
80
80
81
81
-`scrollMessengerAddress`: This will depend on where you deployed the `GreeterOperator` contract.
82
-
- If you deployed it on Sepolia use `0x50c7d3e7f7c656493D1D76aaa1a836CedfCBB16A`. If you deployed on Scroll use `0x781e90f1c8Fc4611c9b7497C3B47F99Ef6969CbC`.
82
+
- If you deployed it on Sepolia use `0x50c7d3e7f7c656493D1D76aaa1a836CedfCBB16A`. If you deployed on Scroll use `0xBa50f5340FB9F3Bd074bD638c9BE13eCB36E603d`.
83
83
-`targetAddress`: The address of the `Greeter` contract on the opposite chain.
84
84
-`value`: In this case, it is `0` because the `setGreeting`is not payable.
85
85
-`greeting`: This is the parameter that will be sent through the message. Try passing `“This message was cross-chain!”`
Copy file name to clipboardExpand all lines: src/content/docs/es/developers/guides/scroll-messenger-cross-chain-interaction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ contract GreeterOperator {
78
78
Pasamos el mensaje ejecutando `executeFunctionCrosschain` y pasando los siguientes parámetros:
79
79
80
80
-`scrollMessengerAddress`: Esto dependerá de dónde hayas desplegado el contrato `GreeterOperator`.
81
-
- Si lo desplegaste en Sepolia utiliza `0x50c7d3e7f7c656493D1D76aaa1a836CedfCBB16A`. Si lo has desplegado en Scroll utiliza `0x781e90f1c8Fc4611c9b7497C3B47F99Ef6969CbC`.
81
+
- Si lo desplegaste en Sepolia utiliza `0x50c7d3e7f7c656493D1D76aaa1a836CedfCBB16A`. Si lo has desplegado en Scroll utiliza `0xBa50f5340FB9F3Bd074bD638c9BE13eCB36E603d`.
82
82
-`targetAddress`: La dirección del contrato `Greeter` en la cadena opuesta.
83
83
-`value`: En este caso es `0` porque el `setGreeting` no es de tipo `payable`.
84
84
-`greeting`: Es el parámetro que se enviará a través del mensaje. Prueba pasar `"¡Este mensaje fue ejecutado de manera crosschain!"`.
0 commit comments