I’m trying to deploy a Smart Contract to the testnet but I keep getting errors. If I want to deploy it using the KleverChain IDE it just keeps loading without giving me any feedback.
If I try the transaction using Kleverscan I get the following error: validation error: invalid transaction type. And using the inspector: {“data”:null,“error”:“getting transaction failed: encoding/hex: invalid byte: U+0073 ‘s’”,“code”:“internal_issue”}
I successfully build my contract with the KleverChain IDE and i’m using the generated wasm and ABI files. Can someone help me with this? Thanks in advance.
One of the recent changes in the KleverChain Testnet release modified the contractType of smartContract from 99 to 63, which is the reason for this error.
Regarding KleverScan and KleverChain IDE, we are making our best efforts to update them as soon as possible to accommodate this change. We are currently performing some final checks before releasing the update.
I have error with deployment, that looks like same:
Error: Command failed: KLEVER_NODE=https://node.testnet.klever.finance /home/try2chng/klever-sdk/koperator --key-file=/home/try2chng/klever-sdk/walletKey.pem sc create --upgradeable --readable --payable --payableBySC --wasm=“/home/try2chng/newtest/first/output/first.wasm” --await
commit: v1.7.7-0-g343a4339-dirty, error: error creating transaction: validation error: invalid transaction type
try adding a --help flag
is it my error or you have some issue and i should just wait?
I need help.
I am trying to send transaction in testnet, but i have to connect wallet with chrome-wallet-extension and it ask me a seed phrase.
But I have only walletKey.pem and some binary files(created with klever VSCode extension).
How can i get seed-phrase from these files or how can I use these files for entry in chrome-wallet-extension? Or how can i create new test-wallet in chrome extension with seed phrase and get some test-coins?