File tree Expand file tree Collapse file tree 15 files changed +22
-15
lines changed Expand file tree Collapse file tree 15 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 21
21
"dotenv" : " ^16.0.3"
22
22
},
23
23
"dependencies" : {
24
- "@superfluid-finance/metadata" : " 1.1.9 " ,
24
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
25
25
"hardhat" : " ^2.12.4" ,
26
26
"hardhat-deploy" : " ^0.11.22"
27
27
}
Original file line number Diff line number Diff line change 21
21
"dotenv" : " ^16.0.3"
22
22
},
23
23
"dependencies" : {
24
- "@superfluid-finance/metadata" : " 1.1.9 " ,
24
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
25
25
"hardhat" : " ^2.12.4" ,
26
26
"hardhat-deploy" : " ^0.11.22"
27
27
}
Original file line number Diff line number Diff line change 87
87
},
88
88
"devDependencies" : {
89
89
"@nomiclabs/hardhat-truffle5" : " ^2.0.7" ,
90
- "@superfluid-finance/metadata" : " 1.1.9 " ,
90
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
91
91
"async" : " ^3.2.4" ,
92
92
"csv-writer" : " ^1.6.0" ,
93
93
"ganache-time-traveler" : " 1.0.16" ,
Original file line number Diff line number Diff line change @@ -407,6 +407,7 @@ const E = (module.exports = {
407
407
gnosisscan : process . env . GNOSISSCAN_API_KEY ,
408
408
celoscan : process . env . CELOSCAN_API_KEY ,
409
409
basescan : process . env . BASESCAN_API_KEY ,
410
+ zkevm_polygonscan : process . env . ZKEVM_POLYGONSCAN_API_KEY ,
410
411
} ,
411
412
} ) ;
412
413
Original file line number Diff line number Diff line change 43
43
"cloc" : " sh tasks/cloc.sh"
44
44
},
45
45
"dependencies" : {
46
- "@superfluid-finance/metadata" : " 1.1.9 " ,
46
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
47
47
"@truffle/contract" : " 4.5.23" ,
48
48
"auto-bind" : " ^4.0.0" ,
49
49
"node-fetch" : " ^2.6.7"
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ All notable changes to the metadata will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## Unreleased
6
+ ## [ v1.1.10] - 2023-07-25
7
+ - Fixed address of SuperTokenFactory for polygon-zkevm-testnet
7
8
8
9
## [ v1.1.9] - 2023-07-19
9
10
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ module_list_built_hash=$(hashFiles './module/networks/list.js')
21
21
22
22
# Compare the hashes and exit if they are not equal
23
23
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."
25
26
exit 1
26
27
fi
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ module.exports =
241
241
"cfaV1" : "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee" ,
242
242
"cfaV1Forwarder" : "0xcfA132E353cB4E398080B9700609bb008eceB125" ,
243
243
"idaV1" : "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301" ,
244
- "superTokenFactory" : "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C " ,
244
+ "superTokenFactory" : "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2 " ,
245
245
"superfluidLoader" : "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
246
246
} ,
247
247
"startBlockV1" : 726000 ,
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ export default
241
241
"cfaV1" : "0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee" ,
242
242
"cfaV1Forwarder" : "0xcfA132E353cB4E398080B9700609bb008eceB125" ,
243
243
"idaV1" : "0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301" ,
244
- "superTokenFactory" : "0xC95346B7394009ccEfaA62Eca28797804B2bCF1C " ,
244
+ "superTokenFactory" : "0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2 " ,
245
245
"superfluidLoader" : "0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
246
246
} ,
247
247
"startBlockV1" : 726000 ,
Original file line number Diff line number Diff line change 239
239
"cfaV1" : " 0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee" ,
240
240
"cfaV1Forwarder" : " 0xcfA132E353cB4E398080B9700609bb008eceB125" ,
241
241
"idaV1" : " 0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301" ,
242
- "superTokenFactory" : " 0xC95346B7394009ccEfaA62Eca28797804B2bCF1C " ,
242
+ "superTokenFactory" : " 0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2 " ,
243
243
"superfluidLoader" : " 0xda6db863cb2EE39b196edB8159c38A1ed5c55344"
244
244
},
245
245
"startBlockV1" : 726000 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @superfluid-finance/metadata" ,
3
- "version" : " 1.1.9 " ,
3
+ "version" : " 1.1.10 " ,
4
4
"description" : " Superfluid Metadata" ,
5
5
"main" : " main/index.cjs" ,
6
6
"module" : " module/index.js" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to the SDK-core will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
+ ## [ 0.6.8] - 2023-07-25
7
+
8
+ ### Updated
9
+ - Metadata changes for recently added networks
6
10
7
11
## [ 0.6.7] - 2023-07-13
8
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @superfluid-finance/sdk-core" ,
3
- "version" : " 0.6.7 " ,
3
+ "version" : " 0.6.8 " ,
4
4
"description" : " SDK Core for building with Superfluid Protocol" ,
5
5
"homepage" : " https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme" ,
6
6
"repository" : {
57
57
"dependencies" : {
58
58
"@nomiclabs/hardhat-ethers" : " ^2.2.1" ,
59
59
"@superfluid-finance/ethereum-contracts" : " 1.7.1" ,
60
- "@superfluid-finance/metadata" : " 1.1.9 " ,
60
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
61
61
"browserify" : " ^17.0.0" ,
62
62
"graphql-request" : " ^4.3.0" ,
63
63
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 4
4
"hostAddress" : " 0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704" ,
5
5
"cfaAddress" : " 0x1EAa5ceA064aab2692AF257FB31f5291fdA3Cdee" ,
6
6
"idaAddress" : " 0xBf22019a4A4430bA67D3B0c8B4d5Edc48F913301" ,
7
- "superTokenFactoryAddress" : " 0xC95346B7394009ccEfaA62Eca28797804B2bCF1C " ,
7
+ "superTokenFactoryAddress" : " 0x0F3B163623F05b2BfF42956f7C7bd31456bd83a2 " ,
8
8
"resolverV1Address" : " 0x642332562BC60a4Bd9681E7bb1588f7456A497aC" ,
9
9
"nativeAssetSuperTokenAddress" : " 0x6345Aa6cec42a85160CF436810F97661e28c1876"
10
10
}
Original file line number Diff line number Diff line change 50
50
"dependencies" : {
51
51
"@graphprotocol/graph-cli" : " 0.47.1" ,
52
52
"@graphprotocol/graph-ts" : " 0.29.3" ,
53
- "@superfluid-finance/sdk-core" : " 0.6.7 " ,
53
+ "@superfluid-finance/sdk-core" : " 0.6.8 " ,
54
54
"mustache" : " ^4.2.0"
55
55
},
56
56
"devDependencies" : {
57
- "@superfluid-finance/metadata" : " 1.1.9 " ,
57
+ "@superfluid-finance/metadata" : " 1.1.10 " ,
58
58
"coingecko-api" : " ^1.0.10" ,
59
59
"graphql" : " ^16.6.0" ,
60
60
"graphql-request" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments