File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 42364084a9e85e579205500b8748d9630b380cbb
2+ // sequence-indexer v0.4.0 cfbb0160fed6f7e2208a73cad454f3cddace9c7a
33// --
44// Code generated by [email protected] with typescript generator. DO NOT EDIT. 55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = '42364084a9e85e579205500b8748d9630b380cbb '
15+ export const WebrpcSchemaHash = 'cfbb0160fed6f7e2208a73cad454f3cddace9c7a '
1616
1717//
1818// Client interface
@@ -637,6 +637,7 @@ export interface NativeTokenBalance {
637637 balance : string
638638 balanceUSD : string
639639 priceUSD : string
640+ priceUpdatedAt ?: string
640641 errorReason ?: string
641642}
642643
@@ -674,6 +675,7 @@ export interface Price {
674675 contractAddress : string
675676 tokenID ?: string
676677 priceUSD : string
678+ updatedAt ?: string
677679}
678680
679681export enum ResourceStatus {
@@ -727,6 +729,7 @@ export interface TokenBalance {
727729 balance : string
728730 balanceUSD : string
729731 priceUSD : string
732+ priceUpdatedAt ?: string
730733 blockHash : string
731734 blockNumber : number
732735 chainId : number
Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 ec2391094a2acda7ad674fb9006b56cf5984919d
2+ // sequence-indexer v0.4.0 3309c3d48de1790b7d12c5769c1e6bc59eb9831c
33// --
44// Code generated by [email protected] with typescript generator. DO NOT EDIT. 55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = 'ec2391094a2acda7ad674fb9006b56cf5984919d '
15+ export const WebrpcSchemaHash = '3309c3d48de1790b7d12c5769c1e6bc59eb9831c '
1616
1717//
1818// Client interface
@@ -410,6 +410,7 @@ export interface NativeTokenBalance {
410410 balance : string
411411 balanceUSD : string
412412 priceUSD : string
413+ priceUpdatedAt ?: string
413414 errorReason ?: string
414415}
415416
@@ -447,6 +448,7 @@ export interface Price {
447448 contractAddress : string
448449 tokenID ?: string
449450 priceUSD : string
451+ updatedAt ?: string
450452}
451453
452454export enum ResourceStatus {
@@ -500,6 +502,7 @@ export interface TokenBalance {
500502 balance : string
501503 balanceUSD : string
502504 priceUSD : string
505+ priceUpdatedAt ?: string
503506 blockHash : string
504507 blockNumber : number
505508 chainId : number
You can’t perform that action at this time.
0 commit comments