@superfluid-finance/sdk-core 0.6.8-dev.84314b3.0 → 0.6.8-dev.8dbdb3f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.umd.js +21 -0
  2. package/package.json +3 -3
package/dist/index.umd.js CHANGED
@@ -121521,6 +121521,27 @@ module.exports =
121521
121521
  "https://rpc.ankr.com/celo"
121522
121522
  ],
121523
121523
  "coinGeckoId": "celo"
121524
+ },
121525
+ {
121526
+ "name": "base-mainnet",
121527
+ "isTestnet": false,
121528
+ "networkId": 8453,
121529
+ "chainId": 8453,
121530
+ "shortName": "base",
121531
+ "uppercaseName": "BASE_MAINNET",
121532
+ "humanReadableName": "Base",
121533
+ "nativeTokenSymbol": "ETH",
121534
+ "contractsV1": {},
121535
+ "startBlockV1": 1,
121536
+ "logsQueryRange": 20000,
121537
+ "explorer": "https://basescan.org",
121538
+ "subgraphV1": {
121539
+ "name": "protocol-v1-base-mainnet"
121540
+ },
121541
+ "publicRPCs": [
121542
+ "https://developer-access-mainnet.base.org"
121543
+ ],
121544
+ "coinGeckoId": "base"
121524
121545
  }
121525
121546
  ]
121526
121547
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-core",
3
- "version": "0.6.8-dev.84314b3.0",
3
+ "version": "0.6.8-dev.8dbdb3f.0",
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": {
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@nomiclabs/hardhat-ethers": "^2.2.1",
59
- "@superfluid-finance/ethereum-contracts": "^1.7.2-dev.84314b3.0",
60
- "@superfluid-finance/metadata": "^1.1.9-dev.84314b3.0",
59
+ "@superfluid-finance/ethereum-contracts": "^1.7.2-dev.8dbdb3f.0",
60
+ "@superfluid-finance/metadata": "^1.1.9-dev.8dbdb3f.0",
61
61
  "browserify": "^17.0.0",
62
62
  "graphql-request": "^4.3.0",
63
63
  "lodash": "^4.17.21",