Skip to content

Commit

Permalink
Trading View LP IDs (#19)
Browse files Browse the repository at this point in the history
* Basic LP derivation attempt

* Babel integration

* More experimental flags

* wasm working (#20)

* wasm working

* wasm v5

---------

Co-authored-by: turbocrime <[email protected]>

* LP ids

* Partially working (depending on position)

* Fix lp nft ids on lp view

---------

Co-authored-by: the letter L <[email protected]>
Co-authored-by: turbocrime <[email protected]>
  • Loading branch information
3 people authored Jun 1, 2024
1 parent 57b0fd2 commit 440eabf
Show file tree
Hide file tree
Showing 6 changed files with 5,028 additions and 3,665 deletions.
51 changes: 0 additions & 51 deletions next.config.js

This file was deleted.

10 changes: 10 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
webpack: (config) => {
config.experiments.asyncWebAssembly = true
return config;
},
};

export default nextConfig;
Loading

0 comments on commit 440eabf

Please sign in to comment.