Skip to content

Commit e97eb78

Browse files
chore: update org refs
1 parent e8100e9 commit e97eb78

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Hypereon Message Banner](https://github.com/HypereonLabs/message/raw/master/media/repo-banner.png)
1+
![Hypereon Message Banner](https://github.com/hypereon-dev/message/raw/master/media/repo-banner.png)
22

33
# Hypereon - Message
44

@@ -36,13 +36,13 @@ const signature = '<generated_signature_from_sign>';
3636
const isValid = verify({ address, message, signature });
3737
```
3838

39-
Message signing defaults to Bitcoin '\u0018Bitcoin Signed Message:\n'. See [@hypereon/chains](https://github.com/HypereonLabs/chains) for message prefix options provided by different blockchains.
39+
Message signing defaults to Bitcoin '\u0018Bitcoin Signed Message:\n'. See [@hypereon/chains](https://github.com/hypereon-dev/chains) for message prefix options provided by different blockchains.
4040

4141
```javascript
4242
import { sign, verify } from '@hypereon/message';
43-
import message from '@hypereon/message';
43+
import chains from '@hypereon/chains';
4444

45-
const { messagePrefix } = message.ltc.main;
45+
const { messagePrefix } = chains.ltc.main;
4646

4747
const signature = sign({
4848
privateKey: '...',
@@ -60,7 +60,7 @@ const isVerified = verify({
6060

6161
## Contributing
6262

63-
If you're interested in contributing, please read the [contributing docs](https://github.com/HypereonLabs/message/blob/master/CONTRIBUTING.md) before submitting a pull request.
63+
If you're interested in contributing, please read the [contributing docs](https://github.com/hypereon-dev/message/blob/master/CONTRIBUTING.md) before submitting a pull request.
6464

6565
## Authors
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"name": "@hypereon/message",
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/HypereonLabs/message.git"
37+
"url": "https://github.com/hypereon-dev/message.git"
3838
},
3939
"author": "Hypereon",
4040
"module": "dist/message.esm.js",

0 commit comments

Comments
 (0)