@matchain/matchid-sdk-react 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -2518,7 +2518,6 @@ import {
|
|
|
2518
2518
|
TokenaryWalletAdapter,
|
|
2519
2519
|
TokenPocketWalletAdapter,
|
|
2520
2520
|
TorusWalletAdapter,
|
|
2521
|
-
TrezorWalletAdapter,
|
|
2522
2521
|
TrustWalletAdapter,
|
|
2523
2522
|
XDEFIWalletAdapter
|
|
2524
2523
|
} from "@solana/wallet-adapter-wallets";
|
|
@@ -2721,7 +2720,6 @@ var wallets = [
|
|
|
2721
2720
|
new TokenaryWalletAdapter(),
|
|
2722
2721
|
new TokenPocketWalletAdapter(),
|
|
2723
2722
|
new TorusWalletAdapter(),
|
|
2724
|
-
new TrezorWalletAdapter(),
|
|
2725
2723
|
new TrustWalletAdapter(),
|
|
2726
2724
|
new XDEFIWalletAdapter()
|
|
2727
2725
|
];
|