adding script to create new pools based on realtime prices from coingeck
This commit is contained in:
13
scripts/package.json
Normal file
13
scripts/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "liquidity-party-scripts",
|
||||
"version": "1.0.0",
|
||||
"description": "Standalone scripts for Liquidity Party DEX development and testing",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"create-pool": "node create_pool_from_prices.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"ethers": "^5.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user