Liquidity mining interface

Hello there, created a simple interface for liquidity mining.

Was inspired by implementation by Universe
https://github.com/UniverseXYZ/XYZ-DAO-Frontend/commit/fc13c7bb66a69e5481054b5bbb7f39fc136d093c

Now only dropiums are available

Here is the link on ipfs: Liquidity mining interface

Feel free to contribute and help

1 Like

Found dropium implementation here:
https://github.com/UniverseXYZ/merkle-distributor

My github and source here:

Nice stuff here!

Maybe add possibility to import JSON as is without URL as well?

Example JSON’s would be nice to have too, at least in README

whaaaa
it looks complicated hahah
I dont get what it does :sweat_smile:.

Thanks for the suggestions here as well!

Agree it’s a good idea, I will add example in the next release.

Meanwhile here is the last one, added 1inch style types of minings
https://cloudflare-ipfs.com/ipfs/QmPehNqKAe7FeaJVeLoFh6Yb6JLrSKWBPiNjSEefWCXsTW/

Added ability to import minings via JSON and added some examples of actual minings

https://cloudflare-ipfs.com/ipfs/QmZnpRsecaMVqYA3GHzUeYUACZ2Wfsm77EyARNLgeSNFNn

Hey, can you pls add Bypass-Tunnel-Reminder header with any value to calculating dropium requests?

Trying to use this JSON, but first requests fails because of localtunnel first page

[{
  "title": "Uniswap V3 DAI/OPIUM Liquidity Mining",
  "type": "DROPIUM",
  "totalRewards": 60000,
  "status": "CALCULATING",
  "networkId": 137,
  "params": {
    "subgraphUrl": "https://opium-lm.loca.lt/graphql",
    "subgraphParam": "rewards"
  }
}]

Hello, @parasite
I’ve added the header, seems to be working
check it here: https://cloudflare-ipfs.com/ipfs/QmZ4SeVAxNN3ypBw3qMtzr1u5HZN5rWmGa7uEzYxdKWesD/

If you are a developer, feel free to contribute.

1 Like