Skip to content

Commit ffae5a5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// trails-api v1.0.0 05ed598bed12799bc48ae5315179931d7f262790
2+
// trails-api v1.0.0 54cbe231c8762643c1a1b625b01d8a1ba6487cdd
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 = '05ed598bed12799bc48ae5315179931d7f262790'
15+
export const WebrpcSchemaHash = '54cbe231c8762643c1a1b625b01d8a1ba6487cdd'
1616

1717
//
1818
// Client interface
@@ -141,6 +141,7 @@ export interface Intent {
141141
export interface DepositTransaction {
142142
toAddress: string
143143
tokenAddress: string
144+
decimals?: number
144145
amount: bigint
145146
}
146147

0 commit comments

Comments
 (0)