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
2. It must have a method that makes an external call to L1CustomGateway.registerCustomL2Token specifying the address of the L2 contract, and to L1GatewayRouter.setGateway specifying the address of the custom gateway. These calls should be made only once to configure the gateway.
[FOR L2]
- It must havebridgeMint and bridgeBurn methods only callable by the L2CustomGateway contract
- It must have an l1Address view method that returns the address of the token in L1
9. Deploy token on L2, call registerTokenToL2 and setGateway on L1
Edit: yes, we do, look at point 8
isArbitrumEnabledmethodL1CustomGateway.registerCustomL2Tokenspecifying the address of the L2 contract, and toL1GatewayRouter.setGatewayspecifying the address of the custom gateway. These calls should be made only once to configure the gateway.bridgeMintandbridgeBurnmethods only callable by the L2CustomGateway contractl1Addressview method that returns the address of the token in L1