Skip to content

Commit

Permalink
upgrade yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ke committed Nov 22, 2024
1 parent f754413 commit cef36b0
Show file tree
Hide file tree
Showing 3 changed files with 1,370 additions and 1,276 deletions.
2 changes: 2 additions & 0 deletions examples/swap-tokens/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
return (
<ThemeProvider>
<ChainProvider
// @ts-ignore
chains={chains}
// @ts-ignore
assetLists={assets}
wallets={wallets}
walletConnectOptions={{
Expand Down
2 changes: 1 addition & 1 deletion examples/swap-tokens/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function removeDuplicateAssetSymbols(assets: Asset[]) {
})
const duplicatesArr = Array.from(duplicates)
if (duplicatesArr.length > 0) {
console.error(`duplicates found: ${duplicatesArr.join(', ')}`)
console.error(`duplicate symbols found: ${duplicatesArr.join(', ')}`)
}
return resAssets
}
Loading

0 comments on commit cef36b0

Please sign in to comment.