-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): adapt pageToken to match network too (#4168)
# Motivation We will start to have the same token on different networks. For example USDC both on Ethereum and Solana. To avoid any mistake or mismatch, we change the store `pageToken` to compare the network name too. # Changes Add network name logic in `pageToken` based on store `routeNetwork`. # Tests Modified existing tests.
- Loading branch information
1 parent
4ef7f48
commit 9c71891
Showing
3 changed files
with
39 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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