GoodDollar / GoodCollective

Monorepo for GoodCollective (Segmented UBI and Direct Payments Pool)
MIT License
3 stars 1 forks source link

Chore: verify user connection (Dry-up) #85

Closed L03TJ3 closed 8 months ago

L03TJ3 commented 8 months ago

https://github.com/GoodDollar/GoodCollective/blob/3cae03228a3e6a08920181525a1a62c1c4de6c99/packages/app/src/hooks/useContractCalls/useSupportFlow.ts#L24

Above flow to check a users connection (connected ? right chain?) is done on several places. this should be handled by a simple helper or hook

L03TJ3 commented 8 months ago

duplicate of #84