Crowloan contribute
Showing
- examples/polkadot.ts 5 additions, 2 deletionsexamples/polkadot.ts
- package.json 2 additions, 2 deletionspackage.json
- src/methods/crowdloan/contribute.ts 32 additions, 0 deletionssrc/methods/crowdloan/contribute.ts
- src/methods/crowdloan/index.ts 2 additions, 0 deletionssrc/methods/crowdloan/index.ts
- src/methods/crowdloan/types.ts 5 additions, 0 deletionssrc/methods/crowdloan/types.ts
- src/methods/index.ts 2 additions, 0 deletionssrc/methods/index.ts
- src/util/testUtil.ts 9 additions, 0 deletionssrc/util/testUtil.ts
- yarn.lock 137 additions, 137 deletionsyarn.lock
... | ... | @@ -23,7 +23,7 @@ |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@polkadot/api": "4.0.3", | ||
"@polkadot/api": "4.1.1", | ||
"memoizee": "^0.4.14" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -31,7 +31,7 @@ |
"@types/memoizee": "^0.4.3", | ||
"standard-version": "^9.1.1", | ||
"ts-node": "^9.0.0", | ||
"typedoc": "^0.20.28", | ||
"typedoc": "^0.20.32", | ||
"typedoc-plugin-markdown": "^3.6.0" | ||
}, | ||
"resolutions": { | ||
... | ... |
src/methods/crowdloan/contribute.ts
0 → 100644
src/methods/crowdloan/index.ts
0 → 100644
src/methods/crowdloan/types.ts
0 → 100644
This diff is collapsed.
Please register or sign in to comment