-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/yeet-chaindataprovider-from-frontend (#1714)
* refactor: use subscription message for tokens * refactor: use subscription message for evm networks * refactor: use subscription message for chains * chore: remove chaindata requirement from getFrontendTypeRegistry function * refactor: replace remaining use of chaindataprovider on frontend * chore: mock api calls and remove extraneous token data from ethereumnetworks api response * chore: changeset * chore: remove chaindata hydration test
- Loading branch information
Showing
30 changed files
with
1,168 additions
and
562 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@talismn/chaindata-provider": patch | ||
--- | ||
|
||
Change types for EVM network to allow 'SimpleEvmNetwork' type for use in frontend |
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
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
176 changes: 0 additions & 176 deletions
176
apps/extension/src/ui/domains/Sign/SignDcentEthereum.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.