Skip to content

Commit

Permalink
fix versions & add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparkallas committed Apr 30, 2024
1 parent 4d5eef6 commit fa6ed83
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 2 deletions.
64 changes: 64 additions & 0 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,70 @@
/* eslint-disable */
module.exports =
[
{
"name": "polygon-mumbai",
"isTestnet": true,
"networkId": 80001,
"chainId": 80001,
"sfId": 102,
"shortName": "mumbai",
"uppercaseName": "POLYGON_MUMBAI",
"humanReadableName": "Polygon Mumbai",
"nativeTokenSymbol": "MATIC",
"nativeTokenWrapper": "0x96B82B65ACF7072eFEb00502F45757F254c2a0D4",
"contractsV1": {
"resolver": "0x2feFd8B23e4770B674b0d2fAda5EE8a2bE0B525F",
"host": "0xEB796bdb90fFA0f28255275e16936D25d3418603",
"cfaV1": "0x49e565Ed1bdc17F3d220f72DF0857C26FA83F873",
"cfaV1Forwarder": "0xcfA132E353cB4E398080B9700609bb008eceB125",
"idaV1": "0x804348D4960a61f2d5F9ce9103027A3E849E09b8",
"gdaV1": "0x63ab406B6eF6c8be732c1edbd15464de16a8F46D",
"gdaV1Forwarder": "0x6DA13Bde224A05a288748d857b9e7DDEffd1dE08",
"superTokenFactory": "0xB798553db6EB3D3C56912378409370145E97324B",
"constantOutflowNFT": "0x502CC982947216C0f94e433BC78c413806301C07",
"constantInflowNFT": "0x9906A7e948C642B6bc74b9A5EAfCddB3580b44e0",
"superfluidLoader": "0xFcc617a382988a6d081B1821c8d17C47DFF9EDE1",
"toga": "0x38DD80876DBA048d0050D28828522c313967D073",
"superSpreader": "0x74CDF863b00789c29734F8dFd9F83423Bc55E4cE",
"flowScheduler": "0x59A3Ba9d34c387FB70b4f4e4Fbc9eD7519194139",
"vestingScheduler": "0x3962EE56c9f7176215D149938BA685F91aBB633B",
"autowrap": {
"manager": "0x3eAB3c6207F488E475b7955B631B564F0E6317B9",
"wrapStrategy": "0x544728AFDBeEafBeC9e1329031788edb53017bC4"
},
"existentialNFTCloneFactory": "0xfC4E49AfcDDDcc2B90794DC214cc324d17B15619"
},
"startBlockV1": 8100000,
"logsQueryRange": 10000,
"explorer": "https://mumbai.polygonscan.com",
"subgraphV1": {
"cliName": "mumbai",
"name": "protocol-v1-mumbai",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-mumbai"
},
"subgraphVesting": {
"name": "vesting-v1-polygon-mumbai",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/vesting-v1-polygon-mumbai"
},
"subgraphFlowScheduler": {
"name": "scheduling-v1-polygon-mumbai",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/scheduling-v1-polygon-mumbai"
},
"subgraphAutoWrap": {
"name": "auto-wrap-v1-polygon-mumbai",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/auto-wrap-v1-polygon-mumbai"
},
"publicRPCs": [
"https://rpc.ankr.com/polygon_mumbai",
"https://matic-mumbai.chainstacklabs.com"
],
"trustedForwarders": [
"0x9399bb24dbb5c4b782c70c2969f58716ebbd6a3b",
"0x69015912AA33720b842dCD6aC059Ed623F28d9f7",
"0xb539068872230f20456CF38EC52EF2f91AF4AE49",
"0xd8253782c45a12053594b9deB72d8e8aB2Fca54c"
]
},
{
"name": "avalanche-fuji",
"isTestnet": true,
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 @@ -58,7 +58,7 @@
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.0",
"@superfluid-finance/metadata": "^1.1.30",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.0 || ^1.8.0 || ^1.9.0",
"@superfluid-finance/sdk-core": "^0.7.0"
"@superfluid-finance/sdk-core": "^0.6.13"
},
"files": [
"dist/main",
Expand Down

0 comments on commit fa6ed83

Please sign in to comment.