Skip to content

Commit

Permalink
resolved conflict in hardhat.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
web3js-org committed Sep 29, 2023
1 parent 1afd963 commit 0d4dc24
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PERC20_interaction/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ module.exports = {
solidity: "0.8.18",
networks: {
swisstronik: {
<<<<<<< HEAD
// If you're using local testnet, replace `url` with local json-rpc address
=======
// If you're using local testnet, replace `url` with local json-rpc address
>>>>>>> 16f446d9da9d7c449eb73ae6d44d3930df14f4a0
url: "https://json-rpc.testnet.swisstronik.com/",
accounts: [`0x` + `${process.env.PRIVATE_KEY}`],
},
Expand Down

0 comments on commit 0d4dc24

Please sign in to comment.