Skip to content

Commit 8651ff6

Browse files
committed
fixup! Add react-native-monero-lwsf package and IO bridge
1 parent b99e1d5 commit 8651ff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/monero/moneroTypes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
Cleaner
1212
} from 'cleaners'
1313
import type {
14-
NetworkType,
1514
TransactionPriority,
1615
WalletBackend,
1716
WalletEventData
@@ -30,7 +29,7 @@ export type MoneroInitOptions = ReturnType<typeof asMoneroInitOptions>
3029

3130
export interface MoneroNetworkInfo {
3231
edgeLwsServer: string
33-
networkType: NetworkType
32+
networkType: 'MAINNET' | 'TESTNET' | 'STAGENET'
3433
}
3534

3635
export const asMoneroUserSettings = asObject({

0 commit comments

Comments
 (0)