New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arbitrum/nitro-contracts

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arbitrum/nitro-contracts - npm Package Compare versions

Comparing version 1.0.2-beta.0 to 1.0.2

4

package.json
{
"name": "@arbitrum/nitro-contracts",
"version": "1.0.2-beta.0",
"version": "1.0.2",
"description": "Layer 2 precompiles and rollup for Arbitrum Nitro",

@@ -63,4 +63,4 @@ "author": "Offchain Labs, Inc.",

"solidity-coverage": "^0.7.20",
"tslint": "^6.1.3",
"ts-node": "^10.4.0",
"tslint": "^6.1.3",
"typechain": "^8.0.0",

@@ -67,0 +67,0 @@ "typescript": "^4.5.4"

@@ -1,2 +0,2 @@

# Arbitrum Nitro Contracts
# Arbitrum Nitro Rollup Contracts

@@ -6,11 +6,15 @@ This is the package with the smart contract code that powers Arbitrum Nitro.

For more information see https://developer.arbitrum.io/docs/public_nitro_devnet
For more information see https://developer.arbitrum.io/intro
Compile the contracts locally by running
For the deployed addresses of these contracts for Arbitrum chains see https://developer.arbitrum.io/useful-addresses
For the token bridge contracts see https://github.com/OffchainLabs/token-bridge-contracts
Compile these contracts locally by running
```bash
git clone https://github.com/offchainlabs/nitro
cd nitro/contracts
git clone https://github.com/offchainlabs/rollup-contracts
cd rollup-contracts
yarn install
yarn build
```
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