I am currently testing our governance token on Amoy Testnet and need to simulate the liquidity pool. Is there a DEX/Swap out there compatible with Polygon Amoy Testnet, or do I need to spin up a DEX somehow?
Thanks!
Dr. James Reichenbach
Discord: docreichenbach
There is no DEX on Amoy at the moment. We are looking at deploying a dumb copy of some version of Uniswap’s code and UI just to get things going with basic money legos on Amoy. Stay tuned!
That’s what I’m trying to build right now to test. I’m running into a wall though. Is it going to keep failing because of how Amoy is built? Should I switch to a different testnet? What solution do I have since we are near moving to audits and production?
We are beyond local testing of our token and now on testnet, pre audit and pre mainnet deployment. I need to be able to test out liquidity lock contract among other tests that need to pass and be documented. To do that I need to be able to pair my token with POL and add liquidity to create a new LP Token address. I cannot do that without a uniswap clone. I can create the factory, the router, etc. But regardless of how I code it, verified or unverified on Polyscan, something is happening where it crashes out upon “creating pair”. I’m wondering if it has something to do with the Amoy Testnet itself and if I need to go in a different direction.
Trying to figure out if this is a bug on Amoy’s side with providing current gas situation, or if it’s something in the default hardhat code for how it estimates things. Will post back as I learn more.