@chainflip/rpc 1.5.4 → 1.5.6

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.cts CHANGED
@@ -598,24 +598,6 @@ declare const rpcResult: {
598
598
  }, {
599
599
  chain: "Arbitrum";
600
600
  asset: "USDC";
601
- }>, z.ZodObject<{
602
- chain: z.ZodLiteral<"Solana">;
603
- asset: z.ZodLiteral<"SOL">;
604
- }, "strip", z.ZodTypeAny, {
605
- chain: "Solana";
606
- asset: "SOL";
607
- }, {
608
- chain: "Solana";
609
- asset: "SOL";
610
- }>, z.ZodObject<{
611
- chain: z.ZodLiteral<"Solana">;
612
- asset: z.ZodLiteral<"USDC">;
613
- }, "strip", z.ZodTypeAny, {
614
- chain: "Solana";
615
- asset: "USDC";
616
- }, {
617
- chain: "Solana";
618
- asset: "USDC";
619
601
  }>]>, z.ZodObject<{
620
602
  tier: z.ZodNumber;
621
603
  available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
@@ -4955,24 +4937,6 @@ declare const rpcResult: {
4955
4937
  }, {
4956
4938
  chain: "Arbitrum";
4957
4939
  asset: "USDC";
4958
- }>, z.ZodObject<{
4959
- chain: z.ZodLiteral<"Solana">;
4960
- asset: z.ZodLiteral<"SOL">;
4961
- }, "strip", z.ZodTypeAny, {
4962
- chain: "Solana";
4963
- asset: "SOL";
4964
- }, {
4965
- chain: "Solana";
4966
- asset: "SOL";
4967
- }>, z.ZodObject<{
4968
- chain: z.ZodLiteral<"Solana">;
4969
- asset: z.ZodLiteral<"USDC">;
4970
- }, "strip", z.ZodTypeAny, {
4971
- chain: "Solana";
4972
- asset: "USDC";
4973
- }, {
4974
- chain: "Solana";
4975
- asset: "USDC";
4976
4940
  }>]>;
