Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Sep 26, 2024
1 parent cf42d00 commit f64df33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/e2e/orbitChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ import {
import { getLocalNetworks } from '../../scripts/testSetup'
import { applyAlias } from '../contract/utils'
import { BigNumber, ContractTransaction, Wallet, ethers } from 'ethers'
import { l1Networks, l2Networks } from '@arbitrum/sdk/dist/lib/dataEntities/networks'
import {
l1Networks,
l2Networks,
} from '@arbitrum/sdk/dist/lib/dataEntities/networks'

const LOCALHOST_L2_RPC = 'http://127.0.0.1:8547'
const LOCALHOST_L3_RPC = 'http://127.0.0.1:3347'
Expand Down Expand Up @@ -843,7 +846,7 @@ describe('Orbit Chain', () => {
nativeToken: nativeTokenAddress,
deployFactoriesToL2,
maxFeePerGasForRetryables,
feeTokenPricer: ethers.constants.AddressZero
feeTokenPricer: ethers.constants.AddressZero,
}

/// deploy it
Expand Down

0 comments on commit f64df33

Please sign in to comment.