We-Bump / Lighthouse-cli

MIT License
41 stars 34 forks source link

BroadcastTxError: Broadcasting transaction failed with code 13 #10

Closed md-rifatkhan closed 7 months ago

md-rifatkhan commented 7 months ago

Getting error for lighthouse deploy

Deploying CW721 ContractC:\Users\user\AppData\Roaming\npm\node_modules\@we-bump\lighthouse-cli\node_modules\@cosmjs\cosmwasm-stargate\build\cosmwasmclient.js:189
            return Promise.reject(new stargate_1.BroadcastTxError(broadcasted.code, broadcasted.codespace ?? "", broadcasted.log));
                                  ^

BroadcastTxError: Broadcasting transaction failed with code 13 (codespace: sdk). Log: 
    at SigningCosmWasmClient.broadcastTx (C:\Users\user\AppData\Roaming\npm\node_modules\@we-bump\lighthouse-cli\node_modules\@cosmjs\cosmwasm-stargate\build\cosmwasmclient.js:189:35)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async SigningCosmWasmClient.upload (C:\Users\user\AppData\Roaming\npm\node_modules\@we-bump\lighthouse-cli\node_modules\@cosmjs\cosmwasm-stargate\build\signingcosmwasmclient.js:93:24) {
  code: 13,
  codespace: 'sdk',
  log: ''
}
md-rifatkhan commented 7 months ago

Config JSON : ``` { "mnemonic": "Secured", "rpc": "https://sei-t.rpc.n0ok.net", "network": "atlantic-2", "name": "Meta", "symbol": "MT", "description": "Meta Coming hahaha", "supply": 10, "token_uri": "my url", "royalty_percent": 5, "royalty_wallet": "sei1rmrm79xyjmcv0lt096x8pj5d7h2k0vpjlt4f3m", "iterated_uri": true, "start_order": 1, "frozen": false, "hidden_metadata": false, "placeholder_token_uri": null, "groups": [
{
"name": "whitelist",
"merkle_root": "my merkle_root",
"max_tokens": 3,
"unit_price": 0.05,
"start_time": "2023-06-02T11:00:00Z",
"end_time": "2023-06-03T11:50:00Z"
},
{
"name": "public",
"merkle_root": null,
"max_tokens": 5,
"unit_price": 0.1,
"start_time": "2023-06-02T11:50:25Z",
"end_time": null
}
] }