Skip to content

Commit f7229f8

Browse files
committed
feat: implement gasp sdk
BREAKING CHANGE: This version is not compatible with any older ones
1 parent 36affe4 commit f7229f8

File tree

154 files changed

+12214
-5452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+12214
-5452
lines changed

README.md

Lines changed: 197 additions & 439 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@
3434
"vite": "~4.3.9",
3535
"vitest": "~0.32.0"
3636
},
37+
"resolutions": {
38+
"@polkadot/api": "11.1.1",
39+
"@polkadot/types": "11.1.1",
40+
"@polkadot/types-codec": "11.1.1"
41+
},
3742
"workspaces": [
3843
"packages/*"
39-
]
44+
],
45+
"dependencies": {
46+
"ethers": "^6.13.5"
47+
}
4048
}

0 commit comments

Comments
 (0)