@chainflip/rpc 2.1.0-beta.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { AssetAndChain, rpcResponse } from "./parsers.js";
1
+ import { AssetAndChain, rpcResponse } from "./parsers.cjs";
2
2
  import { PriceAsset } from "@chainflip/utils/chainflip";
3
3
  import { HexString } from "@chainflip/utils/types";
4
4
  import { z } from "zod";
@@ -2206,15 +2206,6 @@ declare const rpcResult: {
2206
2206
  }, {
2207
2207
  chain: "Bitcoin";
2208
2208
  asset: "BTC";
2209
- }>, z.ZodObject<{
2210
- chain: z.ZodLiteral<"Polkadot">;
2211
- asset: z.ZodLiteral<"DOT">;
2212
- }, "strip", z.ZodTypeAny, {
2213
- chain: "Polkadot";
2214
- asset: "DOT";
2215
- }, {
2216
- chain: "Polkadot";
2217
- asset: "DOT";
2218
2209
  }>, z.ZodObject<{
2219
2210
  chain: z.ZodLiteral<"Ethereum">;
2220
2211
  asset: z.ZodLiteral<"FLIP">;
@@ -2360,15 +2351,6 @@ declare const rpcResult: {
2360
2351
  }, {
2361
2352
  chain: "Bitcoin";
2362
2353
  asset: "BTC";
2363
- }>, z.ZodObject<{
2364
- chain: z.ZodLiteral<"Polkadot">;
2365
- asset: z.ZodLiteral<"DOT">;
2366
- }, "strip", z.ZodTypeAny, {
2367
- chain: "Polkadot";
2368
- asset: "DOT";
2369
- }, {
2370
- chain: "Polkadot";
2371
- asset: "DOT";
2372
2354
  }>, z.ZodObject<{
2373
2355
  chain: z.ZodLiteral<"Ethereum">;
2374
2356
  asset: z.ZodLiteral<"FLIP">;
@@ -2845,9 +2827,6 @@ declare const rpcResult: {
2845
2827
  lending_positions?: (({
2846
2828
  chain: "Bitcoin";
2847
2829
  asset: "BTC";
2848
- } | {
2849
- chain: "Polkadot";
2850
- asset: "DOT";
2851
2830
  } | {
2852
2831
  chain: "Ethereum";
2853
2832
  asset: "FLIP";
@@ -2897,9 +2876,6 @@ declare const rpcResult: {
2897
2876
  collateral_balances?: (({
2898
2877
  chain: "Bitcoin";
2899
2878
  asset: "BTC";
2900
- } | {
2901
- chain: "Polkadot";
2902
- asset: "DOT";
2903
2879
  } | {
2904
2880
  chain: "Ethereum";
2905
2881
  asset: "FLIP";
@@ -3142,9 +3118,6 @@ declare const rpcResult: {
3142
3118
  lending_positions?: (({
3143
3119
  chain: "Bitcoin";
3144
3120
  asset: "BTC";
3145
- } | {
3146
- chain: "Polkadot";
3147
- asset: "DOT";
3148
3121
  } | {
3149
3122
  chain: "Ethereum";
3150
3123
  asset: "FLIP";
@@ -3194,9 +3167,6 @@ declare const rpcResult: {
3194
3167
  collateral_balances?: (({
3195
3168
  chain: "Bitcoin";
3196
3169
  asset: "BTC";
3197
- } | {
3198
- chain: "Polkadot";
3199
- asset: "DOT";
3200
3170
  } | {
3201
3171
  chain: "Ethereum";
3202
3172
  asset: "FLIP";
@@ -3821,9 +3791,6 @@ declare const rpcResult: {
3821
3791
  lending_positions?: (({
3822
3792
  chain: "Bitcoin";
3823
3793
  asset: "BTC";
3824
- } | {
3825
- chain: "Polkadot";
3826
- asset: "DOT";
3827
3794
  } | {
3828
3795
  chain: "Ethereum";
3829
3796
  asset: "FLIP";
@@ -3873,9 +3840,6 @@ declare const rpcResult: {
3873
3840
  collateral_balances?: (({
3874
3841
  chain: "Bitcoin";
3875
3842
  asset: "BTC";
3876
- } | {
3877
- chain: "Polkadot";
3878
- asset: "DOT";
3879
3843
  } | {
3880
3844
  chain: "Ethereum";
3881
3845
  asset: "FLIP";
@@ -4404,9 +4368,6 @@ declare const rpcResult: {
4404
4368
  lending_positions?: (({
4405
4369
  chain: "Bitcoin";
4406
4370
  asset: "BTC";
4407
- } | {
4408
- chain: "Polkadot";
4409
- asset: "DOT";
4410
4371
  } | {
4411
4372
  chain: "Ethereum";
4412
4373
  asset: "FLIP";
@@ -4456,9 +4417,6 @@ declare const rpcResult: {
4456
4417
  collateral_balances?: (({
4457
4418
  chain: "Bitcoin";
4458
4419
  asset: "BTC";
4459
- } | {
4460
- chain: "Polkadot";
4461
- asset: "DOT";
4462
4420
  } | {
4463
4421
  chain: "Ethereum";
4464
4422
  asset: "FLIP";
@@ -4691,15 +4649,6 @@ declare const rpcResult: {
4691
4649
  }, {
4692
4650
  chain: "Bitcoin";
4693
4651
  asset: "BTC";
4694
- }>, z.ZodObject<{
4695
- chain: z.ZodLiteral<"Polkadot">;
4696
- asset: z.ZodLiteral<"DOT">;
4697
- }, "strip", z.ZodTypeAny, {
4698
- chain: "Polkadot";
4699
- asset: "DOT";
4700
- }, {
4701
- chain: "Polkadot";
4702
- asset: "DOT";
4703
4652
  }>, z.ZodObject<{
4704
4653
  chain: z.ZodLiteral<"Ethereum">;
4705
4654
  asset: z.ZodLiteral<"FLIP">;
@@ -15422,15 +15371,6 @@ declare const rpcResult: {
15422
15371
  }, {
15423
15372
  chain: "Bitcoin";
15424
15373
  asset: "BTC";
15425
- }>, z.ZodObject<{
15426
- chain: z.ZodLiteral<"Polkadot">;
15427
- asset: z.ZodLiteral<"DOT">;
15428
- }, "strip", z.ZodTypeAny, {
15429
- chain: "Polkadot";
15430
- asset: "DOT";
15431
- }, {
15432
- chain: "Polkadot";
15433
- asset: "DOT";
15434
15374
  }>, z.ZodObject<{
15435
15375
  chain: z.ZodLiteral<"Ethereum">;
15436
15376
  asset: z.ZodLiteral<"FLIP">;
@@ -15567,15 +15507,6 @@ declare const rpcResult: {
15567
15507
  }, {
15568
15508
  chain: "Bitcoin";
15569
15509
  asset: "BTC";
15570
- }>, z.ZodObject<{
15571
- chain: z.ZodLiteral<"Polkadot">;
15572
- asset: z.ZodLiteral<"DOT">;
15573
- }, "strip", z.ZodTypeAny, {
15574
- chain: "Polkadot";
15575
- asset: "DOT";
15576
- }, {
15577
- chain: "Polkadot";
15578
- asset: "DOT";
15579
15510
  }>, z.ZodObject<{
15580
15511
  chain: z.ZodLiteral<"Ethereum">;
15581
15512
  asset: z.ZodLiteral<"FLIP">;
@@ -15707,9 +15638,6 @@ declare const rpcResult: {
15707
15638
  quote_asset: {
15708
15639
  chain: "Bitcoin";
15709
15640
  asset: "BTC";
15710
- } | {
15711
- chain: "Polkadot";
15712
- asset: "DOT";
15713
15641
  } | {
15714
15642
  chain: "Ethereum";
15715
15643
  asset: "FLIP";
@@ -15759,9 +15687,6 @@ declare const rpcResult: {
15759
15687
  base_asset: {
15760
15688
  chain: "Bitcoin";
15761
15689
  asset: "BTC";
15762
- } | {
15763
- chain: "Polkadot";
15764
- asset: "DOT";
15765
15690
  } | {
15766
15691
  chain: "Ethereum";
15767
15692
  asset: "FLIP";
@@ -15809,9 +15734,6 @@ declare const rpcResult: {
15809
15734
  quote_asset: {
15810
15735
  chain: "Bitcoin";
15811
15736
  asset: "BTC";
15812
- } | {
15813
- chain: "Polkadot";
15814
- asset: "DOT";
15815
15737
  } | {
15816
15738
  chain: "Ethereum";
15817
15739
  asset: "FLIP";
@@ -15861,9 +15783,6 @@ declare const rpcResult: {
15861
15783
  base_asset: {
15862
15784
  chain: "Bitcoin";
15863
15785
  asset: "BTC";
15864
- } | {
15865
- chain: "Polkadot";
15866
- asset: "DOT";
15867
15786
  } | {
15868
15787
  chain: "Ethereum";
15869
15788
  asset: "FLIP";
@@ -21340,9 +21259,6 @@ declare const rpcResult: {
21340
21259
  }>, "many">, ({
21341
21260
  chain: "Bitcoin";
21342
21261
  asset: "BTC";
21343
- } | {
21344
- chain: "Polkadot";
21345
- asset: "DOT";
21346
21262
  } | {
21347
21263
  chain: "Ethereum";
21348
21264
  asset: "FLIP";
@@ -21409,15 +21325,6 @@ declare const rpcResult: {
21409
21325
  }, {
21410
21326
  chain: "Bitcoin";
21411
21327
  asset: "BTC";
21412
- }>, z.ZodObject<{
21413
- chain: z.ZodLiteral<"Polkadot">;
21414
- asset: z.ZodLiteral<"DOT">;
21415
- }, "strip", z.ZodTypeAny, {
21416
- chain: "Polkadot";
21417
- asset: "DOT";
21418
- }, {
21419
- chain: "Polkadot";
21420
- asset: "DOT";
21421
21328
  }>, z.ZodObject<{
21422
21329
  chain: z.ZodLiteral<"Ethereum">;
21423
21330
  asset: z.ZodLiteral<"FLIP">;
@@ -21560,15 +21467,6 @@ declare const rpcResult: {
21560
21467
  }, {
21561
21468
  chain: "Bitcoin";
21562
21469
  asset: "BTC";
21563
- }>, z.ZodObject<{
21564
- chain: z.ZodLiteral<"Polkadot">;
21565
- asset: z.ZodLiteral<"DOT">;
21566
- }, "strip", z.ZodTypeAny, {
21567
- chain: "Polkadot";
21568
- asset: "DOT";
21569
- }, {
21570
- chain: "Polkadot";
21571
- asset: "DOT";
21572
21470
  }>, z.ZodObject<{
21573
21471
  chain: z.ZodLiteral<"Ethereum">;
21574
21472
  asset: z.ZodLiteral<"FLIP">;
@@ -21712,15 +21610,6 @@ declare const rpcResult: {
21712
21610
  }, {
21713
21611
  chain: "Bitcoin";
21714
21612
  asset: "BTC";
21715
- }>, z.ZodObject<{
21716
- chain: z.ZodLiteral<"Polkadot">;
21717
- asset: z.ZodLiteral<"DOT">;
21718
- }, "strip", z.ZodTypeAny, {
21719
- chain: "Polkadot";
21720
- asset: "DOT";
21721
- }, {
21722
- chain: "Polkadot";
21723
- asset: "DOT";
21724
21613
  }>, z.ZodObject<{
21725
21614
  chain: z.ZodLiteral<"Ethereum">;
21726
21615
  asset: z.ZodLiteral<"FLIP">;
@@ -21861,9 +21750,6 @@ declare const rpcResult: {
21861
21750
  egress_fee: ({
21862
21751
  chain: "Bitcoin";
21863
21752
  asset: "BTC";
21864
- } | {
21865
- chain: "Polkadot";
21866
- asset: "DOT";
21867
21753
  } | {
21868
21754
  chain: "Ethereum";
21869
21755
  asset: "FLIP";
@@ -21912,9 +21798,6 @@ declare const rpcResult: {
21912
21798
  ingress_fee: ({
21913
21799
  chain: "Bitcoin";
21914
21800
  asset: "BTC";
21915
- } | {
21916
- chain: "Polkadot";
21917
- asset: "DOT";
21918
21801
  } | {
21919
21802
  chain: "Ethereum";
21920
21803
  asset: "FLIP";
@@ -21963,9 +21846,6 @@ declare const rpcResult: {
21963
21846
  network_fee: ({
21964
21847
  chain: "Bitcoin";
21965
21848
  asset: "BTC";
21966
- } | {
21967
- chain: "Polkadot";
21968
- asset: "DOT";
21969
21849
  } | {
21970
21850
  chain: "Ethereum";
21971
21851
  asset: "FLIP";
@@ -22017,9 +21897,6 @@ declare const rpcResult: {
22017
21897
  egress_fee: ({
22018
21898
  chain: "Bitcoin";
22019
21899
  asset: "BTC";
22020
- } | {
22021
- chain: "Polkadot";
22022
- asset: "DOT";
22023
21900
  } | {
22024
21901
  chain: "Ethereum";
22025
21902
  asset: "FLIP";
@@ -22068,9 +21945,6 @@ declare const rpcResult: {
22068
21945
  ingress_fee: ({
22069
21946
  chain: "Bitcoin";
22070
21947
  asset: "BTC";
22071
- } | {
22072
- chain: "Polkadot";
22073
- asset: "DOT";
22074
21948
  } | {
22075
21949
  chain: "Ethereum";
22076
21950
  asset: "FLIP";
@@ -22119,9 +21993,6 @@ declare const rpcResult: {
22119
21993
  network_fee: ({
22120
21994
  chain: "Bitcoin";
22121
21995
  asset: "BTC";
22122
- } | {
22123
- chain: "Polkadot";
22124
- asset: "DOT";
22125
21996
  } | {
22126
21997
  chain: "Ethereum";
22127
21998
  asset: "FLIP";
@@ -22178,15 +22049,6 @@ declare const rpcResult: {
22178
22049
  }, {
22179
22050
  chain: "Bitcoin";
22180
22051
  asset: "BTC";
22181
- }>, z.ZodObject<{
22182
- chain: z.ZodLiteral<"Polkadot">;
22183
- asset: z.ZodLiteral<"DOT">;
22184
- }, "strip", z.ZodTypeAny, {
22185
- chain: "Polkadot";
22186
- asset: "DOT";
22187
- }, {
22188
- chain: "Polkadot";
22189
- asset: "DOT";
22190
22052
  }>, z.ZodObject<{
22191
22053
  chain: z.ZodLiteral<"Ethereum">;
22192
22054
  asset: z.ZodLiteral<"FLIP">;
@@ -22329,15 +22191,6 @@ declare const rpcResult: {
22329
22191
  }, {
22330
22192
  chain: "Bitcoin";
22331
22193
  asset: "BTC";
22332
- }>, z.ZodObject<{
22333
- chain: z.ZodLiteral<"Polkadot">;
22334
- asset: z.ZodLiteral<"DOT">;
22335
- }, "strip", z.ZodTypeAny, {
22336
- chain: "Polkadot";
22337
- asset: "DOT";
22338
- }, {
22339
- chain: "Polkadot";
22340
- asset: "DOT";
22341
22194
  }>, z.ZodObject<{
22342
22195
  chain: z.ZodLiteral<"Ethereum">;
22343
22196
  asset: z.ZodLiteral<"FLIP">;
@@ -22481,15 +22334,6 @@ declare const rpcResult: {
22481
22334
  }, {
22482
22335
  chain: "Bitcoin";
22483
22336
  asset: "BTC";
22484
- }>, z.ZodObject<{
22485
- chain: z.ZodLiteral<"Polkadot">;
22486
- asset: z.ZodLiteral<"DOT">;
22487
- }, "strip", z.ZodTypeAny, {
22488
- chain: "Polkadot";
22489
- asset: "DOT";
22490
- }, {
22491
- chain: "Polkadot";
22492
- asset: "DOT";
22493
22337
  }>, z.ZodObject<{
22494
22338
  chain: z.ZodLiteral<"Ethereum">;
22495
22339
  asset: z.ZodLiteral<"FLIP">;
@@ -22634,15 +22478,6 @@ declare const rpcResult: {
22634
22478
  }, {
22635
22479
  chain: "Bitcoin";
22636
22480
  asset: "BTC";
22637
- }>, z.ZodObject<{
22638
- chain: z.ZodLiteral<"Polkadot">;
22639
- asset: z.ZodLiteral<"DOT">;
22640
- }, "strip", z.ZodTypeAny, {
22641
- chain: "Polkadot";
22642
- asset: "DOT";
22643
- }, {
22644
- chain: "Polkadot";
22645
- asset: "DOT";
22646
22481
  }>, z.ZodObject<{
22647
22482
  chain: z.ZodLiteral<"Ethereum">;
22648
22483
  asset: z.ZodLiteral<"FLIP">;
@@ -22782,9 +22617,6 @@ declare const rpcResult: {
22782
22617
  egress_fee: ({
22783
22618
  chain: "Bitcoin";
22784
22619
  asset: "BTC";
22785
- } | {
22786
- chain: "Polkadot";
22787
- asset: "DOT";
22788
22620
  } | {
22789
22621
  chain: "Ethereum";
22790
22622
  asset: "FLIP";
@@ -22833,9 +22665,6 @@ declare const rpcResult: {
22833
22665
  ingress_fee: ({
22834
22666
  chain: "Bitcoin";
22835
22667
  asset: "BTC";
22836
- } | {
22837
- chain: "Polkadot";
22838
- asset: "DOT";
22839
22668
  } | {
22840
22669
  chain: "Ethereum";
22841
22670
  asset: "FLIP";
@@ -22884,9 +22713,6 @@ declare const rpcResult: {
22884
22713
  network_fee: ({
22885
22714
  chain: "Bitcoin";
22886
22715
  asset: "BTC";
22887
- } | {
22888
- chain: "Polkadot";
22889
- asset: "DOT";
22890
22716
  } | {
22891
22717
  chain: "Ethereum";
22892
22718
  asset: "FLIP";
@@ -22935,9 +22761,6 @@ declare const rpcResult: {
22935
22761
  broker_commission: ({
22936
22762
  chain: "Bitcoin";
22937
22763
  asset: "BTC";
22938
- } | {
22939
- chain: "Polkadot";
22940
- asset: "DOT";
22941
22764
  } | {
22942
22765
  chain: "Ethereum";
22943
22766
  asset: "FLIP";
@@ -22989,9 +22812,6 @@ declare const rpcResult: {
22989
22812
  egress_fee: ({
22990
22813
  chain: "Bitcoin";
22991
22814
  asset: "BTC";
22992
- } | {
22993
- chain: "Polkadot";
22994
- asset: "DOT";
22995
22815
  } | {
22996
22816
  chain: "Ethereum";
22997
22817
  asset: "FLIP";
@@ -23040,9 +22860,6 @@ declare const rpcResult: {
23040
22860
  ingress_fee: ({
23041
22861
  chain: "Bitcoin";
23042
22862
  asset: "BTC";
23043
- } | {
23044
- chain: "Polkadot";
23045
- asset: "DOT";
23046
22863
  } | {
23047
22864
  chain: "Ethereum";
23048
22865
  asset: "FLIP";
@@ -23091,9 +22908,6 @@ declare const rpcResult: {
23091
22908
  network_fee: ({
23092
22909
  chain: "Bitcoin";
23093
22910
  asset: "BTC";
23094
- } | {
23095
- chain: "Polkadot";
23096
- asset: "DOT";
23097
22911
  } | {
23098
22912
  chain: "Ethereum";
23099
22913
  asset: "FLIP";
@@ -23142,9 +22956,6 @@ declare const rpcResult: {
23142
22956
  broker_commission: ({
23143
22957
  chain: "Bitcoin";
23144
22958
  asset: "BTC";
23145
- } | {
23146
- chain: "Polkadot";
23147
- asset: "DOT";
23148
22959
  } | {
23149
22960
  chain: "Ethereum";
23150
22961
  asset: "FLIP";
@@ -24225,15 +24036,6 @@ declare const rpcResult: {
24225
24036
  }, {
24226
24037
  chain: "Bitcoin";
24227
24038
  asset: "BTC";
24228
- }>, z.ZodObject<{
24229
- chain: z.ZodLiteral<"Polkadot">;
24230
- asset: z.ZodLiteral<"DOT">;
24231
- }, "strip", z.ZodTypeAny, {
24232
- chain: "Polkadot";
24233
- asset: "DOT";
24234
- }, {
24235
- chain: "Polkadot";
24236
- asset: "DOT";
24237
24039
  }>, z.ZodObject<{
24238
24040
  chain: z.ZodLiteral<"Ethereum">;
24239
24041
  asset: z.ZodLiteral<"FLIP">;
@@ -24454,15 +24256,6 @@ declare const rpcResult: {
24454
24256
  }, {
24455
24257
  chain: "Bitcoin";
24456
24258
  asset: "BTC";
24457
- }>, z.ZodObject<{
24458
- chain: z.ZodLiteral<"Polkadot">;
24459
- asset: z.ZodLiteral<"DOT">;
24460
- }, "strip", z.ZodTypeAny, {
24461
- chain: "Polkadot";
24462
- asset: "DOT";
24463
- }, {
24464
- chain: "Polkadot";
24465
- asset: "DOT";
24466
24259
  }>, z.ZodObject<{
24467
24260
  chain: z.ZodLiteral<"Ethereum">;
24468
24261
  asset: z.ZodLiteral<"FLIP">;
@@ -24965,15 +24758,6 @@ declare const rpcResult: {
24965
24758
  }, {
24966
24759
  chain: "Bitcoin";
24967
24760
  asset: "BTC";
24968
- }>, z.ZodObject<{
24969
- chain: z.ZodLiteral<"Polkadot">;
24970
- asset: z.ZodLiteral<"DOT">;
24971
- }, "strip", z.ZodTypeAny, {
24972
- chain: "Polkadot";
24973
- asset: "DOT";
24974
- }, {
24975
- chain: "Polkadot";
24976
- asset: "DOT";
24977
24761
  }>, z.ZodObject<{
24978
24762
  chain: z.ZodLiteral<"Ethereum">;
24979
24763
  asset: z.ZodLiteral<"FLIP">;
@@ -25105,9 +24889,6 @@ declare const rpcResult: {
25105
24889
  base_asset: {
25106
24890
  chain: "Bitcoin";
25107
24891
  asset: "BTC";
25108
- } | {
25109
- chain: "Polkadot";
25110
- asset: "DOT";
25111
24892
  } | {
25112
24893
  chain: "Ethereum";
25113
24894
  asset: "FLIP";
@@ -25156,9 +24937,6 @@ declare const rpcResult: {
25156
24937
  base_asset: {
25157
24938
  chain: "Bitcoin";
25158
24939
  asset: "BTC";
25159
- } | {
25160
- chain: "Polkadot";
25161
- asset: "DOT";
25162
24940
  } | {
25163
24941
  chain: "Ethereum";
25164
24942
  asset: "FLIP";
@@ -25209,9 +24987,6 @@ declare const rpcResult: {
25209
24987
  base_asset: {
25210
24988
  chain: "Bitcoin";
25211
24989
  asset: "BTC";
25212
- } | {
25213
- chain: "Polkadot";
25214
- asset: "DOT";
25215
24990
  } | {
25216
24991
  chain: "Ethereum";
25217
24992
  asset: "FLIP";
@@ -25262,9 +25037,6 @@ declare const rpcResult: {
25262
25037
  base_asset: {
25263
25038
  chain: "Bitcoin";
25264
25039
  asset: "BTC";
25265
- } | {
25266
- chain: "Polkadot";
25267
- asset: "DOT";
25268
25040
  } | {
25269
25041
  chain: "Ethereum";
25270
25042
  asset: "FLIP";
@@ -25323,15 +25095,6 @@ declare const rpcResult: {
25323
25095
  }, {
25324
25096
  chain: "Bitcoin";
25325
25097
  asset: "BTC";
25326
- }>, z.ZodObject<{
25327
- chain: z.ZodLiteral<"Polkadot">;
25328
- asset: z.ZodLiteral<"DOT">;
25329
- }, "strip", z.ZodTypeAny, {
25330
- chain: "Polkadot";
25331
- asset: "DOT";
25332
- }, {
25333
- chain: "Polkadot";
25334
- asset: "DOT";
25335
25098
  }>, z.ZodObject<{
25336
25099
  chain: z.ZodLiteral<"Ethereum">;
25337
25100
  asset: z.ZodLiteral<"FLIP">;
@@ -25463,9 +25226,6 @@ declare const rpcResult: {
25463
25226
  base_asset: {
25464
25227
  chain: "Bitcoin";
25465
25228
  asset: "BTC";
25466
- } | {
25467
- chain: "Polkadot";
25468
- asset: "DOT";
25469
25229
  } | {
25470
25230
  chain: "Ethereum";
25471
25231
  asset: "FLIP";
@@ -25515,9 +25275,6 @@ declare const rpcResult: {
25515
25275
  base_asset: {
25516
25276
  chain: "Bitcoin";
25517
25277
  asset: "BTC";
25518
- } | {
25519
- chain: "Polkadot";
25520
- asset: "DOT";
25521
25278
  } | {
25522
25279
  chain: "Ethereum";
25523
25280
  asset: "FLIP";
@@ -25569,9 +25326,6 @@ declare const rpcResult: {
25569
25326
  base_asset: {
25570
25327
  chain: "Bitcoin";
25571
25328
  asset: "BTC";
25572
- } | {
25573
- chain: "Polkadot";
25574
- asset: "DOT";
25575
25329
  } | {
25576
25330
  chain: "Ethereum";
25577
25331
  asset: "FLIP";
@@ -25623,9 +25377,6 @@ declare const rpcResult: {
25623
25377
  base_asset: {
25624
25378
  chain: "Bitcoin";
25625
25379
  asset: "BTC";
25626
- } | {
25627
- chain: "Polkadot";
25628
- asset: "DOT";
25629
25380
  } | {
25630
25381
  chain: "Ethereum";
25631
25382
  asset: "FLIP";
@@ -25687,15 +25438,6 @@ declare const rpcResult: {
25687
25438
  }, {
25688
25439
  chain: "Bitcoin";
25689
25440
  asset: "BTC";
25690
- }>, z.ZodObject<{
25691
- chain: z.ZodLiteral<"Polkadot">;
25692
- asset: z.ZodLiteral<"DOT">;
25693
- }, "strip", z.ZodTypeAny, {
25694
- chain: "Polkadot";
25695
- asset: "DOT";
25696
- }, {
25697
- chain: "Polkadot";
25698
- asset: "DOT";
25699
25441
  }>, z.ZodObject<{
25700
25442
  chain: z.ZodLiteral<"Ethereum">;
25701
25443
  asset: z.ZodLiteral<"FLIP">;
@@ -25827,9 +25569,6 @@ declare const rpcResult: {
25827
25569
  base_asset: {
25828
25570
  chain: "Bitcoin";
25829
25571
  asset: "BTC";
25830
- } | {
25831
- chain: "Polkadot";
25832
- asset: "DOT";
25833
25572
  } | {
25834
25573
  chain: "Ethereum";
25835
25574
  asset: "FLIP";
@@ -25881,9 +25620,6 @@ declare const rpcResult: {
25881
25620
  base_asset: {
25882
25621
  chain: "Bitcoin";
25883
25622
  asset: "BTC";
25884
- } | {
25885
- chain: "Polkadot";
25886
- asset: "DOT";
25887
25623
  } | {
25888
25624
  chain: "Ethereum";
25889
25625
  asset: "FLIP";
@@ -25937,9 +25673,6 @@ declare const rpcResult: {
25937
25673
  base_asset: {
25938
25674
  chain: "Bitcoin";
25939
25675
  asset: "BTC";
25940
- } | {
25941
- chain: "Polkadot";
25942
- asset: "DOT";
25943
25676
  } | {
25944
25677
  chain: "Ethereum";
25945
25678
  asset: "FLIP";
@@ -25993,9 +25726,6 @@ declare const rpcResult: {
25993
25726
  base_asset: {
25994
25727
  chain: "Bitcoin";
25995
25728
  asset: "BTC";
25996
- } | {
25997
- chain: "Polkadot";
25998
- asset: "DOT";
25999
25729
  } | {
26000
25730
  chain: "Ethereum";
26001
25731
  asset: "FLIP";
@@ -26054,15 +25784,6 @@ declare const rpcResult: {
26054
25784
  }, {
26055
25785
  chain: "Bitcoin";
26056
25786
  asset: "BTC";
26057
- }>, z.ZodObject<{
26058
- chain: z.ZodLiteral<"Polkadot">;
26059
- asset: z.ZodLiteral<"DOT">;
26060
- }, "strip", z.ZodTypeAny, {
26061
- chain: "Polkadot";
26062
- asset: "DOT";
26063
- }, {
26064
- chain: "Polkadot";
26065
- asset: "DOT";
26066
25787
  }>, z.ZodObject<{
26067
25788
  chain: z.ZodLiteral<"Ethereum">;
26068
25789
  asset: z.ZodLiteral<"FLIP">;
@@ -26198,9 +25919,6 @@ declare const rpcResult: {
26198
25919
  base_asset: {
26199
25920
  chain: "Bitcoin";
26200
25921
  asset: "BTC";
26201
- } | {
26202
- chain: "Polkadot";
26203
- asset: "DOT";
26204
25922
  } | {
26205
25923
  chain: "Ethereum";
26206
25924
  asset: "FLIP";
@@ -26251,9 +25969,6 @@ declare const rpcResult: {
26251
25969
  base_asset: {
26252
25970
  chain: "Bitcoin";
26253
25971
  asset: "BTC";
26254
- } | {
26255
- chain: "Polkadot";
26256
- asset: "DOT";
26257
25972
  } | {
26258
25973
  chain: "Ethereum";
26259
25974
  asset: "FLIP";
@@ -26305,9 +26020,6 @@ declare const rpcResult: {
26305
26020
  base_asset: {
26306
26021
  chain: "Bitcoin";
26307
26022
  asset: "BTC";
26308
- } | {
26309
- chain: "Polkadot";
26310
- asset: "DOT";
26311
26023
  } | {
26312
26024
  chain: "Ethereum";
26313
26025
  asset: "FLIP";
@@ -26360,9 +26072,6 @@ declare const rpcResult: {
26360
26072
  balance: [{
26361
26073
  chain: "Bitcoin";
26362
26074
  asset: "BTC";
26363
- } | {
26364
- chain: "Polkadot";
26365
- asset: "DOT";
26366
26075
  } | {
26367
26076
  chain: "Ethereum";
26368
26077
  asset: "FLIP";
@@ -26414,9 +26123,6 @@ declare const rpcResult: {
26414
26123
  base_asset: {
26415
26124
  chain: "Bitcoin";
26416
26125
  asset: "BTC";
26417
- } | {
26418
- chain: "Polkadot";
26419
- asset: "DOT";
26420
26126
  } | {
26421
26127
  chain: "Ethereum";
26422
26128
  asset: "FLIP";
@@ -26467,9 +26173,6 @@ declare const rpcResult: {
26467
26173
  base_asset: {
26468
26174
  chain: "Bitcoin";
26469
26175
  asset: "BTC";
26470
- } | {
26471
- chain: "Polkadot";
26472
- asset: "DOT";
26473
26176
  } | {
26474
26177
  chain: "Ethereum";
26475
26178
  asset: "FLIP";
@@ -26521,9 +26224,6 @@ declare const rpcResult: {
26521
26224
  base_asset: {
26522
26225
  chain: "Bitcoin";
26523
26226
  asset: "BTC";
26524
- } | {
26525
- chain: "Polkadot";
26526
- asset: "DOT";
26527
26227
  } | {
26528
26228
  chain: "Ethereum";
26529
26229
  asset: "FLIP";
@@ -26576,9 +26276,6 @@ declare const rpcResult: {
26576
26276
  balance: [{
26577
26277
  chain: "Bitcoin";
26578
26278
  asset: "BTC";
26579
- } | {
26580
- chain: "Polkadot";
26581
- asset: "DOT";
26582
26279
  } | {
26583
26280
  chain: "Ethereum";
26584
26281
  asset: "FLIP";
@@ -26983,15 +26680,6 @@ declare const rpcResult: {
26983
26680
  }, {
26984
26681
  chain: "Bitcoin";
26985
26682
  asset: "BTC";
26986
- }>, z.ZodObject<{
26987
- chain: z.ZodLiteral<"Polkadot">;
26988
- asset: z.ZodLiteral<"DOT">;
26989
- }, "strip", z.ZodTypeAny, {
26990
- chain: "Polkadot";
26991
- asset: "DOT";
26992
- }, {
26993
- chain: "Polkadot";
26994
- asset: "DOT";
26995
26683
  }>, z.ZodObject<{
26996
26684
  chain: z.ZodLiteral<"Ethereum">;
26997
26685
  asset: z.ZodLiteral<"FLIP">;
@@ -27163,9 +26851,6 @@ declare const rpcResult: {
27163
26851
  }, {
27164
26852
  chain: "Bitcoin";
27165
26853
  asset: "BTC";
27166
- } | {
27167
- chain: "Polkadot";
27168
- asset: "DOT";
27169
26854
  } | {
27170
26855
  chain: "Ethereum";
27171
26856
  asset: "FLIP";
@@ -27271,9 +26956,6 @@ declare const rpcResult: {
27271
26956
  base: {
27272
26957
  chain: "Bitcoin";
27273
26958
  asset: "BTC";
27274
- } | {
27275
- chain: "Polkadot";
27276
- asset: "DOT";
27277
26959
  } | {
27278
26960
  chain: "Ethereum";
27279
26961
  asset: "FLIP";
@@ -27453,15 +27135,6 @@ declare const rpcResult: {
27453
27135
  }, {
27454
27136
  chain: "Bitcoin";
27455
27137
  asset: "BTC";
27456
- }>, z.ZodObject<{
27457
- chain: z.ZodLiteral<"Polkadot">;
27458
- asset: z.ZodLiteral<"DOT">;
27459
- }, "strip", z.ZodTypeAny, {
27460
- chain: "Polkadot";
27461
- asset: "DOT";
27462
- }, {
27463
- chain: "Polkadot";
27464
- asset: "DOT";
27465
27138
  }>, z.ZodObject<{
27466
27139
  chain: z.ZodLiteral<"Ethereum">;
27467
27140
  asset: z.ZodLiteral<"FLIP">;
@@ -27598,15 +27271,6 @@ declare const rpcResult: {
27598
27271
  }, {
27599
27272
  chain: "Bitcoin";
27600
27273
  asset: "BTC";
27601
- }>, z.ZodObject<{
27602
- chain: z.ZodLiteral<"Polkadot">;
27603
- asset: z.ZodLiteral<"DOT">;
27604
- }, "strip", z.ZodTypeAny, {
27605
- chain: "Polkadot";
27606
- asset: "DOT";
27607
- }, {
27608
- chain: "Polkadot";
27609
- asset: "DOT";
27610
27274
  }>, z.ZodObject<{
27611
27275
  chain: z.ZodLiteral<"Ethereum">;
27612
27276
  asset: z.ZodLiteral<"FLIP">;
@@ -27743,15 +27407,6 @@ declare const rpcResult: {
27743
27407
  }, {
27744
27408
  chain: "Bitcoin";
27745
27409
  asset: "BTC";
27746
- }>, z.ZodObject<{
27747
- chain: z.ZodLiteral<"Polkadot">;
27748
- asset: z.ZodLiteral<"DOT">;
27749
- }, "strip", z.ZodTypeAny, {
27750
- chain: "Polkadot";
27751
- asset: "DOT";
27752
- }, {
27753
- chain: "Polkadot";
27754
- asset: "DOT";
27755
27410
  }>, z.ZodObject<{
27756
27411
  chain: z.ZodLiteral<"Ethereum">;
27757
27412
  asset: z.ZodLiteral<"FLIP">;
@@ -27888,15 +27543,6 @@ declare const rpcResult: {
27888
27543
  }, {
27889
27544
  chain: "Bitcoin";
27890
27545
  asset: "BTC";
27891
- }>, z.ZodObject<{
27892
- chain: z.ZodLiteral<"Polkadot">;
27893
- asset: z.ZodLiteral<"DOT">;
27894
- }, "strip", z.ZodTypeAny, {
27895
- chain: "Polkadot";
27896
- asset: "DOT";
27897
- }, {
27898
- chain: "Polkadot";
27899
- asset: "DOT";
27900
27546
  }>, z.ZodObject<{
27901
27547
  chain: z.ZodLiteral<"Ethereum">;
27902
27548
  asset: z.ZodLiteral<"FLIP">;
@@ -28033,15 +27679,6 @@ declare const rpcResult: {
28033
27679
  }, {
28034
27680
  chain: "Bitcoin";
28035
27681
  asset: "BTC";
28036
- }>, z.ZodObject<{
28037
- chain: z.ZodLiteral<"Polkadot">;
28038
- asset: z.ZodLiteral<"DOT">;
28039
- }, "strip", z.ZodTypeAny, {
28040
- chain: "Polkadot";
28041
- asset: "DOT";
28042
- }, {
28043
- chain: "Polkadot";
28044
- asset: "DOT";
28045
27682
  }>, z.ZodObject<{
28046
27683
  chain: z.ZodLiteral<"Ethereum">;
28047
27684
  asset: z.ZodLiteral<"FLIP">;
@@ -28175,9 +27812,6 @@ declare const rpcResult: {
28175
27812
  borrowing_enabled?: ({
28176
27813
  chain: "Bitcoin";
28177
27814
  asset: "BTC";
28178
- } | {
28179
- chain: "Polkadot";
28180
- asset: "DOT";
28181
27815
  } | {
28182
27816
  chain: "Ethereum";
28183
27817
  asset: "FLIP";
@@ -28224,9 +27858,6 @@ declare const rpcResult: {
28224
27858
  add_lender_funds_enabled?: ({
28225
27859
  chain: "Bitcoin";
28226
27860
  asset: "BTC";
28227
- } | {
28228
- chain: "Polkadot";
28229
- asset: "DOT";
28230
27861
  } | {
28231
27862
  chain: "Ethereum";
28232
27863
  asset: "FLIP";
@@ -28273,9 +27904,6 @@ declare const rpcResult: {
28273
27904
  withdraw_lender_funds_enabled?: ({
28274
27905
  chain: "Bitcoin";
28275
27906
  asset: "BTC";
28276
- } | {
28277
- chain: "Polkadot";
28278
- asset: "DOT";
28279
27907
  } | {
28280
27908
  chain: "Ethereum";
28281
27909
  asset: "FLIP";
@@ -28322,9 +27950,6 @@ declare const rpcResult: {
28322
27950
  add_collateral_enabled?: ({
28323
27951
  chain: "Bitcoin";
28324
27952
  asset: "BTC";
28325
- } | {
28326
- chain: "Polkadot";
28327
- asset: "DOT";
28328
27953
  } | {
28329
27954
  chain: "Ethereum";
28330
27955
  asset: "FLIP";
@@ -28371,9 +27996,6 @@ declare const rpcResult: {
28371
27996
  remove_collateral_enabled?: ({
28372
27997
  chain: "Bitcoin";
28373
27998
  asset: "BTC";
28374
- } | {
28375
- chain: "Polkadot";
28376
- asset: "DOT";
28377
27999
  } | {
28378
28000
  chain: "Ethereum";
28379
28001
  asset: "FLIP";
@@ -28423,9 +28045,6 @@ declare const rpcResult: {
28423
28045
  borrowing_enabled?: ({
28424
28046
  chain: "Bitcoin";
28425
28047
  asset: "BTC";
28426
- } | {
28427
- chain: "Polkadot";
28428
- asset: "DOT";
28429
28048
  } | {
28430
28049
  chain: "Ethereum";
28431
28050
  asset: "FLIP";
@@ -28472,9 +28091,6 @@ declare const rpcResult: {
28472
28091
  add_lender_funds_enabled?: ({
28473
28092
  chain: "Bitcoin";
28474
28093
  asset: "BTC";
28475
- } | {
28476
- chain: "Polkadot";
28477
- asset: "DOT";
28478
28094
  } | {
28479
28095
  chain: "Ethereum";
28480
28096
  asset: "FLIP";
@@ -28521,9 +28137,6 @@ declare const rpcResult: {
28521
28137
  withdraw_lender_funds_enabled?: ({
28522
28138
  chain: "Bitcoin";
28523
28139
  asset: "BTC";
28524
- } | {
28525
- chain: "Polkadot";
28526
- asset: "DOT";
28527
28140
  } | {
28528
28141
  chain: "Ethereum";
28529
28142
  asset: "FLIP";
@@ -28570,9 +28183,6 @@ declare const rpcResult: {
28570
28183
  add_collateral_enabled?: ({
28571
28184
  chain: "Bitcoin";
28572
28185
  asset: "BTC";
28573
- } | {
28574
- chain: "Polkadot";
28575
- asset: "DOT";
28576
28186
  } | {
28577
28187
  chain: "Ethereum";
28578
28188
  asset: "FLIP";
@@ -28619,9 +28229,6 @@ declare const rpcResult: {
28619
28229
  remove_collateral_enabled?: ({
28620
28230
  chain: "Bitcoin";
28621
28231
  asset: "BTC";
28622
- } | {
28623
- chain: "Polkadot";
28624
- asset: "DOT";
28625
28232
  } | {
28626
28233
  chain: "Ethereum";
28627
28234
  asset: "FLIP";
@@ -28885,9 +28492,6 @@ declare const rpcResult: {
28885
28492
  borrowing_enabled?: ({
28886
28493
  chain: "Bitcoin";
28887
28494
  asset: "BTC";
28888
- } | {
28889
- chain: "Polkadot";
28890
- asset: "DOT";
28891
28495
  } | {
28892
28496
  chain: "Ethereum";
28893
28497
  asset: "FLIP";
@@ -28934,9 +28538,6 @@ declare const rpcResult: {
28934
28538
  add_lender_funds_enabled?: ({
28935
28539
  chain: "Bitcoin";
28936
28540
  asset: "BTC";
28937
- } | {
28938
- chain: "Polkadot";
28939
- asset: "DOT";
28940
28541
  } | {
28941
28542
  chain: "Ethereum";
28942
28543
  asset: "FLIP";
@@ -28983,9 +28584,6 @@ declare const rpcResult: {
28983
28584
  withdraw_lender_funds_enabled?: ({
28984
28585
  chain: "Bitcoin";
28985
28586
  asset: "BTC";
28986
- } | {
28987
- chain: "Polkadot";
28988
- asset: "DOT";
28989
28587
  } | {
28990
28588
  chain: "Ethereum";
28991
28589
  asset: "FLIP";
@@ -29032,9 +28630,6 @@ declare const rpcResult: {
29032
28630
  add_collateral_enabled?: ({
29033
28631
  chain: "Bitcoin";
29034
28632
  asset: "BTC";
29035
- } | {
29036
- chain: "Polkadot";
29037
- asset: "DOT";
29038
28633
  } | {
29039
28634
  chain: "Ethereum";
29040
28635
  asset: "FLIP";
@@ -29081,9 +28676,6 @@ declare const rpcResult: {
29081
28676
  remove_collateral_enabled?: ({
29082
28677
  chain: "Bitcoin";
29083
28678
  asset: "BTC";
29084
- } | {
29085
- chain: "Polkadot";
29086
- asset: "DOT";
29087
28679
  } | {
29088
28680
  chain: "Ethereum";
29089
28681
  asset: "FLIP";
@@ -29247,9 +28839,6 @@ declare const rpcResult: {
29247
28839
  borrowing_enabled?: ({
29248
28840
  chain: "Bitcoin";
29249
28841
  asset: "BTC";
29250
- } | {
29251
- chain: "Polkadot";
29252
- asset: "DOT";
29253
28842
  } | {
29254
28843
  chain: "Ethereum";
29255
28844
  asset: "FLIP";
@@ -29296,9 +28885,6 @@ declare const rpcResult: {
29296
28885
  add_lender_funds_enabled?: ({
29297
28886
  chain: "Bitcoin";
29298
28887
  asset: "BTC";
29299
- } | {
29300
- chain: "Polkadot";
29301
- asset: "DOT";
29302
28888
  } | {
29303
28889
  chain: "Ethereum";
29304
28890
  asset: "FLIP";
@@ -29345,9 +28931,6 @@ declare const rpcResult: {
29345
28931
  withdraw_lender_funds_enabled?: ({
29346
28932
  chain: "Bitcoin";
29347
28933
  asset: "BTC";
29348
- } | {
29349
- chain: "Polkadot";
29350
- asset: "DOT";
29351
28934
  } | {
29352
28935
  chain: "Ethereum";
29353
28936
  asset: "FLIP";
@@ -29394,9 +28977,6 @@ declare const rpcResult: {
29394
28977
  add_collateral_enabled?: ({
29395
28978
  chain: "Bitcoin";
29396
28979
  asset: "BTC";
29397
- } | {
29398
- chain: "Polkadot";
29399
- asset: "DOT";
29400
28980
  } | {
29401
28981
  chain: "Ethereum";
29402
28982
  asset: "FLIP";
@@ -29443,9 +29023,6 @@ declare const rpcResult: {
29443
29023
  remove_collateral_enabled?: ({
29444
29024
  chain: "Bitcoin";
29445
29025
  asset: "BTC";
29446
- } | {
29447
- chain: "Polkadot";
29448
- asset: "DOT";
29449
29026
  } | {
29450
29027
  chain: "Ethereum";
29451
29028
  asset: "FLIP";
@@ -29589,15 +29166,6 @@ declare const rpcResult: {
29589
29166
  }, {
29590
29167
  chain: "Bitcoin";
29591
29168
  asset: "BTC";
29592
- }>, z.ZodObject<{
29593
- chain: z.ZodLiteral<"Polkadot">;
29594
- asset: z.ZodLiteral<"DOT">;
29595
- }, "strip", z.ZodTypeAny, {
29596
- chain: "Polkadot";
29597
- asset: "DOT";
29598
- }, {
29599
- chain: "Polkadot";
29600
- asset: "DOT";
29601
29169
  }>, z.ZodObject<{
29602
29170
  chain: z.ZodLiteral<"Ethereum">;
29603
29171
  asset: z.ZodLiteral<"FLIP">;
@@ -29751,9 +29319,6 @@ declare const rpcResult: {
29751
29319
  asset: {
29752
29320
  chain: "Bitcoin";
29753
29321
  asset: "BTC";
29754
- } | {
29755
- chain: "Polkadot";
29756
- asset: "DOT";
29757
29322
  } | {
29758
29323
  chain: "Ethereum";
29759
29324
  asset: "FLIP";
@@ -29813,9 +29378,6 @@ declare const rpcResult: {
29813
29378
  asset: {
29814
29379
  chain: "Bitcoin";
29815
29380
  asset: "BTC";
29816
- } | {
29817
- chain: "Polkadot";
29818
- asset: "DOT";
29819
29381
  } | {
29820
29382
  chain: "Ethereum";
29821
29383
  asset: "FLIP";
@@ -29997,15 +29559,6 @@ declare const rpcResult: {
29997
29559
  }, {
29998
29560
  chain: "Bitcoin";
29999
29561
  asset: "BTC";
30000
- }>, z.ZodObject<{
30001
- chain: z.ZodLiteral<"Polkadot">;
30002
- asset: z.ZodLiteral<"DOT">;
30003
- }, "strip", z.ZodTypeAny, {
30004
- chain: "Polkadot";
30005
- asset: "DOT";
30006
- }, {
30007
- chain: "Polkadot";
30008
- asset: "DOT";
30009
29562
  }>, z.ZodObject<{
30010
29563
  chain: z.ZodLiteral<"Ethereum">;
30011
29564
  asset: z.ZodLiteral<"FLIP">;
@@ -30143,15 +29696,6 @@ declare const rpcResult: {
30143
29696
  }, {
30144
29697
  chain: "Bitcoin";
30145
29698
  asset: "BTC";
30146
- }>, z.ZodObject<{
30147
- chain: z.ZodLiteral<"Polkadot">;
30148
- asset: z.ZodLiteral<"DOT">;
30149
- }, "strip", z.ZodTypeAny, {
30150
- chain: "Polkadot";
30151
- asset: "DOT";
30152
- }, {
30153
- chain: "Polkadot";
30154
- asset: "DOT";
30155
29699
  }>, z.ZodObject<{
30156
29700
  chain: z.ZodLiteral<"Ethereum">;
30157
29701
  asset: z.ZodLiteral<"FLIP">;
@@ -30296,15 +29840,6 @@ declare const rpcResult: {
30296
29840
  }, {
30297
29841
  chain: "Bitcoin";
30298
29842
  asset: "BTC";
30299
- }>, z.ZodObject<{
30300
- chain: z.ZodLiteral<"Polkadot">;
30301
- asset: z.ZodLiteral<"DOT">;
30302
- }, "strip", z.ZodTypeAny, {
30303
- chain: "Polkadot";
30304
- asset: "DOT";
30305
- }, {
30306
- chain: "Polkadot";
30307
- asset: "DOT";
30308
29843
  }>, z.ZodObject<{
30309
29844
  chain: z.ZodLiteral<"Ethereum">;
30310
29845
  asset: z.ZodLiteral<"FLIP">;
@@ -30437,9 +29972,6 @@ declare const rpcResult: {
30437
29972
  asset: {
30438
29973
  chain: "Bitcoin";
30439
29974
  asset: "BTC";
30440
- } | {
30441
- chain: "Polkadot";
30442
- asset: "DOT";
30443
29975
  } | {
30444
29976
  chain: "Ethereum";
30445
29977
  asset: "FLIP";
@@ -30489,9 +30021,6 @@ declare const rpcResult: {
30489
30021
  asset: {
30490
30022
  chain: "Bitcoin";
30491
30023
  asset: "BTC";
30492
- } | {
30493
- chain: "Polkadot";
30494
- asset: "DOT";
30495
30024
  } | {
30496
30025
  chain: "Ethereum";
30497
30026
  asset: "FLIP";
@@ -30568,9 +30097,6 @@ declare const rpcResult: {
30568
30097
  collateral_topup_asset: {
30569
30098
  chain: "Bitcoin";
30570
30099
  asset: "BTC";
30571
- } | {
30572
- chain: "Polkadot";
30573
- asset: "DOT";
30574
30100
  } | {
30575
30101
  chain: "Ethereum";
30576
30102
  asset: "FLIP";
@@ -30618,9 +30144,6 @@ declare const rpcResult: {
30618
30144
  collateral: (({
30619
30145
  chain: "Bitcoin";
30620
30146
  asset: "BTC";
30621
- } | {
30622
- chain: "Polkadot";
30623
- asset: "DOT";
30624
30147
  } | {
30625
30148
  chain: "Ethereum";
30626
30149
  asset: "FLIP";
@@ -30670,9 +30193,6 @@ declare const rpcResult: {
30670
30193
  asset: {
30671
30194
  chain: "Bitcoin";
30672
30195
  asset: "BTC";
30673
- } | {
30674
- chain: "Polkadot";
30675
- asset: "DOT";
30676
30196
  } | {
30677
30197
  chain: "Ethereum";
30678
30198
  asset: "FLIP";
@@ -30731,9 +30251,6 @@ declare const rpcResult: {
30731
30251
  collateral_topup_asset: {
30732
30252
  chain: "Bitcoin";
30733
30253
  asset: "BTC";
30734
- } | {
30735
- chain: "Polkadot";
30736
- asset: "DOT";
30737
30254
  } | {
30738
30255
  chain: "Ethereum";
30739
30256
  asset: "FLIP";
@@ -30781,9 +30298,6 @@ declare const rpcResult: {
30781
30298
  collateral: (({
30782
30299
  chain: "Bitcoin";
30783
30300
  asset: "BTC";
30784
- } | {
30785
- chain: "Polkadot";
30786
- asset: "DOT";
30787
30301
  } | {
30788
30302
  chain: "Ethereum";
30789
30303
  asset: "FLIP";
@@ -30833,9 +30347,6 @@ declare const rpcResult: {
30833
30347
  asset: {
30834
30348
  chain: "Bitcoin";
30835
30349
  asset: "BTC";
30836
- } | {
30837
- chain: "Polkadot";
30838
- asset: "DOT";
30839
30350
  } | {
30840
30351
  chain: "Ethereum";
30841
30352
  asset: "FLIP";
@@ -30899,15 +30410,6 @@ declare const rpcResult: {
30899
30410
  }, {
30900
30411
  chain: "Bitcoin";
30901
30412
  asset: "BTC";
30902
- }>, z.ZodObject<{
30903
- chain: z.ZodLiteral<"Polkadot">;
30904
- asset: z.ZodLiteral<"DOT">;
30905
- }, "strip", z.ZodTypeAny, {
30906
- chain: "Polkadot";
30907
- asset: "DOT";
30908
- }, {
30909
- chain: "Polkadot";
30910
- asset: "DOT";
30911
30413
  }>, z.ZodObject<{
30912
30414
  chain: z.ZodLiteral<"Ethereum">;
30913
30415
  asset: z.ZodLiteral<"FLIP">;