Skip to content

Commit

Permalink
feat: add and remove liquidity from market
Browse files Browse the repository at this point in the history
  • Loading branch information
berteotti committed Dec 2, 2024
1 parent bd3fa59 commit 2c343b1
Show file tree
Hide file tree
Showing 18 changed files with 788 additions and 72 deletions.
4 changes: 4 additions & 0 deletions abi/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import MarketABI from '@/abi/market.json';
import ConditionalTokensABI from '@/abi/conditionalTokens.json';

export { MarketABI, ConditionalTokensABI };
Loading

0 comments on commit 2c343b1

Please sign in to comment.