Skip to content

Commit

Permalink
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marino39 committed Feb 12, 2025
1 parent 024f6aa commit b655695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/indexer/src/indexer.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-indexer v0.4.0 2c847e5c4a12fdecbefcfc05608ec0388aa1637a
// sequence-indexer v0.4.0 5be5b8237a5f9ee70f4c98b5bd0a367974e2f785
// --
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
//
Expand All @@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
export const WebRPCSchemaVersion = 'v0.4.0'

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '2c847e5c4a12fdecbefcfc05608ec0388aa1637a'
export const WebRPCSchemaHash = '5be5b8237a5f9ee70f4c98b5bd0a367974e2f785'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -302,6 +302,7 @@ export interface EtherBalance {

export interface NativeTokenBalance {
accountAddress: string
chainId: number
balance: string
error: string
}
Expand Down
5 changes: 3 additions & 2 deletions packages/indexer/src/indexergw.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-indexer v0.4.0 5b6e1f80c5817a26b2a586d53b12b06b9e6b775c
// sequence-indexer v0.4.0 add72cb0593b5cfe4fe87445d214168af60601d4
// --
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
//
Expand All @@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
export const WebRPCSchemaVersion = 'v0.4.0'

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '5b6e1f80c5817a26b2a586d53b12b06b9e6b775c'
export const WebRPCSchemaHash = 'add72cb0593b5cfe4fe87445d214168af60601d4'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -302,6 +302,7 @@ export interface EtherBalance {

export interface NativeTokenBalance {
accountAddress: string
chainId: number
balance: string
error: string
}
Expand Down

0 comments on commit b655695

Please sign in to comment.