@rash2x/bridge-widget 0.3.9 → 0.4.1
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/evaa-bridge.cjs +122 -204
- package/dist/evaa-bridge.cjs.map +1 -1
- package/dist/evaa-bridge.mjs +122 -183
- package/dist/evaa-bridge.mjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -6
package/dist/index.d.ts
CHANGED
|
@@ -293,7 +293,7 @@ export declare function getDeliveryStatus(params: DeliveryStatusParams): Promise
|
|
|
293
293
|
|
|
294
294
|
export declare function getDestTokens(srcChainKey: string, srcTokenAddr: string): Promise<TokenWithDestination[]>;
|
|
295
295
|
|
|
296
|
-
export declare function getEvmBalances(publicClient: PublicClient, address: string, tokens: Token[]
|
|
296
|
+
export declare function getEvmBalances(publicClient: PublicClient, address: string, tokens: Token[]): Promise<WalletBalances>;
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
299
|
* Get human-readable amounts from quote
|