4977
4941
  quote_asset: z.ZodUnion<[z.ZodObject<{
4978
4942
  chain: z.ZodLiteral<"Bitcoin">;
@@ -5046,24 +5010,6 @@ declare const rpcResult: {
5046
5010
  }, {
5047
5011
  chain: "Arbitrum";
5048
5012
  asset: "USDC";
5049
- }>, z.ZodObject<{
5050
- chain: z.ZodLiteral<"Solana">;
5051
- asset: z.ZodLiteral<"SOL">;
5052
- }, "strip", z.ZodTypeAny, {
5053
- chain: "Solana";
5054
- asset: "SOL";
5055
- }, {
5056
- chain: "Solana";
5057
- asset: "SOL";
5058
- }>, z.ZodObject<{
5059
- chain: z.ZodLiteral<"Solana">;
5060
- asset: z.ZodLiteral<"USDC">;
5061
- }, "strip", z.ZodTypeAny, {
5062
- chain: "Solana";
5063
- asset: "USDC";
5064
- }, {
5065
- chain: "Solana";
5066
- asset: "USDC";
5067
5013
  }>]>;
5068
5014
  }, "strip", z.ZodTypeAny, {
5069
5015
  quote_asset: {
@@ -5090,12 +5036,6 @@ declare const rpcResult: {
5090
5036
  } | {
5091
5037
  chain: "Arbitrum";
5092
5038
  asset: "USDC";
5093
- } | {
5094
- chain: "Solana";
5095
- asset: "SOL";
5096
- } | {
5097
- chain: "Solana";
5098
- asset: "USDC";
5099
5039
  };
5100
5040
  sell: bigint | null;
5101
5041
  buy: bigint | null;
@@ -5124,12 +5064,6 @@ declare const rpcResult: {
5124
5064
  } | {
5125
5065
  chain: "Arbitrum";
5126
5066
  asset: "USDC";
5127
- } | {
5128
- chain: "Solana";
5129
- asset: "SOL";
5130
- } | {
5131
- chain: "Solana";
5132
- asset: "USDC";
5133
5067
  };
5134
5068
  }, {
5135
5069
  quote_asset: {
@@ -5156,12 +5090,6 @@ declare const rpcResult: {
5156
5090
  } | {
5157
5091
  chain: "Arbitrum";
5158
5092
  asset: "USDC";
5159
- } | {
5160
- chain: "Solana";
5161
- asset: "SOL";
5162
- } | {
5163
- chain: "Solana";
5164
- asset: "USDC";
5165
5093
  };
5166
5094
  sell: string | number | null;
5167
5095
  buy: string | number | null;
@@ -5190,12 +5118,6 @@ declare const rpcResult: {
5190
5118
  } | {
5191
5119
  chain: "Arbitrum";
5192
5120
  asset: "USDC";
5193
- } | {
5194
- chain: "Solana";
5195
- asset: "SOL";
5196
- } | {
5197
- chain: "Solana";
5198
- asset: "USDC";
5199
5121
  };
5200
5122
  }>;
5201
5123
  readonly cf_pools_environment: z.ZodObject<{
@@ -6999,12 +6921,6 @@ declare const rpcResult: {
6999
6921
  } | {
7000
6922
  chain: "Arbitrum";
7001
6923
  asset: "USDC";
7002
- } | {
7003
- chain: "Solana";
7004
- asset: "SOL";
7005
- } | {
7006
- chain: "Solana";
7007
- asset: "USDC";
7008
6924
  })[], {
7009
6925
  chain: string;
7010
6926
  asset: string;
@@ -7092,24 +7008,6 @@ declare const rpcResult: {
7092
7008
  }, {
7093
7009
  chain: "Arbitrum";
7094
7010
  asset: "USDC";
7095
- }>, z.ZodObject<{
7096
- chain: z.ZodLiteral<"Solana">;
7097
- asset: z.ZodLiteral<"SOL">;
7098
- }, "strip", z.ZodTypeAny, {
7099
- chain: "Solana";
7100
- asset: "SOL";
7101
- }, {
7102
- chain: "Solana";
7103
- asset: "SOL";
7104
- }>, z.ZodObject<{
7105
- chain: z.ZodLiteral<"Solana">;
7106
- asset: z.ZodLiteral<"USDC">;
7107
- }, "strip", z.ZodTypeAny, {
7108
- chain: "Solana";
7109
- asset: "USDC";
7110
- }, {
7111
- chain: "Solana";
7112
- asset: "USDC";
7113
7011
  }>]>, z.ZodObject<{
7114
7012
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7115
7013
  }, "strip", z.ZodTypeAny, {
@@ -7189,24 +7087,6 @@ declare const rpcResult: {
7189
7087
  }, {
7190
7088
  chain: "Arbitrum";
7191
7089
  asset: "USDC";
7192
- }>, z.ZodObject<{
7193
- chain: z.ZodLiteral<"Solana">;
7194
- asset: z.ZodLiteral<"SOL">;
7195
- }, "strip", z.ZodTypeAny, {
7196
- chain: "Solana";
7197
- asset: "SOL";
7198
- }, {
7199
- chain: "Solana";
7200
- asset: "SOL";
7201
- }>, z.ZodObject<{
7202
- chain: z.ZodLiteral<"Solana">;
7203
- asset: z.ZodLiteral<"USDC">;
7204
- }, "strip", z.ZodTypeAny, {
7205
- chain: "Solana";
7206
- asset: "USDC";
7207
- }, {
7208
- chain: "Solana";
7209
- asset: "USDC";
7210
7090
  }>]>, z.ZodObject<{
7211
7091
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7212
7092
  }, "strip", z.ZodTypeAny, {
@@ -7287,24 +7167,6 @@ declare const rpcResult: {
7287
7167
  }, {
7288
7168
  chain: "Arbitrum";
7289
7169
  asset: "USDC";
7290
- }>, z.ZodObject<{
7291
- chain: z.ZodLiteral<"Solana">;
7292
- asset: z.ZodLiteral<"SOL">;
7293
- }, "strip", z.ZodTypeAny, {
7294
- chain: "Solana";
7295
- asset: "SOL";
7296
- }, {
7297
- chain: "Solana";
7298
- asset: "SOL";
7299
- }>, z.ZodObject<{
7300
- chain: z.ZodLiteral<"Solana">;
7301
- asset: z.ZodLiteral<"USDC">;
7302
- }, "strip", z.ZodTypeAny, {
7303
- chain: "Solana";
7304
- asset: "USDC";
7305
- }, {
7306
- chain: "Solana";
7307
- asset: "USDC";
7308
7170
  }>]>, z.ZodObject<{
7309
7171
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7310
7172
  }, "strip", z.ZodTypeAny, {
@@ -7340,12 +7202,6 @@ declare const rpcResult: {
7340
7202
  } | {
7341
7203
  chain: "Arbitrum";
7342
7204
  asset: "USDC";
7343
- } | {
7344
- chain: "Solana";
7345
- asset: "SOL";
7346
- } | {
7347
- chain: "Solana";
7348
- asset: "USDC";
7349
7205
  }) & {
7350
7206
  amount: bigint;
7351
7207
  };
@@ -7373,12 +7229,6 @@ declare const rpcResult: {
7373
7229
  } | {
7374
7230
  chain: "Arbitrum";
7375
7231
  asset: "USDC";
7376
- } | {
7377
- chain: "Solana";
7378
- asset: "SOL";
7379
- } | {
7380
- chain: "Solana";
7381
- asset: "USDC";
7382
7232
  }) & {
7383
7233
  amount: bigint;
7384
7234
  };
@@ -7406,12 +7256,6 @@ declare const rpcResult: {
7406
7256
  } | {
7407
7257
  chain: "Arbitrum";
7408
7258
  asset: "USDC";
7409
- } | {
7410
- chain: "Solana";
7411
- asset: "SOL";
7412
- } | {
7413
- chain: "Solana";
7414
- asset: "USDC";
7415
7259
  }) & {
7416
7260
  amount: bigint;
7417
7261
  };
