File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
1616export 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
2121type WebrpcGenVersions = {
2222 webrpcGenVersion : string
@@ -197,18 +197,23 @@ export interface ContractInfo {
197197}
198198
199199export 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
214219export interface ContractInfoOverride {
You can’t perform that action at this time.
0 commit comments