Skip to content

Commit 3a9b0e5

Browse files
authored
[ETHEREUM-CONTRACTS] fix polygon-zkevm-testnet (#1546)
1 parent 85afdd0 commit 3a9b0e5

File tree

15 files changed

+22
-15
lines changed

15 files changed

+22
-15
lines changed

packages/automation-contracts/autowrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dotenv": "^16.0.3"
2222
},
2323
"dependencies": {
24-
"@superfluid-finance/metadata": "1.1.9",
24+
"@superfluid-finance/metadata": "1.1.10",
2525
"hardhat": "^2.12.4",
2626
"hardhat-deploy": "^0.11.22"
2727
}

packages/automation-contracts/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dotenv": "^16.0.3"
2222
},
2323
"dependencies": {
24-
"@superfluid-finance/metadata": "1.1.9",
24+
"@superfluid-finance/metadata": "1.1.10",
2525
"hardhat": "^2.12.4",
2626
"hardhat-deploy": "^0.11.22"
2727
}

packages/ethereum-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"devDependencies": {
8989
"@nomiclabs/hardhat-truffle5": "^2.0.7",
90-
"@superfluid-finance/metadata": "1.1.9",
90+
"@superfluid-finance/metadata": "1.1.10",
9191
"async": "^3.2.4",
9292
"csv-writer": "^1.6.0",
9393
"ganache-time-traveler": "1.0.16",

packages/ethereum-contracts/truffle-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ const E = (module.exports = {
407407
gnosisscan: process.env.GNOSISSCAN_API_KEY,
408408
celoscan: process.env.CELOSCAN_API_KEY,
409409
basescan: process.env.BASESCAN_API_KEY,
410+
zkevm_polygonscan: process.env.ZKEVM_POLYGONSCAN_API_KEY,
410411
},
411412
});
412413

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cloc": "sh tasks/cloc.sh"
4444
},
4545
"dependencies": {
46-
"@superfluid-finance/metadata": "1.1.9",
46+
"@superfluid-finance/metadata": "1.1.10",
4747
"@truffle/contract": "4.5.23",
4848
"auto-bind": "^4.0.0",
4949
"node-fetch": "^2.6.7"

packages/metadata/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ All notable changes to the metadata will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## Unreleased
6+
## [v1.1.10] - 2023-07-25
7+
- Fixed address of SuperTokenFactory for polygon-zkevm-testnet
78

89
## [v1.1.9] - 2023-07-19
910

packages/metadata/compare-committed-against-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module_list_built_hash=$(hashFiles './module/networks/list.js')
2121

2222
# Compare the hashes and exit if they are not equal
2323
if [ "$main_list_committed_hash" != "$main_list_built_hash" ] || [ "$module_list_committed_hash" != "$module_list_built_hash" ]; then
24-
echo "The built files are not consistent with the committed files. Please run ./build.sh and commit the changes."
24+
echo "The built files were not consistent with the committed files."
25+
echo "I just ran ./build.sh for you. You need to include those changes in the commit."
2526
exit 1
2627
fi

packages/metadata/main/networks/list.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module.exports =
241241
"cfaV1": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
242242
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
243243
"idaV1": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
244-
"superTokenFactory": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
244+
"superTokenFactory": "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2",
245245
"superfluidLoader": "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
246246
},
247247
"startBlockV1": 726000,

packages/metadata/module/networks/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default
241241
"cfaV1": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
242242
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
243243
"idaV1": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
244-
"superTokenFactory": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
244+
"superTokenFactory": "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2",
245245
"superfluidLoader": "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
246246
},
247247
"startBlockV1": 726000,

packages/metadata/networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
"cfaV1": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
240240
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
241241
"idaV1": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
242-
"superTokenFactory": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
242+
"superTokenFactory": "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2",
243243
"superfluidLoader": "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
244244
},
245245
"startBlockV1": 726000,

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/metadata",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Superfluid Metadata",
55
"main": "main/index.cjs",
66
"module": "module/index.js",

packages/sdk-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the SDK-core will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.6.8] - 2023-07-25
7+
8+
### Updated
9+
- Metadata changes for recently added networks
610

711
## [0.6.7] - 2023-07-13
812

packages/sdk-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfluid-finance/sdk-core",
3-
"version": "0.6.7",
3+
"version": "0.6.8",
44
"description": "SDK Core for building with Superfluid Protocol",
55
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
66
"repository": {
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@nomiclabs/hardhat-ethers": "^2.2.1",
5959
"@superfluid-finance/ethereum-contracts": "1.7.1",
60-
"@superfluid-finance/metadata": "1.1.9",
60+
"@superfluid-finance/metadata": "1.1.10",
6161
"browserify": "^17.0.0",
6262
"graphql-request": "^4.3.0",
6363
"lodash": "^4.17.21",

packages/subgraph/config/polygon-zkevm-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"hostAddress": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704",
55
"cfaAddress": "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee",
66
"idaAddress": "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301",
7-
"superTokenFactoryAddress": "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C",
7+
"superTokenFactoryAddress": "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2",
88
"resolverV1Address": "0x642332562BC60a4Bd9681E7bb1588f7456A497aC",
99
"nativeAssetSuperTokenAddress": "0x6345Aa6cec42a85160CF436810F97661e28c1876"
1010
}

packages/subgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"dependencies": {
5151
"@graphprotocol/graph-cli": "0.47.1",
5252
"@graphprotocol/graph-ts": "0.29.3",
53-
"@superfluid-finance/sdk-core": "0.6.7",
53+
"@superfluid-finance/sdk-core": "0.6.8",
5454
"mustache": "^4.2.0"
5555
},
5656
"devDependencies": {
57-
"@superfluid-finance/metadata": "1.1.9",
57+
"@superfluid-finance/metadata": "1.1.10",
5858
"coingecko-api": "^1.0.10",
5959
"graphql": "^16.6.0",
6060
"graphql-request": "^5.0.0",

0 commit comments

Comments
 (0)