Skip to content

Commit

Permalink
add scripts to setup new listing pairs and ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
hskang9 committed Jul 28, 2024
1 parent a80b6ad commit 186a83b
Show file tree
Hide file tree
Showing 9 changed files with 1,282 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea/
node_modules
build/
build/
.env
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/standard-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
"prepublishOnly": "npm test && npm run build",
"addPairs": "node src/scripts/addPairs.js"
},
"files": [
"build/standard-default.tokenlist.json"
Expand All @@ -30,14 +31,21 @@
"homepage": "https://github.com/standardweb3/default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@standardweb3/market-lists": "0.0.1",
"@uniswap/token-list-bridge-utils": "^2.3.0",
"@standardweb3/market-lists": "0.0.0",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"dotenv": "^16.4.5",
"viem": "^2.18.2"
},
"exports": {
"./abis/matchingEngineAbi": "./abis/matchingEngineAbi.js"
}
}
Loading

0 comments on commit 186a83b

Please sign in to comment.