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
a54158c2
Unverified
Commit
a54158c2
authored
Oct 20, 2021
by
Maurelian
Committed by
Kelvin Fichter
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(contracts): change deploy script numbering
parent
1e6d318b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
2 additions
and
0 deletions
+2
-0
002-OVM_ChainStorageContainer_scc_batches.deploy.ts
...eploy/002-OVM_ChainStorageContainer_scc_batches.deploy.ts
+0
-0
003-OVM_CanonicalTransactionChain.deploy.ts
...tracts/deploy/003-OVM_CanonicalTransactionChain.deploy.ts
+0
-0
004-OVM_StateCommitmentChain.deploy.ts
...s/contracts/deploy/004-OVM_StateCommitmentChain.deploy.ts
+0
-0
005-OVM_BondManager.deploy.ts
packages/contracts/deploy/005-OVM_BondManager.deploy.ts
+0
-0
006-OVM_L1CrossDomainMessenger.deploy.ts
...contracts/deploy/006-OVM_L1CrossDomainMessenger.deploy.ts
+1
-0
007-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
...ts/deploy/007-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
+1
-0
008-Proxy__OVM_L1StandardBridge.deploy.ts
...ontracts/deploy/008-Proxy__OVM_L1StandardBridge.deploy.ts
+0
-0
009-OVM_L1StandardBridge.deploy.ts
packages/contracts/deploy/009-OVM_L1StandardBridge.deploy.ts
+0
-0
010-set-addresses.ts
packages/contracts/deploy/010-set-addresses.ts
+0
-0
No files found.
packages/contracts/deploy/00
3
-OVM_ChainStorageContainer_scc_batches.deploy.ts
→
packages/contracts/deploy/00
2
-OVM_ChainStorageContainer_scc_batches.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/00
4
-OVM_CanonicalTransactionChain.deploy.ts
→
packages/contracts/deploy/00
3
-OVM_CanonicalTransactionChain.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/00
5
-OVM_StateCommitmentChain.deploy.ts
→
packages/contracts/deploy/00
4
-OVM_StateCommitmentChain.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/00
6
-OVM_BondManager.deploy.ts
→
packages/contracts/deploy/00
5
-OVM_BondManager.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/00
7
-OVM_L1CrossDomainMessenger.deploy.ts
→
packages/contracts/deploy/00
6
-OVM_L1CrossDomainMessenger.deploy.ts
View file @
a54158c2
...
...
@@ -9,6 +9,7 @@ import {
waitUntilTrue
,
}
from
'
../src/hardhat-deploy-ethers
'
// todo: this implementation needs to also have a chugsplash proxy in front of it.
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getDeployedContract
(
hre
,
...
...
packages/contracts/deploy/00
8
-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
→
packages/contracts/deploy/00
7
-Proxy__OVM_L1CrossDomainMessenger.deploy.ts
View file @
a54158c2
...
...
@@ -9,6 +9,7 @@ import {
waitUntilTrue
,
}
from
'
../src/hardhat-deploy-ethers
'
// We need to skip this step, because we're keeping the existing proxy.
const
deployFn
:
DeployFunction
=
async
(
hre
)
=>
{
const
Lib_AddressManager
=
await
getDeployedContract
(
hre
,
...
...
packages/contracts/deploy/00
9
-Proxy__OVM_L1StandardBridge.deploy.ts
→
packages/contracts/deploy/00
8
-Proxy__OVM_L1StandardBridge.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/0
10
-OVM_L1StandardBridge.deploy.ts
→
packages/contracts/deploy/0
09
-OVM_L1StandardBridge.deploy.ts
View file @
a54158c2
File moved
packages/contracts/deploy/01
1
-set-addresses.ts
→
packages/contracts/deploy/01
0
-set-addresses.ts
View file @
a54158c2
File moved
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