@@ -7442,12 +7286,6 @@ declare const rpcResult: {
7442
7286
  } | {
7443
7287
  chain: "Arbitrum";
7444
7288
  asset: "USDC";
7445
- } | {
7446
- chain: "Solana";
7447
- asset: "SOL";
7448
- } | {
7449
- chain: "Solana";
7450
- asset: "USDC";
7451
7289
  }) & {
7452
7290
  amount: string | number;
7453
7291
  };
@@ -7475,12 +7313,6 @@ declare const rpcResult: {
7475
7313
  } | {
7476
7314
  chain: "Arbitrum";
7477
7315
  asset: "USDC";
7478
- } | {
7479
- chain: "Solana";
7480
- asset: "SOL";
7481
- } | {
7482
- chain: "Solana";
7483
- asset: "USDC";
7484
7316
  }) & {
7485
7317
  amount: string | number;
7486
7318
  };
@@ -7508,12 +7340,6 @@ declare const rpcResult: {
7508
7340
  } | {
7509
7341
  chain: "Arbitrum";
7510
7342
  asset: "USDC";
7511
- } | {
7512
- chain: "Solana";
7513
- asset: "SOL";
7514
- } | {
7515
- chain: "Solana";
7516
- asset: "USDC";
7517
7343
  }) & {
7518
7344
  amount: string | number;
7519
7345
  };
