Content pfp
Content
@
0 reply
0 recast
0 reaction

0xRider pfp
0xRider
@0xrider
I am trying to send a message from degen to base. $20 USDC if you can help unblock me. @bountybot
6 replies
0 recast
1 reaction

0xRider pfp
0xRider
@0xrider
Using the greeter arbitrum tutorial: https://github.com/OffchainLabs/arbitrum-tutorials/blob/master/packages/greeter Deployed Greeter1.sol on base / Greeter2.sol on degen. Calling `inbox.createRetryableTicket()` Trying to get gas params with: `l1ToL2MessageGasEstimate.estimateAll()` error: UNPREDICTABLE_GAS_LIMIT
1 reply
0 recast
0 reaction

tsc Jhon๐Ÿ”’ โ“‚๏ธ pfp
tsc Jhon๐Ÿ”’ โ“‚๏ธ
@jhonc.eth
Arbitrum's Greeter tutorial uses inbox.createRetryableTicket to send messages between layers (L2 to L1). The l1ToL2MessageGasEstimate.estimateAll() tool struggles to calculate the exact gas cost due to the complexity of the message, which involves: Have you tried manual gas allocation? example: https://u.to/BSm5IA
1 reply
0 recast
0 reaction