@huma-finance/shared 0.0.46 → 0.0.47-beta.178
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.
package/dist/utils/pool.js
CHANGED
|
@@ -438,7 +438,7 @@ export const PoolContractMap = {
|
|
|
438
438
|
pool: '0xbb1b50e1ec5835b3c58944e820e7a5e136141ddc',
|
|
439
439
|
poolFeeManager: '0x9f667f613C16542aC8b1e502F4D796774F623D86',
|
|
440
440
|
poolUnderlyingToken: {
|
|
441
|
-
address: '
|
|
441
|
+
address: '0x9999f7fea5938fd3b1e26a12c3f2fb024e194f97',
|
|
442
442
|
symbol: 'USDC',
|
|
443
443
|
decimals: 6,
|
|
444
444
|
icon: 'USDC',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/shared",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.47-beta.178+6c16c1f",
|
|
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": "
|
|
157
|
+
"gitHead": "6c16c1f859d04ff7276615e5317923cd5e6d5e39"
|
|
158
158
|
}
|