diff --git a/scripts/upgrades/alpha2/2023_12_10_deploy_connectivity_checker.ts b/scripts/upgrades/alpha2/2023_12_10_deploy_connectivity_checker.ts new file mode 100644 index 0000000..955eba5 --- /dev/null +++ b/scripts/upgrades/alpha2/2023_12_10_deploy_connectivity_checker.ts @@ -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(); \ No newline at end of file