Sshimaninja
Sshimaninja
On Polygon, the fee data updates dynamically, but accepting and signing the tx leads to "transaction under-priced" rejection and I have to blindly edit the gas price to something astronomical...
Attempting to add new (common) pairs; UNI, LINK I add addresses.ts entries, directly queried from 1inch Polygon API: ` UNI: { symbol:"UNI", name:"Uniswap", decimals:18, address:"0xb33eaad8d922b1083446dc23f610c2567fb5180f", logoURI: "https://tokens.1inch.io/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984.png" }, LINK: {...
Following yarn instructions, everything appears to install and build correctly, but when I use yarn start, nothing happens. I've put console messages just to check, and it appears that nothing...