Skip to content

Commit

Permalink
Remove Hard-Coded Addresses (#13)
Browse files Browse the repository at this point in the history
* remove networks

* remove networks, update tests

* adding neg risk test cases

---------

Co-authored-by: Rodrigo <[email protected]>
  • Loading branch information
mshrieve and poly-rodr authored Nov 29, 2023
1 parent 5f7e573 commit b900c75
Show file tree
Hide file tree
Showing 5 changed files with 838 additions and 461 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymarket/order-utils",
"version": "1.3.1",
"version": "2.0.0",
"description": "Typescript utility for creating orders for Polymarket's CLOB",
"author": "Liam Kovatch <[email protected]>",
"homepage": "https://github.com/Polymarket/clob-order-utils",
Expand All @@ -27,6 +27,10 @@
{
"name": "Rodrigo Calvo",
"url": "https://github.com/poly-rodr"
},
{
"name": "Mike Shrieve",
"url": "https://github.com/mshrieve"
}
],
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ export * from './model/eip712.model';
export * from './model/order.model';
export * from './model/order-side.model';
export * from './model/signature-types.model';

export * from './networks';
31 changes: 0 additions & 31 deletions src/networks.ts

This file was deleted.

Loading

0 comments on commit b900c75

Please sign in to comment.