Something was wrong with swagger import that introduced a bug: when running yarn dev and refreshing a page, like the ZRC-20 or the gas fee page, it would throw an error. This fixes it.
Also, updated toolkit to latest version.
Updated the Fees component and switched from BlockPi to ATN RPC. This is temporary as we need to switch to a global client for the docs (provider) and use our ATN key to ensure that we don't get "too many requests" error.
Something was wrong with swagger import that introduced a bug: when running
yarn dev
and refreshing a page, like the ZRC-20 or the gas fee page, it would throw an error. This fixes it.Also, updated toolkit to latest version.
Updated the Fees component and switched from BlockPi to ATN RPC. This is temporary as we need to switch to a global client for the docs (provider) and use our ATN key to ensure that we don't get "too many requests" error.