-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
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
fix: zrx base URLs #5955
fix: zrx base URLs #5955
Conversation
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
derp... thanks!
return 'https:/0x.shapeshift.com/ethereum' | ||
return 'https://0x.shapeshift.com/ethereum/' | ||
case KnownChainIds.AvalancheMainnet: | ||
return 'https:/0x.shapeshift.com/avalanche' | ||
return 'https://0x.shapeshift.com/avalanche/' | ||
case KnownChainIds.OptimismMainnet: | ||
return 'https:/0x.shapeshift.com/optimism' | ||
return 'https://0x.shapeshift.com/optimism/' | ||
case KnownChainIds.BnbSmartChainMainnet: | ||
return 'https:/0x.shapeshift.com/bnbsmartchain' | ||
return 'https://0x.shapeshift.com/bnbsmartchain/' | ||
case KnownChainIds.PolygonMainnet: | ||
return 'https:/0x.shapeshift.com/polygon' | ||
return 'https://0x.shapeshift.com/polygon/' | ||
case KnownChainIds.ArbitrumMainnet: | ||
return 'https:/0x.shapeshift.com/arbitrum' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh man, I stared at this code for so long but didn't notice the single forward slash - good find @gomesalexandre!
Description
Forward slashes rugged.
Pull Request Type
Issue (if applicable)
Risk
Testing
Engineering
Operations
Screenshots (if applicable)
ZRX is happy on Localhost
ZRX is happy on deploys