@huma-finance/widgets 0.0.80-beta.1083 → 0.0.80-beta.1085
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/index.js +9 -9
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -71973,14 +71973,14 @@ const STELLAR_MAINNET_METADATA = {
|
|
|
71973
71973
|
chainId: StellarChainEnum.StellarTestnet,
|
|
71974
71974
|
industry: "Remittance Financing",
|
|
71975
71975
|
desc: "",
|
|
71976
|
-
poolStorage: "
|
|
71977
|
-
pool: "
|
|
71978
|
-
poolManager: "
|
|
71979
|
-
poolCredit: "
|
|
71980
|
-
creditManager: "
|
|
71981
|
-
creditStorage: "
|
|
71982
|
-
juniorTranche: "
|
|
71983
|
-
seniorTranche: "
|
|
71976
|
+
poolStorage: "CDH36NMUGJOJRKAEXCBS4CCJ4CQPIRBJY6ZLT426RWC6DWTRNXBECUTN",
|
|
71977
|
+
pool: "CDREMNHXG3UJEKTARVE3G3BPOM3Y5U65T6NYYYWAYM6BSHGXNUQW6TTY",
|
|
71978
|
+
poolManager: "CCNKUA62K3T4FQTFOGOVHZNS7UJ36UWYHS727TYSKSWTJ3LVZJOBFMVL",
|
|
71979
|
+
poolCredit: "CBTYMYCPN5P4ISEU47BWGZ5XATA4NKK3MEBB2S65SAKDIVSXUNGTHSBG",
|
|
71980
|
+
creditManager: "CB7RBNZ5EU6AYDTCURUAUQJIYUYTNOL4GLRBSDDZEAPI4NFGI6QQ3NL5",
|
|
71981
|
+
creditStorage: "CAEWZBNLBAJA7NLLKK237RWKI5RY6EO3GH2E2NPSAJRO3F2VBV6S3SFJ",
|
|
71982
|
+
juniorTranche: "CAZ6A7CIXW54JDT4VBASKJIEKMT4KTRGIB5AREWIVNSW2REAJOGP6PN5",
|
|
71983
|
+
seniorTranche: "CCBGPAVIG3ERMNKHF2SD3QPCRNUIRJVLJ577DHSYYGQL764TFG5UMCS6",
|
|
71984
71984
|
trancheDecimals: 6,
|
|
71985
71985
|
underlyingToken: {
|
|
71986
71986
|
address: "CBIELTK6YBZJU5UP2WWQEUCYKLPU6AUNZ2BQ4WWFEIE3USCIHMXQDAMA",
|
|
@@ -71997,7 +71997,7 @@ StellarChainEnum.StellarTestnet + "", StellarChainEnum.StellarMainnet + "";
|
|
|
71997
71997
|
const STELLAR_CHAINS_INFO = {
|
|
71998
71998
|
[StellarChainEnum.StellarTestnet]: {
|
|
71999
71999
|
rpc: "https://soroban-testnet.stellar.org",
|
|
72000
|
-
humaConfig: "
|
|
72000
|
+
humaConfig: "CDFM2ITMGBNOEVZ5LYOLOIRFYZ74M3EP2SD2KT36XESTBML4APJIW5KO",
|
|
72001
72001
|
networkPassphrase: "Test SDF Network ; September 2015"
|
|
72002
72002
|
},
|
|
72003
72003
|
[StellarChainEnum.StellarMainnet]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.80-beta.
|
|
3
|
+
"version": "0.0.80-beta.1085+a708f6d",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"@ethersproject/contracts": "^5.7.0",
|
|
23
23
|
"@ethersproject/experimental": "^5.7.0",
|
|
24
24
|
"@ethersproject/units": "^5.6.0",
|
|
25
|
-
"@huma-finance/sdk": "^0.0.80-beta.
|
|
26
|
-
"@huma-finance/shared": "^0.0.80-beta.
|
|
27
|
-
"@huma-finance/web-shared": "^0.0.80-beta.
|
|
25
|
+
"@huma-finance/sdk": "^0.0.80-beta.1085+a708f6d",
|
|
26
|
+
"@huma-finance/shared": "^0.0.80-beta.1085+a708f6d",
|
|
27
|
+
"@huma-finance/web-shared": "^0.0.80-beta.1085+a708f6d",
|
|
28
28
|
"@mui/x-date-pickers": "^5.0.7",
|
|
29
29
|
"@notifi-network/notifi-frontend-client": "^1.1.2",
|
|
30
30
|
"@notifi-network/notifi-react": "^1.1.2",
|
|
@@ -190,5 +190,5 @@
|
|
|
190
190
|
"optionalDependencies": {
|
|
191
191
|
"encoding": "^0.1.13"
|
|
192
192
|
},
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "a708f6d84ca846198c99171638c7415bb2330e38"
|
|
194
194
|
}
|