Skip to content

Commit

Permalink
Integrating kyvejs/uniswap runtime (#5)
Browse files Browse the repository at this point in the history
* Integrating kyve/uniswap runtime

* Fixing ESLint error

* Resolve comments

* Updating version

* Updating package.json

* Changing version of protocol
  • Loading branch information
christopherbrumm authored Dec 9, 2022
1 parent 4e4e77d commit 3fdef36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/uniswap/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@kyve/uniswap",
"name": "@kyvejs/uniswap",
"version": "1.0.0-beta.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
"build:binaries": "yarn build && rimraf out && pkg --no-bytecode --public-packages '*' --output out/kyve package.json && node ../../common/core/dist/src/scripts/checksum.js",
"build:binaries": "yarn build && rimraf out && pkg --no-bytecode --public-packages '*' --output out/kyve package.json && node ../../common/protocol/dist/src/scripts/checksum.js",
"start": "node ./dist/src/index.js",
"format": "prettier --write .",
"lint": "eslint . --ignore-path ../../.eslintignore --ext ts --ext tsx --ext js --ext jsx",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyvejs/[email protected].0":
"@kyvejs/[email protected].1":
version "1.0.0-beta.1"
resolved "https://registry.yarnpkg.com/@kyvejs/protocol/-/protocol-1.0.0-beta.1.tgz#9edfa171ed663486dae89ea5a2390468ac68ec8f"
integrity sha512-17wUi9HsxSckaiVtZFwiMe/WMi7mS1tFnnehG/P8hC+VRRg3GjA/9QA9LeHH+DM1RHyvTFHfnpMYKxN+K8YigQ==
Expand Down

0 comments on commit 3fdef36

Please sign in to comment.