inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

Fix/deployment gas issue #166

Closed codespool closed 1 year ago

codespool commented 1 year ago

This fixes #161

Will be promoted from draft after #165 is merged and this rebased to master

shunsukew commented 1 year ago

I'm still getting OutOfGas error.

Screen Shot 2023-05-30 at 10 47 57
codespool commented 1 year ago

I'm still getting OutOfGas error. Screen Shot 2023-05-30 at 10 47 57

Hm, I just tested both with and without -g flag:

image

Are you sure you rebuilt the project when you checked out this PR? (I rebased now, so the yarn dev command also works)

shunsukew commented 1 year ago

I'm still getting OutOfGas error. Screen Shot 2023-05-30 at 10 47 57

Hm, I just tested both with and without -g flag: image

Are you sure you rebuilt the project when you checked out this PR? (I rebased now, so the yarn dev command also works)

Sorry it was my mistake. deploy works as expected.