forked from cerc-io/laconicd-deprecated
5ff2a2c45f
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "eip1559",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"scripts": {
|
|
"test-ganache": "yarn truffle test",
|
|
"test-ethermint": "yarn truffle test --network ethermint"
|
|
},
|
|
"devDependencies": {
|
|
"truffle": "^5.4.14",
|
|
"truffle-assertions": "^0.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "^1.5.1-alpha.1"
|
|
}
|
|
}
|