Skip to content

Commit

Permalink
fix: publiash sdk package to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzhenbin committed Apr 25, 2023
1 parent b59b4e3 commit 9f147c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ package-lock.json

cypress/videos
cypress/screenshots
cypress/fixtures/example.json
cypress/fixtures/example.json
.vercel
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

"@uniswap/sdk": "3.0.3-beta.1",
"@uniswap/sdk": "file:../SwapV2-sdk",
"@uniswap/sdk": "npm:mxcswap-sdk",

# Uniswap Interface

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@uniswap/default-token-list": "^1.3.1",
"@uniswap/sdk": "file:../SwapV2-sdk",
"@uniswap/sdk": "npm:mxcswap-sdk",
"@uniswap/token-lists": "^1.0.0-beta.15",
"@uniswap/v2-core": "1.0.0",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2574,8 +2574,10 @@
resolved "https://registry.yarnpkg.com/@uniswap/lib/-/lib-1.1.1.tgz#0afd29601846c16e5d082866cbb24a9e0758e6bc"
integrity sha512-2yK7sLpKIT91TiS5sewHtOa7YuM8IuBXVl4GZv2jZFys4D2sY7K5vZh6MqD25TPA95Od+0YzCVq6cTF2IKrOmg==

"@uniswap/sdk@file:../SwapV2-sdk":
"@uniswap/sdk@npm:mxcswap-sdk":
version "1.0.0"
resolved "https://registry.npmjs.org/mxcswap-sdk/-/mxcswap-sdk-1.0.0.tgz#740147b8b4be9a7bd99fa6a39a19abbf6ab66c47"
integrity sha512-KIXNNJMEM4lb3RRlFJmhc0dGutzndfgrHZFLE+6ZrbdCfC+8L1Lt7bVVwwhLUtkdeNZSzEXT84NYdI1m7y3r6w==
dependencies:
"@uniswap/v2-core" "^1.0.0"
big.js "^5.2.2"
Expand Down

0 comments on commit 9f147c2

Please sign in to comment.