Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aztec/types

Package Overview
Dependencies
Maintainers
6
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aztec/types - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

20

dest/interfaces/aztec_rpc.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc