@relayprotocol/relay-sdk 5.2.4 → 5.2.6
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/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/client.d.ts +2 -2
- package/_types/src/types/api.d.ts +154 -24
- package/_types/src/types/api.d.ts.map +1 -1
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +6 -1
package/_types/src/client.d.ts
CHANGED
|
@@ -88,8 +88,8 @@ export declare class RelayClient {
|
|
|
88
88
|
deployContract: <const abi extends import("viem").Abi | readonly unknown[], chainOverride extends import("viem/chains").Chain | undefined>(args: import("viem").DeployContractParameters<abi, import("viem/chains").Chain | undefined, import("viem").Account | undefined, chainOverride>) => Promise<`0x${string}`>;
|
|
89
89
|
getAddresses: () => Promise<import("viem").GetAddressesReturnType>;
|
|
90
90
|
getCallsStatus: (parameters: import("viem").GetCallsStatusParameters) => Promise<{
|
|
91
|
-
id: string;
|
|
92
91
|
version: string;
|
|
92
|
+
id: string;
|
|
93
93
|
chainId: number;
|
|
94
94
|
atomic: boolean;
|
|
95
95
|
capabilities?: {
|
|
@@ -7776,8 +7776,8 @@ export declare class RelayClient {
|
|
|
7776
7776
|
}, primaryType extends string>(args: import("viem").SignTypedDataParameters<typedData, primaryType, import("viem").Account | undefined>) => Promise<`0x${string}`>;
|
|
7777
7777
|
switchChain: (args: import("viem").SwitchChainParameters) => Promise<void>;
|
|
7778
7778
|
waitForCallsStatus: (parameters: import("viem").WaitForCallsStatusParameters) => Promise<{
|
|
7779
|
-
id: string;
|
|
7780
7779
|
version: string;
|
|
7780
|
+
id: string;
|
|
7781
7781
|
chainId: number;
|
|
7782
7782
|
atomic: boolean;
|
|
7783
7783
|
capabilities?: {
|
|
@@ -439,7 +439,7 @@ export interface paths {
|
|
|
439
439
|
/** @description User address, when supplied returns user balance and max bridge amount */
|
|
440
440
|
user?: string;
|
|
441
441
|
/** @description Restricts the user balance and capacity to a particular currency when supplied with a currency id. Defaults to the native currency of the destination chain. */
|
|
442
|
-
currency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
442
|
+
currency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
443
443
|
};
|
|
444
444
|
};
|
|
445
445
|
responses: {
|
|
@@ -492,7 +492,7 @@ export interface paths {
|
|
|
492
492
|
originChainId: number;
|
|
493
493
|
destinationChainId: number;
|
|
494
494
|
/** @enum {string} */
|
|
495
|
-
currency: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
495
|
+
currency: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
496
496
|
/** @description Amount to bridge as the base amount (can be switched to exact input using the dedicated flag), denoted in wei */
|
|
497
497
|
amount: string;
|
|
498
498
|
/** @description App fees to be charged for execution */
|
|
@@ -596,7 +596,7 @@ export interface paths {
|
|
|
596
596
|
* @description Origin chain gas currency
|
|
597
597
|
* @enum {string}
|
|
598
598
|
*/
|
|
599
|
-
gasCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
599
|
+
gasCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd" | "avax" | "bnb" | "matic" | "sei" | "mnt" | "trx" | "bera" | "ip" | "s" | "lrds" | "celo" | "flow" | "ron" | "metis" | "btcn" | "core" | "sui" | "ton" | "cronos" | "hype" | "mcade" | "usd";
|
|
600
600
|
/** @description Combination of the relayerGas and relayerService to give you the full relayer fee in wei */
|
|
601
601
|
relayer?: string;
|
|
602
602
|
/** @description Destination chain gas fee in wei */
|
|
@@ -607,10 +607,10 @@ export interface paths {
|
|
|
607
607
|
* @description The currency for all relayer fees (gas and service)
|
|
608
608
|
* @enum {string}
|
|
609
609
|
*/
|
|
610
|
-
relayerCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
610
|
+
relayerCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
611
611
|
app?: string;
|
|
612
612
|
/** @enum {string} */
|
|
613
|
-
appCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
613
|
+
appCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
614
614
|
};
|
|
615
615
|
breakdown?: {
|
|
616
616
|
/** @description Amount that will be bridged in the estimated time */
|
|
@@ -672,7 +672,7 @@ export interface paths {
|
|
|
672
672
|
originChainId: number;
|
|
673
673
|
destinationChainId: number;
|
|
674
674
|
/** @enum {string} */
|
|
675
|
-
currency: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
675
|
+
currency: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
676
676
|
/** @description Amount to bridge as the base amount (can be switched to exact input using the dedicated flag), denoted in wei */
|
|
677
677
|
amount: string;
|
|
678
678
|
/** @description App fees to be charged for execution */
|
|
@@ -1153,7 +1153,7 @@ export interface paths {
|
|
|
1153
1153
|
* @description Origin chain gas currency
|
|
1154
1154
|
* @enum {string}
|
|
1155
1155
|
*/
|
|
1156
|
-
gasCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
1156
|
+
gasCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd" | "avax" | "bnb" | "matic" | "sei" | "mnt" | "trx" | "bera" | "ip" | "s" | "lrds" | "celo" | "flow" | "ron" | "metis" | "btcn" | "core" | "sui" | "ton" | "cronos" | "hype" | "mcade" | "usd";
|
|
1157
1157
|
/** @description Combination of the relayerGas and relayerService to give you the full relayer fee in wei */
|
|
1158
1158
|
relayer?: string;
|
|
1159
1159
|
/** @description Destination chain gas fee in wei */
|
|
@@ -1164,10 +1164,10 @@ export interface paths {
|
|
|
1164
1164
|
* @description The currency for all relayer fees (gas and service)
|
|
1165
1165
|
* @enum {string}
|
|
1166
1166
|
*/
|
|
1167
|
-
relayerCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
1167
|
+
relayerCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
1168
1168
|
app?: string;
|
|
1169
1169
|
/** @enum {string} */
|
|
1170
|
-
appCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "
|
|
1170
|
+
appCurrency?: "anime" | "btc" | "cgt" | "dai" | "degen" | "eth" | "omi" | "pop" | "tg7" | "tia" | "usdc" | "usdc.e" | "usdt" | "sol" | "weth" | "apeeth" | "ape" | "g7" | "pengu" | "plume" | "wbtc" | "plumeusd" | "gun" | "somi" | "synd" | "xpl" | "usde" | "mon" | "usdh" | "musd" | "usdm" | "pyusd" | "cash" | "eusd" | "pusd";
|
|
1171
1171
|
};
|
|
1172
1172
|
/**
|
|
1173
1173
|
* @example {
|
|
@@ -2746,11 +2746,6 @@ export interface paths {
|
|
|
2746
2746
|
referrerAddress?: string;
|
|
2747
2747
|
/** @description Address to send the refund to in the case of failure, if not specified then the recipient address or user address is used */
|
|
2748
2748
|
refundTo?: string;
|
|
2749
|
-
/**
|
|
2750
|
-
* @description Which chain to refund on in case of failure. Defaults to origin for normal requests. For open-ended deposit-address requests, refundTo without refundType implies origin; omitting refundTo means there is no automatic refund.
|
|
2751
|
-
* @enum {string}
|
|
2752
|
-
*/
|
|
2753
|
-
refundType?: "origin" | "destination";
|
|
2754
2749
|
/**
|
|
2755
2750
|
* @deprecated
|
|
2756
2751
|
* @description Always refund on the origin chain in case of any issues
|
|
@@ -4813,11 +4808,6 @@ export interface paths {
|
|
|
4813
4808
|
referrerAddress?: string;
|
|
4814
4809
|
/** @description Address to send the refund to in the case of failure, if not specified then the recipient address or user address is used */
|
|
4815
4810
|
refundTo?: string;
|
|
4816
|
-
/**
|
|
4817
|
-
* @description Which chain to refund on in case of failure. Defaults to origin for normal requests. For open-ended deposit-address requests, refundTo without refundType implies origin; omitting refundTo means there is no automatic refund.
|
|
4818
|
-
* @enum {string}
|
|
4819
|
-
*/
|
|
4820
|
-
refundType?: "origin" | "destination";
|
|
4821
4811
|
/**
|
|
4822
4812
|
* @deprecated
|
|
4823
4813
|
* @description Always refund on the origin chain in case of any issues
|
|
@@ -7494,8 +7484,7 @@ export interface paths {
|
|
|
7494
7484
|
status?: string;
|
|
7495
7485
|
report?: {
|
|
7496
7486
|
version?: string;
|
|
7497
|
-
|
|
7498
|
-
[key: string]: ({
|
|
7487
|
+
[key: string]: string | ({
|
|
7499
7488
|
status?: string;
|
|
7500
7489
|
reason?: string | null;
|
|
7501
7490
|
}) | undefined;
|
|
@@ -7510,8 +7499,7 @@ export interface paths {
|
|
|
7510
7499
|
status?: string;
|
|
7511
7500
|
report?: {
|
|
7512
7501
|
version?: string;
|
|
7513
|
-
|
|
7514
|
-
[key: string]: ({
|
|
7502
|
+
[key: string]: string | ({
|
|
7515
7503
|
status?: string;
|
|
7516
7504
|
reason?: string | null;
|
|
7517
7505
|
}) | undefined;
|
|
@@ -7579,6 +7567,8 @@ export interface paths {
|
|
|
7579
7567
|
time?: number;
|
|
7580
7568
|
originChainId?: number;
|
|
7581
7569
|
destinationChainId?: number;
|
|
7570
|
+
/** @description The timestamp when the quote request was created */
|
|
7571
|
+
quoteCreatedAt?: number;
|
|
7582
7572
|
};
|
|
7583
7573
|
};
|
|
7584
7574
|
};
|
|
@@ -7609,6 +7599,8 @@ export interface paths {
|
|
|
7609
7599
|
updatedAt?: number;
|
|
7610
7600
|
originChainId?: number;
|
|
7611
7601
|
destinationChainId?: number;
|
|
7602
|
+
/** @description The timestamp when the quote request was created */
|
|
7603
|
+
quoteCreatedAt?: number;
|
|
7612
7604
|
};
|
|
7613
7605
|
};
|
|
7614
7606
|
};
|
|
@@ -7956,7 +7948,8 @@ export interface paths {
|
|
|
7956
7948
|
* "recipient": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
|
|
7957
7949
|
* "depositAddress": {
|
|
7958
7950
|
* "address": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea",
|
|
7959
|
-
* "depositAddressType": "open"
|
|
7951
|
+
* "depositAddressType": "open",
|
|
7952
|
+
* "depositor": "0x456bccd1eaa77d5cc5ace1723b5dcca00d67cdea"
|
|
7960
7953
|
* },
|
|
7961
7954
|
* "data": {
|
|
7962
7955
|
* "subsidizedRequest": false,
|
|
@@ -8022,6 +8015,7 @@ export interface paths {
|
|
|
8022
8015
|
address?: string;
|
|
8023
8016
|
/** @enum {string} */
|
|
8024
8017
|
depositAddressType?: "strict" | "open";
|
|
8018
|
+
depositor?: string | null;
|
|
8025
8019
|
}) | null;
|
|
8026
8020
|
data?: {
|
|
8027
8021
|
/** @description Slippage tolerance for the swap. This value is in basis points (1/100th of a percent), e.g. 50 for 0.5% slippage */
|
|
@@ -9334,6 +9328,55 @@ export interface paths {
|
|
|
9334
9328
|
};
|
|
9335
9329
|
};
|
|
9336
9330
|
};
|
|
9331
|
+
/** @description Breakdown of price impact by component, with quoted and actual values */
|
|
9332
|
+
expandedPriceImpact?: {
|
|
9333
|
+
/** @description Price impact as estimated at quote time */
|
|
9334
|
+
quoted?: {
|
|
9335
|
+
/** @description Cost to execute swap or bridge depending on available liquidity. This value can be negative (representing network rewards for improving liquidity distribution) */
|
|
9336
|
+
swap?: {
|
|
9337
|
+
usd?: string;
|
|
9338
|
+
};
|
|
9339
|
+
/** @description Fees paid to cover transaction execution costs */
|
|
9340
|
+
execution?: {
|
|
9341
|
+
usd?: string;
|
|
9342
|
+
};
|
|
9343
|
+
/** @description Fees paid to the protocol */
|
|
9344
|
+
relay?: {
|
|
9345
|
+
usd?: string;
|
|
9346
|
+
};
|
|
9347
|
+
/** @description Fees paid to the app. Currency will be the same as the relayer fee currency. This needs to be claimed later by the app owner and is not immediately distributed to the app */
|
|
9348
|
+
app?: {
|
|
9349
|
+
usd?: string;
|
|
9350
|
+
};
|
|
9351
|
+
/** @description Fees paid by a sponsor for this request */
|
|
9352
|
+
sponsored?: {
|
|
9353
|
+
usd?: string;
|
|
9354
|
+
};
|
|
9355
|
+
};
|
|
9356
|
+
/** @description Price impact as computed at fill time */
|
|
9357
|
+
actual?: {
|
|
9358
|
+
/** @description Cost to execute swap or bridge depending on available liquidity. This value can be negative (representing network rewards for improving liquidity distribution) */
|
|
9359
|
+
swap?: {
|
|
9360
|
+
usd?: string;
|
|
9361
|
+
};
|
|
9362
|
+
/** @description Fees paid to cover transaction execution costs */
|
|
9363
|
+
execution?: {
|
|
9364
|
+
usd?: string;
|
|
9365
|
+
};
|
|
9366
|
+
/** @description Fees paid to the protocol */
|
|
9367
|
+
relay?: {
|
|
9368
|
+
usd?: string;
|
|
9369
|
+
};
|
|
9370
|
+
/** @description Fees paid to the app. Currency will be the same as the relayer fee currency. This needs to be claimed later by the app owner and is not immediately distributed to the app */
|
|
9371
|
+
app?: {
|
|
9372
|
+
usd?: string;
|
|
9373
|
+
};
|
|
9374
|
+
/** @description Fees paid by a sponsor for this request */
|
|
9375
|
+
sponsored?: {
|
|
9376
|
+
usd?: string;
|
|
9377
|
+
};
|
|
9378
|
+
};
|
|
9379
|
+
} | null;
|
|
9337
9380
|
paidAppFees?: {
|
|
9338
9381
|
recipient?: string;
|
|
9339
9382
|
bps?: string;
|
|
@@ -9648,6 +9691,92 @@ export interface paths {
|
|
|
9648
9691
|
status?: "success" | "failure";
|
|
9649
9692
|
})[];
|
|
9650
9693
|
};
|
|
9694
|
+
protocol?: {
|
|
9695
|
+
orderId?: string;
|
|
9696
|
+
/** @enum {string} */
|
|
9697
|
+
hubType?: "onchain";
|
|
9698
|
+
/** @description True if the deposit is recoverable via the protocol withdrawal flow. */
|
|
9699
|
+
isWithdrawable?: boolean;
|
|
9700
|
+
solver?: {
|
|
9701
|
+
address?: string;
|
|
9702
|
+
protocolChainId?: string;
|
|
9703
|
+
chainId?: number;
|
|
9704
|
+
};
|
|
9705
|
+
deposit?: {
|
|
9706
|
+
origin?: {
|
|
9707
|
+
amount?: string;
|
|
9708
|
+
chainId?: number;
|
|
9709
|
+
currency?: string;
|
|
9710
|
+
depositor?: string;
|
|
9711
|
+
depository?: string;
|
|
9712
|
+
onchainId?: string;
|
|
9713
|
+
transactionId?: string;
|
|
9714
|
+
};
|
|
9715
|
+
relay?: {
|
|
9716
|
+
amount?: string;
|
|
9717
|
+
chainId?: number;
|
|
9718
|
+
currency?: string;
|
|
9719
|
+
hash?: string;
|
|
9720
|
+
/** @enum {string} */
|
|
9721
|
+
operation?: "mint";
|
|
9722
|
+
tokenMetadata?: {
|
|
9723
|
+
decimals?: number;
|
|
9724
|
+
name?: string;
|
|
9725
|
+
symbol?: string;
|
|
9726
|
+
};
|
|
9727
|
+
};
|
|
9728
|
+
attestation?: {
|
|
9729
|
+
execution?: {
|
|
9730
|
+
actions?: string[];
|
|
9731
|
+
idempotencyKey?: string;
|
|
9732
|
+
};
|
|
9733
|
+
attestations?: {
|
|
9734
|
+
oracleChainId?: string;
|
|
9735
|
+
oracleContract?: string;
|
|
9736
|
+
signerAddress?: string;
|
|
9737
|
+
signature?: string;
|
|
9738
|
+
}[];
|
|
9739
|
+
};
|
|
9740
|
+
};
|
|
9741
|
+
settlement?: {
|
|
9742
|
+
destination?: {
|
|
9743
|
+
fills?: {
|
|
9744
|
+
chainId?: number;
|
|
9745
|
+
transactionId?: string;
|
|
9746
|
+
}[];
|
|
9747
|
+
refunds?: {
|
|
9748
|
+
chainId?: number;
|
|
9749
|
+
transactionId?: string;
|
|
9750
|
+
}[];
|
|
9751
|
+
};
|
|
9752
|
+
relay?: {
|
|
9753
|
+
amount?: string;
|
|
9754
|
+
chainId?: number;
|
|
9755
|
+
currency?: string;
|
|
9756
|
+
hash?: string;
|
|
9757
|
+
/** @enum {string} */
|
|
9758
|
+
operation?: "transfer" | "burn" | "mixed";
|
|
9759
|
+
solver?: string;
|
|
9760
|
+
tokenMetadata?: {
|
|
9761
|
+
decimals?: number;
|
|
9762
|
+
name?: string;
|
|
9763
|
+
symbol?: string;
|
|
9764
|
+
};
|
|
9765
|
+
};
|
|
9766
|
+
attestation?: {
|
|
9767
|
+
execution?: {
|
|
9768
|
+
actions?: string[];
|
|
9769
|
+
idempotencyKey?: string;
|
|
9770
|
+
};
|
|
9771
|
+
attestations?: {
|
|
9772
|
+
oracleChainId?: string;
|
|
9773
|
+
oracleContract?: string;
|
|
9774
|
+
signerAddress?: string;
|
|
9775
|
+
signature?: string;
|
|
9776
|
+
}[];
|
|
9777
|
+
};
|
|
9778
|
+
};
|
|
9779
|
+
};
|
|
9651
9780
|
orderData?: unknown;
|
|
9652
9781
|
referrer?: string;
|
|
9653
9782
|
moonpayId?: string;
|
|
@@ -9756,6 +9885,7 @@ export interface paths {
|
|
|
9756
9885
|
depositAddress: string;
|
|
9757
9886
|
sweep?: boolean;
|
|
9758
9887
|
targetChainId?: number;
|
|
9888
|
+
currency?: string;
|
|
9759
9889
|
};
|
|
9760
9890
|
};
|
|
9761
9891
|
};
|