Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pollum-io/lyra-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomgabriel committed Nov 22, 2023
2 parents 0f2d305 + 3c60ddb commit 89e8246
Show file tree
Hide file tree
Showing 3 changed files with 16,083 additions and 16,083 deletions.
66 changes: 33 additions & 33 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@ const ALCHEMY_API_KEY = process.env.ALCHEMY_API_KEY

/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
vyper: {
compilers: [{ version: "0.3.7" }, { version: "0.2.4" }, { version: "0.2.15" }],
},
solidity: {
version: "0.8.18",
settings: {
optimizer: {
enabled: true,
runs: 1000,
},
},
},
networks: {
hardhat: {
chainId: 1337,
},
goerli: {
url: "https://eth-goerli.g.alchemy.com/v2/" + ALCHEMY_API_KEY,
chainId: 5,
accounts: [DEPLOYER_KEY],
confirmations: 2,
}
},
etherscan: {
apiKey: {
goerli: ETHERSCAN_API_KEY,
},
},
namedAccounts: {
deployer: {
default: 0,
},
},
vyper: {
compilers: [{ version: "0.3.7" }, { version: "0.2.4" }, { version: "0.2.15" }],
},
solidity: {
version: "0.8.18",
settings: {
optimizer: {
enabled: true,
runs: 1000,
},
},
},
networks: {
hardhat: {
chainId: 1337,
},
goerli: {
url: "https://eth-goerli.g.alchemy.com/v2/" + ALCHEMY_API_KEY,
chainId: 5,
accounts: [DEPLOYER_KEY],
confirmations: 2,
},
},
etherscan: {
apiKey: {
goerli: ETHERSCAN_API_KEY,
},
},
namedAccounts: {
deployer: {
default: 0,
},
},
}
Loading

0 comments on commit 89e8246

Please sign in to comment.