@@ -123,6 +123,7 @@ func GetAggregatorConfig() *config.Config {
123
123
FactoryAddress : common .HexToAddress ("0x29adA1b5217242DEaBB142BC3b1bCfFdd56008e7" ),
124
124
EntrypointAddress : common .HexToAddress ("0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ),
125
125
PaymasterAddress : common .HexToAddress ("0xd99a660fc95f786ead76fb73c11354f499f13b30" ),
126
+ WhitelistAddresses : []common.Address {},
126
127
},
127
128
}
128
129
}
@@ -253,6 +254,7 @@ func GetTestSmartWalletConfig() *config.SmartWalletConfig {
253
254
EntrypointAddress : common .HexToAddress ("0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ),
254
255
ControllerPrivateKey : controllerPrivateKey ,
255
256
PaymasterAddress : common .HexToAddress ("0xd99a660fc95f786ead76fb73c11354f499f13b30" ),
257
+ WhitelistAddresses : []common.Address {},
256
258
}
257
259
}
258
260
@@ -272,6 +274,7 @@ func GetBaseTestSmartWalletConfig() *config.SmartWalletConfig {
272
274
EntrypointAddress : common .HexToAddress ("0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789" ),
273
275
ControllerPrivateKey : controllerPrivateKey ,
274
276
PaymasterAddress : common .HexToAddress ("0xd99a660fc95f786ead76fb73c11354f499f13b30" ),
277
+ WhitelistAddresses : []common.Address {},
275
278
}
276
279
}
277
280
@@ -287,4 +290,4 @@ func GetTestEventTriggerReason() *avsproto.TriggerReason {
287
290
TxHash : "0x53beb2163994510e0984b436ebc828dc57e480ee671cfbe7ed52776c2a4830c8" ,
288
291
LogIndex : 98 ,
289
292
}
290
- }
293
+ }
0 commit comments