Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Sep 20, 2024
1 parent 4e5adf0 commit 93eaa35
Show file tree
Hide file tree
Showing 13 changed files with 1,079 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/validator/contract_v2/migrate/test/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PRIVATE_KEY=0x0000
RPC_URL=https://devnetstats.apothem.network/devnet
7 changes: 7 additions & 0 deletions contracts/validator/contract_v2/migrate/test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.env
cache/
artifacts/
node_modules/
.vscode/
abigen
yarn.lock
7 changes: 7 additions & 0 deletions contracts/validator/contract_v2/migrate/test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set RPC_URL and PRIVETE_KEY in .env

run node scripts/propose.js
run node scripts/resign.js
run node scripts/vote.js
run node scripts/unvote.js

Loading

0 comments on commit 93eaa35

Please sign in to comment.