[home@fedora hello_world]$ deno run --allow-net --allow-read 2.lock.ts
error: Uncaught (in promise) TypeError: Cannot convert undefined to a BigInt
keyDeposit: BigInt(result.key_deposit),
^
at BigInt (<anonymous>)
at Blockfrost.getProtocolParameters (https://deno.land/x/lucid@0.8.3/src/provider/blockfrost.ts:38:19)
at async Function.new (https://deno.land/x/lucid@0.8.3/src/lucid/lucid.ts:52:34)
at async file:///home/alok/cardano-lucid/hello_world/2.lock.ts:15:15
What Git revision are you using?
aiken v0.0.28 git 2.38.1
What operating system are you using, and which version?
Describe what the problem is?
cannot submit the
hello_world-lock.ts
transaction as described here https://aiken-lang.org/getting-started/hello-world#setupI'm getting this error.
2.lock.ts
What should be the expected behavior?
the transaction should be completed.