-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README update #9
base: main
Are you sure you want to change the base?
Conversation
rbndg
commented
Nov 14, 2024
- Added docs for events and fundedTokenAddress event
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
package.json
Outdated
@@ -15,8 +15,8 @@ | |||
"license": "APACHE-2.0", | |||
"dependencies": { | |||
"@ethereumjs/wallet": "^2.0.3", | |||
"lib-wallet": "github:tetherto/lib-wallet#v0.0.1", | |||
"wallet-seed-bip39": "github:tetherto/lib-wallet-seed-bip39#v0.0.1", | |||
"lib-wallet": "github:rbndg/lib-wallet-main", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json
@@ -15,8 +15,8 @@ | |||
"license": "APACHE-2.0", | |||
"dependencies": { | |||
"@ethereumjs/wallet": "^2.0.3", | |||
"lib-wallet": "github:tetherto/lib-wallet#v0.0.1", | |||
"wallet-seed-bip39": "github:tetherto/lib-wallet-seed-bip39#v0.0.1", | |||
"lib-wallet": "github:rbndg/lib-wallet-main#export-wallet", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we do that w/o pointing it to your repo?