@@ -212,6 +212,108 @@ export const knownAddresses$ = new BehaviorSubject<GroupedAddress[]>([
212212 }
213213] ) ;
214214
215+ export const unorderedKnownAddresses$ = new BehaviorSubject < GroupedAddress [ ] > ( [
216+ {
217+ accountIndex : 0 ,
218+ address : address_5_0 ,
219+ index : 5 ,
220+ networkId : Cardano . NetworkId . Testnet ,
221+ rewardAccount : rewardAccount_0 ,
222+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
223+ type : AddressType . External
224+ } ,
225+ {
226+ accountIndex : 0 ,
227+ address : address_1_0 ,
228+ index : 1 ,
229+ networkId : Cardano . NetworkId . Testnet ,
230+ rewardAccount : rewardAccount_0 ,
231+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
232+ type : AddressType . External
233+ } ,
234+ {
235+ accountIndex : 0 ,
236+ address : address_0_3 ,
237+ index : 0 ,
238+ networkId : Cardano . NetworkId . Testnet ,
239+ rewardAccount : rewardAccount_3 ,
240+ stakeKeyDerivationPath : { index : 3 , role : KeyRole . Stake } ,
241+ type : AddressType . External
242+ } ,
243+ {
244+ accountIndex : 0 ,
245+ address : address_0_1 ,
246+ index : 0 ,
247+ networkId : Cardano . NetworkId . Testnet ,
248+ rewardAccount : rewardAccount_1 ,
249+ stakeKeyDerivationPath : { index : 1 , role : KeyRole . Stake } ,
250+ type : AddressType . External
251+ } ,
252+ {
253+ accountIndex : 0 ,
254+ address : address_0_2 ,
255+ index : 0 ,
256+ networkId : Cardano . NetworkId . Testnet ,
257+ rewardAccount : rewardAccount_2 ,
258+ stakeKeyDerivationPath : { index : 2 , role : KeyRole . Stake } ,
259+ type : AddressType . External
260+ } ,
261+ {
262+ accountIndex : 0 ,
263+ address : address_2_0 ,
264+ index : 2 ,
265+ networkId : Cardano . NetworkId . Testnet ,
266+ rewardAccount : rewardAccount_0 ,
267+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
268+ type : AddressType . External
269+ } ,
270+ {
271+ accountIndex : 0 ,
272+ address : address_0_4 ,
273+ index : 0 ,
274+ networkId : Cardano . NetworkId . Testnet ,
275+ rewardAccount : rewardAccount_4 ,
276+ stakeKeyDerivationPath : { index : 4 , role : KeyRole . Stake } ,
277+ type : AddressType . External
278+ } ,
279+ {
280+ accountIndex : 0 ,
281+ address : address_3_0 ,
282+ index : 3 ,
283+ networkId : Cardano . NetworkId . Testnet ,
284+ rewardAccount : rewardAccount_0 ,
285+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
286+ type : AddressType . External
287+ } ,
288+ {
289+ accountIndex : 0 ,
290+ address : address_0_5 ,
291+ index : 0 ,
292+ networkId : Cardano . NetworkId . Testnet ,
293+ rewardAccount : rewardAccount_5 ,
294+ stakeKeyDerivationPath : { index : 5 , role : KeyRole . Stake } ,
295+ type : AddressType . External
296+ } ,
297+ {
298+ accountIndex : 0 ,
299+ address : address_0_0 ,
300+ index : 0 ,
301+ networkId : Cardano . NetworkId . Testnet ,
302+ rewardAccount : rewardAccount_0 ,
303+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
304+ type : AddressType . External
305+ } ,
306+ {
307+ accountIndex : 0 ,
308+ address : address_4_0 ,
309+ index : 4 ,
310+ networkId : Cardano . NetworkId . Testnet ,
311+ rewardAccount : rewardAccount_0 ,
312+ stakeKeyDerivationPath : { index : 0 , role : KeyRole . Stake } ,
313+ type : AddressType . External
314+ }
315+ ] ) ;
316+
215317export const emptyKnownAddresses$ = new BehaviorSubject < GroupedAddress [ ] > ( [ ] ) ;
216318
217319export const createMockDelegateTracker = ( delegatedStake : Map < Cardano . PoolId , DelegatedStake > ) => ( {
0 commit comments