-
Notifications
You must be signed in to change notification settings - Fork 82
Remove Portico route (ETH, wstETH, UDST Bridge) #3384
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
base: development
Are you sure you want to change the base?
Remove Portico route (ETH, wstETH, UDST Bridge) #3384
Conversation
✅ Deploy Preview for wormhole-connect-mainnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for wormhole-connect ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fe61c40
to
eab1da3
Compare
eab1da3
to
6321c3f
Compare
// Parser for Portico transactions (appId === ETH_BRIDGE or USDT_BRIDGE) | ||
// IMPORTANT: This is where we can add any customizations specific to Portico data | ||
// that we have retrieved from WHScan API | ||
const parsePorticoTx = useCallback( |
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.
We will stop showing portico route but if we remove the parsing it won't show previously created txs as well. Is that ok?
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.
I don't have a strong opinion on this. I guess a benefit of removing it is less code. But obviously older TXs won't be shown.
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.
@Wesleyleung What should we do here? Show old Portico route TXs in the history or remove support for that?
Holding off on merging this |
No description provided.