terran6 / nft-on-terra

🖼 Tutorial and application to mint your own NFT on the Terra blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy cw721 contract to localterra (Out of gas)

rev1853 opened this issue · comments

AxiosError: Request failed with status code 500
Response: out of gas in location: Compiling wasm bytecode; gasWanted: 3000000, gasUsed: 3742289: out of gas
[cosmos/cosmos-sdk@v0.46.11/baseapp/recovery.go:55] With gas wanted: '3000000' and gas used: '3742289'
Code: ERR_BAD_RESPONSE

I have a problem deploying a cw721 contract to localterra, can someone help me?

@rev1853 This tutorial is out of date with the current version of Station. You may want to try utilizing the test wallets in thekeys.terrain.js file in your scaffolded Terrain dapp. In this case, you would use either custom_tester_1 or custom_tester_2 as the --signer and add --network testnet to your Terrain commands to interact with the Testnet over LocalTerra.