Skip to content

Commit

Permalink
Merge pull request #2 from Hats-Protocol:deploy/v.0.2.0
Browse files Browse the repository at this point in the history
Deploy v.0.2.0
  • Loading branch information
spengrah authored May 15, 2024
2 parents 23604b0 + 017c5f5 commit fefaad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ wrap_comments = true

[rpc_endpoints]
arbitrum = "https://arbitrum-mainnet.infura.io/v3/${INFURA_KEY}"
celo = "${CELO_RPC}"
gnosis = "${GC_RPC}"
goerli = "https://goerli.infura.io/v3/${INFURA_KEY}"
local = "http://localhost:8545"
mainnet = "https://mainnet.infura.io/v3/${INFURA_KEY}"
optimism = "https://optimism-mainnet.infura.io/v3/${INFURA_KEY}"
Expand All @@ -62,7 +62,7 @@ sepolia = "https://sepolia.infura.io/v3/${INFURA_KEY}"

[etherscan]
arbitrum = { key = "${ARBISCAN_KEY}", url = "https://api.arbiscan.io/api" }
goerli = { key = "${ETHERSCAN_KEY}", url = "https://api-goerli.etherscan.io/api" }
celo = { key = "${CELOSCAN_KEY}", url = "https://api.celoscan.com/api" }
gnosis = { key = "${GNOSISSCAN_KEY}", url = "https://api.gnosisscan.io/api" }
mainnet = { key = "${ETHERSCAN_KEY}", url = "https://api.etherscan.io/api" }
optimism = { key = "${OPTIMISM_KEY}", url = "https://api-optimistic.etherscan.io/api" }
Expand Down
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract Deploy is Script {

// default values
bool internal _verbose = true;
string internal _version = "0.0.1"; // increment this with each new deployment
string internal _version = "0.2.0"; // increment this with each new deployment

/// @dev Override default values, if desired
function prepare(bool verbose, string memory version) public {
Expand Down

0 comments on commit fefaad4

Please sign in to comment.