@chainflip/rpc 2.0.5 → 2.0.6-wbtc-dev.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.
package/dist/common.d.ts CHANGED
@@ -2165,6 +2165,15 @@ declare const rpcResult: {
2165
2165
  }, {
2166
2166
  chain: "Ethereum";
2167
2167
  asset: "USDT";
2168
+ }>, z.ZodObject<{
2169
+ chain: z.ZodLiteral<"Ethereum">;
2170
+ asset: z.ZodLiteral<"WBTC">;
2171
+ }, "strip", z.ZodTypeAny, {
2172
+ chain: "Ethereum";
2173
+ asset: "WBTC";
2174
+ }, {
2175
+ chain: "Ethereum";
2176
+ asset: "WBTC";
2168
2177
  }>, z.ZodObject<{
2169
2178
  chain: z.ZodLiteral<"Arbitrum">;
2170
2179
  asset: z.ZodLiteral<"ETH">;
@@ -2292,6 +2301,15 @@ declare const rpcResult: {
2292
2301
  }, {
2293
2302
  chain: "Ethereum";
2294
2303
  asset: "USDT";
2304
+ }>, z.ZodObject<{
2305
+ chain: z.ZodLiteral<"Ethereum">;
2306
+ asset: z.ZodLiteral<"WBTC">;
2307
+ }, "strip", z.ZodTypeAny, {
2308
+ chain: "Ethereum";
2309
+ asset: "WBTC";
2310
+ }, {
2311
+ chain: "Ethereum";
2312
+ asset: "WBTC";
2295
2313
  }>, z.ZodObject<{
2296
2314
  chain: z.ZodLiteral<"Arbitrum">;
2297
2315
  asset: z.ZodLiteral<"ETH">;
@@ -2685,6 +2703,9 @@ declare const rpcResult: {
2685
2703
  } | {
2686
2704
  chain: "Ethereum";
2687
2705
  asset: "USDT";
2706
+ } | {
2707
+ chain: "Ethereum";
2708
+ asset: "WBTC";
2688
2709
  } | {
2689
2710
  chain: "Arbitrum";
2690
2711
  asset: "ETH";
@@ -2728,6 +2749,9 @@ declare const rpcResult: {
2728
2749
  } | {
2729
2750
  chain: "Ethereum";
2730
2751
  asset: "USDT";
2752
+ } | {
2753
+ chain: "Ethereum";
2754
+ asset: "WBTC";
2731
2755
  } | {
2732
2756
  chain: "Arbitrum";
2733
2757
  asset: "ETH";
@@ -2937,6 +2961,9 @@ declare const rpcResult: {
2937
2961
  } | {
2938
2962
  chain: "Ethereum";
2939
2963
  asset: "USDT";
2964
+ } | {
2965
+ chain: "Ethereum";
2966
+ asset: "WBTC";
2940
2967
  } | {
2941
2968
  chain: "Arbitrum";
2942
2969
  asset: "ETH";
@@ -2980,6 +3007,9 @@ declare const rpcResult: {
2980
3007
  } | {
2981
3008
  chain: "Ethereum";
2982
3009
  asset: "USDT";
3010
+ } | {
3011
+ chain: "Ethereum";
3012
+ asset: "WBTC";
2983
3013
  } | {
2984
3014
  chain: "Arbitrum";
2985
3015
  asset: "ETH";
@@ -3548,6 +3578,9 @@ declare const rpcResult: {
3548
3578
  } | {
3549
3579
  chain: "Ethereum";
3550
3580
  asset: "USDT";
3581
+ } | {
3582
+ chain: "Ethereum";
3583
+ asset: "WBTC";
3551
3584
  } | {
3552
3585
  chain: "Arbitrum";
3553
3586
  asset: "ETH";
@@ -3591,6 +3624,9 @@ declare const rpcResult: {
3591
3624
  } | {
3592
3625
  chain: "Ethereum";
3593
3626
  asset: "USDT";
3627
+ } | {
3628
+ chain: "Ethereum";
3629
+ asset: "WBTC";
3594
3630
  } | {
3595
3631
  chain: "Arbitrum";
3596
3632
  asset: "ETH";
@@ -4068,6 +4104,9 @@ declare const rpcResult: {
4068
4104
  } | {
4069
4105
  chain: "Ethereum";
4070
4106
  asset: "USDT";
4107
+ } | {
4108
+ chain: "Ethereum";
4109
+ asset: "WBTC";
4071
4110
  } | {
4072
4111
  chain: "Arbitrum";
4073
4112
  asset: "ETH";
@@ -4111,6 +4150,9 @@ declare const rpcResult: {
4111
4150
  } | {
4112
4151
  chain: "Ethereum";
4113
4152
  asset: "USDT";
4153
+ } | {
4154
+ chain: "Ethereum";
4155
+ asset: "WBTC";
4114
4156
  } | {
4115
4157
  chain: "Arbitrum";
4116
4158
  asset: "ETH";
@@ -4364,6 +4406,15 @@ declare const rpcResult: {
4364
4406
  }, {
4365
4407
  chain: "Ethereum";
4366
4408
  asset: "USDT";
4409
+ }>, z.ZodObject<{
4410
+ chain: z.ZodLiteral<"Ethereum">;
4411
+ asset: z.ZodLiteral<"WBTC">;
4412
+ }, "strip", z.ZodTypeAny, {
4413
+ chain: "Ethereum";
4414
+ asset: "WBTC";
4415
+ }, {
4416
+ chain: "Ethereum";
4417
+ asset: "WBTC";
4367
4418
  }>, z.ZodObject<{
4368
4419
  chain: z.ZodLiteral<"Arbitrum">;
4369
4420
  asset: z.ZodLiteral<"ETH">;
@@ -13664,6 +13715,15 @@ declare const rpcResult: {
13664
13715
  }, {
13665
13716
  chain: "Ethereum";
13666
13717
  asset: "USDT";
13718
+ }>, z.ZodObject<{
13719
+ chain: z.ZodLiteral<"Ethereum">;
13720
+ asset: z.ZodLiteral<"WBTC">;
13721
+ }, "strip", z.ZodTypeAny, {
13722
+ chain: "Ethereum";
13723
+ asset: "WBTC";
13724
+ }, {
13725
+ chain: "Ethereum";
13726
+ asset: "WBTC";
13667
13727
  }>, z.ZodObject<{
13668
13728
  chain: z.ZodLiteral<"Arbitrum">;
13669
13729
  asset: z.ZodLiteral<"ETH">;
@@ -13782,6 +13842,15 @@ declare const rpcResult: {
13782
13842
  }, {
13783
13843
  chain: "Ethereum";
13784
13844
  asset: "USDT";
13845
+ }>, z.ZodObject<{
13846
+ chain: z.ZodLiteral<"Ethereum">;
13847
+ asset: z.ZodLiteral<"WBTC">;
13848
+ }, "strip", z.ZodTypeAny, {
13849
+ chain: "Ethereum";
13850
+ asset: "WBTC";
13851
+ }, {
13852
+ chain: "Ethereum";
13853
+ asset: "WBTC";
13785
13854
  }>, z.ZodObject<{
13786
13855
  chain: z.ZodLiteral<"Arbitrum">;
13787
13856
  asset: z.ZodLiteral<"ETH">;
@@ -13865,6 +13934,9 @@ declare const rpcResult: {
13865
13934
  } | {
13866
13935
  chain: "Ethereum";
13867
13936
  asset: "USDT";
13937
+ } | {
13938
+ chain: "Ethereum";
13939
+ asset: "WBTC";
13868
13940
  } | {
13869
13941
  chain: "Arbitrum";
13870
13942
  asset: "ETH";
@@ -13908,6 +13980,9 @@ declare const rpcResult: {
13908
13980
  } | {
13909
13981
  chain: "Ethereum";
13910
13982
  asset: "USDT";
13983
+ } | {
13984
+ chain: "Ethereum";
13985
+ asset: "WBTC";
13911
13986
  } | {
13912
13987
  chain: "Arbitrum";
13913
13988
  asset: "ETH";
@@ -13949,6 +14024,9 @@ declare const rpcResult: {
13949
14024
  } | {
13950
14025
  chain: "Ethereum";
13951
14026
  asset: "USDT";
14027
+ } | {
14028
+ chain: "Ethereum";
14029
+ asset: "WBTC";
13952
14030
  } | {
13953
14031
  chain: "Arbitrum";
13954
14032
  asset: "ETH";
@@ -13992,6 +14070,9 @@ declare const rpcResult: {
13992
14070
  } | {
13993
14071
  chain: "Ethereum";
13994
14072
  asset: "USDT";
14073
+ } | {
14074
+ chain: "Ethereum";
14075
+ asset: "WBTC";
13995
14076
  } | {
13996
14077
  chain: "Arbitrum";
13997
14078
  asset: "ETH";
@@ -18560,6 +18641,9 @@ declare const rpcResult: {
18560
18641
  } | {
18561
18642
  chain: "Ethereum";
18562
18643
  asset: "USDT";
18644
+ } | {
18645
+ chain: "Ethereum";
18646
+ asset: "WBTC";
18563
18647
  } | {
18564
18648
  chain: "Arbitrum";
18565
18649
  asset: "ETH";
@@ -18650,6 +18734,15 @@ declare const rpcResult: {
18650
18734
  }, {
18651
18735
  chain: "Ethereum";
18652
18736
  asset: "USDT";
18737
+ }>, z.ZodObject<{
18738
+ chain: z.ZodLiteral<"Ethereum">;
18739
+ asset: z.ZodLiteral<"WBTC">;
18740
+ }, "strip", z.ZodTypeAny, {
18741
+ chain: "Ethereum";
18742
+ asset: "WBTC";
18743
+ }, {
18744
+ chain: "Ethereum";
18745
+ asset: "WBTC";
18653
18746
  }>, z.ZodObject<{
18654
18747
  chain: z.ZodLiteral<"Arbitrum">;
18655
18748
  asset: z.ZodLiteral<"ETH">;
@@ -18774,6 +18867,15 @@ declare const rpcResult: {
18774
18867
  }, {
18775
18868
  chain: "Ethereum";
18776
18869
  asset: "USDT";
18870
+ }>, z.ZodObject<{
18871
+ chain: z.ZodLiteral<"Ethereum">;
18872
+ asset: z.ZodLiteral<"WBTC">;
18873
+ }, "strip", z.ZodTypeAny, {
18874
+ chain: "Ethereum";
18875
+ asset: "WBTC";
18876
+ }, {
18877
+ chain: "Ethereum";
18878
+ asset: "WBTC";
18777
18879
  }>, z.ZodObject<{
18778
18880
  chain: z.ZodLiteral<"Arbitrum">;
18779
18881
  asset: z.ZodLiteral<"ETH">;
@@ -18899,6 +19001,15 @@ declare const rpcResult: {
18899
19001
  }, {
18900
19002
  chain: "Ethereum";
18901
19003
  asset: "USDT";
19004
+ }>, z.ZodObject<{
19005
+ chain: z.ZodLiteral<"Ethereum">;
19006
+ asset: z.ZodLiteral<"WBTC">;
19007
+ }, "strip", z.ZodTypeAny, {
19008
+ chain: "Ethereum";
19009
+ asset: "WBTC";
19010
+ }, {
19011
+ chain: "Ethereum";
19012
+ asset: "WBTC";
18902
19013
  }>, z.ZodObject<{
18903
19014
  chain: z.ZodLiteral<"Arbitrum">;
18904
19015
  asset: z.ZodLiteral<"ETH">;
@@ -18991,6 +19102,9 @@ declare const rpcResult: {
18991
19102
  } | {
18992
19103
  chain: "Ethereum";
18993
19104
  asset: "USDT";
19105
+ } | {
19106
+ chain: "Ethereum";
19107
+ asset: "WBTC";
18994
19108
  } | {
18995
19109
  chain: "Arbitrum";
18996
19110
  asset: "ETH";
@@ -19033,6 +19147,9 @@ declare const rpcResult: {
19033
19147
  } | {
19034
19148
  chain: "Ethereum";
19035
19149
  asset: "USDT";
19150
+ } | {
19151
+ chain: "Ethereum";
19152
+ asset: "WBTC";
19036
19153
  } | {
19037
19154
  chain: "Arbitrum";
19038
19155
  asset: "ETH";
@@ -19075,6 +19192,9 @@ declare const rpcResult: {
19075
19192
  } | {
19076
19193
  chain: "Ethereum";
19077
19194
  asset: "USDT";
19195
+ } | {
19196
+ chain: "Ethereum";
19197
+ asset: "WBTC";
19078
19198
  } | {
19079
19199
  chain: "Arbitrum";
19080
19200
  asset: "ETH";
@@ -19120,6 +19240,9 @@ declare const rpcResult: {
19120
19240
  } | {
19121
19241
  chain: "Ethereum";
19122
19242
  asset: "USDT";
19243
+ } | {
19244
+ chain: "Ethereum";
19245
+ asset: "WBTC";
19123
19246
  } | {
19124
19247
  chain: "Arbitrum";
19125
19248
  asset: "ETH";
@@ -19162,6 +19285,9 @@ declare const rpcResult: {
19162
19285
  } | {
19163
19286
  chain: "Ethereum";
19164
19287
  asset: "USDT";
19288
+ } | {
19289
+ chain: "Ethereum";
19290
+ asset: "WBTC";
19165
19291
  } | {
19166
19292
  chain: "Arbitrum";
19167
19293
  asset: "ETH";
@@ -19204,6 +19330,9 @@ declare const rpcResult: {
19204
19330
  } | {
19205
19331
  chain: "Ethereum";
19206
19332
  asset: "USDT";
19333
+ } | {
19334
+ chain: "Ethereum";
19335
+ asset: "WBTC";
19207
19336
  } | {
19208
19337
  chain: "Arbitrum";
19209
19338
  asset: "ETH";
@@ -19284,6 +19413,15 @@ declare const rpcResult: {
19284
19413
  }, {
19285
19414
  chain: "Ethereum";
19286
19415
  asset: "USDT";
19416
+ }>, z.ZodObject<{
19417
+ chain: z.ZodLiteral<"Ethereum">;
19418
+ asset: z.ZodLiteral<"WBTC">;
19419
+ }, "strip", z.ZodTypeAny, {
19420
+ chain: "Ethereum";
19421
+ asset: "WBTC";
19422
+ }, {
19423
+ chain: "Ethereum";
19424
+ asset: "WBTC";
19287
19425
  }>, z.ZodObject<{
19288
19426
  chain: z.ZodLiteral<"Arbitrum">;
19289
19427
  asset: z.ZodLiteral<"ETH">;
@@ -19408,6 +19546,15 @@ declare const rpcResult: {
19408
19546
  }, {
19409
19547
  chain: "Ethereum";
19410
19548
  asset: "USDT";
19549
+ }>, z.ZodObject<{
19550
+ chain: z.ZodLiteral<"Ethereum">;
19551
+ asset: z.ZodLiteral<"WBTC">;
19552
+ }, "strip", z.ZodTypeAny, {
19553
+ chain: "Ethereum";
19554
+ asset: "WBTC";
19555
+ }, {
19556
+ chain: "Ethereum";
19557
+ asset: "WBTC";
19411
19558
  }>, z.ZodObject<{
19412
19559
  chain: z.ZodLiteral<"Arbitrum">;
19413
19560
  asset: z.ZodLiteral<"ETH">;
@@ -19533,6 +19680,15 @@ declare const rpcResult: {
19533
19680
  }, {
19534
19681
  chain: "Ethereum";
19535
19682
  asset: "USDT";
19683
+ }>, z.ZodObject<{
19684
+ chain: z.ZodLiteral<"Ethereum">;
19685
+ asset: z.ZodLiteral<"WBTC">;
19686
+ }, "strip", z.ZodTypeAny, {
19687
+ chain: "Ethereum";
19688
+ asset: "WBTC";
19689
+ }, {
19690
+ chain: "Ethereum";
19691
+ asset: "WBTC";
19536
19692
  }>, z.ZodObject<{
19537
19693
  chain: z.ZodLiteral<"Arbitrum">;
19538
19694
  asset: z.ZodLiteral<"ETH">;
@@ -19659,6 +19815,15 @@ declare const rpcResult: {
19659
19815
  }, {
19660
19816
  chain: "Ethereum";
19661
19817
  asset: "USDT";
19818
+ }>, z.ZodObject<{
19819
+ chain: z.ZodLiteral<"Ethereum">;
19820
+ asset: z.ZodLiteral<"WBTC">;
19821
+ }, "strip", z.ZodTypeAny, {
19822
+ chain: "Ethereum";
19823
+ asset: "WBTC";
19824
+ }, {
19825
+ chain: "Ethereum";
19826
+ asset: "WBTC";
19662
19827
  }>, z.ZodObject<{
19663
19828
  chain: z.ZodLiteral<"Arbitrum">;
19664
19829
  asset: z.ZodLiteral<"ETH">;
@@ -19750,6 +19915,9 @@ declare const rpcResult: {
19750
19915
  } | {
19751
19916
  chain: "Ethereum";
19752
19917
  asset: "USDT";
19918
+ } | {
19919
+ chain: "Ethereum";
19920
+ asset: "WBTC";
19753
19921
  } | {
19754
19922
  chain: "Arbitrum";
19755
19923
  asset: "ETH";
@@ -19792,6 +19960,9 @@ declare const rpcResult: {
19792
19960
  } | {
19793
19961
  chain: "Ethereum";
19794
19962
  asset: "USDT";
19963
+ } | {
19964
+ chain: "Ethereum";
19965
+ asset: "WBTC";
19795
19966
  } | {
19796
19967
  chain: "Arbitrum";
19797
19968
  asset: "ETH";
@@ -19834,6 +20005,9 @@ declare const rpcResult: {
19834
20005
  } | {
19835
20006
  chain: "Ethereum";
19836
20007
  asset: "USDT";
20008
+ } | {
20009
+ chain: "Ethereum";
20010
+ asset: "WBTC";
19837
20011
  } | {
19838
20012
  chain: "Arbitrum";
19839
20013
  asset: "ETH";
@@ -19876,6 +20050,9 @@ declare const rpcResult: {
19876
20050
  } | {
19877
20051
  chain: "Ethereum";
19878
20052
  asset: "USDT";
20053
+ } | {
20054
+ chain: "Ethereum";
20055
+ asset: "WBTC";
19879
20056
  } | {
19880
20057
  chain: "Arbitrum";
19881
20058
  asset: "ETH";
@@ -19921,6 +20098,9 @@ declare const rpcResult: {
19921
20098
  } | {
19922
20099
  chain: "Ethereum";
19923
20100
  asset: "USDT";
20101
+ } | {
20102
+ chain: "Ethereum";
20103
+ asset: "WBTC";
19924
20104
  } | {
19925
20105
  chain: "Arbitrum";
19926
20106
  asset: "ETH";
@@ -19963,6 +20143,9 @@ declare const rpcResult: {
19963
20143
  } | {
19964
20144
  chain: "Ethereum";
19965
20145
  asset: "USDT";
20146
+ } | {
20147
+ chain: "Ethereum";
20148
+ asset: "WBTC";
19966
20149
  } | {
19967
20150
  chain: "Arbitrum";
19968
20151
  asset: "ETH";
@@ -20005,6 +20188,9 @@ declare const rpcResult: {
20005
20188
  } | {
20006
20189
  chain: "Ethereum";
20007
20190
  asset: "USDT";
20191
+ } | {
20192
+ chain: "Ethereum";
20193
+ asset: "WBTC";
20008
20194
  } | {
20009
20195
  chain: "Arbitrum";
20010
20196
  asset: "ETH";
@@ -20047,6 +20233,9 @@ declare const rpcResult: {
20047
20233
  } | {
20048
20234
  chain: "Ethereum";
20049
20235
  asset: "USDT";
20236
+ } | {
20237
+ chain: "Ethereum";
20238
+ asset: "WBTC";
20050
20239
  } | {
20051
20240
  chain: "Arbitrum";
20052
20241
  asset: "ETH";
@@ -21071,6 +21260,15 @@ declare const rpcResult: {
21071
21260
  }, {
21072
21261
  chain: "Ethereum";
21073
21262
  asset: "USDT";
21263
+ }>, z.ZodObject<{
21264
+ chain: z.ZodLiteral<"Ethereum">;
21265
+ asset: z.ZodLiteral<"WBTC">;
21266
+ }, "strip", z.ZodTypeAny, {
21267
+ chain: "Ethereum";
21268
+ asset: "WBTC";
21269
+ }, {
21270
+ chain: "Ethereum";
21271
+ asset: "WBTC";
21074
21272
  }>, z.ZodObject<{
21075
21273
  chain: z.ZodLiteral<"Arbitrum">;
21076
21274
  asset: z.ZodLiteral<"ETH">;
@@ -21273,6 +21471,15 @@ declare const rpcResult: {
21273
21471
  }, {
21274
21472
  chain: "Ethereum";
21275
21473
  asset: "USDT";
21474
+ }>, z.ZodObject<{
21475
+ chain: z.ZodLiteral<"Ethereum">;
21476
+ asset: z.ZodLiteral<"WBTC">;
21477
+ }, "strip", z.ZodTypeAny, {
21478
+ chain: "Ethereum";
21479
+ asset: "WBTC";
21480
+ }, {
21481
+ chain: "Ethereum";
21482
+ asset: "WBTC";
21276
21483
  }>, z.ZodObject<{
21277
21484
  chain: z.ZodLiteral<"Arbitrum">;
21278
21485
  asset: z.ZodLiteral<"ETH">;
@@ -21749,6 +21956,15 @@ declare const rpcResult: {
21749
21956
  }, {
21750
21957
  chain: "Ethereum";
21751
21958
  asset: "USDT";
21959
+ }>, z.ZodObject<{
21960
+ chain: z.ZodLiteral<"Ethereum">;
21961
+ asset: z.ZodLiteral<"WBTC">;
21962
+ }, "strip", z.ZodTypeAny, {
21963
+ chain: "Ethereum";
21964
+ asset: "WBTC";
21965
+ }, {
21966
+ chain: "Ethereum";
21967
+ asset: "WBTC";
21752
21968
  }>, z.ZodObject<{
21753
21969
  chain: z.ZodLiteral<"Arbitrum">;
21754
21970
  asset: z.ZodLiteral<"ETH">;
@@ -21832,6 +22048,9 @@ declare const rpcResult: {
21832
22048
  } | {
21833
22049
  chain: "Ethereum";
21834
22050
  asset: "USDT";
22051
+ } | {
22052
+ chain: "Ethereum";
22053
+ asset: "WBTC";
21835
22054
  } | {
21836
22055
  chain: "Arbitrum";
21837
22056
  asset: "ETH";
@@ -21874,6 +22093,9 @@ declare const rpcResult: {
21874
22093
  } | {
21875
22094
  chain: "Ethereum";
21876
22095
  asset: "USDT";
22096
+ } | {
22097
+ chain: "Ethereum";
22098
+ asset: "WBTC";
21877
22099
  } | {
21878
22100
  chain: "Arbitrum";
21879
22101
  asset: "ETH";
@@ -21918,6 +22140,9 @@ declare const rpcResult: {
21918
22140
  } | {
21919
22141
  chain: "Ethereum";
21920
22142
  asset: "USDT";
22143
+ } | {
22144
+ chain: "Ethereum";
22145
+ asset: "WBTC";
21921
22146
  } | {
21922
22147
  chain: "Arbitrum";
21923
22148
  asset: "ETH";
@@ -21962,6 +22187,9 @@ declare const rpcResult: {
21962
22187
  } | {
21963
22188
  chain: "Ethereum";
21964
22189
  asset: "USDT";
22190
+ } | {
22191
+ chain: "Ethereum";
22192
+ asset: "WBTC";
21965
22193
  } | {
21966
22194
  chain: "Arbitrum";
21967
22195
  asset: "ETH";
@@ -22044,6 +22272,15 @@ declare const rpcResult: {
22044
22272
  }, {
22045
22273
  chain: "Ethereum";
22046
22274
  asset: "USDT";
22275
+ }>, z.ZodObject<{
22276
+ chain: z.ZodLiteral<"Ethereum">;
22277
+ asset: z.ZodLiteral<"WBTC">;
22278
+ }, "strip", z.ZodTypeAny, {
22279
+ chain: "Ethereum";
22280
+ asset: "WBTC";
22281
+ }, {
22282
+ chain: "Ethereum";
22283
+ asset: "WBTC";
22047
22284
  }>, z.ZodObject<{
22048
22285
  chain: z.ZodLiteral<"Arbitrum">;
22049
22286
  asset: z.ZodLiteral<"ETH">;
@@ -22127,6 +22364,9 @@ declare const rpcResult: {
22127
22364
  } | {
22128
22365
  chain: "Ethereum";
22129
22366
  asset: "USDT";
22367
+ } | {
22368
+ chain: "Ethereum";
22369
+ asset: "WBTC";
22130
22370
  } | {
22131
22371
  chain: "Arbitrum";
22132
22372
  asset: "ETH";
@@ -22170,6 +22410,9 @@ declare const rpcResult: {
22170
22410
  } | {
22171
22411
  chain: "Ethereum";
22172
22412
  asset: "USDT";
22413
+ } | {
22414
+ chain: "Ethereum";
22415
+ asset: "WBTC";
22173
22416
  } | {
22174
22417
  chain: "Arbitrum";
22175
22418
  asset: "ETH";
@@ -22215,6 +22458,9 @@ declare const rpcResult: {
22215
22458
  } | {
22216
22459
  chain: "Ethereum";
22217
22460
  asset: "USDT";
22461
+ } | {
22462
+ chain: "Ethereum";
22463
+ asset: "WBTC";
22218
22464
  } | {
22219
22465
  chain: "Arbitrum";
22220
22466
  asset: "ETH";
@@ -22260,6 +22506,9 @@ declare const rpcResult: {
22260
22506
  } | {
22261
22507
  chain: "Ethereum";
22262
22508
  asset: "USDT";
22509
+ } | {
22510
+ chain: "Ethereum";
22511
+ asset: "WBTC";
22263
22512
  } | {
22264
22513
  chain: "Arbitrum";
22265
22514
  asset: "ETH";
@@ -22345,6 +22594,15 @@ declare const rpcResult: {
22345
22594
  }, {
22346
22595
  chain: "Ethereum";
22347
22596
  asset: "USDT";
22597
+ }>, z.ZodObject<{
22598
+ chain: z.ZodLiteral<"Ethereum">;
22599
+ asset: z.ZodLiteral<"WBTC">;
22600
+ }, "strip", z.ZodTypeAny, {
22601
+ chain: "Ethereum";
22602
+ asset: "WBTC";
22603
+ }, {
22604
+ chain: "Ethereum";
22605
+ asset: "WBTC";
22348
22606
  }>, z.ZodObject<{
22349
22607
  chain: z.ZodLiteral<"Arbitrum">;
22350
22608
  asset: z.ZodLiteral<"ETH">;
@@ -22428,6 +22686,9 @@ declare const rpcResult: {
22428
22686
  } | {
22429
22687
  chain: "Ethereum";
22430
22688
  asset: "USDT";
22689
+ } | {
22690
+ chain: "Ethereum";
22691
+ asset: "WBTC";
22431
22692
  } | {
22432
22693
  chain: "Arbitrum";
22433
22694
  asset: "ETH";
@@ -22473,6 +22734,9 @@ declare const rpcResult: {
22473
22734
  } | {
22474
22735
  chain: "Ethereum";
22475
22736
  asset: "USDT";
22737
+ } | {
22738
+ chain: "Ethereum";
22739
+ asset: "WBTC";
22476
22740
  } | {
22477
22741
  chain: "Arbitrum";
22478
22742
  asset: "ETH";
@@ -22520,6 +22784,9 @@ declare const rpcResult: {
22520
22784
  } | {
22521
22785
  chain: "Ethereum";
22522
22786
  asset: "USDT";
22787
+ } | {
22788
+ chain: "Ethereum";
22789
+ asset: "WBTC";
22523
22790
  } | {
22524
22791
  chain: "Arbitrum";
22525
22792
  asset: "ETH";
@@ -22567,6 +22834,9 @@ declare const rpcResult: {
22567
22834
  } | {
22568
22835
  chain: "Ethereum";
22569
22836
  asset: "USDT";
22837
+ } | {
22838
+ chain: "Ethereum";
22839
+ asset: "WBTC";
22570
22840
  } | {
22571
22841
  chain: "Arbitrum";
22572
22842
  asset: "ETH";
@@ -22649,6 +22919,15 @@ declare const rpcResult: {
22649
22919
  }, {
22650
22920
  chain: "Ethereum";
22651
22921
  asset: "USDT";
22922
+ }>, z.ZodObject<{
22923
+ chain: z.ZodLiteral<"Ethereum">;
22924
+ asset: z.ZodLiteral<"WBTC">;
22925
+ }, "strip", z.ZodTypeAny, {
22926
+ chain: "Ethereum";
22927
+ asset: "WBTC";
22928
+ }, {
22929
+ chain: "Ethereum";
22930
+ asset: "WBTC";
22652
22931
  }>, z.ZodObject<{
22653
22932
  chain: z.ZodLiteral<"Arbitrum">;
22654
22933
  asset: z.ZodLiteral<"ETH">;
@@ -22736,6 +23015,9 @@ declare const rpcResult: {
22736
23015
  } | {
22737
23016
  chain: "Ethereum";
22738
23017
  asset: "USDT";
23018
+ } | {
23019
+ chain: "Ethereum";
23020
+ asset: "WBTC";
22739
23021
  } | {
22740
23022
  chain: "Arbitrum";
22741
23023
  asset: "ETH";
@@ -22780,6 +23062,9 @@ declare const rpcResult: {
22780
23062
  } | {
22781
23063
  chain: "Ethereum";
22782
23064
  asset: "USDT";
23065
+ } | {
23066
+ chain: "Ethereum";
23067
+ asset: "WBTC";
22783
23068
  } | {
22784
23069
  chain: "Arbitrum";
22785
23070
  asset: "ETH";
@@ -22825,6 +23110,9 @@ declare const rpcResult: {
22825
23110
  } | {
22826
23111
  chain: "Ethereum";
22827
23112
  asset: "USDT";
23113
+ } | {
23114
+ chain: "Ethereum";
23115
+ asset: "WBTC";
22828
23116
  } | {
22829
23117
  chain: "Arbitrum";
22830
23118
  asset: "ETH";
@@ -22871,6 +23159,9 @@ declare const rpcResult: {
22871
23159
  } | {
22872
23160
  chain: "Ethereum";
22873
23161
  asset: "USDT";
23162
+ } | {
23163
+ chain: "Ethereum";
23164
+ asset: "WBTC";
22874
23165
  } | {
22875
23166
  chain: "Arbitrum";
22876
23167
  asset: "ETH";
@@ -22916,6 +23207,9 @@ declare const rpcResult: {
22916
23207
  } | {
22917
23208
  chain: "Ethereum";
22918
23209
  asset: "USDT";
23210
+ } | {
23211
+ chain: "Ethereum";
23212
+ asset: "WBTC";
22919
23213
  } | {
22920
23214
  chain: "Arbitrum";
22921
23215
  asset: "ETH";
@@ -22960,6 +23254,9 @@ declare const rpcResult: {
22960
23254
  } | {
22961
23255
  chain: "Ethereum";
22962
23256
  asset: "USDT";
23257
+ } | {
23258
+ chain: "Ethereum";
23259
+ asset: "WBTC";
22963
23260
  } | {
22964
23261
  chain: "Arbitrum";
22965
23262
  asset: "ETH";
@@ -23005,6 +23302,9 @@ declare const rpcResult: {
23005
23302
  } | {
23006
23303
  chain: "Ethereum";
23007
23304
  asset: "USDT";
23305
+ } | {
23306
+ chain: "Ethereum";
23307
+ asset: "WBTC";
23008
23308
  } | {
23009
23309
  chain: "Arbitrum";
23010
23310
  asset: "ETH";
@@ -23051,6 +23351,9 @@ declare const rpcResult: {
23051
23351
  } | {
23052
23352
  chain: "Ethereum";
23053
23353
  asset: "USDT";
23354
+ } | {
23355
+ chain: "Ethereum";
23356
+ asset: "WBTC";
23054
23357
  } | {
23055
23358
  chain: "Arbitrum";
23056
23359
  asset: "ETH";
@@ -23451,6 +23754,15 @@ declare const rpcResult: {
23451
23754
  }, {
23452
23755
  chain: "Ethereum";
23453
23756
  asset: "USDT";
23757
+ }>, z.ZodObject<{
23758
+ chain: z.ZodLiteral<"Ethereum">;
23759
+ asset: z.ZodLiteral<"WBTC">;
23760
+ }, "strip", z.ZodTypeAny, {
23761
+ chain: "Ethereum";
23762
+ asset: "WBTC";
23763
+ }, {
23764
+ chain: "Ethereum";
23765
+ asset: "WBTC";
23454
23766
  }>, z.ZodObject<{
23455
23767
  chain: z.ZodLiteral<"Arbitrum">;
23456
23768
  asset: z.ZodLiteral<"ETH">;
@@ -23526,6 +23838,9 @@ declare const rpcResult: {
23526
23838
  } | {
23527
23839
  chain: "Ethereum";
23528
23840
  asset: "USDT";
23841
+ } | {
23842
+ chain: "Ethereum";
23843
+ asset: "WBTC";
23529
23844
  } | {
23530
23845
  chain: "Arbitrum";
23531
23846
  asset: "ETH";
@@ -23565,6 +23880,9 @@ declare const rpcResult: {
23565
23880
  } | {
23566
23881
  chain: "Ethereum";
23567
23882
  asset: "USDT";
23883
+ } | {
23884
+ chain: "Ethereum";
23885
+ asset: "WBTC";
23568
23886
  } | {
23569
23887
  chain: "Arbitrum";
23570
23888
  asset: "ETH";
@@ -23610,6 +23928,9 @@ declare const rpcResult: {
23610
23928
  } | {
23611
23929
  chain: "Ethereum";
23612
23930
  asset: "USDT";
23931
+ } | {
23932
+ chain: "Ethereum";
23933
+ asset: "WBTC";
23613
23934
  } | {
23614
23935
  chain: "Arbitrum";
23615
23936
  asset: "ETH";
@@ -23655,6 +23976,9 @@ declare const rpcResult: {
23655
23976
  } | {
23656
23977
  chain: "Ethereum";
23657
23978
  asset: "USDT";
23979
+ } | {
23980
+ chain: "Ethereum";
23981
+ asset: "WBTC";
23658
23982
  } | {
23659
23983
  chain: "Arbitrum";
23660
23984
  asset: "ETH";
@@ -23858,6 +24182,15 @@ declare const rpcResult: {
23858
24182
  }, {
23859
24183
  chain: "Ethereum";
23860
24184
  asset: "USDT";
24185
+ }>, z.ZodObject<{
24186
+ chain: z.ZodLiteral<"Ethereum">;
24187
+ asset: z.ZodLiteral<"WBTC">;
24188
+ }, "strip", z.ZodTypeAny, {
24189
+ chain: "Ethereum";
24190
+ asset: "WBTC";
24191
+ }, {
24192
+ chain: "Ethereum";
24193
+ asset: "WBTC";
23861
24194
  }>, z.ZodObject<{
23862
24195
  chain: z.ZodLiteral<"Arbitrum">;
23863
24196
  asset: z.ZodLiteral<"ETH">;
@@ -23976,6 +24309,15 @@ declare const rpcResult: {
23976
24309
  }, {
23977
24310
  chain: "Ethereum";
23978
24311
  asset: "USDT";
24312
+ }>, z.ZodObject<{
24313
+ chain: z.ZodLiteral<"Ethereum">;
24314
+ asset: z.ZodLiteral<"WBTC">;
24315
+ }, "strip", z.ZodTypeAny, {
24316
+ chain: "Ethereum";
24317
+ asset: "WBTC";
24318
+ }, {
24319
+ chain: "Ethereum";
24320
+ asset: "WBTC";
23979
24321
  }>, z.ZodObject<{
23980
24322
  chain: z.ZodLiteral<"Arbitrum">;
23981
24323
  asset: z.ZodLiteral<"ETH">;
@@ -24094,6 +24436,15 @@ declare const rpcResult: {
24094
24436
  }, {
24095
24437
  chain: "Ethereum";
24096
24438
  asset: "USDT";
24439
+ }>, z.ZodObject<{
24440
+ chain: z.ZodLiteral<"Ethereum">;
24441
+ asset: z.ZodLiteral<"WBTC">;
24442
+ }, "strip", z.ZodTypeAny, {
24443
+ chain: "Ethereum";
24444
+ asset: "WBTC";
24445
+ }, {
24446
+ chain: "Ethereum";
24447
+ asset: "WBTC";
24097
24448
  }>, z.ZodObject<{
24098
24449
  chain: z.ZodLiteral<"Arbitrum">;
24099
24450
  asset: z.ZodLiteral<"ETH">;
@@ -24212,6 +24563,15 @@ declare const rpcResult: {
24212
24563
  }, {
24213
24564
  chain: "Ethereum";
24214
24565
  asset: "USDT";
24566
+ }>, z.ZodObject<{
24567
+ chain: z.ZodLiteral<"Ethereum">;
24568
+ asset: z.ZodLiteral<"WBTC">;
24569
+ }, "strip", z.ZodTypeAny, {
24570
+ chain: "Ethereum";
24571
+ asset: "WBTC";
24572
+ }, {
24573
+ chain: "Ethereum";
24574
+ asset: "WBTC";
24215
24575
  }>, z.ZodObject<{
24216
24576
  chain: z.ZodLiteral<"Arbitrum">;
24217
24577
  asset: z.ZodLiteral<"ETH">;
@@ -24330,6 +24690,15 @@ declare const rpcResult: {
24330
24690
  }, {
24331
24691
  chain: "Ethereum";
24332
24692
  asset: "USDT";
24693
+ }>, z.ZodObject<{
24694
+ chain: z.ZodLiteral<"Ethereum">;
24695
+ asset: z.ZodLiteral<"WBTC">;
24696
+ }, "strip", z.ZodTypeAny, {
24697
+ chain: "Ethereum";
24698
+ asset: "WBTC";
24699
+ }, {
24700
+ chain: "Ethereum";
24701
+ asset: "WBTC";
24333
24702
  }>, z.ZodObject<{
24334
24703
  chain: z.ZodLiteral<"Arbitrum">;
24335
24704
  asset: z.ZodLiteral<"ETH">;
@@ -24415,6 +24784,9 @@ declare const rpcResult: {
24415
24784
  } | {
24416
24785
  chain: "Ethereum";
24417
24786
  asset: "USDT";
24787
+ } | {
24788
+ chain: "Ethereum";
24789
+ asset: "WBTC";
24418
24790
  } | {
24419
24791
  chain: "Arbitrum";
24420
24792
  asset: "ETH";
@@ -24455,6 +24827,9 @@ declare const rpcResult: {
24455
24827
  } | {
24456
24828
  chain: "Ethereum";
24457
24829
  asset: "USDT";
24830
+ } | {
24831
+ chain: "Ethereum";
24832
+ asset: "WBTC";
24458
24833
  } | {
24459
24834
  chain: "Arbitrum";
24460
24835
  asset: "ETH";
@@ -24495,6 +24870,9 @@ declare const rpcResult: {
24495
24870
  } | {
24496
24871
  chain: "Ethereum";
24497
24872
  asset: "USDT";
24873
+ } | {
24874
+ chain: "Ethereum";
24875
+ asset: "WBTC";
24498
24876
  } | {
24499
24877
  chain: "Arbitrum";
24500
24878
  asset: "ETH";
@@ -24535,6 +24913,9 @@ declare const rpcResult: {
24535
24913
  } | {
24536
24914
  chain: "Ethereum";
24537
24915
  asset: "USDT";
24916
+ } | {
24917
+ chain: "Ethereum";
24918
+ asset: "WBTC";
24538
24919
  } | {
24539
24920
  chain: "Arbitrum";
24540
24921
  asset: "ETH";
@@ -24575,6 +24956,9 @@ declare const rpcResult: {
24575
24956
  } | {
24576
24957
  chain: "Ethereum";
24577
24958
  asset: "USDT";
24959
+ } | {
24960
+ chain: "Ethereum";
24961
+ asset: "WBTC";
24578
24962
  } | {
24579
24963
  chain: "Arbitrum";
24580
24964
  asset: "ETH";
@@ -24618,6 +25002,9 @@ declare const rpcResult: {
24618
25002
  } | {
24619
25003
  chain: "Ethereum";
24620
25004
  asset: "USDT";
25005
+ } | {
25006
+ chain: "Ethereum";
25007
+ asset: "WBTC";
24621
25008
  } | {
24622
25009
  chain: "Arbitrum";
24623
25010
  asset: "ETH";
@@ -24658,6 +25045,9 @@ declare const rpcResult: {
24658
25045
  } | {
24659
25046
  chain: "Ethereum";
24660
25047
  asset: "USDT";
25048
+ } | {
25049
+ chain: "Ethereum";
25050
+ asset: "WBTC";
24661
25051
  } | {
24662
25052
  chain: "Arbitrum";
24663
25053
  asset: "ETH";
@@ -24698,6 +25088,9 @@ declare const rpcResult: {
24698
25088
  } | {
24699
25089
  chain: "Ethereum";
24700
25090
  asset: "USDT";
25091
+ } | {
25092
+ chain: "Ethereum";
25093
+ asset: "WBTC";
24701
25094
  } | {
24702
25095
  chain: "Arbitrum";
24703
25096
  asset: "ETH";
@@ -24738,6 +25131,9 @@ declare const rpcResult: {
24738
25131
  } | {
24739
25132
  chain: "Ethereum";
24740
25133
  asset: "USDT";
25134
+ } | {
25135
+ chain: "Ethereum";
25136
+ asset: "WBTC";
24741
25137
  } | {
24742
25138
  chain: "Arbitrum";
24743
25139
  asset: "ETH";
@@ -24778,6 +25174,9 @@ declare const rpcResult: {
24778
25174
  } | {
24779
25175
  chain: "Ethereum";
24780
25176
  asset: "USDT";
25177
+ } | {
25178
+ chain: "Ethereum";
25179
+ asset: "WBTC";
24781
25180
  } | {
24782
25181
  chain: "Arbitrum";
24783
25182
  asset: "ETH";
@@ -25035,6 +25434,9 @@ declare const rpcResult: {
25035
25434
  } | {
25036
25435
  chain: "Ethereum";
25037
25436
  asset: "USDT";
25437
+ } | {
25438
+ chain: "Ethereum";
25439
+ asset: "WBTC";
25038
25440
  } | {
25039
25441
  chain: "Arbitrum";
25040
25442
  asset: "ETH";
@@ -25075,6 +25477,9 @@ declare const rpcResult: {
25075
25477
  } | {
25076
25478
  chain: "Ethereum";
25077
25479
  asset: "USDT";
25480
+ } | {
25481
+ chain: "Ethereum";
25482
+ asset: "WBTC";
25078
25483
  } | {
25079
25484
  chain: "Arbitrum";
25080
25485
  asset: "ETH";
@@ -25115,6 +25520,9 @@ declare const rpcResult: {
25115
25520
  } | {
25116
25521
  chain: "Ethereum";
25117
25522
  asset: "USDT";
25523
+ } | {
25524
+ chain: "Ethereum";
25525
+ asset: "WBTC";
25118
25526
  } | {
25119
25527
  chain: "Arbitrum";
25120
25528
  asset: "ETH";
@@ -25155,6 +25563,9 @@ declare const rpcResult: {
25155
25563
  } | {
25156
25564
  chain: "Ethereum";
25157
25565
  asset: "USDT";
25566
+ } | {
25567
+ chain: "Ethereum";
25568
+ asset: "WBTC";
25158
25569
  } | {
25159
25570
  chain: "Arbitrum";
25160
25571
  asset: "ETH";
@@ -25195,6 +25606,9 @@ declare const rpcResult: {
25195
25606
  } | {
25196
25607
  chain: "Ethereum";
25197
25608
  asset: "USDT";
25609
+ } | {
25610
+ chain: "Ethereum";
25611
+ asset: "WBTC";
25198
25612
  } | {
25199
25613
  chain: "Arbitrum";
25200
25614
  asset: "ETH";
@@ -25352,6 +25766,9 @@ declare const rpcResult: {
25352
25766
  } | {
25353
25767
  chain: "Ethereum";
25354
25768
  asset: "USDT";
25769
+ } | {
25770
+ chain: "Ethereum";
25771
+ asset: "WBTC";
25355
25772
  } | {
25356
25773
  chain: "Arbitrum";
25357
25774
  asset: "ETH";
@@ -25392,6 +25809,9 @@ declare const rpcResult: {
25392
25809
  } | {
25393
25810
  chain: "Ethereum";
25394
25811
  asset: "USDT";
25812
+ } | {
25813
+ chain: "Ethereum";
25814
+ asset: "WBTC";
25395
25815
  } | {
25396
25816
  chain: "Arbitrum";
25397
25817
  asset: "ETH";
@@ -25432,6 +25852,9 @@ declare const rpcResult: {
25432
25852
  } | {
25433
25853
  chain: "Ethereum";
25434
25854
  asset: "USDT";
25855
+ } | {
25856
+ chain: "Ethereum";
25857
+ asset: "WBTC";
25435
25858
  } | {
25436
25859
  chain: "Arbitrum";
25437
25860
  asset: "ETH";
@@ -25472,6 +25895,9 @@ declare const rpcResult: {
25472
25895
  } | {
25473
25896
  chain: "Ethereum";
25474
25897
  asset: "USDT";
25898
+ } | {
25899
+ chain: "Ethereum";
25900
+ asset: "WBTC";
25475
25901
  } | {
25476
25902
  chain: "Arbitrum";
25477
25903
  asset: "ETH";
@@ -25512,6 +25938,9 @@ declare const rpcResult: {
25512
25938
  } | {
25513
25939
  chain: "Ethereum";
25514
25940
  asset: "USDT";
25941
+ } | {
25942
+ chain: "Ethereum";
25943
+ asset: "WBTC";
25515
25944
  } | {
25516
25945
  chain: "Arbitrum";
25517
25946
  asset: "ETH";
@@ -25676,6 +26105,15 @@ declare const rpcResult: {
25676
26105
  }, {
25677
26106
  chain: "Ethereum";
25678
26107
  asset: "USDT";
26108
+ }>, z.ZodObject<{
26109
+ chain: z.ZodLiteral<"Ethereum">;
26110
+ asset: z.ZodLiteral<"WBTC">;
26111
+ }, "strip", z.ZodTypeAny, {
26112
+ chain: "Ethereum";
26113
+ asset: "WBTC";
26114
+ }, {
26115
+ chain: "Ethereum";
26116
+ asset: "WBTC";
25679
26117
  }>, z.ZodObject<{
25680
26118
  chain: z.ZodLiteral<"Arbitrum">;
25681
26119
  asset: z.ZodLiteral<"ETH">;
@@ -25781,6 +26219,9 @@ declare const rpcResult: {
25781
26219
  } | {
25782
26220
  chain: "Ethereum";
25783
26221
  asset: "USDT";
26222
+ } | {
26223
+ chain: "Ethereum";
26224
+ asset: "WBTC";
25784
26225
  } | {
25785
26226
  chain: "Arbitrum";
25786
26227
  asset: "ETH";
@@ -25834,6 +26275,9 @@ declare const rpcResult: {
25834
26275
  } | {
25835
26276
  chain: "Ethereum";
25836
26277
  asset: "USDT";
26278
+ } | {
26279
+ chain: "Ethereum";
26280
+ asset: "WBTC";
25837
26281
  } | {
25838
26282
  chain: "Arbitrum";
25839
26283
  asset: "ETH";
@@ -25985,7 +26429,7 @@ declare const rpcResult: {
25985
26429
  }>;
25986
26430
  readonly cf_loan_accounts: z.ZodArray<z.ZodObject<{
25987
26431
  account: z.ZodEffects<z.ZodString, `cF${string}`, string>;
25988
- collateral_topup_asset: z.ZodUnion<[z.ZodObject<{
26432
+ collateral_topup_asset: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
25989
26433
  chain: z.ZodLiteral<"Bitcoin">;
25990
26434
  asset: z.ZodLiteral<"BTC">;
25991
26435
  }, "strip", z.ZodTypeAny, {
@@ -26039,6 +26483,15 @@ declare const rpcResult: {
26039
26483
  }, {
26040
26484
  chain: "Ethereum";
26041
26485
  asset: "USDT";
26486
+ }>, z.ZodObject<{
26487
+ chain: z.ZodLiteral<"Ethereum">;
26488
+ asset: z.ZodLiteral<"WBTC">;
26489
+ }, "strip", z.ZodTypeAny, {
26490
+ chain: "Ethereum";
26491
+ asset: "WBTC";
26492
+ }, {
26493
+ chain: "Ethereum";
26494
+ asset: "WBTC";
26042
26495
  }>, z.ZodObject<{
26043
26496
  chain: z.ZodLiteral<"Arbitrum">;
26044
26497
  asset: z.ZodLiteral<"ETH">;
@@ -26102,7 +26555,7 @@ declare const rpcResult: {
26102
26555
  }, {
26103
26556
  chain: "Assethub";
26104
26557
  asset: "USDT";
26105
- }>]>;
26558
+ }>]>>;
26106
26559
  ltv_ratio: z.ZodNullable<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>, z.ZodString]>, bigint, string | number>>;
26107
26560
  collateral: z.ZodArray<z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
26108
26561
  chain: z.ZodLiteral<"Bitcoin">;
@@ -26158,6 +26611,15 @@ declare const rpcResult: {
26158
26611
  }, {
26159
26612
  chain: "Ethereum";
26160
26613
  asset: "USDT";
26614
+ }>, z.ZodObject<{
26615
+ chain: z.ZodLiteral<"Ethereum">;
26616
+ asset: z.ZodLiteral<"WBTC">;
26617
+ }, "strip", z.ZodTypeAny, {
26618
+ chain: "Ethereum";
26619
+ asset: "WBTC";
26620
+ }, {
26621
+ chain: "Ethereum";
26622
+ asset: "WBTC";
26161
26623
  }>, z.ZodObject<{
26162
26624
  chain: z.ZodLiteral<"Arbitrum">;
26163
26625
  asset: z.ZodLiteral<"ETH">;
@@ -26284,6 +26746,15 @@ declare const rpcResult: {
26284
26746
  }, {
26285
26747
  chain: "Ethereum";
26286
26748
  asset: "USDT";
26749
+ }>, z.ZodObject<{
26750
+ chain: z.ZodLiteral<"Ethereum">;
26751
+ asset: z.ZodLiteral<"WBTC">;
26752
+ }, "strip", z.ZodTypeAny, {
26753
+ chain: "Ethereum";
26754
+ asset: "WBTC";
26755
+ }, {
26756
+ chain: "Ethereum";
26757
+ asset: "WBTC";
26287
26758
  }>, z.ZodObject<{
26288
26759
  chain: z.ZodLiteral<"Arbitrum">;
26289
26760
  asset: z.ZodLiteral<"ETH">;
@@ -26368,6 +26839,9 @@ declare const rpcResult: {
26368
26839
  } | {
26369
26840
  chain: "Ethereum";
26370
26841
  asset: "USDT";
26842
+ } | {
26843
+ chain: "Ethereum";
26844
+ asset: "WBTC";
26371
26845
  } | {
26372
26846
  chain: "Arbitrum";
26373
26847
  asset: "ETH";
@@ -26411,6 +26885,9 @@ declare const rpcResult: {
26411
26885
  } | {
26412
26886
  chain: "Ethereum";
26413
26887
  asset: "USDT";
26888
+ } | {
26889
+ chain: "Ethereum";
26890
+ asset: "WBTC";
26414
26891
  } | {
26415
26892
  chain: "Arbitrum";
26416
26893
  asset: "ETH";
@@ -26481,6 +26958,9 @@ declare const rpcResult: {
26481
26958
  } | {
26482
26959
  chain: "Ethereum";
26483
26960
  asset: "USDT";
26961
+ } | {
26962
+ chain: "Ethereum";
26963
+ asset: "WBTC";
26484
26964
  } | {
26485
26965
  chain: "Arbitrum";
26486
26966
  asset: "ETH";
@@ -26502,7 +26982,7 @@ declare const rpcResult: {
26502
26982
  } | {
26503
26983
  chain: "Assethub";
26504
26984
  asset: "USDT";
26505
- };
26985
+ } | null;
26506
26986
  ltv_ratio: bigint | null;
26507
26987
  collateral: (({
26508
26988
  chain: "Bitcoin";
@@ -26522,6 +27002,9 @@ declare const rpcResult: {
26522
27002
  } | {
26523
27003
  chain: "Ethereum";
26524
27004
  asset: "USDT";
27005
+ } | {
27006
+ chain: "Ethereum";
27007
+ asset: "WBTC";
26525
27008
  } | {
26526
27009
  chain: "Arbitrum";
26527
27010
  asset: "ETH";
@@ -26565,6 +27048,9 @@ declare const rpcResult: {
26565
27048
  } | {
26566
27049
  chain: "Ethereum";
26567
27050
  asset: "USDT";
27051
+ } | {
27052
+ chain: "Ethereum";
27053
+ asset: "WBTC";
26568
27054
  } | {
26569
27055
  chain: "Arbitrum";
26570
27056
  asset: "ETH";
@@ -26617,6 +27103,9 @@ declare const rpcResult: {
26617
27103
  } | {
26618
27104
  chain: "Ethereum";
26619
27105
  asset: "USDT";
27106
+ } | {
27107
+ chain: "Ethereum";
27108
+ asset: "WBTC";
26620
27109
  } | {
26621
27110
  chain: "Arbitrum";
26622
27111
  asset: "ETH";
@@ -26638,7 +27127,7 @@ declare const rpcResult: {
26638
27127
  } | {
26639
27128
  chain: "Assethub";
26640
27129
  asset: "USDT";
26641
- };
27130
+ } | null;
26642
27131
  ltv_ratio: string | number | null;
26643
27132
  collateral: (({
26644
27133
  chain: "Bitcoin";
@@ -26658,6 +27147,9 @@ declare const rpcResult: {
26658
27147
  } | {
26659
27148
  chain: "Ethereum";
26660
27149
  asset: "USDT";
27150
+ } | {
27151
+ chain: "Ethereum";
27152
+ asset: "WBTC";
26661
27153
  } | {
26662
27154
  chain: "Arbitrum";
26663
27155
  asset: "ETH";
@@ -26701,6 +27193,9 @@ declare const rpcResult: {
26701
27193
  } | {
26702
27194
  chain: "Ethereum";
26703
27195
  asset: "USDT";
27196
+ } | {
27197
+ chain: "Ethereum";
27198
+ asset: "WBTC";
26704
27199
  } | {
26705
27200
  chain: "Arbitrum";
26706
27201
  asset: "ETH";
@@ -26788,6 +27283,15 @@ declare const rpcResult: {
26788
27283
  }, {
26789
27284
  chain: "Ethereum";
26790
27285
  asset: "USDT";
27286
+ }>, z.ZodObject<{
27287
+ chain: z.ZodLiteral<"Ethereum">;
27288
+ asset: z.ZodLiteral<"WBTC">;
27289
+ }, "strip", z.ZodTypeAny, {
27290
+ chain: "Ethereum";
27291
+ asset: "WBTC";
27292
+ }, {
27293
+ chain: "Ethereum";
27294
+ asset: "WBTC";
26791
27295
  }>, z.ZodObject<{
26792
27296
  chain: z.ZodLiteral<"Arbitrum">;
26793
27297
  asset: z.ZodLiteral<"ETH">;