Skip to content

Commit

Permalink
Update cli/wizard/commands/list-squid-token/index.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 4d466bb commit b200732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/wizard/commands/list-squid-token/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function parseAsInterchainTokenConfig(
iconUrls: {
svg: `${BASE_REPO_URL}/images/tokens/${data.tokenSymbol.toLowerCase()}.svg`,
},
remoteTokens: data.remoteTokens.map((token) => ({
chains: data.remoteTokens.map((token) => ({
axelarChainId: token.axelarChainId,
tokenAddress: address.parse(token.tokenAddress),
tokenManagerAddress: address.parse(token.tokenManagerAddress),
Expand Down

0 comments on commit b200732

Please sign in to comment.