-
Notifications
You must be signed in to change notification settings - Fork 14
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
create walrus sdk #6
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
388b8bb
to
539168a
Compare
}) { | ||
const argumentsTypes = [ | ||
'0000000000000000000000000000000000000000000000000000000000000000::wal_exchange::Exchange', | ||
'0000000000000000000000000000000000000000000000000000000000000000::wal_exchange::AdminCap', |
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.
Forgot about this part... I need to update things so that the package address uses the provided address passed into init
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 - really cool to see the code generator in action
packages/walrus/tsconfig.json
Outdated
"isolatedModules": true, | ||
"rootDir": "src" | ||
} | ||
// "references": [{ "path": "../wallet-standard" }, { "path": "../typescript" }] |
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.
nit: can we remove this
Description
Describe the changes or additions included in this PR.
Test plan
How did you test the new or updated feature?