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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@elasticswap/token

v0.0.6

Published

ElasticSwap token and staking contracts

Readme

Deployed Addresses

TIC and Staking

deployed commit 653d1e6

MerklePools (AVAX)

deploy commit 3b38a12

  • Proxy - 0x9b7b70f65ea5266ebd0a0f8435be832d39e71280
  • PoxyAdmin - 0x9368a7d3a59861b528a2528725d55479f02ae135
  • Implementation - 0xbe443274808af7f6daec7ad8ddf39f94f1603246

MerklePoolsForeign (Mainnet)

deploy commit 23cfc6e

  • Proxy - 0xc8d00c0a8d2ec4ec538a82461a7a7f5c3ac99d95
  • PoxyAdmin - 0xbce91a72a03966d27edab52490a5749da5ae916f
  • Implementation - 0x0e5ba9a39A75e6AFdBCFFB422Fda80497F80a88c

MerklePoolsForeign (Goerli)

deploy commit 23cfc6e

  • Proxy - 0xbe62889d7bbb98415123d76d3d862e4482463e52
  • PoxyAdmin - 0x2a3753f6cfbd1eba1ff1cb2ce3d041057236503f
  • Implementation - 0xbd94c4308b02c49295ff33314e6dffe8d19071ea

Mainnet deployment instructions

  1. Update .env file for correct keys and addresses.
  2. Update desired gas price in hardhat (https://snowtrace.io/gastracker)
  3. Deploy contracts to avalanche npx hardhat deploy --network avalanche --export-all ./artifacts/deployments.json
  4. Verify on etherscan npx hardhat --network avalanche etherscan-verify --api-key <APIKEY>
  5. Pre-mine TIC to DAO and mint all TIME tokens HARDHAT_NETWORK="avalanche" node scripts/mintTokens.js
    1. Pre-mine tokens to DAO
    2. Mint DAO Time token to DAO
    3. Mint Team Time token to Team
    4. Mint Pre-Seed Time token to pre-seed
  6. Create initial Sushi pool for TIC <> USDC from DAO and seed round
  7. Add the new Sushi LP address to .env
  8. Create pool for Sushi LP tokens HARDHAT_NETWORK="avalanche" node scripts/createSushiPool.js
  9. Set weights for all pools HARDHAT_NETWORK="avalanche" node scripts/setPoolWeights.js
  10. Confirm pool addresses and weights on snowscan.
  11. Grant admin rights to DAO HARDHAT_NETWORK="avalanche" node scripts/grantAdminToDAO.js
    1. Grant TIC Token admin DAO
    2. Grant DAO Time token admin and minter to DAO
    3. Grant Team Time token admin and minter to DAO
    4. Grant Pre-Seed Time token admin and minter to DAO
  12. Confirm on snowscan correct admin permissions for the DAO for all 4 token contracts.
  13. DAO accept pending governance from StakingPools.sol
  14. Stake DAO time token
  15. From DAO, call setRewardRate to enable staking for initial pools. LP, TIC, DAO
  16. Renounce all rights from deployer address HARDHAT_NETWORK="avalanche" node scripts/renounceRoles.js
  17. Publish all mainnet addresses
  18. When ready from DAO, call setRewardRate to enable staking (~24 hrs later) and set updated pool weights.

Deploying MerklePools.sol with proxy to AVAX

  1. update HH config with correct address for USDC<>TIC ELP address
  2. Confirm the AVAX governance address
  3. Set the correct desired gasPrice in HH config
  4. HARDHAT_NETWORK="avalanche" node scripts/deployMerklePools.js
  5. Transfer ownership of the proxy admin
  6. Create pools