Skip to content

Commit a30e8f0

Browse files
[AUTOMATED] Update: proto/clients/metadata.gen.ts (#711)
Co-authored-by: pkieltyka <18831+pkieltyka@users.noreply.github.com>
1 parent 08e4863 commit a30e8f0

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

packages/metadata/src/metadata.gen.ts

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-metadata v0.4.0 e3c00d11d576dac323d3413e444171880a3bc078
2+
// sequence-metadata v0.4.0 619d26e75361bb435b2c5636a3f81407cfc92741
33
// --
44
// Code generated by webrpc-gen@v0.25.3 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 = 'e3c00d11d576dac323d3413e444171880a3bc078'
19+
export const WebRPCSchemaHash = '619d26e75361bb435b2c5636a3f81407cfc92741'
2020

2121
type WebrpcGenVersions = {
2222
webrpcGenVersion: string
@@ -197,18 +197,23 @@ export interface ContractInfo {
197197
}
198198

199199
export interface ContractInfoExtensions {
200-
link: string
201-
description: string
202-
categories: Array<string>
203-
ogImage: string
204-
ogName: string
205-
originChainId: number
206-
originAddress: string
207-
blacklist: boolean
208-
verified: boolean
209-
verifiedBy: string
210-
featured: boolean
211-
featureIndex: number
200+
link?: string
201+
description?: string
202+
categories?: Array<string>
203+
bridgeInfo?: { [key: string]: ContractInfoExtensionBridgeInfo }
204+
ogImage?: string
205+
ogName?: string
206+
originChainId?: number
207+
originAddress?: string
208+
blacklist?: boolean
209+
verified?: boolean
210+
verifiedBy?: string
211+
featured?: boolean
212+
featureIndex?: number
213+
}
214+
215+
export interface ContractInfoExtensionBridgeInfo {
216+
tokenAddress: string
212217
}
213218

214219
export interface ContractInfoOverride {

0 commit comments

Comments
 (0)