Skip to content

Commit

Permalink
Add methods including registerPILTerms and getToken (#263) (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: Bonnie57 <[email protected]>
  • Loading branch information
allenchuang and bonnie57 authored Sep 27, 2024
1 parent 7a2f298 commit 6f0d6ee
Show file tree
Hide file tree
Showing 21 changed files with 1,113 additions and 103 deletions.
2 changes: 2 additions & 0 deletions packages/core-sdk/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
TEST_WALLET_ADDRESS = 0x0000000000000000000000000000000000000000
WALLET_PRIVATE_KEY = 0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.0.0-rc.22",
"version": "1.0.0-rc.23",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down
Loading

0 comments on commit 6f0d6ee

Please sign in to comment.