Skip to content

Commit 6d132ce

Browse files
committed
fix: rollup and gas oracle secrets
1 parent 3b79ff1 commit 6d132ce

File tree

2 files changed

+264
-225
lines changed

2 files changed

+264
-225
lines changed

src/commands/helper/fund-accounts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ export default class HelperFundAccounts extends Command {
166166
const l1Addresses: Record<string, string> = {
167167
L1_COMMIT_SENDER: config.accounts.L1_COMMIT_SENDER_ADDR,
168168
L1_FINALIZE_SENDER: config.accounts.L1_FINALIZE_SENDER_ADDR,
169-
L2_GAS_ORACLE_SENDER: config.accounts.L2_GAS_ORACLE_SENDER_ADDR,
169+
L1_GAS_ORACLE_SENDER: config.accounts.L1_GAS_ORACLE_SENDER_ADDR,
170170
}
171171

172172
const l2Addresses: Record<string, string> = {
173-
L1_GAS_ORACLE_SENDER: config.accounts.L1_GAS_ORACLE_SENDER_ADDR,
173+
L2_GAS_ORACLE_SENDER: config.accounts.L2_GAS_ORACLE_SENDER_ADDR,
174174
}
175175

176176
if (flags.account) {

0 commit comments

Comments
 (0)