Skip to content

Commit

Permalink
Update cli/schemas/interchain-tokenlist.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
canhtrinh and milapsheth authored Feb 2, 2024
1 parent e4d964f commit 4d466bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/schemas/interchain-tokenlist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const remoteToken = z.object({
export const interchainToken = z.object({
tokenId: hash,
tokenAddress: address,
tokenManagerAddress: address,
deployerAddress: address,
originalMinterAddress: address,
tokenManager: address,
deployer: address,
originalMinter: address,
tokenManagerType: z.string(),
symbol: z.string(),
prettySymbol: z.string(),
Expand Down

0 comments on commit 4d466bb

Please sign in to comment.