@arbitrum/nitro-contracts
Advanced tools
Comparing version 1.0.2-beta.0 to 1.0.2
{ | ||
"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 | ||
``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
446825
1
20