@etherisc/gif-next 0.0.2-f619be3-760 → 0.0.2-f7be756-963

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +0 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,22 +34,6 @@ Networks:
34
34
  - mainnet (polygon mainnet, requires WEB3_INFURA_PROJECT_ID)
35
35
 
36
36
 
37
- #### Deply all script
38
-
39
- The deploy all script will deploy all required contracts and create a test instance with a test product and a test pool.
40
-
41
- ```
42
- hh run --network <networkname> scripts/deploy_all.ts
43
- ```
44
-
45
- Environment variables:
46
-
47
- - `SKIP_VERIFICATION` set to `true` to skip etherscan verification (required for ganacht and anvil)
48
- - `WEB3_INFURA_PROJECT_ID` set to infura project id (required for mumbai and mainnet)
49
- - `WALLET_MNEMONIC` the mnemonic of the wallet to use for deployment (required for mumbai and mainnet)
50
- - `ETHERSCAN_API_KEY` `POLYGONSCAN_API_KEY` the api key for etherscan/polygonscan (required for mumbai and mainnet)
51
-
52
-
53
37
  ### Console
54
38
 
55
39
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etherisc/gif-next",
3
- "version": "0.0.2-f619be3-760",
3
+ "version": "0.0.2-f7be756-963",
4
4
  "description": "This is the repository for the next version of the Generic Insurance Framework (GIF) smart contracts. ",
5
5
  "main": "index.js",
6
6
  "scripts": {