Skip to content

Commit

Permalink
feat: add contract setting scripts + fix upgradeability
Browse files Browse the repository at this point in the history
Co-authored-by: Prosperity <[email protected]>
  • Loading branch information
chibie and OnahProsperity committed May 18, 2024
1 parent 20fc5d6 commit 2633b1c
Show file tree
Hide file tree
Showing 54 changed files with 91,069 additions and 77 deletions.
13 changes: 10 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
DEPLOYER_PRIVATE_KEY=
TREASURY_ADDRESS=
AGGREGATOR_ADDRESS=

ETHERSCAN_API_KEY=
POLYGONSCAN_API_KEY=
BSCSCAN_API_KEY=
BASESCAN_API_KEY=
ARBISCAN_API_KEY=
BSCSCAN_API_KEY=

SHIELD3_API_KEY=

TREASURY_ADDRESS=
AGGREGATOR_ADDRESS=

TREASURY_ADDRESS_TRON=
AGGREGATOR_ADDRESS_TRON=
DEPLOYER_PRIVATE_KEY_TRON=
TRON_PRO_API_KEY=
Loading

0 comments on commit 2633b1c

Please sign in to comment.