Skip to content

Commit

Permalink
refactor: remove polkadot,kusama,solana
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Feb 8, 2024
1 parent 5d9b91d commit 6121acc
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 371 deletions.
3 changes: 0 additions & 3 deletions packages/widgets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@ export * from './widgets.constants';
export * from './widgets.page';
export * from './ethereum';
export * from './polygon';
export * from './kusama';
export * from './polkadot';
export * from './solana';
2 changes: 0 additions & 2 deletions packages/widgets/src/kusama/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/widgets/src/kusama/kusama.constants.ts

This file was deleted.

72 changes: 0 additions & 72 deletions packages/widgets/src/kusama/kusama.page.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/widgets/src/polkadot/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions packages/widgets/src/polkadot/polkadot.constants.ts

This file was deleted.

72 changes: 0 additions & 72 deletions packages/widgets/src/polkadot/polkadot.page.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/widgets/src/solana/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/widgets/src/solana/solana.constants.ts

This file was deleted.

68 changes: 0 additions & 68 deletions packages/widgets/src/solana/solana.page.ts

This file was deleted.

6 changes: 0 additions & 6 deletions wallets-testing/browser/browser.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
} from '@lidofinance/wallets-testing-wallets';
import {
EthereumPage,
KusamaPage,
PolkadotPage,
PolygonPage,
SolanaPage,
} from '@lidofinance/wallets-testing-widgets';

export const WALLET_PAGES = {
Expand All @@ -30,7 +27,4 @@ export const WALLET_PAGES = {
export const WIDGET_PAGES = {
ethereum: EthereumPage,
polygon: PolygonPage,
kusama: KusamaPage,
polkadot: PolkadotPage,
solana: SolanaPage,
};
31 changes: 0 additions & 31 deletions wallets-testing/test/widgets/kusama.spec.ts

This file was deleted.

31 changes: 0 additions & 31 deletions wallets-testing/test/widgets/polkadot.spec.ts

This file was deleted.

45 changes: 0 additions & 45 deletions wallets-testing/test/widgets/solana.spec.ts

This file was deleted.

0 comments on commit 6121acc

Please sign in to comment.