Skip to content

Commit

Permalink
Merge branch 'feat/xdefi-wallet' into 'dev'
Browse files Browse the repository at this point in the history
feat: add xdefi wallet package

Closes #248

See merge request ergo/rosen-bridge/ui!173
  • Loading branch information
vorujack committed Mar 14, 2024
2 parents 0449589 + 3d0513a commit cf7d384
Show file tree
Hide file tree
Showing 13 changed files with 458 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/sweet-hounds-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions .changeset/tricky-mice-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rosen-bridge/icons': minor
---

add XDeFi wallet icon
315 changes: 314 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/icons/src/wallets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export { ReactComponent as EternlIcon } from './eternl.svg';
export { ReactComponent as LaceIcon } from './lace.svg';
export { ReactComponent as NautilusIcon } from './nautilus.svg';
export { ReactComponent as VesprIcon } from './vespr.svg';
export { ReactComponent as XdefiIcon } from './xdefi.svg';
Loading

0 comments on commit cf7d384

Please sign in to comment.