1.0.5 • Published 2 years ago

@sicwen/uniswap-sdk-bsctestnet v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Uniswap-v2 SDK

  1. 从master 20200806提交记录中创建分支
  2. 添加BSCTESTNET网络
  3. 在uniswap-interface中引用该SDK

发布新sdk包到npmjs上

  1. npm run build 打包
  2. npm set registry https://registry.npmjs.org/ 更改回原来的repo
  3. npm login 或 npm login --registry registry.npmjs.org 登陆npmjs
  4. npm publish 或 npm publish --registry registry.npmjs.org