https://gitlab.com/tezos/tezos
Raw File
Tip revision: daab5dba2e69eb1e25ef571cb51b7e172c796d24 authored by Pierrick Couderc on 06 June 2023, 11:43:36 UTC
EVM: transaction generator
Tip revision: daab5db
package.json
{
  "DO NOT EDIT": "This file was automatically generated, edit file manifest/main.ml instead",
  "private": true,
  "type": "commonjs",
  "description": "n/a",
  "license": "n/a",
  "dependencies": {
    "@ethereumjs/common": ">=3.2.0",
    "@ethereumjs/tx": ">=4.2.0",
    "@nomadic-labs/ocaml-bls12-381": ">=6.1.0 <6.2.0",
    "@nomadic-labs/secp256k1-wasm": ">=0.4.0",
    "hacl-wasm": ">=1.4.0 <1.5.0"
  }
}
back to top