Skip to content

Commit 11706a4

Browse files
Apply suggestion from @anegg0
Co-authored-by: Gaël Blanchemain <anegg0@users.noreply.github.com>
1 parent 64cd959 commit 11706a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/launch-arbitrum-chain/07-arbitrum-node-runners/run-batch-poster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ To set a new fee collector for a specific batch poster, use the method `setFeeCo
232232
cast send --rpc-url $ORBIT_CHAIN_RPC --private-key $OWNER_PRIVATE_KEY 0x000000000000000000000000000000000000006D "setFeeCollector(address,address) ()" $BATCH_POSTER_ADDRESS $NEW_FEECOLLECTOR_ADDRESS
233233
```
234234

235-
Also possible in the [Arbitrum Chain SDK](https://github.com/OffchainLabs/arbitrum-chain-sdk):
235+
You can also do this with the [Arbitrum Chain SDK](https://github.com/OffchainLabs/arbitrum-chain-sdk):
236236

237237
```Typescript
238238
const owner = privateKeyToAccount(<OwnerPrivateKey>);

0 commit comments

Comments
 (0)