@arbitrum/nitro-contracts 1.1.0-beta.2 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,27 +10,28 @@ Parameters
10
10
  Licensor: Offchain Labs
11
11
 
12
12
  Licensed Work: Arbitrum Nitro Contracts
13
- The Licensed Work is (c) 2021-2023 Offchain Labs
13
+ The Licensed Work is (c) 2021-2024 Offchain Labs
14
14
 
15
15
  Additional Use Grant: You may use the Licensed Work in a production environment solely
16
16
  to provide a point of interface to permit end users or applications
17
17
  utilizing the Covered Arbitrum Chains to interact and query the
18
18
  state of a Covered Arbitrum Chain, including without limitation
19
- validating the correctness of the posted chain state. For purposes
20
- of this Additional Use Grant, the "Covered Arbitrum Chains" are
21
- means (a) Arbitrum One (chainid:42161), Arbitrum Nova (chainid:42170),
22
- Arbitrum Rinkeby testnet/Rinkarby (chainid:421611), and
23
- Arbitrum Nitro Goerli testnet (chainid:421613) (b) any future
24
- blockchains authorized to be designated as Covered Arbitrum Chains
25
- by the decentralized autonomous organization governing the Arbitrum
26
- network; and (c) any “Layer 3” Arbitrum-based blockchain that is built
27
- on and settles to another Covered Arbitrum Chain.
28
-
29
-
30
-
31
-
32
-
33
- Change Date: Dec 31, 2027
19
+ validating the correctness of the posted chain state, or to deploy
20
+ and operate (x) a blockchain that settles to a Covered Arbitrum Chain
21
+ or (y) a blockchain in accordance with, and subject to, the [Arbitrum
22
+ Expansion Program Term of Use](https://docs.arbitrum.foundation/assets/files/Arbitrum%20Expansion%20Program%20Jan182024-4f08b0c2cb476a55dc153380fa3e64b0.pdf). For purposes of this
23
+ Additional Use Grant, the "Covered Arbitrum Chains" are
24
+ (a) Arbitrum One (chainid:42161), Arbitrum Nova (chainid:42170),
25
+ rbitrum Rinkeby testnet/Rinkarby (chainid:421611),Arbitrum Nitro
26
+ Goerli testnet (chainid:421613), and Arbitrum Sepolia Testnet
27
+ (chainid:421614); (b) any future blockchains authorized to be
28
+ designated as Covered Arbitrum Chains by the decentralized autonomous
29
+ organization governing the Arbitrum network; and (c) any “Layer 3”
30
+ Arbitrum-based blockchain that is built on and settles to another
31
+ Covered Arbitrum Chain.
32
+
33
+
34
+ Change Date: Dec 31, 2028
34
35
 
35
36
  Change License: Apache License Version 2.0
36
37
 
package/README.md CHANGED
@@ -17,3 +17,19 @@ cd nitro-contracts
17
17
  yarn install
18
18
  yarn build
19
19
  ```
20
+
21
+ ## License
22
+
23
+ Nitro is currently licensed under a [Business Source License](./LICENSE), similar to our friends at Uniswap and Aave, with an "Additional Use Grant" to ensure that everyone can have full comfort using and running nodes on all public Arbitrum chains.
24
+
25
+ The Additional Use Grant also permits the deployment of the Nitro software, in a permissionless fashion and without cost, as a new blockchain provided that the chain settles to either Arbitrum One or Arbitrum Nova.
26
+
27
+ For those that prefer to deploy the Nitro software either directly on Ethereum (i.e. an L2) or have it settle to another Layer-2 on top of Ethereum, the [Arbitrum Expansion Program (the "AEP")](https://docs.arbitrum.foundation/assets/files/Arbitrum%20Expansion%20Program%20Jan182024-4f08b0c2cb476a55dc153380fa3e64b0.pdf) was recently established. The AEP allows for the permissionless deployment in the aforementioned fashion provided that 10% of net revenue is contributed back to the Arbitrum community in accordance with the requirements of the AEP.
28
+
29
+ ## Contact
30
+
31
+ Discord - [Arbitrum](https://discord.com/invite/5KE54JwyTs)
32
+
33
+ Twitter: [Arbitrum](https://twitter.com/arbitrum)
34
+
35
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbitrum/nitro-contracts",
3
- "version": "1.1.0-beta.2",
3
+ "version": "1.1.1",
4
4
  "description": "Layer 2 precompiles and rollup for Arbitrum Nitro",
5
5
  "author": "Offchain Labs, Inc.",
6
6
  "license": "BUSL-1.1",
@@ -76,8 +76,5 @@
76
76
  "tslint": "^6.1.3",
77
77
  "typechain": "^8.0.0",
78
78
  "typescript": "^4.5.4"
79
- },
80
- "optionalDependencies": {
81
- "sol2uml": "2.2.0"
82
79
  }
83
80
  }