npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@vivektamilarasan/sdk-core

v5.0.3

Published

⚒️ An SDK for building applications on top of Uniswap V3

Downloads

37

Readme

NPM Package

https://www.npmjs.com/package/@vivektamilarasan/sdk-core

Shido Deployment Notes

  1. For Address changes, go to this file addresses.ts and make necessary updates to the latest address against the Shido Chain ID.

    Example Details for Shido Chain ID: 9007 const SHIDO_ADDRESSES: ChainAddresses = { v3CoreFactoryAddress: '0xb7E52fc3d6796878b013b798d3c08BFF7A992399', multicallAddress: '0x1b55c19a40ea79994420B0328DC78FCa6ab6c9A7', quoterAddress: '0xbcb75F62C2D58eb5137EE0b84Ea6c2a9FF8B9B42', v3MigratorAddress: '0x0000000000000000000000000000000000000000', nonfungiblePositionManagerAddress: '0x088c1Ea6ed6b09B75bae79d97E6772e037769132', tickLensAddress: '0x1000000000000000000000000000000000000000', swapRouter02Address: '0xf0E15ee7f530613bEC134882e0F031f077F30AE1' }

  2. For WSHIDO address change, go to this file weth9.ts and make necessary updates to the latest address against the Shido Chain ID. Example Details for Shido Chain ID: 9007 [9007]: new Token(9007, '0x49fa8960c7fFf77848e88F65ea00ba28F16870D9', 18, 'WSHIDO', 'Wrapped Shido')

  3. For local build: npm install npm run build

  4. For NPM build and public public:

    • Change the npm version in package.json
    • npm init --scope=@vivektamilarasan (if not done already)
    • npm publish --access public

Reference

  1. https://docs.npmjs.com/creating-and-publishing-scoped-public-packages

Uniswap Notes

@uniswap/sdk-core - Now at Uniswap/sdks

All versions after 4.2.0 of this SDK can be found in the SDK monorepo! Please file all future issues, PR’s, and discussions there.

Old Issues and PR’s

If you have an issue or open PR that is still active on this SDK in this repository, please recreate it in the new repository. Some existing issues and PR’s may be automatically migrated by the Uniswap Labs team.