Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
1.0.0 rc2 Compatibility (#7)
Browse files Browse the repository at this point in the history
* Bump transaction version to 4
* U8a renamed to Raw
* Remove build artefacts
  • Loading branch information
jordy25519 authored Feb 17, 2020
1 parent a9c013b commit 95f8146
Show file tree
Hide file tree
Showing 22 changed files with 4,006 additions and 1,307 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add as dependency
// package.json
{
"dependencies": {
"@plugnet/plug-api-types": "https://github.com/plugblockchain/plug-api-types.git"
"@plugnet/plug-api-types": "git+https://github.com/plugblockchain/plug-api-types.git#1.0.0-rc2"
}
}
```
Expand All @@ -20,7 +20,7 @@ import {ApiPromise, WsProvider} from '@polkadot/api';
import PlugRuntimeTypes from '@plugnet/plug-api-types';

async function main() {
const provider = new WsProvider('ws//example.com:9944');
const provider = new WsProvider('ws://example.com:9944');
const api = await ApiPromise.create({
provider,
types: PlugRuntimeTypes,
Expand Down
10 changes: 0 additions & 10 deletions dist/Doughnut.d.ts

This file was deleted.

43 changes: 0 additions & 43 deletions dist/Doughnut.js

This file was deleted.

48 changes: 0 additions & 48 deletions dist/Extrinsic.d.ts

This file was deleted.

84 changes: 0 additions & 84 deletions dist/Extrinsic.js

This file was deleted.

67 changes: 0 additions & 67 deletions dist/ExtrinsicPayload.d.ts

This file was deleted.

107 changes: 0 additions & 107 deletions dist/ExtrinsicPayload.js

This file was deleted.

Loading

0 comments on commit 95f8146

Please sign in to comment.