Skip to content

Commit

Permalink
dummy private key for slither action
Browse files Browse the repository at this point in the history
  • Loading branch information
David405 committed Sep 4, 2023
1 parent 3048e72 commit f88cdfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ module.exports = {
goerli: {
url: `https://eth-goerli.g.alchemy.com/v2/MIaPbNNNaHPp9qf5cDCOEJPVxJ_GwLVY`,
accounts: [
process.env.TESTNET_PRIVATE_KEY || "123456",
process.env.TESTNET_PRIVATE_KEY || "ce823841483ccf5d4d6f35fc552fc6fb86a53473ff9fcae9f32b7ebb7a3af960",
],
},
fuji: {
url: `https://omniscient-restless-thunder.avalanche-testnet.discover.quiknode.pro/933a2d24cf1a762fd73a569be25bdec21cb60a9f/ext/bc/C/rpc`,
accounts: [
process.env.TESTNET_PRIVATE_KEY || "123456",
process.env.TESTNET_PRIVATE_KEY || "ce823841483ccf5d4d6f35fc552fc6fb86a53473ff9fcae9f32b7ebb7a3af960",
],
chainId: 43113,
},
mainnet: {
url: `https://red-neat-putty.avalanche-mainnet.quiknode.pro/d54c9d0935c483e2f8e70b7a756d882e45cd9e3f/ext/bc/C/rpc/`,
accounts: [
process.env.MAINNET_PRIVATE_KEY || "123456",
process.env.MAINNET_PRIVATE_KEY || "ce823841483ccf5d4d6f35fc552fc6fb86a53473ff9fcae9f32b7ebb7a3af960",
],
chainId: 43114
}
Expand Down

0 comments on commit f88cdfe

Please sign in to comment.