Skip to content

Commit 8a27ca2

Browse files
committed
Fix Prettier
1 parent 0116406 commit 8a27ca2

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

src/hooks/useREG.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/hooks/useRWA.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/repositories/RpcProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { CHAINS as RealtCommonsDefaultChainsConfig } from '@realtoken/realt-commons'
2+
23
import {
34
Contract,
45
JsonRpcProvider,

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
38613856
immer@^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-
58175807
58185808
version "2.2.0"
58195809
resolved "https://registry.yarnpkg.com/unload/-/unload-2.2.0.tgz#ccc88fdcad345faa06a92039ec0f80b488880ef7"

0 commit comments

Comments
 (0)