feat: support Ronin and Saigon testnet (internal Sky Mavis fork) - #77
Closed
huyhuynh3103 wants to merge 1 commit into
Closed
feat: support Ronin and Saigon testnet (internal Sky Mavis fork)#77huyhuynh3103 wants to merge 1 commit into
huyhuynh3103 wants to merge 1 commit into
Conversation
Trim NETWORKS to the two Ronin chains for the internal Sky Mavis build: - Ronin mainnet (chainId 2020) - Saigon testnet (chainId 202601 — authoritative per Sky Mavis, not the public "Saigon 2021" id) Both point at the self-hosted Safe Transaction Service (standard safe-transaction-service software, so api.ts is unchanged) and share the ronin.ico logo. Update the how-it-works "Supported Networks" copy to match. The Tx Service base URL is left as a TODO(sky-mavis) placeholder; ronin.ico still needs to be added under app/public/networks/. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Thank you for your contribution to OpenZeppelin Safe Utils. Before being able to integrate those changes, we would like you to sign our Contributor License Agreement. I confirm that I have read and hereby agree to the OpenZeppelin Contributor License Agreement You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Trim NETWORKS to the two Ronin chains for the internal Sky Mavis build:
Both point at the self-hosted Safe Transaction Service (standard safe-transaction-service software, so api.ts is unchanged) and share the ronin.ico logo. Update the how-it-works "Supported Networks" copy to match.
The Tx Service base URL is left as a TODO(sky-mavis) placeholder; ronin.ico still needs to be added under app/public/networks/.