Skip to content

Commit

Permalink
Merge pull request #28 from Zondax/dev
Browse files Browse the repository at this point in the history
New Release
  • Loading branch information
emmanuelm41 authored May 8, 2024
2 parents 9ed6ec8 + d9353bb commit 92593d3
Show file tree
Hide file tree
Showing 16 changed files with 411 additions and 606 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
22 changes: 22 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
chains:
- id: 'dot'
name: 'Polkadot'
url: "wss://rpc.polkadot.io"
- id: 'dot-hub'
name: 'Polkadot Hub'
url: "wss://polkadot-asset-hub-rpc.polkadot.io"
- id: 'ksm'
name: 'Kusama'
url: "wss://kusama-rpc.polkadot.io"
- id: 'ksm-hub'
name: 'Kusama Hub'
url: "wss://kusama-asset-hub-rpc.polkadot.io"
- id: 'nodl'
name: 'Nodle'
url: "wss://nodle-parachain.api.onfinality.io/public-ws"
- id: 'bnc'
name: 'Bifrost'
url: "wss://bifrost-polkadot.api.onfinality.io/public-ws"
- id: 'astr'
name: 'Astar'
url: "wss://astar.api.onfinality.io/public-ws"
8 changes: 6 additions & 2 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,16 @@ components:
description: Tx shortened metadata on hex format
TxPayload:
required:
- txBlob
- callData
- signedExtensions
- chainConfig
properties:
txBlob:
callData:
type: string
description: Transaction payload to be signed, in serialized format
signedExtensions:
type: string
description: Signed extensions as complementary data required to the signing process, in serialized format
chain:
type: object
properties:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
"docker:run": "docker run -it ledger-polkadot-generic-api"
},
"dependencies": {
"@noble/hashes": "1.3.3",
"@noble/hashes": "1.4.0",
"@polkadot/api": "10.11.2",
"@scure/base": "1.1.6",
"body-parser": "^1.20.2",
"express": "^4.19.2",
"scale-ts": "1.6.0"
"scale-ts": "1.6.0",
"yaml": "^2.4.1"
},
"devDependencies": {
"@polkadot/types": "^10.11.2",
Expand Down
Loading

0 comments on commit 92593d3

Please sign in to comment.