@@ -5,29 +5,30 @@ export const faucetWallet = staticWallets[0];
55
66export const dRep01Wallet = staticWallets [ 1 ] ;
77export const dRep02Wallet = staticWallets [ 2 ] ;
8+ export const dRep03Wallet = staticWallets [ 3 ] ;
89
9- export const adaHolder01Wallet = staticWallets [ 3 ] ;
10- export const adaHolder02Wallet = staticWallets [ 4 ] ;
10+ export const adaHolder01Wallet = staticWallets [ 4 ] ;
11+ export const adaHolder02Wallet = staticWallets [ 5 ] ;
1112export const adaHolder03Wallet = staticWallets [ 6 ] ;
1213export const adaHolder04Wallet = staticWallets [ 7 ] ;
1314export const adaHolder05Wallet = staticWallets [ 8 ] ;
1415export const adaHolder06Wallet = staticWallets [ 9 ] ;
1516
1617// Does not takes part in transaction
17- export const user01Wallet : StaticWallet = staticWallets [ 5 ] ;
18+ export const user01Wallet : StaticWallet = staticWallets [ 10 ] ;
1819
1920// Username is already set
20- export const proposal01Wallet : StaticWallet = staticWallets [ 10 ] ;
21- export const proposal02Wallet : StaticWallet = staticWallets [ 11 ] ;
22- export const proposal03Wallet : StaticWallet = staticWallets [ 12 ] ;
23- export const proposal04Wallet : StaticWallet = staticWallets [ 13 ] ;
24- export const proposal05Wallet : StaticWallet = staticWallets [ 14 ] ;
25- export const proposal06Wallet : StaticWallet = staticWallets [ 15 ] ;
26- export const proposal07Wallet : StaticWallet = staticWallets [ 16 ] ;
27- export const proposal08Wallet : StaticWallet = staticWallets [ 17 ] ;
28- export const proposal09Wallet : StaticWallet = staticWallets [ 18 ] ;
21+ export const proposal01Wallet : StaticWallet = staticWallets [ 11 ] ;
22+ export const proposal02Wallet : StaticWallet = staticWallets [ 12 ] ;
23+ export const proposal03Wallet : StaticWallet = staticWallets [ 13 ] ;
24+ export const proposal04Wallet : StaticWallet = staticWallets [ 14 ] ;
25+ export const proposal05Wallet : StaticWallet = staticWallets [ 15 ] ;
26+ export const proposal06Wallet : StaticWallet = staticWallets [ 16 ] ;
27+ export const proposal07Wallet : StaticWallet = staticWallets [ 17 ] ;
28+ export const proposal08Wallet : StaticWallet = staticWallets [ 18 ] ;
29+ export const proposal09Wallet : StaticWallet = staticWallets [ 19 ] ;
2930
30- export const budgetProposal01Wallet : StaticWallet = staticWallets [ 19 ] ;
31+ export const budgetProposal01Wallet : StaticWallet = staticWallets [ 20 ] ;
3132
3233export const adaHolderWallets = [
3334 adaHolder01Wallet ,
@@ -40,7 +41,7 @@ export const adaHolderWallets = [
4041
4142export const userWallets = [ user01Wallet ] ;
4243
43- export const dRepWallets = [ dRep01Wallet , dRep02Wallet ] ;
44+ export const dRepWallets = [ dRep01Wallet , dRep02Wallet , dRep03Wallet ] ;
4445
4546export const proposalWallets = [
4647 proposal01Wallet ,
0 commit comments