Skip to content

Commit

Permalink
Merge pull request #2 from NeuraiProject/master
Browse files Browse the repository at this point in the history
[Neurai] PUBKEY_ADDRESS updated in Testnet
  • Loading branch information
michaelmcshinsky authored May 4, 2024
2 parents b727df0 + 6745a1d commit aa68b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains/neurai/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ 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
public: 0xeb,
public: 0x7f,
// https://github.com/NeuraiProject/Neurai/blob/main/src/chainparams.cpp#L422
scripthash: 0xc4,
},
Expand Down

0 comments on commit aa68b53

Please sign in to comment.