@arbitrum/nitro-contracts 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/{LICENSE → LICENSE.md} +17 -16
- package/README.md +16 -0
- package/package.json +1 -4
package/{LICENSE → LICENSE.md}
RENAMED
@@ -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-
|
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
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
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.
|
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
|
}
|