@huma-finance/shared 0.0.47-beta.178 → 0.0.47-beta.180

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.
@@ -156,7 +156,7 @@ export const PoolContractMap = {
156
156
  pool: '0x3EBc1f0644A69c565957EF7cEb5AEafE94Eb6FcE',
157
157
  poolFeeManager: '0x989F1194d637A928628a2d8204990E35d198b6D0',
158
158
  poolUnderlyingToken: {
159
- address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
159
+ address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359',
160
160
  symbol: 'USDC',
161
161
  decimals: 6,
162
162
  icon: 'USDC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huma-finance/shared",
3
- "version": "0.0.47-beta.178+6c16c1f",
3
+ "version": "0.0.47-beta.180+4c2e3b1",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -154,5 +154,5 @@
154
154
  "optionalDependencies": {
155
155
  "encoding": "^0.1.13"
156
156
  },
157
- "gitHead": "6c16c1f859d04ff7276615e5317923cd5e6d5e39"
157
+ "gitHead": "4c2e3b1e102fcc63891957bf53542026b59de69b"
158
158
  }