docs: update Gelato Relay integration for @gelatocloud/gasless migration#809
Open
donoso-eth wants to merge 1 commit intosafe-global:mainfrom
Open
docs: update Gelato Relay integration for @gelatocloud/gasless migration#809donoso-eth wants to merge 1 commit intosafe-global:mainfrom
donoso-eth wants to merge 1 commit intosafe-global:mainfrom
Conversation
Update docs to reflect the migration from @gelatonetwork/relay-sdk to @gelatocloud/gasless in the relay-kit. SyncFee is removed, apiKey is now required, and executeTransaction returns a task ID string directly. Related SDK PR: safe-global/safe-core-sdk#1305 Gelato docs: https://docs.gelato.cloud/gasless-with-relay/gelato-turbo-relayer/overview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What it solves
Update docs to reflect the migration from @gelatonetwork/relay-sdk to @gelatocloud/gasless in the relay-kit. SyncFee is removed, apiKey is now required, and executeTransaction returns a task ID string directly.
Related SDK PR: safe-global/safe-core-sdk#1305
Gelato docs: https://docs.gelato.cloud/gasless-with-relay/gelato-turbo-relayer/overview
Changelog
@gelatonetwork/relay-sdkto@gelatocloud/gaslessapiKeyis now required,options/isSponsoredremoved,executeTransactionreturnsstringdirectlygetTaskStatus()usage and Gelato RPC polling for transaction statusdocs.gelato.networklinks todocs.gelato.cloudChecklist
safe-docspull request rulesLink to https://safe-global.notion.site/safe-docs-pr-rules is broken
Note
Low Risk
Docs-only changes that update third-party links and usage examples; low risk aside from potentially confusing developers if the new Gelato API/return types are misdocumented.
Overview
Updates Relay Kit documentation to reflect Gelato’s migration to
docs.gelato.cloudand the 1Balance-sponsored-only model.Rewrites the Gelato integration guide to require an API key, remove SyncFee/
callWithSyncFeeandisSponsoredoptions, and update examples to match the new Relay Kit API (createTransaction/executeTransactionreturning a task ID string,getTaskStatus()status checks, and optional direct Gelato RPC polling). Also refreshes Relay Kit descriptions in the SDK overview and Relay Kit landing page, plus the glossary relayer link.Written by Cursor Bugbot for commit d20327a. This will update automatically on new commits. Configure here.