Skip to content

Commit f8a6664

Browse files
committed
[AUTOMATED] Update: proto/clients/trails-api.gen.ts
1 parent ffae5a5 commit f8a6664

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/trails-api/src/trails-api.gen.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// trails-api v1.0.0 54cbe231c8762643c1a1b625b01d8a1ba6487cdd
2+
// trails-api v1.0.0 10e80c7e6d8eaec75b8a5368a8ef038e5ab1a625
33
// --
44
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
55
//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212
export const WebrpcSchemaVersion = 'v1.0.0'
1313

1414
// Schema hash generated from your RIDL schema
15-
export const WebrpcSchemaHash = '54cbe231c8762643c1a1b625b01d8a1ba6487cdd'
15+
export const WebrpcSchemaHash = '10e80c7e6d8eaec75b8a5368a8ef038e5ab1a625'
1616

1717
//
1818
// Client interface
@@ -101,7 +101,6 @@ export interface QuoteIntentRequest {
101101
ownerAddress: string
102102
originChainId: number
103103
originTokenAddress: string
104-
originTokenAmount?: bigint
105104
destinationChainId: number
106105
destinationTokenAddress: string
107106
destinationTokenAmount: bigint
@@ -826,7 +825,7 @@ const BIG_INT_FIELDS: { [typ: string]: (string | [string, string])[] } = {
826825
IntentTransaction: ['tokenAmount'],
827826
IntentTransactionGasFee: ['totalGasLimit', 'gasPrice', 'totalFeeAmount', ['metaTxnFeeDetails', 'MetaTxnFeeDetails']],
828827
MetaTxnFeeDetails: ['estimatedGasLimit', 'feeNative'],
829-
QuoteIntentRequest: ['originTokenAmount', 'destinationTokenAmount'],
828+
QuoteIntentRequest: ['destinationTokenAmount'],
830829
QuoteIntentResponse: [['intent', 'Intent']],
831830
SearchIntentsResponse: [['intents', 'Intent[]']],
832831
TransactionCall: ['value', 'gasLimit'],

0 commit comments

Comments
 (0)