@@ -7710,24 +7536,6 @@ declare const rpcResult: {
7710
7536
  }, {
7711
7537
  chain: "Arbitrum";
7712
7538
  asset: "USDC";
7713
- }>, z.ZodObject<{
7714
- chain: z.ZodLiteral<"Solana">;
7715
- asset: z.ZodLiteral<"SOL">;
7716
- }, "strip", z.ZodTypeAny, {
7717
- chain: "Solana";
7718
- asset: "SOL";
7719
- }, {
7720
- chain: "Solana";
7721
- asset: "SOL";
7722
- }>, z.ZodObject<{
7723
- chain: z.ZodLiteral<"Solana">;
7724
- asset: z.ZodLiteral<"USDC">;
7725
- }, "strip", z.ZodTypeAny, {
7726
- chain: "Solana";
7727
- asset: "USDC";
7728
- }, {
7729
- chain: "Solana";
7730
- asset: "USDC";
7731
7539
  }>]>, z.ZodObject<{
7732
7540
  fee_tier: z.ZodNumber;
7733
7541
  available_amounts: z.ZodArray<z.ZodObject<{
@@ -7882,24 +7690,6 @@ declare const rpcResult: {
7882
7690
  }, {
7883
7691
  chain: "Arbitrum";
7884
7692
  asset: "USDC";
7885
- }>, z.ZodObject<{
7886
- chain: z.ZodLiteral<"Solana">;
7887
- asset: z.ZodLiteral<"SOL">;
7888
- }, "strip", z.ZodTypeAny, {
7889
- chain: "Solana";
7890
- asset: "SOL";
7891
- }, {
7892
- chain: "Solana";
7893
- asset: "SOL";
7894
- }>, z.ZodObject<{
7895
- chain: z.ZodLiteral<"Solana">;
7896
- asset: z.ZodLiteral<"USDC">;
7897
- }, "strip", z.ZodTypeAny, {
7898
- chain: "Solana";
7899
- asset: "USDC";
7900
- }, {
7901
- chain: "Solana";
7902
- asset: "USDC";
7903
7693
  }>]>, z.ZodObject<{
7904
7694
  fee_tier: z.ZodNumber;
7905
7695
  pending_fees: z.ZodArray<z.ZodObject<{
package/dist/common.d.ts CHANGED
@@ -598,24 +598,6 @@ declare const rpcResult: {
598
598
  }, {
599
599
  chain: "Arbitrum";
600
600
  asset: "USDC";
601
- }>, z.ZodObject<{
602
- chain: z.ZodLiteral<"Solana">;
603
- asset: z.ZodLiteral<"SOL">;
604
- }, "strip", z.ZodTypeAny, {
605
- chain: "Solana";
606
- asset: "SOL";
607
- }, {
608
- chain: "Solana";
609
- asset: "SOL";
610
- }>, z.ZodObject<{
611
- chain: z.ZodLiteral<"Solana">;
612
- asset: z.ZodLiteral<"USDC">;
613
- }, "strip", z.ZodTypeAny, {
614
- chain: "Solana";
615
- asset: "USDC";
616
- }, {
617
- chain: "Solana";
618
- asset: "USDC";
619
601
  }>]>, z.ZodObject<{
620
602
  tier: z.ZodNumber;
621
603
  available_amount: z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>;
@@ -4955,24 +4937,6 @@ declare const rpcResult: {
4955
4937
  }, {
4956
4938
  chain: "Arbitrum";
4957
4939
  asset: "USDC";
4958
- }>, z.ZodObject<{
4959
- chain: z.ZodLiteral<"Solana">;
4960
- asset: z.ZodLiteral<"SOL">;
4961
- }, "strip", z.ZodTypeAny, {
4962
- chain: "Solana";
4963
- asset: "SOL";
4964
- }, {
4965
- chain: "Solana";
4966
- asset: "SOL";
4967
- }>, z.ZodObject<{
4968
- chain: z.ZodLiteral<"Solana">;
4969
- asset: z.ZodLiteral<"USDC">;
4970
- }, "strip", z.ZodTypeAny, {
4971
- chain: "Solana";
4972
- asset: "USDC";
4973
- }, {
4974
- chain: "Solana";
4975
- asset: "USDC";
4976
4940
  }>]>;
4977
4941
  quote_asset: z.ZodUnion<[z.ZodObject<{
4978
4942
  chain: z.ZodLiteral<"Bitcoin">;
@@ -5046,24 +5010,6 @@ declare const rpcResult: {
5046
5010
  }, {
5047
5011
  chain: "Arbitrum";
5048
5012
  asset: "USDC";
5049
- }>, z.ZodObject<{
5050
- chain: z.ZodLiteral<"Solana">;
5051
- asset: z.ZodLiteral<"SOL">;
5052
- }, "strip", z.ZodTypeAny, {
5053
- chain: "Solana";
5054
- asset: "SOL";
5055
- }, {
5056
- chain: "Solana";
5057
- asset: "SOL";
5058
- }>, z.ZodObject<{
5059
- chain: z.ZodLiteral<"Solana">;
5060
- asset: z.ZodLiteral<"USDC">;
5061
- }, "strip", z.ZodTypeAny, {
5062
- chain: "Solana";
5063
- asset: "USDC";
5064
- }, {
5065
- chain: "Solana";
5066
- asset: "USDC";
5067
5013
  }>]>;
5068
5014
  }, "strip", z.ZodTypeAny, {
5069
5015
  quote_asset: {
@@ -5090,12 +5036,6 @@ declare const rpcResult: {
5090
5036
  } | {
5091
5037
  chain: "Arbitrum";
5092
5038
  asset: "USDC";
5093
- } | {
5094
- chain: "Solana";
5095
- asset: "SOL";
5096
- } | {
5097
- chain: "Solana";
5098
- asset: "USDC";
5099
5039
  };
5100
5040
  sell: bigint | null;
5101
5041
  buy: bigint | null;
@@ -5124,12 +5064,6 @@ declare const rpcResult: {
5124
5064
  } | {
5125
5065
  chain: "Arbitrum";
5126
5066
  asset: "USDC";
5127
- } | {
5128
- chain: "Solana";
5129
- asset: "SOL";
5130
- } | {
5131
- chain: "Solana";
5132
- asset: "USDC";
5133
5067
  };
5134
5068
  }, {
5135
5069
  quote_asset: {
@@ -5156,12 +5090,6 @@ declare const rpcResult: {
5156
5090
  } | {
5157
5091
  chain: "Arbitrum";
5158
5092
  asset: "USDC";
5159
- } | {
5160
- chain: "Solana";
5161
- asset: "SOL";
5162
- } | {
5163
- chain: "Solana";
5164
- asset: "USDC";
5165
5093
  };
5166
5094
  sell: string | number | null;
5167
5095
  buy: string | number | null;
@@ -5190,12 +5118,6 @@ declare const rpcResult: {
5190
5118
  } | {
5191
5119
  chain: "Arbitrum";
5192
5120
  asset: "USDC";
5193
- } | {
5194
- chain: "Solana";
5195
- asset: "SOL";
5196
- } | {
5197
- chain: "Solana";
5198
- asset: "USDC";
5199
5121
  };
5200
5122
  }>;
5201
5123
  readonly cf_pools_environment: z.ZodObject<{
@@ -6999,12 +6921,6 @@ declare const rpcResult: {
6999
6921
  } | {
7000
6922
  chain: "Arbitrum";
7001
6923
  asset: "USDC";
7002
- } | {
7003
- chain: "Solana";
7004
- asset: "SOL";
7005
- } | {
7006
- chain: "Solana";
7007
- asset: "USDC";
7008
6924
  })[], {
7009
6925
  chain: string;
7010
6926
  asset: string;
@@ -7092,24 +7008,6 @@ declare const rpcResult: {
7092
7008
  }, {
7093
7009
  chain: "Arbitrum";
7094
7010
  asset: "USDC";
7095
- }>, z.ZodObject<{
7096
- chain: z.ZodLiteral<"Solana">;
7097
- asset: z.ZodLiteral<"SOL">;
7098
- }, "strip", z.ZodTypeAny, {
7099
- chain: "Solana";
7100
- asset: "SOL";
7101
- }, {
7102
- chain: "Solana";
7103
- asset: "SOL";
7104
- }>, z.ZodObject<{
7105
- chain: z.ZodLiteral<"Solana">;
7106
- asset: z.ZodLiteral<"USDC">;
7107
- }, "strip", z.ZodTypeAny, {
7108
- chain: "Solana";
7109
- asset: "USDC";
7110
- }, {
7111
- chain: "Solana";
7112
- asset: "USDC";
7113
7011
  }>]>, z.ZodObject<{
7114
7012
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7115
7013
  }, "strip", z.ZodTypeAny, {
@@ -7189,24 +7087,6 @@ declare const rpcResult: {
7189
7087
  }, {
7190
7088
  chain: "Arbitrum";
7191
7089
  asset: "USDC";
7192
- }>, z.ZodObject<{
7193
- chain: z.ZodLiteral<"Solana">;
7194
- asset: z.ZodLiteral<"SOL">;
7195
- }, "strip", z.ZodTypeAny, {
7196
- chain: "Solana";
7197
- asset: "SOL";
7198
- }, {
7199
- chain: "Solana";
7200
- asset: "SOL";
7201
- }>, z.ZodObject<{
7202
- chain: z.ZodLiteral<"Solana">;
7203
- asset: z.ZodLiteral<"USDC">;
7204
- }, "strip", z.ZodTypeAny, {
7205
- chain: "Solana";
7206
- asset: "USDC";
7207
- }, {
7208
- chain: "Solana";
7209
- asset: "USDC";
7210
7090
  }>]>, z.ZodObject<{
7211
7091
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7212
7092
  }, "strip", z.ZodTypeAny, {
@@ -7287,24 +7167,6 @@ declare const rpcResult: {
7287
7167
  }, {
7288
7168
  chain: "Arbitrum";
7289
7169
  asset: "USDC";
7290
- }>, z.ZodObject<{
7291
- chain: z.ZodLiteral<"Solana">;
7292
- asset: z.ZodLiteral<"SOL">;
7293
- }, "strip", z.ZodTypeAny, {
7294
- chain: "Solana";
7295
- asset: "SOL";
7296
- }, {
7297
- chain: "Solana";
7298
- asset: "SOL";
7299
- }>, z.ZodObject<{
7300
- chain: z.ZodLiteral<"Solana">;
7301
- asset: z.ZodLiteral<"USDC">;
7302
- }, "strip", z.ZodTypeAny, {
7303
- chain: "Solana";
7304
- asset: "USDC";
7305
- }, {
7306
- chain: "Solana";
7307
- asset: "USDC";
7308
7170
  }>]>, z.ZodObject<{
7309
7171
  amount: z.ZodUnion<[z.ZodEffects<z.ZodNumber, bigint, number>, z.ZodEffects<z.ZodEffects<z.ZodString, `0x${string}`, string>, bigint, string>]>;
7310
7172
  }, "strip", z.ZodTypeAny, {
@@ -7340,12 +7202,6 @@ declare const rpcResult: {
7340
7202
  } | {
7341
7203
  chain: "Arbitrum";
7342
7204
  asset: "USDC";
7343
- } | {
7344
- chain: "Solana";
7345
- asset: "SOL";
7346
- } | {
7347
- chain: "Solana";
7348
- asset: "USDC";
7349
7205
  }) & {
7350
7206
  amount: bigint;
7351
7207
  };
@@ -7373,12 +7229,6 @@ declare const rpcResult: {
7373
7229
  } | {
7374
7230
  chain: "Arbitrum";
7375
7231
  asset: "USDC";
7376
- } | {
7377
- chain: "Solana";
7378
- asset: "SOL";
7379
- } | {
7380
- chain: "Solana";
7381
- asset: "USDC";
7382
7232
  }) & {
7383
7233
  amount: bigint;
7384
7234
  };
@@ -7406,12 +7256,6 @@ declare const rpcResult: {
7406
7256
  } | {
7407
7257
  chain: "Arbitrum";
7408
7258
  asset: "USDC";
7409
- } | {
7410
- chain: "Solana";
7411
- asset: "SOL";
7412
- } | {
7413
- chain: "Solana";
7414
- asset: "USDC";
7415
7259
  }) & {
7416
7260
  amount: bigint;
7417
7261
  };
@@ -7442,12 +7286,6 @@ declare const rpcResult: {
7442
7286
  } | {
7443
7287
  chain: "Arbitrum";
7444
7288
  asset: "USDC";
7445
- } | {
7446
- chain: "Solana";
7447
- asset: "SOL";
7448
- } | {
7449
- chain: "Solana";
7450
- asset: "USDC";
7451
7289
  }) & {
7452
7290
  amount: string | number;
7453
7291
  };
@@ -7475,12 +7313,6 @@ declare const rpcResult: {
7475
7313
  } | {
7476
7314
  chain: "Arbitrum";
7477
7315
  asset: "USDC";
7478
- } | {
7479
- chain: "Solana";
7480
- asset: "SOL";
7481
- } | {
7482
- chain: "Solana";
7483
- asset: "USDC";
7484
7316
  }) & {
7485
7317
  amount: string | number;
7486
7318
  };
