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
3268bb38
Unverified
Commit
3268bb38
authored
Nov 08, 2021
by
Maurelian
Committed by
Kelvin Fichter
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(contracts): Remove address-names from exports
parent
280f348c
Changes
18
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
17 additions
and
19 deletions
+17
-19
000-hardhat-setup.ts
packages/contracts/deploy/000-hardhat-setup.ts
+1
-1
001-Lib_AddressManager.deploy.ts
packages/contracts/deploy/001-Lib_AddressManager.deploy.ts
+1
-1
002-OVM_ChainStorageContainer_ctc_batches.deploy.ts
...eploy/002-OVM_ChainStorageContainer_ctc_batches.deploy.ts
+1
-1
003-OVM_ChainStorageContainer_scc_batches.deploy.ts
...eploy/003-OVM_ChainStorageContainer_scc_batches.deploy.ts
+1
-1
004-OVM_CanonicalTransactionChain.deploy.ts
...tracts/deploy/004-OVM_CanonicalTransactionChain.deploy.ts
+1
-1
005-OVM_StateCommitmentChain.deploy.ts
...s/contracts/deploy/005-OVM_StateCommitmentChain.deploy.ts
+1
-1
006-OVM_BondManager.deploy.ts
packages/contracts/deploy/006-OVM_BondManager.deploy.ts
+1
-1
007-OVM_L1CrossDomainMessenger.deploy.ts
...contracts/deploy/007-OVM_L1CrossDomainMessenger.deploy.ts
+1
-1
008-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
...ts/deploy/008-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
+1
-1
009-Proxy__OVM_L1StandardBridge.deploy.ts
...ontracts/deploy/009-Proxy__OVM_L1StandardBridge.deploy.ts
+1
-1
010-AddressDictator.deploy.ts
packages/contracts/deploy/010-AddressDictator.deploy.ts
+1
-1
011-set-addresses.ts
packages/contracts/deploy/011-set-addresses.ts
+1
-2
012-initialize-Proxy__L1CrossDomainMessenger.ts
...ts/deploy/012-initialize-Proxy__L1CrossDomainMessenger.ts
+1
-1
013-ChugSplashDictator.deploy.ts
packages/contracts/deploy/013-ChugSplashDictator.deploy.ts
+1
-1
014-OVM_L1StandardBridge.deploy.ts
packages/contracts/deploy/014-OVM_L1StandardBridge.deploy.ts
+1
-1
016-fund-accounts.ts
packages/contracts/deploy/016-fund-accounts.ts
+1
-1
index.ts
packages/contracts/src/index.ts
+0
-1
CanonicalTransactionChain.spec.ts
...est/contracts/L1/rollup/CanonicalTransactionChain.spec.ts
+1
-1
No files found.
packages/contracts/deploy/000-hardhat-setup.ts
View file @
3268bb38
...
...
@@ -7,7 +7,7 @@ import {
sendImpersonatedTx
,
BIG_BALANCE
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
import
{
awaitCondition
}
from
'
@eth-optimism/core-utils
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
...
...
packages/contracts/deploy/001-Lib_AddressManager.deploy.ts
View file @
3268bb38
/* Imports: Internal */
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
/* Imports: External */
import
{
DeployFunction
}
from
'
hardhat-deploy/dist/types
'
...
...
packages/contracts/deploy/002-OVM_ChainStorageContainer_ctc_batches.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/003-OVM_ChainStorageContainer_scc_batches.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/004-OVM_CanonicalTransactionChain.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/005-OVM_StateCommitmentChain.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/006-OVM_BondManager.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/007-OVM_L1CrossDomainMessenger.deploy.ts
View file @
3268bb38
...
...
@@ -7,7 +7,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/008-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
View file @
3268bb38
...
...
@@ -6,7 +6,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/009-Proxy__OVM_L1StandardBridge.deploy.ts
View file @
3268bb38
...
...
@@ -3,7 +3,7 @@ import { DeployFunction } from 'hardhat-deploy/dist/types'
/* Imports: Internal */
import
{
deployAndVerifyAndThen
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
{
deployer
}
=
await
hre
.
getNamedAccounts
()
...
...
packages/contracts/deploy/010-AddressDictator.deploy.ts
View file @
3268bb38
...
...
@@ -7,7 +7,7 @@ import {
deployAndVerifyAndThen
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
import
{
predeploys
}
from
'
../src/predeploys
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
...
...
packages/contracts/deploy/011-set-addresses.ts
View file @
3268bb38
...
...
@@ -6,9 +6,8 @@ import { DeployFunction } from 'hardhat-deploy/dist/types'
import
{
getContractFromArtifact
,
isHardhatNode
,
getContractFromArtifact
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
{
deployer
}
=
await
hre
.
getNamedAccounts
()
...
...
packages/contracts/deploy/012-initialize-Proxy__L1CrossDomainMessenger.ts
View file @
3268bb38
...
...
@@ -4,7 +4,7 @@ import { hexStringEquals, awaitCondition } from '@eth-optimism/core-utils'
/* Imports: Internal */
import
{
getContractFromArtifact
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
{
deployer
}
=
await
hre
.
getNamedAccounts
()
...
...
packages/contracts/deploy/013-ChugSplashDictator.deploy.ts
View file @
3268bb38
...
...
@@ -9,7 +9,7 @@ import {
getContractFromArtifact
,
deployAndVerifyAndThen
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Proxy__OVM_L1StandardBridge
=
await
getContractFromArtifact
(
...
...
packages/contracts/deploy/014-OVM_L1StandardBridge.deploy.ts
View file @
3268bb38
...
...
@@ -10,7 +10,7 @@ import {
deployAndVerifyAndThen
,
isHardhatNode
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
{
deployer
}
=
await
hre
.
getNamedAccounts
()
...
...
packages/contracts/deploy/016-fund-accounts.ts
View file @
3268bb38
...
...
@@ -9,7 +9,7 @@ import {
getContractFromArtifact
,
isHardhatNode
,
}
from
'
../src/hardhat-deploy-ethers
'
import
{
names
}
from
'
../src
'
import
{
names
}
from
'
../src
/address-names
'
// This is a TEMPORARY way to fund the default hardhat accounts on L2. The better way to do this is
// to make a modification to hardhat-ovm. However, I don't have the time right now to figure the
...
...
packages/contracts/src/index.ts
View file @
3268bb38
export
*
from
'
./contract-defs
'
export
*
from
'
./predeploys
'
export
*
from
'
./connect-contracts
'
export
*
from
'
./address-names
'
packages/contracts/test/contracts/L1/rollup/CanonicalTransactionChain.spec.ts
View file @
3268bb38
...
...
@@ -23,7 +23,7 @@ import {
getEthTime
,
getNextBlockNumber
,
}
from
'
../../../helpers
'
import
{
names
}
from
'
../../../../src
'
import
{
names
}
from
'
../../../../src
/address-names
'
const
ELEMENT_TEST_SIZES
=
[
1
,
2
,
4
,
8
,
16
]
const
MAX_GAS_LIMIT
=
8
_000_000
...
...
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