Skip to content

Commit

Permalink
Update testnet.ts
Browse files Browse the repository at this point in the history
Add 1 to BIP44 in Testnet
  • Loading branch information
NeuraiProject authored Feb 7, 2024
1 parent 16fcf84 commit 6745a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/neurai/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const testnet: TestNet = {
private: 0x04358394,
public: 0x043587cf,
},
bip44: 0,
bip44: 1,
// https://github.com/NeuraiProject/Neurai/blob/main/src/chainparams.cpp#L423
private: 0xef,
// https://github.com/NeuraiProject/Neurai/blob/main/src/chainparams.cpp#L359
Expand Down

0 comments on commit 6745a1d

Please sign in to comment.