pendulum-chain / wasm-deploy

A tool to deploy an ensemble of wasm smart contracts to Pendulum
GNU General Public License v3.0
2 stars 1 forks source link

225 deploy amber contracts to foucoco and test that it works #13

Closed ashneverdawn closed 10 months ago

TorstenStueber commented 1 year ago

The problem is that we didn't properly define yet what we need to do for testing and Hugo was exploring here. It makes sense to me and I will incorporate this into the latest changes that I added to wasm-deploy. They should make some of the setup here easier to reproduce.

ebma commented 1 year ago

Okay so you are picking some of the changes of this PR and applying it to another? Can you maybe link to the branch or commit so that it's easier to follow @TorstenStueber?

TorstenStueber commented 1 year ago

@ebma This is a current branch but does not include the tests yet: https://github.com/pendulum-chain/wasm-deploy/pull/19. However, it contains some of the other changes so that it should be easy to run wasm-deploy out of of the box for Nabla.

TorstenStueber commented 10 months ago

We can close this PR now as it has been replaced by https://github.com/pendulum-chain/wasm-deploy/pull/23