-
Notifications
You must be signed in to change notification settings - Fork 54
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
|
62bc58d
to
d902e5f
Compare
Hey @nenadV91 , great changes! One tiny nitpick: when a transaction is cancelled, we get a pop-up notification with a green checkmark on it, so it might seem that the Tx is successful. Also, just FYI, I have created a separate issue for the case when a transaction is executed, but it hangs in the 'Cancelling' pending state #2486 |
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.
did u also change the contract addreses and branch name?
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.
Looks ok to me if it passes Elena tests. Pls, don't merge until you revert the branch name
@@ -62,7 +62,7 @@ import useIsMounted from 'hooks/useIsMounted' | |||
import { ChainId } from '@uniswap/sdk' | |||
import { ClaimInfo } from 'state/claim/reducer' | |||
|
|||
const CLAIMS_REPO_BRANCH = 'gip-13' |
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.
Very careful with merging this. If this gets to production we will have some troubles
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.
This reverts commit d902e5f.
@elena-zh Since there is a separate issue for pop-up notification I am merging this one |
Summary
Fixes #2473
Todo