Skip to content

Commit

Permalink
base goerli cliName added + bumped versions all around (#1759)
Browse files Browse the repository at this point in the history
Co-authored-by: Momodu Afegbua <[email protected]>
Co-authored-by: Miao ZhiCheng <[email protected]>
  • Loading branch information
3 people authored Jan 8, 2024
1 parent 1bf8e7c commit b6c220a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@openzeppelin/contracts": "4.9.3",
"@superfluid-finance/ethereum-contracts": "1.8.1",
"@superfluid-finance/metadata": "1.1.21"
"@superfluid-finance/metadata": "1.1.22"
}
}
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"@openzeppelin/contracts": "4.9.3",
"@superfluid-finance/ethereum-contracts": "1.8.1",
"@superfluid-finance/metadata": "1.1.21"
"@superfluid-finance/metadata": "1.1.22"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@safe-global/safe-service-client": "^2.0.3",
"@safe-global/safe-web3-lib": "^1.9.4",
"@superfluid-finance/js-sdk": "0.6.3",
"@superfluid-finance/metadata": "1.1.21",
"@superfluid-finance/metadata": "1.1.22",
"async": "^3.2.4",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cloc": "sh tasks/cloc.sh"
},
"dependencies": {
"@superfluid-finance/metadata": "1.1.21",
"@superfluid-finance/metadata": "1.1.22",
"@truffle/contract": "4.6.29",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file.

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

## [v1.1.22]
### Added
- `cliName` for `base-testnet`

## [v1.1.21]
### Changed
- New contract addresses for Resolver and SuperfluidLoader on xdai-mainnet and polygon-mainnet
Expand Down
1 change: 1 addition & 0 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ module.exports =
"logsQueryRange": 10000,
"explorer": "https://goerli.basescan.org/",
"subgraphV1": {
"cliName": "base-testnet",
"name": "protocol-v1-base-goerli"
},
"publicRPCs": [
Expand Down
1 change: 1 addition & 0 deletions packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ export default
"logsQueryRange": 10000,
"explorer": "https://goerli.basescan.org/",
"subgraphV1": {
"cliName": "base-testnet",
"name": "protocol-v1-base-goerli"
},
"publicRPCs": [
Expand Down
1 change: 1 addition & 0 deletions packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@
"logsQueryRange": 10000,
"explorer": "https://goerli.basescan.org/",
"subgraphV1": {
"cliName": "base-testnet",
"name": "protocol-v1-base-goerli"
},
"publicRPCs": [
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/metadata",
"version": "1.1.21",
"version": "1.1.22",
"description": "Superfluid Metadata",
"main": "main/index.cjs",
"module": "module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "1.8.1",
"@superfluid-finance/metadata": "1.1.21",
"@superfluid-finance/metadata": "1.1.22",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mustache": "^4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "1.1.21",
"@superfluid-finance/metadata": "1.1.22",
"coingecko-api": "^1.0.10",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit b6c220a

Please sign in to comment.