Skip to content

Commit

Permalink
Remove sokol from truffle config
Browse files Browse the repository at this point in the history
  • Loading branch information
llunaCreixent committed Feb 14, 2023
1 parent ad41382 commit 1ff81d6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ module.exports = {
gas: 12487794,
gasPrice: 1000000000,
},
sokol: {
provider() {
return new HDWalletProvider(
process.env.MNEMONIC,
'https://sokol.poa.network',
);
},
network_id: 77,
gas: 12487759,
gasPrice: 1000000000,
},
chiado: {
provider() {
return new HDWalletProvider(
Expand Down

0 comments on commit 1ff81d6

Please sign in to comment.