diff --git a/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx b/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx index 89cf0a492..fd4e03799 100644 --- a/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx +++ b/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx @@ -106,7 +106,7 @@ Make sure that your environment is set to "Injected Provider", your wallet is co Then, select the `MyCustomL2Token` contract from the deployment dropdown and deploy it with the following parameters: ```text -_BRIDGE: "0x4200000000000000000000000000000000000007" +_BRIDGE: "0x4200000000000000000000000000000000000010" _REMOTETOKEN: "" _NAME: "My Custom L2 Token" _SYMBOL: "MCL2T"