Skip to content

Commit

Permalink
feature(wallet-mobile): new tx review for yoroi governance
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Oct 16, 2024
1 parent a1dcb5e commit 61bf5a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/wallet-mobile/src/yoroi-wallets/mocks/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import {Observable} from 'rxjs'

import {buildPortfolioTokenManagers} from '../../features/Portfolio/common/helpers/build-token-managers'
import {cardanoConfig} from '../../features/WalletManager/common/adapters/cardano/cardano-config'
import {buildNetworkManagers} from '../../features/WalletManager/network-manager/network-manager'
import {
buildNetworkManagers,
protocolParamsPlaceholder,
} from '../../features/WalletManager/network-manager/network-manager'
import {toTokenInfo, utf8ToHex} from '../cardano/api/utils'
import {CardanoTypes, YoroiWallet} from '../cardano/types'
import {TransactionInfo} from '../types/other'
Expand Down Expand Up @@ -69,6 +72,7 @@ const wallet: YoroiWallet = {
allUtxos: utxos,
collateralId: '22d391c7a97559cb4784bd975214919618acce75cde573a7150a176700e76181:2',
accountVisual: 0,
protocolParams: protocolParamsPlaceholder,

balance$: new Observable<Portfolio.Event.BalanceManager>(),
balances: {
Expand Down

0 comments on commit 61bf5a0

Please sign in to comment.