@gooddollar/goodprotocol 2.0.6 → 2.0.7-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hardhat.config.ts CHANGED
@@ -203,6 +203,12 @@ const hhconfig: HardhatUserConfig = {
203
203
  gasPrice: 5000000000,
204
204
  chainId: 42220
205
205
  },
206
+ alfajores: {
207
+ accounts: { mnemonic },
208
+ chainId: 44787,
209
+ url: `https://alfajores-forno.celo-testnet.org`,
210
+ gasPrice: 5000000000
211
+ },
206
212
  "staging-celo": {
207
213
  accounts: { mnemonic },
208
214
  url: "https://forno.celo.org",
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@gooddollar/goodprotocol",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-beta.1",
4
4
  "description": "GoodDollar Protocol",
5
5
  "engines": {
6
6
  "node": "18.x"
7
7
  },
8
+ "main": "dist/test-sdk/index.js",
8
9
  "scripts": {
9
10
  "prepack": "npm run minimize",
10
11
  "build": "scripts/build.sh deploy",
@@ -21,7 +22,8 @@
21
22
  "testDAOUpgrade": "yarn runNode & yarn compile && yarn deployOldDAO --network develop-mainnet && yarn daoUpgrade --network develop-mainnet",
22
23
  "testDAOUpgradeFuse": "yarn runNode & yarn compile && yarn deployOldDAO --network develop && yarn daoUpgrade --network develop",
23
24
  "deployTestOld": "yarn compile && hardhat run scripts/test/singleOldDaoDeploy.ts --network dapptest && yarn daoUpgrade --network dapptest && yarn daoUpgrade --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest",
24
- "deployTest": "yarn compile && hardhat run scripts/deployFullDAO.ts --network dapptest && hardhat run scripts/deployFullDAO.ts --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest"
25
+ "deployTest": "yarn compile && hardhat run scripts/deployFullDAO.ts --network dapptest && hardhat run scripts/deployFullDAO.ts --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest",
26
+ "build:test-sdk": "tsc --build tsconfig.sdk.json"
25
27
  },
26
28
  "files": [
27
29
  "artifacts/contracts",
@@ -37,7 +39,8 @@
37
39
  "tsconfig.json",
38
40
  "test",
39
41
  "types",
40
- "patches"
42
+ "patches",
43
+ "dist"
41
44
  ],
42
45
  "repository": {
43
46
  "type": "git",
@@ -265,6 +265,15 @@
265
265
  "stakersGOODMonthly": "1000000000000000000000000"
266
266
  }
267
267
  },
268
+ "alfajores": {
269
+ "guardiansSafe": "0xdF3e980a175904a26A7BA627048a789Ae6A141cD",
270
+ "gasPrice": 5e9,
271
+ "superfluidHost": "0x0000000000000000000000000000000000000000",
272
+ "governance": {
273
+ "claimersGOODMonthly": "1000000000000000000000000",
274
+ "stakersGOODMonthly": "1000000000000000000000000"
275
+ }
276
+ },
268
277
  "staging-celo": {
269
278
  "guardiansSafe": "0xdF3e980a175904a26A7BA627048a789Ae6A141cD",
270
279
  "gasPrice": 5e9,
@@ -543,5 +543,18 @@
543
543
  "FeeFormula": "0x5fAA779cF74a1Ba51909DEeaA0e8900474DA77Cf",
544
544
  "DAOCreator": "0xc66c970a6d99da587a7d7fa7d5383b401c3e87f4",
545
545
  "OneTimePaymentsV2": "0x4E8112430974b4CE87283221a11BDC52097e7e2e"
546
+ },
547
+ "alfajores": {
548
+ "ProxyFactory": "0xeCC2b6423A833bFE556E520d55191c8daD31f1E0",
549
+ "FeeFormula": "0x93B29D34f1FCBCED99509b31fF4557ad5a32798f",
550
+ "GoodDollar": "0x03d3daB843e6c03b3d271eff9178e6A96c28D25f",
551
+ "Avatar": "0x099eE88865A48b5988C73E80FfA444719F433049",
552
+ "Controller": "0x136F2578075a90e6578B02Eb1cA1CECB00E35b12",
553
+ "Identity": "0x6dB189E677EEaB0833C6693DFeaa979e37447eee",
554
+ "NameService": "0x17611D613268A2A017f51c72df98B1dE0A5AB407",
555
+ "GReputation": "0x3647469733C01713A7d9bdf6834bd4aBd59D66fa",
556
+ "DAOCreator": "0x35ea7176cfde2D35Dff3E688F7bA45D1d5dF0A76",
557
+ "SuperFluidResolver": "0x6e9CaBE4172344Db81a1E1D735a6AD763700064A",
558
+ "SuperFluidHost": "0x14764E92A63e73a2Dac1fF08F35A64647fB50C91"
546
559
  }
547
560
  }