Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Update Idle Safe App #1718

Closed
lukasschor opened this issue Dec 11, 2020 · 3 comments · Fixed by #1813
Closed

Update Idle Safe App #1718

lukasschor opened this issue Dec 11, 2020 · 3 comments · Fixed by #1813
Assignees
Labels
Feature 👑 New functionality

Comments

@lukasschor
Copy link
Member

The Idle app is currently not working. There is a newer version with an updated Infura ID: https://github.com/krzysu/safe-app-idle-v4/releases/tag/2.0.0

@lukasschor lukasschor added the Feature 👑 New functionality label Dec 11, 2020
@dasanra dasanra self-assigned this Jan 14, 2021
@dasanra
Copy link
Collaborator

dasanra commented Jan 14, 2021

@tschubotz @lukasschor I can't see any new code or InfuraID to deploy

Currrently the app is failing because the InfuraID used in production it is rate limiting

@krzysu
Copy link

krzysu commented Jan 22, 2021

hey, I see I need to clarify this. The release doesn't contain any new changes. InfuraId is defined in an environmental variable (good practice for storing secrets). It's stored in variable called REACT_APP_INFURA_ID, you can find it in the source code, i.e.
https://github.com/krzysu/safe-app-idle-v4/blob/master/.env.example
and https://github.com/krzysu/safe-app-idle-v4/blob/master/src/providers/contracts.ts#L21

I'm using Fleek for hosting, and that is where I define the value of REACT_APP_INFURA_ID.
I updated that already a few months ago, and it is deployed under this IPFS hash QmVkGHm6gfQumJhnRfFCh7m2oSYwLXb51EKHzChpcV9J3N

So the latest version of Idle App (from Nov 9, 2020) is available i.e. here
https://ipfs.fleek.co/ipfs/QmVkGHm6gfQumJhnRfFCh7m2oSYwLXb51EKHzChpcV9J3N/

does it make sense?

looking forward to seeing a working version of Idle app among other Safe Apps!

@dasanra
Copy link
Collaborator

dasanra commented Jan 22, 2021

@krzysu Yes, everything makes sense. I didn't saw this IPFS deployed version and we have been using an old key I found from previous IDLE app and did a custom build.
Will check that the hashes match and update the app using the new Infura key

You can expect this will be in v2.19.0

Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature 👑 New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants