Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 6, 2023
1 parent 7c68fe3 commit 39f21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface OffChainTokenConfig extends IssuerConfigInterface {
}

export interface OnChainTokenConfig extends IssuerConfigInterface {
onChain: boolean
onChain: true
contract: string
chain: string
openSeaSlug?: string
Expand Down

0 comments on commit 39f21d6

Please sign in to comment.