@unifold/connect-react 0.1.63 → 0.1.64
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +796 -421
- package/dist/index.mjs +796 -421
- package/dist/styles-base.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -86,6 +86,7 @@ interface DepositConfig {
|
|
|
86
86
|
destinationChainId: string;
|
|
87
87
|
destinationTokenAddress: string;
|
|
88
88
|
destinationTokenSymbol: string;
|
|
89
|
+
/** Address that receives the deposited funds. */
|
|
89
90
|
recipientAddress: string;
|
|
90
91
|
/**
|
|
91
92
|
* Array of contract calls to execute on the destination chain when delivering funds.
|
package/dist/index.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ interface DepositConfig {
|
|
|
86
86
|
destinationChainId: string;
|
|
87
87
|
destinationTokenAddress: string;
|
|
88
88
|
destinationTokenSymbol: string;
|
|
89
|
+
/** Address that receives the deposited funds. */
|
|
89
90
|
recipientAddress: string;
|
|
90
91
|
/**
|
|
91
92
|
* Array of contract calls to execute on the destination chain when delivering funds.
|