-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updated snapshots - patched protocol package to fix node engine incompatibility issue - patched protocol package to use swc/core version compatible with ts-node and fix contracts build
- Loading branch information
1 parent
6f5beb0
commit 0ea4920
Showing
18 changed files
with
5,070 additions
and
1,148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
49 changes: 49 additions & 0 deletions
49
.yarn/patches/@gooddollar-goodprotocol-npm-2.0.14-aefd0cca7d.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
diff --git a/package.json b/package.json | ||
index 32ffa522e902a8d16f89bdc9369265e35d9e07c6..4f8915032b119c4c6643752240ef8fc99c6cc01f 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -3,7 +3,7 @@ | ||
"version": "2.0.14", | ||
"description": "GoodDollar Protocol", | ||
"engines": { | ||
- "node": "18.x" | ||
+ "node": ">=16.x" | ||
}, | ||
"main": "dist/test-sdk/index.js", | ||
"scripts": { | ||
@@ -93,7 +93,7 @@ | ||
"@nomiclabs/hardhat-ethers": "^2.2.1", | ||
"@nomiclabs/hardhat-etherscan": "^3.1.0", | ||
"@nomiclabs/hardhat-waffle": "^2.0.3", | ||
- "@swc/core": "^1.2.196", | ||
+ "@swc/core": "1.3.82", | ||
"@swc/helpers": "^0.3.16", | ||
"@typechain/ethers-v5": "^8.0.2", | ||
"@types/mocha": "*", | ||
@@ -133,5 +133,11 @@ | ||
"typechain": "^6.0.2", | ||
"typescript": "*" | ||
}, | ||
- "packageManager": "[email protected]" | ||
+ "packageManager": "[email protected]", | ||
+ "resolutions": { | ||
+ "@swc/core": "1.3.82" | ||
+ }, | ||
+ "overrides": { | ||
+ "@swc/core": "1.3.82" | ||
+ } | ||
} | ||
diff --git a/releases/deployment.json b/releases/deployment.json | ||
index 701c0acfba43087a044a4cf75eb91ff84a48ad5f..7412f5910a445d42f3eaae0858e6837fd9db4157 100644 | ||
--- a/releases/deployment.json | ||
+++ b/releases/deployment.json | ||
@@ -212,6 +212,9 @@ | ||
"BancorFormula": "0x57b2c85934Ef1A891eC9b9945f3fdbcf1104c302", | ||
"FeeFormula": "0x416B5A5e12235De6838D62Fd053e7Ce59E944426" | ||
}, | ||
+ "development-mainnet": { | ||
+ "networkId": 1 | ||
+ }, | ||
"staging-mainnet": { | ||
"NameService": "0xC87FAb8A8CDD346079ca6177e47408Ba18066104", | ||
"GReputation": "0xD50604E530fF36B2747aE8574b37B21B9f779d37", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.