Skip to content

Migrate from deprecated @gelatonetwork/relay-sdk to @gelatocloud/gasless#1029

Merged
nkuba merged 2 commits intomainfrom
migrate-gelato-gasless-sdk
Apr 8, 2026
Merged

Migrate from deprecated @gelatonetwork/relay-sdk to @gelatocloud/gasless#1029
nkuba merged 2 commits intomainfrom
migrate-gelato-gasless-sdk

Conversation

@nkuba
Copy link
Copy Markdown
Collaborator

@nkuba nkuba commented Apr 8, 2026

Summary

  • Gelato dropped ETH (chain ID 1) support in @gelatonetwork/relay-sdk, breaking all sponsored transactions with Chain id [1] is not supported
  • Created a custom TransactionSender implementation (GelatoGaslessTransactionSender) using the new @gelatocloud/gasless SDK as a drop-in replacement
  • Added @gelatocloud/gasless dependency and removed usage of GelatoTransactionSender from @orangekit/sdk

Test plan

  • Verify sponsored transactions work on mainnet (chain ID 1)
  • Verify deposit/withdrawal flows complete successfully
  • Check browser console for Transaction successful with hash: logs

Gelato dropped ETH (chain ID 1) support in the old relay SDK, breaking
sponsored transactions. Replace the bundled GelatoTransactionSender with
a custom TransactionSender implementation using the new gasless SDK.
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 8, 2026

Deploy Preview for acre-dapp-v1 ready!

Name Link
🔨 Latest commit 8112cfd
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp-v1/deploys/69d63c1f30c5a30008c077e6
😎 Deploy Preview https://deploy-preview-1029--acre-dapp-v1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 8, 2026

Deploy Preview for acre-dapp ready!

Name Link
🔨 Latest commit 8112cfd
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp/deploys/69d63c1f70dd7500082d2c3f
😎 Deploy Preview https://deploy-preview-1029--acre-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 8, 2026

Deploy Preview for acre-dapp-testnet ready!

Name Link
🔨 Latest commit 8112cfd
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp-testnet/deploys/69d63c1e90d4720008c2e3fc
😎 Deploy Preview https://deploy-preview-1029--acre-dapp-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gelatocloud/gasless requires viem/account-abstraction which was not
available in the previously locked viem 2.14.0.
@nkuba nkuba force-pushed the migrate-gelato-gasless-sdk branch from d604f13 to 8112cfd Compare April 8, 2026 11:29
@nkuba nkuba merged commit 766ebb7 into main Apr 8, 2026
34 of 35 checks passed
@nkuba nkuba deleted the migrate-gelato-gasless-sdk branch April 8, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant