Skip to content

Commit 55ce381

Browse files
[AUTOMATED] Update: api/proto/clients/api.gen.ts (#698)
Co-authored-by: VojtechVitek <[email protected]>
1 parent 06b4ff7 commit 55ce381

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/api/src/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-
// sequence-api v0.4.0 1ac0fac314dfe117706d15f13a63d49bdcec048e
2+
// sequence-api v0.4.0 2409c101bc62a1b7aa797e099d913b1c4046e9f6
33
// --
44
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
55
//
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
1616
export const WebRPCSchemaVersion = 'v0.4.0'
1717

1818
// Schema hash generated from your RIDL schema
19-
export const WebRPCSchemaHash = '1ac0fac314dfe117706d15f13a63d49bdcec048e'
19+
export const WebRPCSchemaHash = '2409c101bc62a1b7aa797e099d913b1c4046e9f6'
2020

2121
type WebrpcGenVersions = {
2222
webrpcGenVersion: string
@@ -541,6 +541,7 @@ export interface AdoptedChildWallet {
541541
}
542542

543543
export interface Pack {
544+
id: number
544545
chainId: number
545546
projectId: number
546547
contractAddress: string

0 commit comments

Comments
 (0)