File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed
Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const getREG = async (
104104 )
105105 availableBalance += balance [ WalletType . Ethereum ] . amount
106106 }
107-
107+
108108 const regVaultAbiGetUserGlobalStateOnly =
109109 getRegVaultAbiGetUserGlobalStateOnly ( )
110110
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const getRWA = async (
115115 const tokenPrice = ( assetAveragePriceUSD ?? DEFAULT_RWA_PRICE ) / userRate
116116 const value = tokenPrice * amount
117117 const totalInvestment = totalTokens * tokenPrice
118-
118+
119119 // Update all balance values with token price
120120 updateBalanceValues ( balance , tokenPrice )
121121
Original file line number Diff line number Diff line change 11import { CHAINS as RealtCommonsDefaultChainsConfig } from '@realtoken/realt-commons'
2+
23import {
34 Contract ,
45 JsonRpcProvider ,
Original file line number Diff line number Diff line change @@ -3853,11 +3853,6 @@ ignore@^7.0.3:
38533853 resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
38543854 integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
38553855
3856- ignore@^5.2.4 :
3857- version "5.3.2"
3858- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3859- integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3860-
38613856immer@^10.0.3 :
38623857 version "10.1.1"
38633858 resolved "https://registry.yarnpkg.com/immer/-/immer-10.1.1.tgz#206f344ea372d8ea176891545ee53ccc062db7bc"
@@ -5809,11 +5804,6 @@ unicorn-magic@^0.3.0:
58095804 resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
58105805 integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
58115806
5812- unicorn-magic@^0.1.0 :
5813- version "0.1.0"
5814- resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
5815- integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
5816-
5817580758185808 version "2.2.0"
58195809 resolved "https://registry.yarnpkg.com/unload/-/unload-2.2.0.tgz#ccc88fdcad345faa06a92039ec0f80b488880ef7"
You can’t perform that action at this time.
0 commit comments