Disti4ct

Results 53 comments of Disti4ct

at this moment we can add ''unusual" token addresses to [this array](https://github.com/noxonsu/unifactory/blob/f69c1d43ac736824fbe8372a8be6e65d7f9e804f/src/pages/Swap/index.tsx#L41). * displayed slippage percentage is a hard value: 15%

[patch-package](https://www.npmjs.com/package/patch-package) helped me: `npm i patch-package` in the package.json add this line: ``` "scripts": { "postinstall": "patch-package", } ``` opend the problem file and correct it. In my case: `node_modules/cipher-base/index.js`...