Skip to content

Commit

Permalink
expose "mock" connectors to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kishkoigor committed Oct 24, 2024
1 parent 91d590b commit cd22ad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/ui-library",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"types": "./dist/types.d.ts",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions src/utils/wagmiConnectors/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './icons';
export * from './names';
export * from './overrideIconInConnector';
export * from './predefinedConnectors';
4 changes: 4 additions & 0 deletions src/utils/wagmiConnectors/predefinedConnectors/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './injectedBitget';
export * from './injectedSafepal';
export * from './injectedGateWeb3';
export * from './injectedMetamask';

0 comments on commit cd22ad0

Please sign in to comment.