mirror of
https://github.com/zkitter/contracts.git
synced 2026-01-08 20:27:55 -05:00
* feat: add `arbitrum_goerli` network * Deploy `AutismRegsitrar` on `arbitrum_goerli` network * chore: `.gitignore`, new lines
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "truffle-config.js",
|
|
"dependencies": {
|
|
"@truffle/hdwallet-provider": "^1.2.6",
|
|
"truffle": "^5.6.2",
|
|
"truffle-hdwallet-provider": "^1.0.17"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|