File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
reference/api/experimental-actions
version-0.10.1/experimental
version-0.10.2/experimental
reference/api/experimental-actions Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ if (accountMetadata?.length !== 0) {
188
188
189
189
// This transaction will deploy the delegator account.
190
190
const hash = walletClient .sendTransaction ({
191
- to: accountMetadata .factory ,
192
- data: accountMetadata .factoryData ,
191
+ to: accountMetadata [ 0 ] .factory ,
192
+ data: accountMetadata [ 0 ] .factoryData ,
193
193
});
194
194
195
195
// You should wait for transaction to be successfully executed.
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ if (accountMetadata?.length !== 0) {
123
123
124
124
// This transaction will deploy the delegator account.
125
125
const hash = walletClient .sendTransaction ({
126
- to: accountMetadata .factory ,
127
- data: accountMetadata .factoryData ,
126
+ to: accountMetadata [ 0 ] .factory ,
127
+ data: accountMetadata [ 0 ] .factoryData ,
128
128
});
129
129
130
130
// You should wait for transaction to be successfully executed.
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ if (accountMetadata?.length !== 0) {
191
191
192
192
// This transaction will deploy the delegator account.
193
193
const hash = walletClient .sendTransaction ({
194
- to: accountMetadata .factory ,
195
- data: accountMetadata .factoryData ,
194
+ to: accountMetadata [ 0 ] .factory ,
195
+ data: accountMetadata [ 0 ] .factoryData ,
196
196
});
197
197
198
198
// You should wait for transaction to be successfully executed.
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ if (accountMetadata?.length !== 0) {
191
191
192
192
// This transaction will deploy the delegator account.
193
193
const hash = walletClient .sendTransaction ({
194
- to: accountMetadata .factory ,
195
- data: accountMetadata .factoryData ,
194
+ to: accountMetadata [ 0 ] .factory ,
195
+ data: accountMetadata [ 0 ] .factoryData ,
196
196
});
197
197
198
198
// You should wait for transaction to be successfully executed.
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ if (accountMetadata?.length !== 0) {
188
188
189
189
// This transaction will deploy the delegator account.
190
190
const hash = walletClient .sendTransaction ({
191
- to: accountMetadata .factory ,
192
- data: accountMetadata .factoryData ,
191
+ to: accountMetadata [ 0 ] .factory ,
192
+ data: accountMetadata [ 0 ] .factoryData ,
193
193
});
194
194
195
195
// You should wait for transaction to be successfully executed.
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ if (accountMetadata?.length !== 0) {
123
123
124
124
// This transaction will deploy the delegator account.
125
125
const hash = walletClient .sendTransaction ({
126
- to: accountMetadata .factory ,
127
- data: accountMetadata .factoryData ,
126
+ to: accountMetadata [ 0 ] .factory ,
127
+ data: accountMetadata [ 0 ] .factoryData ,
128
128
});
129
129
130
130
// You should wait for transaction to be successfully executed.
You can’t perform that action at this time.
0 commit comments