@@ -7508,12 +7340,6 @@ declare const rpcResult: {
7508
7340
  } | {
7509
7341
  chain: "Arbitrum";
7510
7342
  asset: "USDC";
7511
- } | {
7512
- chain: "Solana";
7513
- asset: "SOL";
7514
- } | {
7515
- chain: "Solana";
7516
- asset: "USDC";
7517
7343
  }) & {
7518
7344
  amount: string | number;
7519
7345
  };
@@ -7710,24 +7536,6 @@ declare const rpcResult: {
7710
7536
  }, {
7711
7537
  chain: "Arbitrum";
7712
7538
  asset: "USDC";
7713
- }>, z.ZodObject<{
7714
- chain: z.ZodLiteral<"Solana">;
7715
- asset: z.ZodLiteral<"SOL">;
7716
- }, "strip", z.ZodTypeAny, {
7717
- chain: "Solana";
7718
- asset: "SOL";
7719
- }, {
7720
- chain: "Solana";
7721
- asset: "SOL";
7722
- }>, z.ZodObject<{
7723
- chain: z.ZodLiteral<"Solana">;
7724
- asset: z.ZodLiteral<"USDC">;
7725
- }, "strip", z.ZodTypeAny, {
7726
- chain: "Solana";
7727
- asset: "USDC";
7728
- }, {
7729
- chain: "Solana";
7730
- asset: "USDC";
7731
7539
  }>]>, z.ZodObject<{
7732
7540
  fee_tier: z.ZodNumber;
7733
7541
  available_amounts: z.ZodArray<z.ZodObject<{
@@ -7882,24 +7690,6 @@ declare const rpcResult: {
7882
7690
  }, {
7883
7691
  chain: "Arbitrum";
7884
7692
  asset: "USDC";
7885
- }>, z.ZodObject<{
7886
- chain: z.ZodLiteral<"Solana">;
7887
- asset: z.ZodLiteral<"SOL">;
7888
- }, "strip", z.ZodTypeAny, {
7889
- chain: "Solana";
7890
- asset: "SOL";
7891
- }, {
7892
- chain: "Solana";
7893
- asset: "SOL";
7894
- }>, z.ZodObject<{
7895
- chain: z.ZodLiteral<"Solana">;
7896
- asset: z.ZodLiteral<"USDC">;
7897
- }, "strip", z.ZodTypeAny, {
7898
- chain: "Solana";
7899
- asset: "USDC";
7900
- }, {
7901
- chain: "Solana";
7902
- asset: "USDC";
7903
7693
  }>]>, z.ZodObject<{
7904
7694
  fee_tier: z.ZodNumber;
7905
7695
  pending_fees: z.ZodArray<z.ZodObject<{
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/constants.ts
2
2
  var PUBLIC_RPC_ENDPOINTS = {
3
- mainnet: "https://mainnet-archive.chainflip.io",
3
+ mainnet: "https://rpc.mainnet.chainflip.io",
4
4
  perseverance: "https://archive.perseverance.chainflip.io",
5
5
  sisyphos: "https://archive.sisyphos.chainflip.io",
6
6
  backspin: "https://backspin-rpc.staging"
@@ -1,6 +1,6 @@
1
1
  // src/constants.ts
2
2
  var PUBLIC_RPC_ENDPOINTS = {
3
- mainnet: "https://mainnet-archive.chainflip.io",
3
+ mainnet: "https://rpc.mainnet.chainflip.io",
4
4
  perseverance: "https://archive.perseverance.chainflip.io",
5
5
  sisyphos: "https://archive.sisyphos.chainflip.io",
6
6
  backspin: "https://backspin-rpc.staging"
package/dist/parsers.cjs CHANGED
@@ -38,9 +38,9 @@ var rpcAssetSchema = _zod.z.union([
38
38
  _zod.z.object({ chain: _zod.z.literal("Ethereum"), asset: _zod.z.literal("USDC") }),
39
39
  _zod.z.object({ chain: _zod.z.literal("Ethereum"), asset: _zod.z.literal("USDT") }),
40
40
  _zod.z.object({ chain: _zod.z.literal("Arbitrum"), asset: _zod.z.literal("ETH") }),
41
- _zod.z.object({ chain: _zod.z.literal("Arbitrum"), asset: _zod.z.literal("USDC") }),
42
- _zod.z.object({ chain: _zod.z.literal("Solana"), asset: _zod.z.literal("SOL") }),
43
- _zod.z.object({ chain: _zod.z.literal("Solana"), asset: _zod.z.literal("USDC") })
41
+ _zod.z.object({ chain: _zod.z.literal("Arbitrum"), asset: _zod.z.literal("USDC") })
42
+ // z.object({ chain: z.literal('Solana'), asset: z.literal('SOL') }),
43
+ // z.object({ chain: z.literal('Solana'), asset: z.literal('USDC') }),
44
44
  ]);
45
45
  var rename = (mapping) => (obj) => Object.fromEntries(
46
46
  Object.entries(obj).map(([key, value]) => [