@aztec/types
Advanced tools
Comparing version 0.7.7 to 0.7.8
@@ -28,21 +28,21 @@ /// <reference types="node" resolution-mode="require"/> | ||
/** | ||
* The version number of the node. | ||
* Version as tracked in the aztec-packages repository. | ||
*/ | ||
version: number; | ||
sandboxVersion: string; | ||
/** | ||
* The network's chain id. | ||
* The nargo version compatible with this sandbox version | ||
*/ | ||
chainId: number; | ||
compatibleNargoVersion: string; | ||
/** | ||
* The rollup contract address | ||
* L1 chain id. | ||
*/ | ||
rollupAddress: EthAddress; | ||
chainId: number; | ||
/** | ||
* Identifier of the client software. | ||
* Protocol version. | ||
*/ | ||
client: string; | ||
protocolVersion: number; | ||
/** | ||
* The nargo version compatible with this node. | ||
* The rollup contract address | ||
*/ | ||
compatibleNargoVersion: string; | ||
rollupAddress: EthAddress; | ||
}; | ||
@@ -49,0 +49,0 @@ /** Provides up to which block has been synced by different components. */ |
{ | ||
"name": "@aztec/types", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"exports": "./dest/index.js", | ||
"type": "module", | ||
"dependencies": { | ||
"@aztec/circuits.js": "0.7.7", | ||
"@aztec/foundation": "0.7.7", | ||
"@aztec/circuits.js": "0.7.8", | ||
"@aztec/foundation": "0.7.8", | ||
"browserify-cipher": "^1.0.1", | ||
@@ -10,0 +10,0 @@ "lodash.clonedeep": "^4.5.0", |
@@ -40,21 +40,21 @@ import { AztecAddress, EthAddress, Fr, GrumpkinPrivateKey, PartialAddress } from '@aztec/circuits.js'; | ||
/** | ||
* The version number of the node. | ||
* Version as tracked in the aztec-packages repository. | ||
*/ | ||
version: number; | ||
sandboxVersion: string; | ||
/** | ||
* The network's chain id. | ||
* The nargo version compatible with this sandbox version | ||
*/ | ||
chainId: number; | ||
compatibleNargoVersion: string; | ||
/** | ||
* The rollup contract address | ||
* L1 chain id. | ||
*/ | ||
rollupAddress: EthAddress; | ||
chainId: number; | ||
/** | ||
* Identifier of the client software. | ||
* Protocol version. | ||
*/ | ||
client: string; | ||
protocolVersion: number; | ||
/** | ||
* The nargo version compatible with this node. | ||
* The rollup contract address | ||
*/ | ||
compatibleNargoVersion: string; | ||
rollupAddress: EthAddress; | ||
}; | ||
@@ -61,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
597104
+ Added@aztec/circuits.js@0.7.8(transitive)
+ Added@aztec/foundation@0.7.8(transitive)
- Removed@aztec/circuits.js@0.7.7(transitive)
- Removed@aztec/foundation@0.7.7(transitive)
Updated@aztec/circuits.js@0.7.8
Updated@aztec/foundation@0.7.8