Skip to content

Commit

Permalink
deploy: e3f5688
Browse files Browse the repository at this point in the history
  • Loading branch information
kirushik committed Mar 18, 2024
1 parent 2f6bc68 commit 1553ded
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions kalatori.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ paths:
required: false
schema:
type: string
format: url
format: uri

responses:

Expand Down Expand Up @@ -222,11 +222,13 @@ paths:
chain_name: "assethub-polkadot"
kind: "asset"
asset_id: 1984
decimals: 6
rpc_url: "wss://assethub-polkadot-rpc.polkadot.io"
- currency: "USDC"
chain_name: "assethub-polkadot"
kind: "asset"
asset_id: 1337
decimals: 6
rpc_url: "wss://assethub-polkadot-rpc.polkadot.io"

/v2/health:
Expand Down Expand Up @@ -320,7 +322,7 @@ components:
$ref: '#/components/schemas/CurrencyInfo'
callback:
type: string
format: url
format: uri
description: |-
URL to be called when the order status will change
recipient:
Expand Down Expand Up @@ -361,7 +363,7 @@ components:
properties:
rpc_url:
type: string
format: url
format: uri
chain_name:
type: string
description: |-
Expand Down Expand Up @@ -413,7 +415,7 @@ components:
Polkadot has 10, Kusama has 12; 20 is an arbitrarily-chosen upper bound which is not expected to be exceeded in the real world.
rpc_url:
type: string
format: url
format: uri
description: |-
URL of the RPC endpoint to be used to query the balance of the currency, expected to be a WSS-enabled.
Passed to the client-side JavaScript for frontend chain interactions (most importantly — for checking the balances and submitting the transactions).
Expand Down

0 comments on commit 1553ded

Please sign in to comment.