-
:1
ELF
^
SyntaxError: Invalid or unexpected token
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1178:20)
at Module._compile (nod…
-
Hi,
Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only when after issu…
-
I got an error :
Error: No Network specified. can not determine current network.
-
https://github.com/ewasm/sentinel-governance
- Make sure to have truffle 5.x installed: `npm install -g truffle@next`
- Then change `truffle-config.js` to point to the RPC endpoint
- Then use `tr…
-
Hi,
I am using hd-wallet-provider to sign deployments on a 0 gasPrice local network.
deployments always went fine, I even redeployed on my local network yesterday. But since this morning I'm ge…
-
# Versions
- GraalVM JDK 17.0.8
- GraalJS 23.0.1
# Graal Scripting Engine Setup
``` java
HostAccess BASIC_ALL = HostAccess.newBuilder(HostAccess.ALL)
.allowPublicAccess(true)
…
-
Seeing the below error when running yarn verify {{contractAddress}} --network truffle
Error in plugin @nomiclabs/hardhat-etherscan: Unsupported network ("truffle", chainId: 11155111).
-
Hello,
Working on an NFT smart contract. When I run npm i -g truffle in the hashlips terminal, it works for a long time, then finally fails with the error below. Any help? Thanks!!
npm ERR…
-
This project has ReactJS trufflebox on the frontend.
All JS and HTML files are already there.
Hook JS functions with contract and parse user input.
-
This means figuring out our own build for the front-end `webserver` side of things.
To give some info on the issue - tuffle v3 is not backward compatible with v2 mainly because they dropped the def…