forked from cerc-io/laconicd-deprecated
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"
|
||
|
}
|
||
|
}
|