Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATED] Update files from 0xsequence/indexer #678

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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