mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-08 05:57:49 +03:00
Fix: network codes
This commit is contained in:
@@ -40,7 +40,7 @@ type AtomicSwapHistoryBaseQuery = {
|
||||
receiver?: string,
|
||||
used?: 0 | 1,
|
||||
page?: number,
|
||||
sourceNetworkCode?: 'ftm' | 'bsc' | 'eth' | 'polygon' | 'okc',
|
||||
sourceNetworkCode?: typeof networkCodes[number],
|
||||
}
|
||||
|
||||
type AtomicSwapHistorySourceQuery = AtomicSwapHistoryBaseQuery & {
|
||||
|
||||
Reference in New Issue
Block a user