Skip to content

Commit

Permalink
deployed address
Browse files Browse the repository at this point in the history
  • Loading branch information
fala13 committed Jun 1, 2024
1 parent d102e41 commit ea0ebb0
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 24 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"node": ">=18.17.0"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.73.0",
"framer-motion": "^11.2.10",
"react-icons": "^5.2.1",
"sass": "^1.77.4"
Expand Down
3 changes: 2 additions & 1 deletion packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const providerApiKey = process.env.ALCHEMY_API_KEY || "oKxs-03sij-U_N0iOlrSsZFr2
const deployerPrivateKey =
process.env.DEPLOYER_PRIVATE_KEY ?? "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80";
// If not set, it uses ours Etherscan default API key.
const etherscanApiKey = process.env.ETHERSCAN_API_KEY || "DNXJA8RX2Q3VZ4URQIWP7Z68CJXQZSC6AW";
// const etherscanApiKey = process.env.ETHERSCAN_API_KEY || "DNXJA8RX2Q3VZ4URQIWP7Z68CJXQZSC6AW";
const etherscanApiKey = process.env.ETHERSCAN_API_KEY || "XCSJK4YG6SCWW48HYPZ22N349DDGMP89MA";

const config: HardhatUserConfig = {
solidity: {
Expand Down
Loading

0 comments on commit ea0ebb0

Please sign in to comment.