Skip to content

Commit

Permalink
feat(etherscan_verify): Added automatic verify
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Nov 2, 2024
1 parent 3415dd8 commit d2398e7
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 491 deletions.
4 changes: 2 additions & 2 deletions deployments/holesky/pragma.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Hyperlane": "0x8bA20dB35218bEF1c33Ae6bd129a07f157c71B2D",
"Pragma": "0x50fEbf423F5Fc61C2512bb5F9c6B1878d37C50DF"
"Hyperlane": "0x330ec0B08B74a4F34Fd76B0917A55169885624Be",
"Pragma": "0xcD025F607AdB9542B77C69A29B7b9Aa32Bf06811"
}
4 changes: 4 additions & 0 deletions deployments/sepolia/pragma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Hyperlane": "0x858FA2FacF63A3e529cAb4F5a02ceaFb590db2c1",
"Pragma": "0x78EA64467F0C4DB1b08b6A2E880f92135Deb4126"
}
2 changes: 2 additions & 0 deletions typescript/pragma-deployer/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ETH_PRIVATE_KEY=

STARKNET_ACCOUNT_ADDRESS=
STARKNET_PRIVATE_KEY=

ETHERSCAN_API_KEY=
Loading

0 comments on commit d2398e7

Please sign in to comment.