Skip to content

Commit

Permalink
feat: use squid to calculate route between two chains and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Oct 18, 2023
1 parent f46a4a7 commit 24bddb6
Show file tree
Hide file tree
Showing 27 changed files with 3,849 additions and 376 deletions.
5 changes: 4 additions & 1 deletion webapp/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = override(
),
path.resolve('node_modules/@metamask/utils/node_modules/superstruct'),
path.resolve(__dirname, 'node_modules/@walletconnect'),
path.resolve(__dirname, 'node_modules/@dcl/single-sign-on-client')
path.resolve(__dirname, 'node_modules/@dcl/single-sign-on-client'),
path.resolve(__dirname, 'node_modules/@0xsquid/sdk'),
path.resolve(__dirname, 'node_modules/@cosmjs'),
path.resolve(__dirname, 'node_modules/cosmjs-types')
])
)
Loading

0 comments on commit 24bddb6

Please sign in to comment.