forked from DMDcoin/diamond-contracts-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concept for the early epoch end upgrade
1 parent
bfbdb9f
commit f66aa81
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
scripts/upgrades/alpha2/2023_12_10_deploy_connectivity_checker.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
|
||
|
||
async function doUpgrade() { | ||
|
||
// deploy connectivity checker | ||
// deploy proxy for connectivity checker | ||
|
||
// initialize connectivity checker. | ||
|
||
// upgrade contracts | ||
// ------------ | ||
// - reward | ||
// - permission | ||
// - validator set | ||
// - staking | ||
|
||
} | ||
|
||
doUpgrade(); |