clbrge / svelte-web3

web3.js library integration as a Svelte store
MIT License
138 stars 32 forks source link

Fixes Error: [svelte-web3] no store named contracts #63

Closed Crelde closed 1 year ago

Crelde commented 1 year ago

fixes #62 When making another set of evm stores it would also throw an error because the contracts "name" was not added to to "subStoreNames".

I found out since i am using another set of evmStores as an event watcher. Until making this change I was unable to use the extra set of stores.