Added sourceNetworkCode to query

This commit is contained in:
Aleksandr Kraiz
2022-06-10 12:46:42 +04:00
parent 0248a12f90
commit 485bed578c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.12.5",
"version": "0.12.6",
"description": "Orion Protocol SDK",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",

View File

@@ -35,6 +35,7 @@ type AtomicSwapHistoryBaseQuery = {
receiver?: string,
used?: 0 | 1,
page?: number,
sourceNetworkCode?: string,
}
type AtomicSwapHistorySourceQuery = AtomicSwapHistoryBaseQuery & {