Skip to content

Commit 708c8e0

Browse files
committed
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
1 parent a9bdbe9 commit 708c8e0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

packages/indexer/src/indexer.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-indexer v0.4.0 a19a73cb600f35b17ed95299a4ac0de05afaa8cf
2+
// sequence-indexer v0.4.0 9b57fcc34350d40c4550c10bde8a64d81b859077
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 = 'a19a73cb600f35b17ed95299a4ac0de05afaa8cf'
19+
export const WebRPCSchemaHash = '9b57fcc34350d40c4550c10bde8a64d81b859077'
2020

2121
type WebrpcGenVersions = {
2222
webrpcGenVersion: string
@@ -312,6 +312,8 @@ export interface EtherBalance {
312312
export interface NativeTokenBalance {
313313
accountAddress: string
314314
chainId: number
315+
name: string
316+
symbol: string
315317
balance: string
316318
errorReason?: string
317319
}

packages/indexer/src/indexergw.gen.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-indexer v0.4.0 d571a7b9bded7a5ff96ed0af53a36b37a62a6bdb
2+
// sequence-indexer v0.4.0 b449840ed22e27183c81861ed2a818c6c44bb52a
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 = 'd571a7b9bded7a5ff96ed0af53a36b37a62a6bdb'
19+
export const WebRPCSchemaHash = 'b449840ed22e27183c81861ed2a818c6c44bb52a'
2020

2121
type WebrpcGenVersions = {
2222
webrpcGenVersion: string
@@ -312,6 +312,8 @@ export interface EtherBalance {
312312
export interface NativeTokenBalance {
313313
accountAddress: string
314314
chainId: number
315+
name: string
316+
symbol: string
315317
balance: string
316318
errorReason?: string
317319
}

0 commit comments

Comments
 (0)