moonstream-to / web3

Moonstream game engine for blockchain games. Lootboxes, crafting, dropper, mini games that will enrich your game economy
20 stars 10 forks source link

Reuse Facet in diamond contract deployment #315

Closed kellan-simiotics closed 1 year ago

kellan-simiotics commented 1 year ago

If you look at core.py in this repo: https://github.com/G7D- e.g. you can specify the address of an existing facet that would normally be deployed in a gogogo function, and it will use that address instead of deploying the facet all over again.Can you add the same behavior to the _gogogo's in the web3 repo?