We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a mapping from chainId or Safe UI's network url shortname? I.E. https://app.safe.global/transactions/history?safe=oeth:
https://app.safe.global/transactions/history?safe=oeth:
{ 42161: 'arb1' 10: 'oeth' }
The text was updated successfully, but these errors were encountered:
You should check the safe-deployments repo.
Sorry, misunderstood the question. You can find a mapping here: https://github.com/safe-global/safe-wallet-web/blob/edd69235fd21eb56b54a9e17eed77e6df8b8d243/src/config/chains.ts#L4
Sorry, something went wrong.
Just circling back on this one. If anyone is looking for the actual list its located here: https://github.com/safe-global/safe-core-sdk/blob/main/packages/protocol-kit/src/utils/eip-3770/config.ts
No branches or pull requests
Is there a mapping from chainId or Safe UI's network url shortname? I.E.
https://app.safe.global/transactions/history?safe=oeth:
The text was updated successfully, but these errors were encountered: