Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
f5691302
Unverified
Commit
f5691302
authored
Feb 01, 2022
by
smartcontracts
Committed by
GitHub
Feb 01, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2112 from RishiKumarRay/Remove-unused-variable
Depreciated unused variable from Integration tests
parents
40ffd24d
1e27b346
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
native-eth.spec.ts
integration-tests/test/native-eth.spec.ts
+0
-5
utils.ts
integration-tests/test/shared/utils.ts
+0
-2
No files found.
integration-tests/test/native-eth.spec.ts
View file @
f5691302
...
...
@@ -11,7 +11,6 @@ import {
DEFAULT_TEST_GAS_L1
,
DEFAULT_TEST_GAS_L2
,
envConfig
,
PROXY_SEQUENCER_ENTRYPOINT_ADDRESS
,
withdrawalTest
,
}
from
'
./shared/utils
'
import
{
OptimismEnv
}
from
'
./shared/env
'
...
...
@@ -31,9 +30,6 @@ describe('Native ETH Integration Tests', async () => {
const
l1BobBalance
=
await
l1Bob
.
getBalance
()
const
l2BobBalance
=
await
l2Bob
.
getBalance
()
const
sequencerBalance
=
await
_env
.
ovmEth
.
balanceOf
(
PROXY_SEQUENCER_ENTRYPOINT_ADDRESS
)
const
l1BridgeBalance
=
await
_env
.
l1Wallet
.
provider
.
getBalance
(
_env
.
l1Bridge
.
address
)
...
...
@@ -44,7 +40,6 @@ describe('Native ETH Integration Tests', async () => {
l1BobBalance
,
l2BobBalance
,
l1BridgeBalance
,
sequencerBalance
,
}
}
...
...
integration-tests/test/shared/utils.ts
View file @
f5691302
...
...
@@ -145,8 +145,6 @@ export const gasPriceOracleWallet = new Wallet(
)
// Predeploys
export
const
PROXY_SEQUENCER_ENTRYPOINT_ADDRESS
=
'
0x4200000000000000000000000000000000000004
'
export
const
OVM_ETH_ADDRESS
=
predeploys
.
OVM_ETH
export
const
L2_CHAINID
=
procEnv
.
L2_CHAINID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment