@flaunch/sdk 0.1.1 → 0.3.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.
Files changed (50) hide show
  1. package/README.md +2 -2
  2. package/dist/abi/BidWall.d.ts +493 -0
  3. package/dist/abi/BidWall.d.ts.map +1 -0
  4. package/dist/abi/FastFlaunchZap.d.ts +27 -31
  5. package/dist/abi/FastFlaunchZap.d.ts.map +1 -1
  6. package/dist/abi/StateView.d.ts +278 -0
  7. package/dist/abi/StateView.d.ts.map +1 -0
  8. package/dist/abi/index.cjs +60 -27
  9. package/dist/abi/index.cjs.map +1 -1
  10. package/dist/abi/index.js +60 -27
  11. package/dist/abi/index.js.map +1 -1
  12. package/dist/addresses/index.cjs +195 -138
  13. package/dist/addresses/index.cjs.map +1 -1
  14. package/dist/addresses/index.js +193 -139
  15. package/dist/addresses/index.js.map +1 -1
  16. package/dist/addresses.d.ts +6 -1
  17. package/dist/addresses.d.ts.map +1 -1
  18. package/dist/clients/BidWallClient.d.ts +25 -0
  19. package/dist/clients/BidWallClient.d.ts.map +1 -0
  20. package/dist/clients/FairLaunchClient.d.ts +1 -1
  21. package/dist/clients/FairLaunchClient.d.ts.map +1 -1
  22. package/dist/clients/FastFlaunchClient.d.ts +3 -5
  23. package/dist/clients/FastFlaunchClient.d.ts.map +1 -1
  24. package/dist/clients/FlaunchClient.d.ts +1 -1
  25. package/dist/clients/FlaunchClient.d.ts.map +1 -1
  26. package/dist/clients/FlaunchPositionManagerClient.d.ts +2 -2
  27. package/dist/clients/FlaunchPositionManagerClient.d.ts.map +1 -1
  28. package/dist/clients/MemecoinClient.d.ts +1 -1
  29. package/dist/clients/MemecoinClient.d.ts.map +1 -1
  30. package/dist/clients/Permit2Client.d.ts +1 -1
  31. package/dist/clients/Permit2Client.d.ts.map +1 -1
  32. package/dist/clients/PoolManagerClient.d.ts +1 -1
  33. package/dist/clients/PoolManagerClient.d.ts.map +1 -1
  34. package/dist/clients/QuoterClient.d.ts +2 -1
  35. package/dist/clients/QuoterClient.d.ts.map +1 -1
  36. package/dist/clients/StateViewClient.d.ts +33 -0
  37. package/dist/clients/StateViewClient.d.ts.map +1 -0
  38. package/dist/index.cjs.js +1074 -219
  39. package/dist/index.cjs.js.map +1 -1
  40. package/dist/index.d.ts +2 -0
  41. package/dist/index.d.ts.map +1 -1
  42. package/dist/index.esm.js +1066 -221
  43. package/dist/index.esm.js.map +1 -1
  44. package/dist/index.umd.js +1 -1
  45. package/dist/index.umd.js.map +1 -1
  46. package/dist/sdk/FlaunchSDK.d.ts +31 -9
  47. package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
  48. package/dist/utils/univ4.d.ts +5 -0
  49. package/dist/utils/univ4.d.ts.map +1 -1
  50. package/package.json +1 -1
@@ -13,7 +13,7 @@ function defineChain(chain) {
13
13
  };
14
14
  }
15
15
 
16
- const version = '2.23.5';
16
+ const version = '2.23.11';
17
17
 
18
18
  let errorConfig = {
19
19
  getDocsUrl: ({ docsBaseUrl, docsPath = '', docsSlug, }) => docsPath
@@ -2758,7 +2758,7 @@ const chainConfig$1 = {
2758
2758
  serializers: serializers$1,
2759
2759
  };
2760
2760
 
2761
- const sourceId$J = 1; // mainnet
2761
+ const sourceId$K = 1; // mainnet
2762
2762
  /*#__PURE__*/ defineChain({
2763
2763
  ...chainConfig$1,
2764
2764
  id: 888888888,
@@ -2779,27 +2779,27 @@ const sourceId$J = 1; // mainnet
2779
2779
  contracts: {
2780
2780
  ...chainConfig$1.contracts,
2781
2781
  l2OutputOracle: {
2782
- [sourceId$J]: {
2782
+ [sourceId$K]: {
2783
2783
  address: '0xB09DC08428C8b4EFB4ff9C0827386CDF34277996',
2784
2784
  },
2785
2785
  },
2786
2786
  portal: {
2787
- [sourceId$J]: {
2787
+ [sourceId$K]: {
2788
2788
  address: '0x639F2AECE398Aa76b07e59eF6abe2cFe32bacb68',
2789
2789
  blockCreated: 19070571,
2790
2790
  },
2791
2791
  },
2792
2792
  l1StandardBridge: {
2793
- [sourceId$J]: {
2793
+ [sourceId$K]: {
2794
2794
  address: '0xd5e3eDf5b68135D559D572E26bF863FBC1950033',
2795
2795
  blockCreated: 19070571,
2796
2796
  },
2797
2797
  },
2798
2798
  },
2799
- sourceId: sourceId$J,
2799
+ sourceId: sourceId$K,
2800
2800
  });
2801
2801
 
2802
- const sourceId$I = 11_155_111; // sepolia
2802
+ const sourceId$J = 11_155_111; // sepolia
2803
2803
  /*#__PURE__*/ defineChain({
2804
2804
  ...chainConfig$1,
2805
2805
  id: 28122024,
@@ -2820,27 +2820,27 @@ const sourceId$I = 11_155_111; // sepolia
2820
2820
  contracts: {
2821
2821
  ...chainConfig$1.contracts,
2822
2822
  l2OutputOracle: {
2823
- [sourceId$I]: {
2823
+ [sourceId$J]: {
2824
2824
  address: '0x942fD5017c0F60575930D8574Eaca13BEcD6e1bB',
2825
2825
  },
2826
2826
  },
2827
2827
  portal: {
2828
- [sourceId$I]: {
2828
+ [sourceId$J]: {
2829
2829
  address: '0xfa1d9E26A6aCD7b22115D27572c1221B9803c960',
2830
2830
  blockCreated: 4972908,
2831
2831
  },
2832
2832
  },
2833
2833
  l1StandardBridge: {
2834
- [sourceId$I]: {
2834
+ [sourceId$J]: {
2835
2835
  address: '0xF6Bc0146d3c74D48306e79Ae134A260E418C9335',
2836
2836
  blockCreated: 4972908,
2837
2837
  },
2838
2838
  },
2839
2839
  },
2840
- sourceId: sourceId$I,
2840
+ sourceId: sourceId$J,
2841
2841
  });
2842
2842
 
2843
- const sourceId$H = 1; // mainnet
2843
+ const sourceId$I = 1; // mainnet
2844
2844
  const base = /*#__PURE__*/ defineChain({
2845
2845
  ...chainConfig$1,
2846
2846
  id: 8453,
@@ -2861,12 +2861,12 @@ const base = /*#__PURE__*/ defineChain({
2861
2861
  contracts: {
2862
2862
  ...chainConfig$1.contracts,
2863
2863
  disputeGameFactory: {
2864
- [sourceId$H]: {
2864
+ [sourceId$I]: {
2865
2865
  address: '0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e',
2866
2866
  },
2867
2867
  },
2868
2868
  l2OutputOracle: {
2869
- [sourceId$H]: {
2869
+ [sourceId$I]: {
2870
2870
  address: '0x56315b90c40730925ec5485cf004d835058518A0',
2871
2871
  },
2872
2872
  },
@@ -2875,22 +2875,22 @@ const base = /*#__PURE__*/ defineChain({
2875
2875
  blockCreated: 5022,
2876
2876
  },
2877
2877
  portal: {
2878
- [sourceId$H]: {
2878
+ [sourceId$I]: {
2879
2879
  address: '0x49048044D57e1C92A77f79988d21Fa8fAF74E97e',
2880
2880
  blockCreated: 17482143,
2881
2881
  },
2882
2882
  },
2883
2883
  l1StandardBridge: {
2884
- [sourceId$H]: {
2884
+ [sourceId$I]: {
2885
2885
  address: '0x3154Cf16ccdb4C6d922629664174b904d80F2C35',
2886
2886
  blockCreated: 17482143,
2887
2887
  },
2888
2888
  },
2889
2889
  },
2890
- sourceId: sourceId$H,
2890
+ sourceId: sourceId$I,
2891
2891
  });
2892
2892
 
2893
- const sourceId$G = 5; // goerli
2893
+ const sourceId$H = 5; // goerli
2894
2894
  /*#__PURE__*/ defineChain({
2895
2895
  ...chainConfig$1,
2896
2896
  id: 84531,
@@ -2909,7 +2909,7 @@ const sourceId$G = 5; // goerli
2909
2909
  contracts: {
2910
2910
  ...chainConfig$1.contracts,
2911
2911
  l2OutputOracle: {
2912
- [sourceId$G]: {
2912
+ [sourceId$H]: {
2913
2913
  address: '0x2A35891ff30313CcFa6CE88dcf3858bb075A2298',
2914
2914
  },
2915
2915
  },
@@ -2918,21 +2918,21 @@ const sourceId$G = 5; // goerli
2918
2918
  blockCreated: 1376988,
2919
2919
  },
2920
2920
  portal: {
2921
- [sourceId$G]: {
2921
+ [sourceId$H]: {
2922
2922
  address: '0xe93c8cD0D409341205A592f8c4Ac1A5fe5585cfA',
2923
2923
  },
2924
2924
  },
2925
2925
  l1StandardBridge: {
2926
- [sourceId$G]: {
2926
+ [sourceId$H]: {
2927
2927
  address: '0xfA6D8Ee5BE770F84FC001D098C4bD604Fe01284a',
2928
2928
  },
2929
2929
  },
2930
2930
  },
2931
2931
  testnet: true,
2932
- sourceId: sourceId$G,
2932
+ sourceId: sourceId$H,
2933
2933
  });
2934
2934
 
2935
- const sourceId$F = 11_155_111; // sepolia
2935
+ const sourceId$G = 11_155_111; // sepolia
2936
2936
  const baseSepolia = /*#__PURE__*/ defineChain({
2937
2937
  ...chainConfig$1,
2938
2938
  id: 84532,
@@ -2954,23 +2954,23 @@ const baseSepolia = /*#__PURE__*/ defineChain({
2954
2954
  contracts: {
2955
2955
  ...chainConfig$1.contracts,
2956
2956
  disputeGameFactory: {
2957
- [sourceId$F]: {
2957
+ [sourceId$G]: {
2958
2958
  address: '0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1',
2959
2959
  },
2960
2960
  },
2961
2961
  l2OutputOracle: {
2962
- [sourceId$F]: {
2962
+ [sourceId$G]: {
2963
2963
  address: '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254',
2964
2964
  },
2965
2965
  },
2966
2966
  portal: {
2967
- [sourceId$F]: {
2967
+ [sourceId$G]: {
2968
2968
  address: '0x49f53e41452c74589e85ca1677426ba426459e85',
2969
2969
  blockCreated: 4446677,
2970
2970
  },
2971
2971
  },
2972
2972
  l1StandardBridge: {
2973
- [sourceId$F]: {
2973
+ [sourceId$G]: {
2974
2974
  address: '0xfd0Bf71F60660E2f608ed56e1659C450eB113120',
2975
2975
  blockCreated: 4446677,
2976
2976
  },
@@ -2981,7 +2981,7 @@ const baseSepolia = /*#__PURE__*/ defineChain({
2981
2981
  },
2982
2982
  },
2983
2983
  testnet: true,
2984
- sourceId: sourceId$F,
2984
+ sourceId: sourceId$G,
2985
2985
  });
2986
2986
 
2987
2987
  defineChain({
@@ -3002,7 +3002,7 @@ defineChain({
3002
3002
  },
3003
3003
  });
3004
3004
 
3005
- const sourceId$E = 1; // mainnet
3005
+ const sourceId$F = 1; // mainnet
3006
3006
  /*#__PURE__*/ defineChain({
3007
3007
  ...chainConfig$1,
3008
3008
  id: 81457,
@@ -3029,10 +3029,10 @@ const sourceId$E = 1; // mainnet
3029
3029
  blockCreated: 212929,
3030
3030
  },
3031
3031
  },
3032
- sourceId: sourceId$E,
3032
+ sourceId: sourceId$F,
3033
3033
  });
3034
3034
 
3035
- const sourceId$D = 1; // mainnet
3035
+ const sourceId$E = 1; // mainnet
3036
3036
  defineChain({
3037
3037
  ...chainConfig$1,
3038
3038
  id: 60808,
@@ -3061,22 +3061,22 @@ defineChain({
3061
3061
  blockCreated: 23131,
3062
3062
  },
3063
3063
  l2OutputOracle: {
3064
- [sourceId$D]: {
3064
+ [sourceId$E]: {
3065
3065
  address: '0xdDa53E23f8a32640b04D7256e651C1db98dB11C1',
3066
3066
  blockCreated: 4462615,
3067
3067
  },
3068
3068
  },
3069
3069
  portal: {
3070
- [sourceId$D]: {
3070
+ [sourceId$E]: {
3071
3071
  address: '0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E',
3072
3072
  blockCreated: 4462615,
3073
3073
  },
3074
3074
  },
3075
3075
  },
3076
- sourceId: sourceId$D,
3076
+ sourceId: sourceId$E,
3077
3077
  });
3078
3078
 
3079
- const sourceId$C = 11_155_111; // sepolia
3079
+ const sourceId$D = 11_155_111; // sepolia
3080
3080
  defineChain({
3081
3081
  ...chainConfig$1,
3082
3082
  id: 808813,
@@ -3105,20 +3105,20 @@ defineChain({
3105
3105
  blockCreated: 35677,
3106
3106
  },
3107
3107
  l2OutputOracle: {
3108
- [sourceId$C]: {
3108
+ [sourceId$D]: {
3109
3109
  address: '0x14D0069452b4AE2b250B395b8adAb771E4267d2f',
3110
3110
  blockCreated: 4462615,
3111
3111
  },
3112
3112
  },
3113
3113
  portal: {
3114
- [sourceId$C]: {
3114
+ [sourceId$D]: {
3115
3115
  address: '0x867B1Aa872b9C8cB5E9F7755feDC45BB24Ad0ae4',
3116
3116
  blockCreated: 4462615,
3117
3117
  },
3118
3118
  },
3119
3119
  },
3120
3120
  testnet: true,
3121
- sourceId: sourceId$C,
3121
+ sourceId: sourceId$D,
3122
3122
  });
3123
3123
 
3124
3124
  /**
@@ -3377,7 +3377,7 @@ const chainConfig = {
3377
3377
  fees,
3378
3378
  };
3379
3379
 
3380
- const sourceId$B = 17000; // holsky
3380
+ const sourceId$C = 17000; // holsky
3381
3381
  // source https://storage.googleapis.com/cel2-rollup-files/alfajores/deployment-l1.json
3382
3382
  /*#__PURE__*/ defineChain({
3383
3383
  ...chainConfig,
@@ -3407,25 +3407,25 @@ const sourceId$B = 17000; // holsky
3407
3407
  blockCreated: 14569001,
3408
3408
  },
3409
3409
  portal: {
3410
- [sourceId$B]: {
3410
+ [sourceId$C]: {
3411
3411
  address: '0x82527353927d8D069b3B452904c942dA149BA381',
3412
3412
  blockCreated: 2411324,
3413
3413
  },
3414
3414
  },
3415
3415
  disputeGameFactory: {
3416
- [sourceId$B]: {
3416
+ [sourceId$C]: {
3417
3417
  address: '0xE28AAdcd9883746c0e5068F58f9ea06027b214cb',
3418
3418
  blockCreated: 2411324,
3419
3419
  },
3420
3420
  },
3421
3421
  l2OutputOracle: {
3422
- [sourceId$B]: {
3422
+ [sourceId$C]: {
3423
3423
  address: '0x4a2635e9e4f6e45817b1D402ac4904c1d1752438',
3424
3424
  blockCreated: 2411324,
3425
3425
  },
3426
3426
  },
3427
3427
  l1StandardBridge: {
3428
- [sourceId$B]: {
3428
+ [sourceId$C]: {
3429
3429
  address: '0xD1B0E0581973c9eB7f886967A606b9441A897037',
3430
3430
  blockCreated: 2411324,
3431
3431
  },
@@ -3548,7 +3548,7 @@ defineChain({
3548
3548
  testnet: true,
3549
3549
  });
3550
3550
 
3551
- const sourceId$A = 1; // mainnet
3551
+ const sourceId$B = 1; // mainnet
3552
3552
  /*#__PURE__*/ defineChain({
3553
3553
  id: 478,
3554
3554
  name: 'Form Network',
@@ -3572,27 +3572,27 @@ const sourceId$A = 1; // mainnet
3572
3572
  contracts: {
3573
3573
  ...chainConfig$1.contracts,
3574
3574
  addressManager: {
3575
- [sourceId$A]: {
3575
+ [sourceId$B]: {
3576
3576
  address: '0x15c249E46A2F924C2dB3A1560CF86729bAD1f07B',
3577
3577
  },
3578
3578
  },
3579
3579
  l1CrossDomainMessenger: {
3580
- [sourceId$A]: {
3580
+ [sourceId$B]: {
3581
3581
  address: '0xF333158DCCad1dF6C3F0a3aEe8BC31fA94d9eD5c',
3582
3582
  },
3583
3583
  },
3584
3584
  l2OutputOracle: {
3585
- [sourceId$A]: {
3585
+ [sourceId$B]: {
3586
3586
  address: '0x4ccAAF69F41c5810cA875183648B577CaCf1F67E',
3587
3587
  },
3588
3588
  },
3589
3589
  portal: {
3590
- [sourceId$A]: {
3590
+ [sourceId$B]: {
3591
3591
  address: '0x4E259Ee5F4136408908160dD32295A5031Fa426F',
3592
3592
  },
3593
3593
  },
3594
3594
  l1StandardBridge: {
3595
- [sourceId$A]: {
3595
+ [sourceId$B]: {
3596
3596
  address: '0xdc20aA63D3DE59574E065957190D8f24e0F7B8Ba',
3597
3597
  },
3598
3598
  },
@@ -3600,10 +3600,10 @@ const sourceId$A = 1; // mainnet
3600
3600
  address: '0xcA11bde05977b3631167028862bE2a173976CA11',
3601
3601
  },
3602
3602
  },
3603
- sourceId: sourceId$A,
3603
+ sourceId: sourceId$B,
3604
3604
  });
3605
3605
 
3606
- const sourceId$z = 11_155_111; // sepolia
3606
+ const sourceId$A = 11_155_111; // sepolia
3607
3607
  /*#__PURE__*/ defineChain({
3608
3608
  id: 132_902,
3609
3609
  name: 'Form Testnet',
@@ -3627,27 +3627,27 @@ const sourceId$z = 11_155_111; // sepolia
3627
3627
  contracts: {
3628
3628
  ...chainConfig$1.contracts,
3629
3629
  addressManager: {
3630
- [sourceId$z]: {
3630
+ [sourceId$A]: {
3631
3631
  address: '0xd5C38fa934f7fd7477D4800F4f38a1c5BFdF1373',
3632
3632
  },
3633
3633
  },
3634
3634
  l1CrossDomainMessenger: {
3635
- [sourceId$z]: {
3635
+ [sourceId$A]: {
3636
3636
  address: '0x37A68565c4BE9700b3E3Ec60cC4416cAC3052FAa',
3637
3637
  },
3638
3638
  },
3639
3639
  l2OutputOracle: {
3640
- [sourceId$z]: {
3640
+ [sourceId$A]: {
3641
3641
  address: '0x9eA2239E65a59EC9C7F1ED4C116dD58Da71Fc1e2',
3642
3642
  },
3643
3643
  },
3644
3644
  portal: {
3645
- [sourceId$z]: {
3645
+ [sourceId$A]: {
3646
3646
  address: '0x60377e3cE15dF4CCA24c4beF076b60314240b032',
3647
3647
  },
3648
3648
  },
3649
3649
  l1StandardBridge: {
3650
- [sourceId$z]: {
3650
+ [sourceId$A]: {
3651
3651
  address: '0xD4531f633942b2725896F47cD2aFd260b44Ab1F7',
3652
3652
  },
3653
3653
  },
@@ -3656,10 +3656,10 @@ const sourceId$z = 11_155_111; // sepolia
3656
3656
  },
3657
3657
  },
3658
3658
  testnet: true,
3659
- sourceId: sourceId$z,
3659
+ sourceId: sourceId$A,
3660
3660
  });
3661
3661
 
3662
- const sourceId$y = 1; // mainnet
3662
+ const sourceId$z = 1; // mainnet
3663
3663
  /*#__PURE__*/ defineChain({
3664
3664
  ...chainConfig$1,
3665
3665
  id: 252,
@@ -3680,7 +3680,7 @@ const sourceId$y = 1; // mainnet
3680
3680
  contracts: {
3681
3681
  ...chainConfig$1.contracts,
3682
3682
  l2OutputOracle: {
3683
- [sourceId$y]: {
3683
+ [sourceId$z]: {
3684
3684
  address: '0x66CC916Ed5C6C2FA97014f7D1cD141528Ae171e4',
3685
3685
  },
3686
3686
  },
@@ -3688,22 +3688,22 @@ const sourceId$y = 1; // mainnet
3688
3688
  address: '0xca11bde05977b3631167028862be2a173976ca11',
3689
3689
  },
3690
3690
  portal: {
3691
- [sourceId$y]: {
3691
+ [sourceId$z]: {
3692
3692
  address: '0x36cb65c1967A0Fb0EEE11569C51C2f2aA1Ca6f6D',
3693
3693
  blockCreated: 19135323,
3694
3694
  },
3695
3695
  },
3696
3696
  l1StandardBridge: {
3697
- [sourceId$y]: {
3697
+ [sourceId$z]: {
3698
3698
  address: '0x34C0bD5877A5Ee7099D0f5688D65F4bB9158BDE2',
3699
3699
  blockCreated: 19135323,
3700
3700
  },
3701
3701
  },
3702
3702
  },
3703
- sourceId: sourceId$y,
3703
+ sourceId: sourceId$z,
3704
3704
  });
3705
3705
 
3706
- const sourceId$x = 17000; // holesky
3706
+ const sourceId$y = 17000; // holesky
3707
3707
  /*#__PURE__*/ defineChain({
3708
3708
  ...chainConfig$1,
3709
3709
  id: 2522,
@@ -3724,7 +3724,7 @@ const sourceId$x = 17000; // holesky
3724
3724
  contracts: {
3725
3725
  ...chainConfig$1.contracts,
3726
3726
  l2OutputOracle: {
3727
- [sourceId$x]: {
3727
+ [sourceId$y]: {
3728
3728
  address: '0x715EA64DA13F4d0831ece4Ad3E8c1aa013167F32',
3729
3729
  },
3730
3730
  },
@@ -3732,22 +3732,22 @@ const sourceId$x = 17000; // holesky
3732
3732
  address: '0xca11bde05977b3631167028862be2a173976ca11',
3733
3733
  },
3734
3734
  portal: {
3735
- [sourceId$x]: {
3735
+ [sourceId$y]: {
3736
3736
  address: '0xB9c64BfA498d5b9a8398Ed6f46eb76d90dE5505d',
3737
3737
  blockCreated: 318416,
3738
3738
  },
3739
3739
  },
3740
3740
  l1StandardBridge: {
3741
- [sourceId$x]: {
3741
+ [sourceId$y]: {
3742
3742
  address: '0x0BaafC217162f64930909aD9f2B27125121d6332',
3743
3743
  blockCreated: 318416,
3744
3744
  },
3745
3745
  },
3746
3746
  },
3747
- sourceId: sourceId$x,
3747
+ sourceId: sourceId$y,
3748
3748
  });
3749
3749
 
3750
- const sourceId$w = 1; // mainnet
3750
+ const sourceId$x = 1; // mainnet
3751
3751
  /*#__PURE__*/ defineChain({
3752
3752
  ...chainConfig$1,
3753
3753
  id: 33979,
@@ -3767,10 +3767,10 @@ const sourceId$w = 1; // mainnet
3767
3767
  contracts: {
3768
3768
  ...chainConfig$1.contracts,
3769
3769
  },
3770
- sourceId: sourceId$w,
3770
+ sourceId: sourceId$x,
3771
3771
  });
3772
3772
 
3773
- const sourceId$v = 11_155_111; // sepolia
3773
+ const sourceId$w = 11_155_111; // sepolia
3774
3774
  defineChain({
3775
3775
  ...chainConfig$1,
3776
3776
  id: 3397901,
@@ -3796,16 +3796,16 @@ defineChain({
3796
3796
  blockCreated: 1620204,
3797
3797
  },
3798
3798
  },
3799
- sourceId: sourceId$v,
3799
+ sourceId: sourceId$w,
3800
3800
  });
3801
3801
 
3802
- const sourceId$u = 17000; // Holesky testnet
3802
+ const sourceId$v = 17000; // Holesky testnet
3803
3803
  defineChain({
3804
3804
  ...chainConfig$1,
3805
3805
  name: 'Garnet Testnet',
3806
3806
  testnet: true,
3807
3807
  id: 17069,
3808
- sourceId: sourceId$u,
3808
+ sourceId: sourceId$v,
3809
3809
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3810
3810
  rpcUrls: {
3811
3811
  default: {
@@ -3825,19 +3825,19 @@ defineChain({
3825
3825
  address: '0xca11bde05977b3631167028862be2a173976ca11',
3826
3826
  },
3827
3827
  portal: {
3828
- [sourceId$u]: {
3828
+ [sourceId$v]: {
3829
3829
  address: '0x57ee40586fbE286AfC75E67cb69511A6D9aF5909',
3830
3830
  blockCreated: 1274684,
3831
3831
  },
3832
3832
  },
3833
3833
  l2OutputOracle: {
3834
- [sourceId$u]: {
3834
+ [sourceId$v]: {
3835
3835
  address: '0xCb8E7AC561b8EF04F2a15865e9fbc0766FEF569B',
3836
3836
  blockCreated: 1274684,
3837
3837
  },
3838
3838
  },
3839
3839
  l1StandardBridge: {
3840
- [sourceId$u]: {
3840
+ [sourceId$v]: {
3841
3841
  address: '0x09bcDd311FE398F80a78BE37E489f5D440DB95DE',
3842
3842
  blockCreated: 1274684,
3843
3843
  },
@@ -3845,7 +3845,7 @@ defineChain({
3845
3845
  },
3846
3846
  });
3847
3847
 
3848
- const sourceId$t = 1; // mainnet
3848
+ const sourceId$u = 1; // mainnet
3849
3849
  /*#__PURE__*/ defineChain({
3850
3850
  ...chainConfig$1,
3851
3851
  id: 57073,
@@ -3873,26 +3873,26 @@ const sourceId$t = 1; // mainnet
3873
3873
  contracts: {
3874
3874
  ...chainConfig$1.contracts,
3875
3875
  disputeGameFactory: {
3876
- [sourceId$t]: {
3876
+ [sourceId$u]: {
3877
3877
  address: '0x10d7b35078d3baabb96dd45a9143b94be65b12cd',
3878
3878
  },
3879
3879
  },
3880
3880
  portal: {
3881
- [sourceId$t]: {
3881
+ [sourceId$u]: {
3882
3882
  address: '0x5d66c1782664115999c47c9fa5cd031f495d3e4f',
3883
3883
  },
3884
3884
  },
3885
3885
  l1StandardBridge: {
3886
- [sourceId$t]: {
3886
+ [sourceId$u]: {
3887
3887
  address: '0x88ff1e5b602916615391f55854588efcbb7663f0',
3888
3888
  },
3889
3889
  },
3890
3890
  },
3891
3891
  testnet: false,
3892
- sourceId: sourceId$t,
3892
+ sourceId: sourceId$u,
3893
3893
  });
3894
3894
 
3895
- const sourceId$s = 11_155_111; // sepolia
3895
+ const sourceId$t = 11_155_111; // sepolia
3896
3896
  /*#__PURE__*/ defineChain({
3897
3897
  ...chainConfig$1,
3898
3898
  id: 763373,
@@ -3913,23 +3913,23 @@ const sourceId$s = 11_155_111; // sepolia
3913
3913
  contracts: {
3914
3914
  ...chainConfig$1.contracts,
3915
3915
  disputeGameFactory: {
3916
- [sourceId$s]: {
3916
+ [sourceId$t]: {
3917
3917
  address: '0x860e626c700af381133d9f4af31412a2d1db3d5d',
3918
3918
  },
3919
3919
  },
3920
3920
  portal: {
3921
- [sourceId$s]: {
3921
+ [sourceId$t]: {
3922
3922
  address: '0x5c1d29c6c9c8b0800692acc95d700bcb4966a1d7',
3923
3923
  },
3924
3924
  },
3925
3925
  l1StandardBridge: {
3926
- [sourceId$s]: {
3926
+ [sourceId$t]: {
3927
3927
  address: '0x33f60714bbd74d62b66d79213c348614de51901c',
3928
3928
  },
3929
3929
  },
3930
3930
  },
3931
3931
  testnet: true,
3932
- sourceId: sourceId$s,
3932
+ sourceId: sourceId$t,
3933
3933
  });
3934
3934
 
3935
3935
  defineChain({
@@ -3958,7 +3958,7 @@ defineChain({
3958
3958
  testnet: true,
3959
3959
  });
3960
3960
 
3961
- const sourceId$r = 1; // mainnet
3961
+ const sourceId$s = 1; // mainnet
3962
3962
  /*#__PURE__*/ defineChain({
3963
3963
  ...chainConfig$1,
3964
3964
  id: 1135,
@@ -3987,25 +3987,25 @@ const sourceId$r = 1; // mainnet
3987
3987
  address: '0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0',
3988
3988
  },
3989
3989
  l2OutputOracle: {
3990
- [sourceId$r]: {
3990
+ [sourceId$s]: {
3991
3991
  address: '0x113cB99283AF242Da0A0C54347667edF531Aa7d6',
3992
3992
  },
3993
3993
  },
3994
3994
  portal: {
3995
- [sourceId$r]: {
3995
+ [sourceId$s]: {
3996
3996
  address: '0x26dB93F8b8b4f7016240af62F7730979d353f9A7',
3997
3997
  },
3998
3998
  },
3999
3999
  l1StandardBridge: {
4000
- [sourceId$r]: {
4000
+ [sourceId$s]: {
4001
4001
  address: '0x2658723Bf70c7667De6B25F99fcce13A16D25d08',
4002
4002
  },
4003
4003
  },
4004
4004
  },
4005
- sourceId: sourceId$r,
4005
+ sourceId: sourceId$s,
4006
4006
  });
4007
4007
 
4008
- const sourceId$q = 11_155_111; // sepolia
4008
+ const sourceId$r = 11_155_111; // sepolia
4009
4009
  /*#__PURE__*/ defineChain({
4010
4010
  ...chainConfig$1,
4011
4011
  id: 4202,
@@ -4027,7 +4027,7 @@ const sourceId$q = 11_155_111; // sepolia
4027
4027
  contracts: {
4028
4028
  ...chainConfig$1.contracts,
4029
4029
  l2OutputOracle: {
4030
- [sourceId$q]: {
4030
+ [sourceId$r]: {
4031
4031
  address: '0xA0E35F56C318DE1bD5D9ca6A94Fe7e37C5663348',
4032
4032
  },
4033
4033
  },
@@ -4035,21 +4035,21 @@ const sourceId$q = 11_155_111; // sepolia
4035
4035
  address: '0xca11bde05977b3631167028862be2a173976ca11',
4036
4036
  },
4037
4037
  portal: {
4038
- [sourceId$q]: {
4038
+ [sourceId$r]: {
4039
4039
  address: '0xe3d90F21490686Ec7eF37BE788E02dfC12787264',
4040
4040
  },
4041
4041
  },
4042
4042
  l1StandardBridge: {
4043
- [sourceId$q]: {
4043
+ [sourceId$r]: {
4044
4044
  address: '0x1Fb30e446eA791cd1f011675E5F3f5311b70faF5',
4045
4045
  },
4046
4046
  },
4047
4047
  },
4048
4048
  testnet: true,
4049
- sourceId: sourceId$q,
4049
+ sourceId: sourceId$r,
4050
4050
  });
4051
4051
 
4052
- const sourceId$p = 1; // mainnet
4052
+ const sourceId$q = 1; // mainnet
4053
4053
  /*#__PURE__*/ defineChain({
4054
4054
  ...chainConfig$1,
4055
4055
  id: 1750,
@@ -4075,7 +4075,7 @@ const sourceId$p = 1; // mainnet
4075
4075
  contracts: {
4076
4076
  ...chainConfig$1.contracts,
4077
4077
  l2OutputOracle: {
4078
- [sourceId$p]: {
4078
+ [sourceId$q]: {
4079
4079
  address: '0x3B1F7aDa0Fcc26B13515af752Dd07fB1CAc11426',
4080
4080
  },
4081
4081
  },
@@ -4084,20 +4084,20 @@ const sourceId$p = 1; // mainnet
4084
4084
  blockCreated: 0,
4085
4085
  },
4086
4086
  portal: {
4087
- [sourceId$p]: {
4087
+ [sourceId$q]: {
4088
4088
  address: '0x3F37aBdE2C6b5B2ed6F8045787Df1ED1E3753956',
4089
4089
  },
4090
4090
  },
4091
4091
  l1StandardBridge: {
4092
- [sourceId$p]: {
4092
+ [sourceId$q]: {
4093
4093
  address: '0x6d0f65D59b55B0FEC5d2d15365154DcADC140BF3',
4094
4094
  },
4095
4095
  },
4096
4096
  },
4097
- sourceId: sourceId$p,
4097
+ sourceId: sourceId$q,
4098
4098
  });
4099
4099
 
4100
- const sourceId$o = 1; // mainnet
4100
+ const sourceId$p = 1; // mainnet
4101
4101
  /*#__PURE__*/ defineChain({
4102
4102
  ...chainConfig$1,
4103
4103
  id: 34443,
@@ -4121,25 +4121,25 @@ const sourceId$o = 1; // mainnet
4121
4121
  blockCreated: 2465882,
4122
4122
  },
4123
4123
  l2OutputOracle: {
4124
- [sourceId$o]: {
4124
+ [sourceId$p]: {
4125
4125
  address: '0x4317ba146D4933D889518a3e5E11Fe7a53199b04',
4126
4126
  },
4127
4127
  },
4128
4128
  portal: {
4129
- [sourceId$o]: {
4129
+ [sourceId$p]: {
4130
4130
  address: '0x8B34b14c7c7123459Cf3076b8Cb929BE097d0C07',
4131
4131
  },
4132
4132
  },
4133
4133
  l1StandardBridge: {
4134
- [sourceId$o]: {
4134
+ [sourceId$p]: {
4135
4135
  address: '0x735aDBbE72226BD52e818E7181953f42E3b0FF21',
4136
4136
  },
4137
4137
  },
4138
4138
  },
4139
- sourceId: sourceId$o,
4139
+ sourceId: sourceId$p,
4140
4140
  });
4141
4141
 
4142
- const sourceId$n = 11_155_111; // sepolia
4142
+ const sourceId$o = 11_155_111; // sepolia
4143
4143
  /*#__PURE__*/ defineChain({
4144
4144
  ...chainConfig$1,
4145
4145
  id: 919,
@@ -4160,19 +4160,19 @@ const sourceId$n = 11_155_111; // sepolia
4160
4160
  contracts: {
4161
4161
  ...chainConfig$1.contracts,
4162
4162
  l2OutputOracle: {
4163
- [sourceId$n]: {
4163
+ [sourceId$o]: {
4164
4164
  address: '0x2634BD65ba27AB63811c74A63118ACb312701Bfa',
4165
4165
  blockCreated: 3778393,
4166
4166
  },
4167
4167
  },
4168
4168
  portal: {
4169
- [sourceId$n]: {
4169
+ [sourceId$o]: {
4170
4170
  address: '0x320e1580effF37E008F1C92700d1eBa47c1B23fD',
4171
4171
  blockCreated: 3778395,
4172
4172
  },
4173
4173
  },
4174
4174
  l1StandardBridge: {
4175
- [sourceId$n]: {
4175
+ [sourceId$o]: {
4176
4176
  address: '0xbC5C679879B2965296756CD959C3C739769995E2',
4177
4177
  blockCreated: 3778392,
4178
4178
  },
@@ -4183,10 +4183,10 @@ const sourceId$n = 11_155_111; // sepolia
4183
4183
  },
4184
4184
  },
4185
4185
  testnet: true,
4186
- sourceId: sourceId$n,
4186
+ sourceId: sourceId$o,
4187
4187
  });
4188
4188
 
4189
- const sourceId$m = 56; // bsc mainnet
4189
+ const sourceId$n = 56; // bsc mainnet
4190
4190
  /*#__PURE__*/ defineChain({
4191
4191
  id: 204,
4192
4192
  name: 'opBNB',
@@ -4212,25 +4212,25 @@ const sourceId$m = 56; // bsc mainnet
4212
4212
  blockCreated: 512881,
4213
4213
  },
4214
4214
  l2OutputOracle: {
4215
- [sourceId$m]: {
4215
+ [sourceId$n]: {
4216
4216
  address: '0x153CAB79f4767E2ff862C94aa49573294B13D169',
4217
4217
  },
4218
4218
  },
4219
4219
  portal: {
4220
- [sourceId$m]: {
4220
+ [sourceId$n]: {
4221
4221
  address: '0x1876EA7702C0ad0C6A2ae6036DE7733edfBca519',
4222
4222
  },
4223
4223
  },
4224
4224
  l1StandardBridge: {
4225
- [sourceId$m]: {
4225
+ [sourceId$n]: {
4226
4226
  address: '0xF05F0e4362859c3331Cb9395CBC201E3Fa6757Ea',
4227
4227
  },
4228
4228
  },
4229
4229
  },
4230
- sourceId: sourceId$m,
4230
+ sourceId: sourceId$n,
4231
4231
  });
4232
4232
 
4233
- const sourceId$l = 97; // bsc testnet
4233
+ const sourceId$m = 97; // bsc testnet
4234
4234
  /*#__PURE__*/ defineChain({
4235
4235
  id: 5611,
4236
4236
  name: 'opBNB Testnet',
@@ -4255,26 +4255,26 @@ const sourceId$l = 97; // bsc testnet
4255
4255
  blockCreated: 3705108,
4256
4256
  },
4257
4257
  l2OutputOracle: {
4258
- [sourceId$l]: {
4258
+ [sourceId$m]: {
4259
4259
  address: '0xFf2394Bb843012562f4349C6632a0EcB92fC8810',
4260
4260
  },
4261
4261
  },
4262
4262
  portal: {
4263
- [sourceId$l]: {
4263
+ [sourceId$m]: {
4264
4264
  address: '0x4386C8ABf2009aC0c263462Da568DD9d46e52a31',
4265
4265
  },
4266
4266
  },
4267
4267
  l1StandardBridge: {
4268
- [sourceId$l]: {
4268
+ [sourceId$m]: {
4269
4269
  address: '0x677311Fd2cCc511Bbc0f581E8d9a07B033D5E840',
4270
4270
  },
4271
4271
  },
4272
4272
  },
4273
4273
  testnet: true,
4274
- sourceId: sourceId$l,
4274
+ sourceId: sourceId$m,
4275
4275
  });
4276
4276
 
4277
- const sourceId$k = 1; // mainnet
4277
+ const sourceId$l = 1; // mainnet
4278
4278
  /*#__PURE__*/ defineChain({
4279
4279
  ...chainConfig$1,
4280
4280
  id: 10,
@@ -4295,12 +4295,12 @@ const sourceId$k = 1; // mainnet
4295
4295
  contracts: {
4296
4296
  ...chainConfig$1.contracts,
4297
4297
  disputeGameFactory: {
4298
- [sourceId$k]: {
4298
+ [sourceId$l]: {
4299
4299
  address: '0xe5965Ab5962eDc7477C8520243A95517CD252fA9',
4300
4300
  },
4301
4301
  },
4302
4302
  l2OutputOracle: {
4303
- [sourceId$k]: {
4303
+ [sourceId$l]: {
4304
4304
  address: '0xdfe97868233d1aa22e815a266982f2cf17685a27',
4305
4305
  },
4306
4306
  },
@@ -4309,20 +4309,20 @@ const sourceId$k = 1; // mainnet
4309
4309
  blockCreated: 4286263,
4310
4310
  },
4311
4311
  portal: {
4312
- [sourceId$k]: {
4312
+ [sourceId$l]: {
4313
4313
  address: '0xbEb5Fc579115071764c7423A4f12eDde41f106Ed',
4314
4314
  },
4315
4315
  },
4316
4316
  l1StandardBridge: {
4317
- [sourceId$k]: {
4317
+ [sourceId$l]: {
4318
4318
  address: '0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1',
4319
4319
  },
4320
4320
  },
4321
4321
  },
4322
- sourceId: sourceId$k,
4322
+ sourceId: sourceId$l,
4323
4323
  });
4324
4324
 
4325
- const sourceId$j = 5; // goerli
4325
+ const sourceId$k = 5; // goerli
4326
4326
  /*#__PURE__*/ defineChain({
4327
4327
  ...chainConfig$1,
4328
4328
  id: 420,
@@ -4343,7 +4343,7 @@ const sourceId$j = 5; // goerli
4343
4343
  contracts: {
4344
4344
  ...chainConfig$1.contracts,
4345
4345
  l2OutputOracle: {
4346
- [sourceId$j]: {
4346
+ [sourceId$k]: {
4347
4347
  address: '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0',
4348
4348
  },
4349
4349
  },
@@ -4352,21 +4352,21 @@ const sourceId$j = 5; // goerli
4352
4352
  blockCreated: 49461,
4353
4353
  },
4354
4354
  portal: {
4355
- [sourceId$j]: {
4355
+ [sourceId$k]: {
4356
4356
  address: '0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383',
4357
4357
  },
4358
4358
  },
4359
4359
  l1StandardBridge: {
4360
- [sourceId$j]: {
4360
+ [sourceId$k]: {
4361
4361
  address: '0x636Af16bf2f682dD3109e60102b8E1A089FedAa8',
4362
4362
  },
4363
4363
  },
4364
4364
  },
4365
4365
  testnet: true,
4366
- sourceId: sourceId$j,
4366
+ sourceId: sourceId$k,
4367
4367
  });
4368
4368
 
4369
- const sourceId$i = 11_155_111; // sepolia
4369
+ const sourceId$j = 11_155_111; // sepolia
4370
4370
  /*#__PURE__*/ defineChain({
4371
4371
  ...chainConfig$1,
4372
4372
  id: 11155420,
@@ -4387,12 +4387,12 @@ const sourceId$i = 11_155_111; // sepolia
4387
4387
  contracts: {
4388
4388
  ...chainConfig$1.contracts,
4389
4389
  disputeGameFactory: {
4390
- [sourceId$i]: {
4390
+ [sourceId$j]: {
4391
4391
  address: '0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1',
4392
4392
  },
4393
4393
  },
4394
4394
  l2OutputOracle: {
4395
- [sourceId$i]: {
4395
+ [sourceId$j]: {
4396
4396
  address: '0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F',
4397
4397
  },
4398
4398
  },
@@ -4401,18 +4401,48 @@ const sourceId$i = 11_155_111; // sepolia
4401
4401
  blockCreated: 1620204,
4402
4402
  },
4403
4403
  portal: {
4404
- [sourceId$i]: {
4404
+ [sourceId$j]: {
4405
4405
  address: '0x16Fc5058F25648194471939df75CF27A2fdC48BC',
4406
4406
  },
4407
4407
  },
4408
4408
  l1StandardBridge: {
4409
- [sourceId$i]: {
4409
+ [sourceId$j]: {
4410
4410
  address: '0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1',
4411
4411
  },
4412
4412
  },
4413
4413
  },
4414
4414
  testnet: true,
4415
+ sourceId: sourceId$j,
4416
+ });
4417
+
4418
+ const sourceId$i = 11155111; // Sepolia testnet
4419
+ defineChain({
4420
+ ...chainConfig$1,
4421
+ name: 'Pyrope Testnet',
4422
+ testnet: true,
4423
+ id: 695569,
4415
4424
  sourceId: sourceId$i,
4425
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4426
+ rpcUrls: {
4427
+ default: {
4428
+ http: ['https://rpc.pyropechain.com'],
4429
+ webSocket: ['wss://rpc.pyropechain.com'],
4430
+ },
4431
+ },
4432
+ blockExplorers: {
4433
+ default: {
4434
+ name: 'Blockscout',
4435
+ url: 'https://pyrope.blockscout.com',
4436
+ },
4437
+ },
4438
+ contracts: {
4439
+ ...chainConfig$1.contracts,
4440
+ l1StandardBridge: {
4441
+ [sourceId$i]: {
4442
+ address: '0xC24932c31D9621aE9e792576152B7ef010cFC2F8',
4443
+ },
4444
+ },
4445
+ },
4416
4446
  });
4417
4447
 
4418
4448
  const sourceId$h = 1; // Ethereum mainnet
@@ -5300,9 +5330,13 @@ const FlaunchAddress = {
5300
5330
  [base.id]: "0xCc7A4A00072ccbeEEbd999edc812C0ce498Fb63B",
5301
5331
  [baseSepolia.id]: "0x7D375C9133721083DF7b7e5Cb0Ed8Fc78862dfe3",
5302
5332
  };
5333
+ const BidWallAddress = {
5334
+ [base.id]: "0x66681f10BA90496241A25e33380004f30Dfd8aa8",
5335
+ [baseSepolia.id]: "0xa2107050ACEf4809c88Ab744F8e667605db5ACDB",
5336
+ };
5303
5337
  const FastFlaunchZapAddress = {
5304
5338
  [base.id]: viem.zeroAddress, // FIXME: update with real address when deployed
5305
- [baseSepolia.id]: "0x36831b3085fdefc576c15d6d6675d52a647a02c0",
5339
+ [baseSepolia.id]: "0x251e97446a7019E5DA4860d4CF47291321C693D0",
5306
5340
  };
5307
5341
  const PoolManagerAddress = {
5308
5342
  [base.id]: "0x498581fF718922c3f8e6A244956aF099B2652b2b",
@@ -5316,11 +5350,32 @@ const QuoterAddress = {
5316
5350
  [base.id]: "0x0d5e0f971ed27fbff6c2837bf31316121532048d",
5317
5351
  [baseSepolia.id]: "0x4a6513c898fe1b2d0e78d3b0e0a4a151589b1cba",
5318
5352
  };
5353
+ const StateViewAddress = {
5354
+ [base.id]: "0xA3c0c9b65baD0b08107Aa264b0f3dB444b867A71",
5355
+ [baseSepolia.id]: "0x571291b572ed32ce6751a2Cb2486EbEe8DEfB9B4",
5356
+ };
5319
5357
  const Permit2Address = {
5320
5358
  [base.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5321
5359
  [baseSepolia.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5322
5360
  };
5361
+ const USDCETHPoolKeys = {
5362
+ [base.id]: {
5363
+ currency0: viem.zeroAddress,
5364
+ currency1: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
5365
+ fee: 500,
5366
+ tickSpacing: 10,
5367
+ hooks: viem.zeroAddress,
5368
+ },
5369
+ [baseSepolia.id]: {
5370
+ currency0: viem.zeroAddress,
5371
+ currency1: "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
5372
+ fee: 0,
5373
+ tickSpacing: 30,
5374
+ hooks: viem.zeroAddress,
5375
+ },
5376
+ };
5323
5377
 
5378
+ exports.BidWallAddress = BidWallAddress;
5324
5379
  exports.FLETHAddress = FLETHAddress;
5325
5380
  exports.FLETHHooksAddress = FLETHHooksAddress;
5326
5381
  exports.FairLaunchAddress = FairLaunchAddress;
@@ -5330,5 +5385,7 @@ exports.FlaunchPositionManagerAddress = FlaunchPositionManagerAddress;
5330
5385
  exports.Permit2Address = Permit2Address;
5331
5386
  exports.PoolManagerAddress = PoolManagerAddress;
5332
5387
  exports.QuoterAddress = QuoterAddress;
5388
+ exports.StateViewAddress = StateViewAddress;
5389
+ exports.USDCETHPoolKeys = USDCETHPoolKeys;
5333
5390
  exports.UniversalRouterAddress = UniversalRouterAddress;
5334
5391
  //# sourceMappingURL=index.cjs.map