-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 (signer-eth) [DSDK-641]: Add list of eth plugins to compatible apps (…
- Loading branch information
Showing
14 changed files
with
171 additions
and
13 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 @@ | ||
--- | ||
"@ledgerhq/device-signer-kit-ethereum": patch | ||
--- | ||
|
||
Don't open Ethereum app if a plugin is already active |
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 @@ | ||
--- | ||
"@ledgerhq/device-management-kit": patch | ||
--- | ||
|
||
Add a list of compatible apps for OpenAppDA and SendCommandInAppDA |
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
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
48 changes: 48 additions & 0 deletions
48
packages/signer/signer-eth/src/internal/app-binder/constant/plugins.ts
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,48 @@ | ||
export const ETHEREUM_PLUGINS: string[] = [ | ||
"1inch", | ||
"Aave", | ||
"Alkemi", | ||
"Angle", | ||
"APWine", | ||
"ArtBlocks", | ||
"Brick Towers", | ||
"capsa", | ||
"cBridge", | ||
"ChorusOne", | ||
"CIAN", | ||
"Coinbase", | ||
"Cometh", | ||
"Compound", | ||
"DODO", | ||
"EigenLayer", | ||
"ENS", | ||
"Figment", | ||
"Harvest", | ||
"Kelp", | ||
"Kiln", | ||
"Lens", | ||
"libertify", | ||
"Lido", | ||
"[ L ] Market", | ||
"Midas", | ||
"Morpho", | ||
"Nested", | ||
"OKX Web3", | ||
"OpenSea", | ||
"P2P.org", | ||
"Paraswap", | ||
"POAP", | ||
"QuickSwap", | ||
"Rarible", | ||
"Ribbon", | ||
"Ricochet", | ||
"Rocket Pool", | ||
"Spool", | ||
"Squid", | ||
"Staderlabs", | ||
"StakeDAO", | ||
"StakeKit", | ||
"Swell", | ||
"Thales", | ||
"Yearn", | ||
]; |
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