Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

krzysu/safe-app-idle

Repository files navigation

Gnosis Safe App for Idle Finance

How to start the app localy

Set env variables, you will need Infura Project Id

cp .env.examples .env

Install dependencies and start local dev server

yarn install
yarn start

Then:

The Rinkeby version of this Safe App is configured to work with Mocked IdleV3 Contracts I deployed myself. See them here.

They work with these Rinkeby ERC20 tokens:

How to add new Idle asset

  • Add new underlying token id and token logo in src/const.js.
  • Add new Idle contract data (including address) to the mainnet array in src/tokens.js.
  • That's it! The rest of the app will just work fine with new Idle contract and underlying ERC-20 token.

This app development is supported by Gnosis Grant

Read more here

License

Built by Kris Urbas (@krzysu).

The code in this repository is available under the MIT License.