@@ -31,7 +31,7 @@ export const ACCOUNTS = [
31
31
{
32
32
type : "SimpleAccount, withViemWalletClient (account hoisted)" ,
33
33
instance : new V06 . Account . Instance ( {
34
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
34
+ ...V06 . Account . Common . SimpleAccount . base (
35
35
VIEM_PUBLIC_CLIENT ,
36
36
VIEM_WALLET_CLIENT ,
37
37
) ,
@@ -40,7 +40,7 @@ export const ACCOUNTS = [
40
40
{
41
41
type : "SimpleAccount, withViemWalletClient (account not hoisted)" ,
42
42
instance : new V06 . Account . Instance ( {
43
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
43
+ ...V06 . Account . Common . SimpleAccount . base (
44
44
VIEM_PUBLIC_CLIENT ,
45
45
VIEM_WALLET_CLIENT_NO_HOIST ,
46
46
VIEM_ACC ,
@@ -50,7 +50,7 @@ export const ACCOUNTS = [
50
50
{
51
51
type : "SimpleAccount, with JsonRpcProvider" ,
52
52
instance : new V06 . Account . Instance ( {
53
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
53
+ ...V06 . Account . Common . SimpleAccount . base (
54
54
ETHERS_JSON_RPC_PROVIDER ,
55
55
VIEM_WALLET_CLIENT ,
56
56
) ,
@@ -59,7 +59,7 @@ export const ACCOUNTS = [
59
59
{
60
60
type : "SimpleAccount, withEthersSigner" ,
61
61
instance : new V06 . Account . Instance ( {
62
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
62
+ ...V06 . Account . Common . SimpleAccount . base (
63
63
VIEM_PUBLIC_CLIENT ,
64
64
ETHERS_WALLET ,
65
65
) ,
@@ -68,7 +68,7 @@ export const ACCOUNTS = [
68
68
{
69
69
type : "SimpleAccount, with separate viem node and bundler PublicClients" ,
70
70
instance : new V06 . Account . Instance ( {
71
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
71
+ ...V06 . Account . Common . SimpleAccount . base (
72
72
VIEM_NODE_PUBLIC_CLIENT ,
73
73
VIEM_WALLET_CLIENT ,
74
74
) ,
@@ -79,7 +79,7 @@ export const ACCOUNTS = [
79
79
{
80
80
type : "SimpleAccount, with separate ethers node and bundler JsonRpcProviders" ,
81
81
instance : new V06 . Account . Instance ( {
82
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
82
+ ...V06 . Account . Common . SimpleAccount . base (
83
83
ETHERS_NODE_JSON_RPC_PROVIDER ,
84
84
VIEM_WALLET_CLIENT ,
85
85
) ,
@@ -90,7 +90,7 @@ export const ACCOUNTS = [
90
90
{
91
91
type : "SimpleAccount, with Stackup V1 PAYG paymaster" ,
92
92
instance : new V06 . Account . Instance ( {
93
- ...V06 . Account . CommonConfigs . SimpleAccount . base (
93
+ ...V06 . Account . Common . SimpleAccount . base (
94
94
VIEM_PUBLIC_CLIENT ,
95
95
VIEM_WALLET_CLIENT ,
96
96
) ,
0 commit comments