Skip to content

Update metadata client #758

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

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions packages/metadata/src/metadata.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-metadata v0.4.0 5cb74ff169ce80c2e42e65d6bbc98b1daaa0945f
// sequence-metadata v0.4.0 673a5fa528008c7f9558810fbb24aad978ed7a84
// --
// 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 = '5cb74ff169ce80c2e42e65d6bbc98b1daaa0945f'
export const WebRPCSchemaHash = '673a5fa528008c7f9558810fbb24aad978ed7a84'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -622,7 +622,7 @@ export interface RefreshTokenMetadataArgs {
chainID: string
contractAddress: string
tokenIDs?: Array<string>
refreshAll?: boolean
newMints?: boolean
}

export interface RefreshTokenMetadataReturn {
Expand Down