btc-wallet 0.2.6 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +60 -6
- package/dist/components/signModal/index.d.ts +1 -1
- package/dist/context/index.d.ts +0 -2
- package/dist/core/bridgeSupplyUtils.d.ts +10 -0
- package/dist/{utils → core}/setupBTCWallet.d.ts +1 -1
- package/dist/index.d.ts +3 -4
- package/dist/index.js +149 -197
- package/dist/index.js.map +4 -4
- package/dist/utils/ethereumUtils.d.ts +1 -4
- package/dist/utils/index.d.ts +0 -5
- package/esm/index.js +145 -187
- package/esm/index.js.map +4 -4
- package/package.json +1 -1
- package/dist/components/hook.d.ts +0 -1
- package/dist/utils/bridgeSupplyUtils.d.ts +0 -1
- /package/dist/{components → core}/btcWalletSelectorContext.d.ts +0 -0
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
export declare function InitContextHook(): null;
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare function executeBurrowSupply(amount: string, environment: 'dev' | 'testnet' | 'mainnet'): Promise<void>;
|
File without changes
|