Skip to content

Commit ba26c77

Browse files
taylanpincepkieltyka
authored andcommitted
[AUTOMATED] Update: proto/clients/relayer.gen.ts
1 parent 094444c commit ba26c77

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/relayer/src/rpc-relayer/relayer.gen.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-relayer v0.4.1 7f8a4b83b00e0b6849c76c2ff0e23931e26b3d9f
2+
// sequence-relayer v0.4.1 1017f9087b151d697c25a5ad553183682f1279bd
33
// --
44
// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
55
//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212
export const WebrpcSchemaVersion = 'v0.4.1'
1313

1414
// Schema hash generated from your RIDL schema
15-
export const WebrpcSchemaHash = '7f8a4b83b00e0b6849c76c2ff0e23931e26b3d9f'
15+
export const WebrpcSchemaHash = '1017f9087b151d697c25a5ad553183682f1279bd'
1616

1717
//
1818
// Client interface
@@ -162,7 +162,8 @@ export enum ETHTxnStatus {
162162
SUCCEEDED = 'SUCCEEDED',
163163
PARTIALLY_FAILED = 'PARTIALLY_FAILED',
164164
FAILED = 'FAILED',
165-
PENDING_PRECONDITION = 'PENDING_PRECONDITION'
165+
PENDING_PRECONDITION = 'PENDING_PRECONDITION',
166+
MINED = 'MINED'
166167
}
167168

168169
export enum TransferType {

0 commit comments

Comments
 (0)