Skip to content

Commit

Permalink
bugfix: fixed derivationpath in truffle config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Feb 20, 2024
1 parent c02702c commit 770eea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
provider: () => new HDWalletProvider({
mnemonic,
providerOrUrl: `https://public-node.testnet.rsk.co`,
derivationPath: "m/44'/60'/0'/0/",
derivationPath: "m/44'/37310'/0'/0/",
pollingInterval: 30000,
}),
network_id: 31,
Expand All @@ -51,7 +51,7 @@ module.exports = {
provider: () => new HDWalletProvider({
mnemonic,
providerOrUrl: `https://public-node.rsk.co`,
derivationPath: "m/44'/60'/0'/0/",
derivationPath: "m/44'/137'/0'/0/",
pollingInterval: 30000,
}),
network_id: 30,
Expand Down

0 comments on commit 770eea7

Please sign in to comment.