ethereum/clrfund

Refactor out uses of await getRegistryInfo(this.$store.state.recipientRegistryAddress) in components

corwintines opened this issue · 0 comments

Refactor out the use of await getRegistryInfo(this.$store.state.recipientRegistryAddress) from components and use the store instead for this information. Should be able to use the store moving forward after #67 is complete and merged.