@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.
- package/README.md +2 -2
- package/dist/abi/BidWall.d.ts +493 -0
- package/dist/abi/BidWall.d.ts.map +1 -0
- package/dist/abi/FastFlaunchZap.d.ts +27 -31
- package/dist/abi/FastFlaunchZap.d.ts.map +1 -1
- package/dist/abi/StateView.d.ts +278 -0
- package/dist/abi/StateView.d.ts.map +1 -0
- package/dist/abi/index.cjs +60 -27
- package/dist/abi/index.cjs.map +1 -1
- package/dist/abi/index.js +60 -27
- package/dist/abi/index.js.map +1 -1
- package/dist/addresses/index.cjs +195 -138
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +193 -139
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts +6 -1
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/BidWallClient.d.ts +25 -0
- package/dist/clients/BidWallClient.d.ts.map +1 -0
- package/dist/clients/FairLaunchClient.d.ts +1 -1
- package/dist/clients/FairLaunchClient.d.ts.map +1 -1
- package/dist/clients/FastFlaunchClient.d.ts +3 -5
- package/dist/clients/FastFlaunchClient.d.ts.map +1 -1
- package/dist/clients/FlaunchClient.d.ts +1 -1
- package/dist/clients/FlaunchClient.d.ts.map +1 -1
- package/dist/clients/FlaunchPositionManagerClient.d.ts +2 -2
- package/dist/clients/FlaunchPositionManagerClient.d.ts.map +1 -1
- package/dist/clients/MemecoinClient.d.ts +1 -1
- package/dist/clients/MemecoinClient.d.ts.map +1 -1
- package/dist/clients/Permit2Client.d.ts +1 -1
- package/dist/clients/Permit2Client.d.ts.map +1 -1
- package/dist/clients/PoolManagerClient.d.ts +1 -1
- package/dist/clients/PoolManagerClient.d.ts.map +1 -1
- package/dist/clients/QuoterClient.d.ts +2 -1
- package/dist/clients/QuoterClient.d.ts.map +1 -1
- package/dist/clients/StateViewClient.d.ts +33 -0
- package/dist/clients/StateViewClient.d.ts.map +1 -0
- package/dist/index.cjs.js +1074 -219
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1066 -221
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +31 -9
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/utils/univ4.d.ts +5 -0
- package/dist/utils/univ4.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/addresses/index.js
CHANGED
|
@@ -9,7 +9,7 @@ function defineChain(chain) {
|
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
const version = '2.23.
|
|
12
|
+
const version = '2.23.11';
|
|
13
13
|
|
|
14
14
|
let errorConfig = {
|
|
15
15
|
getDocsUrl: ({ docsBaseUrl, docsPath = '', docsSlug, }) => docsPath
|
|
@@ -2754,7 +2754,7 @@ const chainConfig$1 = {
|
|
|
2754
2754
|
serializers: serializers$1,
|
|
2755
2755
|
};
|
|
2756
2756
|
|
|
2757
|
-
const sourceId$
|
|
2757
|
+
const sourceId$K = 1; // mainnet
|
|
2758
2758
|
/*#__PURE__*/ defineChain({
|
|
2759
2759
|
...chainConfig$1,
|
|
2760
2760
|
id: 888888888,
|
|
@@ -2775,27 +2775,27 @@ const sourceId$J = 1; // mainnet
|
|
|
2775
2775
|
contracts: {
|
|
2776
2776
|
...chainConfig$1.contracts,
|
|
2777
2777
|
l2OutputOracle: {
|
|
2778
|
-
[sourceId$
|
|
2778
|
+
[sourceId$K]: {
|
|
2779
2779
|
address: '0xB09DC08428C8b4EFB4ff9C0827386CDF34277996',
|
|
2780
2780
|
},
|
|
2781
2781
|
},
|
|
2782
2782
|
portal: {
|
|
2783
|
-
[sourceId$
|
|
2783
|
+
[sourceId$K]: {
|
|
2784
2784
|
address: '0x639F2AECE398Aa76b07e59eF6abe2cFe32bacb68',
|
|
2785
2785
|
blockCreated: 19070571,
|
|
2786
2786
|
},
|
|
2787
2787
|
},
|
|
2788
2788
|
l1StandardBridge: {
|
|
2789
|
-
[sourceId$
|
|
2789
|
+
[sourceId$K]: {
|
|
2790
2790
|
address: '0xd5e3eDf5b68135D559D572E26bF863FBC1950033',
|
|
2791
2791
|
blockCreated: 19070571,
|
|
2792
2792
|
},
|
|
2793
2793
|
},
|
|
2794
2794
|
},
|
|
2795
|
-
sourceId: sourceId$
|
|
2795
|
+
sourceId: sourceId$K,
|
|
2796
2796
|
});
|
|
2797
2797
|
|
|
2798
|
-
const sourceId$
|
|
2798
|
+
const sourceId$J = 11_155_111; // sepolia
|
|
2799
2799
|
/*#__PURE__*/ defineChain({
|
|
2800
2800
|
...chainConfig$1,
|
|
2801
2801
|
id: 28122024,
|
|
@@ -2816,27 +2816,27 @@ const sourceId$I = 11_155_111; // sepolia
|
|
|
2816
2816
|
contracts: {
|
|
2817
2817
|
...chainConfig$1.contracts,
|
|
2818
2818
|
l2OutputOracle: {
|
|
2819
|
-
[sourceId$
|
|
2819
|
+
[sourceId$J]: {
|
|
2820
2820
|
address: '0x942fD5017c0F60575930D8574Eaca13BEcD6e1bB',
|
|
2821
2821
|
},
|
|
2822
2822
|
},
|
|
2823
2823
|
portal: {
|
|
2824
|
-
[sourceId$
|
|
2824
|
+
[sourceId$J]: {
|
|
2825
2825
|
address: '0xfa1d9E26A6aCD7b22115D27572c1221B9803c960',
|
|
2826
2826
|
blockCreated: 4972908,
|
|
2827
2827
|
},
|
|
2828
2828
|
},
|
|
2829
2829
|
l1StandardBridge: {
|
|
2830
|
-
[sourceId$
|
|
2830
|
+
[sourceId$J]: {
|
|
2831
2831
|
address: '0xF6Bc0146d3c74D48306e79Ae134A260E418C9335',
|
|
2832
2832
|
blockCreated: 4972908,
|
|
2833
2833
|
},
|
|
2834
2834
|
},
|
|
2835
2835
|
},
|
|
2836
|
-
sourceId: sourceId$
|
|
2836
|
+
sourceId: sourceId$J,
|
|
2837
2837
|
});
|
|
2838
2838
|
|
|
2839
|
-
const sourceId$
|
|
2839
|
+
const sourceId$I = 1; // mainnet
|
|
2840
2840
|
const base = /*#__PURE__*/ defineChain({
|
|
2841
2841
|
...chainConfig$1,
|
|
2842
2842
|
id: 8453,
|
|
@@ -2857,12 +2857,12 @@ const base = /*#__PURE__*/ defineChain({
|
|
|
2857
2857
|
contracts: {
|
|
2858
2858
|
...chainConfig$1.contracts,
|
|
2859
2859
|
disputeGameFactory: {
|
|
2860
|
-
[sourceId$
|
|
2860
|
+
[sourceId$I]: {
|
|
2861
2861
|
address: '0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e',
|
|
2862
2862
|
},
|
|
2863
2863
|
},
|
|
2864
2864
|
l2OutputOracle: {
|
|
2865
|
-
[sourceId$
|
|
2865
|
+
[sourceId$I]: {
|
|
2866
2866
|
address: '0x56315b90c40730925ec5485cf004d835058518A0',
|
|
2867
2867
|
},
|
|
2868
2868
|
},
|
|
@@ -2871,22 +2871,22 @@ const base = /*#__PURE__*/ defineChain({
|
|
|
2871
2871
|
blockCreated: 5022,
|
|
2872
2872
|
},
|
|
2873
2873
|
portal: {
|
|
2874
|
-
[sourceId$
|
|
2874
|
+
[sourceId$I]: {
|
|
2875
2875
|
address: '0x49048044D57e1C92A77f79988d21Fa8fAF74E97e',
|
|
2876
2876
|
blockCreated: 17482143,
|
|
2877
2877
|
},
|
|
2878
2878
|
},
|
|
2879
2879
|
l1StandardBridge: {
|
|
2880
|
-
[sourceId$
|
|
2880
|
+
[sourceId$I]: {
|
|
2881
2881
|
address: '0x3154Cf16ccdb4C6d922629664174b904d80F2C35',
|
|
2882
2882
|
blockCreated: 17482143,
|
|
2883
2883
|
},
|
|
2884
2884
|
},
|
|
2885
2885
|
},
|
|
2886
|
-
sourceId: sourceId$
|
|
2886
|
+
sourceId: sourceId$I,
|
|
2887
2887
|
});
|
|
2888
2888
|
|
|
2889
|
-
const sourceId$
|
|
2889
|
+
const sourceId$H = 5; // goerli
|
|
2890
2890
|
/*#__PURE__*/ defineChain({
|
|
2891
2891
|
...chainConfig$1,
|
|
2892
2892
|
id: 84531,
|
|
@@ -2905,7 +2905,7 @@ const sourceId$G = 5; // goerli
|
|
|
2905
2905
|
contracts: {
|
|
2906
2906
|
...chainConfig$1.contracts,
|
|
2907
2907
|
l2OutputOracle: {
|
|
2908
|
-
[sourceId$
|
|
2908
|
+
[sourceId$H]: {
|
|
2909
2909
|
address: '0x2A35891ff30313CcFa6CE88dcf3858bb075A2298',
|
|
2910
2910
|
},
|
|
2911
2911
|
},
|
|
@@ -2914,21 +2914,21 @@ const sourceId$G = 5; // goerli
|
|
|
2914
2914
|
blockCreated: 1376988,
|
|
2915
2915
|
},
|
|
2916
2916
|
portal: {
|
|
2917
|
-
[sourceId$
|
|
2917
|
+
[sourceId$H]: {
|
|
2918
2918
|
address: '0xe93c8cD0D409341205A592f8c4Ac1A5fe5585cfA',
|
|
2919
2919
|
},
|
|
2920
2920
|
},
|
|
2921
2921
|
l1StandardBridge: {
|
|
2922
|
-
[sourceId$
|
|
2922
|
+
[sourceId$H]: {
|
|
2923
2923
|
address: '0xfA6D8Ee5BE770F84FC001D098C4bD604Fe01284a',
|
|
2924
2924
|
},
|
|
2925
2925
|
},
|
|
2926
2926
|
},
|
|
2927
2927
|
testnet: true,
|
|
2928
|
-
sourceId: sourceId$
|
|
2928
|
+
sourceId: sourceId$H,
|
|
2929
2929
|
});
|
|
2930
2930
|
|
|
2931
|
-
const sourceId$
|
|
2931
|
+
const sourceId$G = 11_155_111; // sepolia
|
|
2932
2932
|
const baseSepolia = /*#__PURE__*/ defineChain({
|
|
2933
2933
|
...chainConfig$1,
|
|
2934
2934
|
id: 84532,
|
|
@@ -2950,23 +2950,23 @@ const baseSepolia = /*#__PURE__*/ defineChain({
|
|
|
2950
2950
|
contracts: {
|
|
2951
2951
|
...chainConfig$1.contracts,
|
|
2952
2952
|
disputeGameFactory: {
|
|
2953
|
-
[sourceId$
|
|
2953
|
+
[sourceId$G]: {
|
|
2954
2954
|
address: '0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1',
|
|
2955
2955
|
},
|
|
2956
2956
|
},
|
|
2957
2957
|
l2OutputOracle: {
|
|
2958
|
-
[sourceId$
|
|
2958
|
+
[sourceId$G]: {
|
|
2959
2959
|
address: '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254',
|
|
2960
2960
|
},
|
|
2961
2961
|
},
|
|
2962
2962
|
portal: {
|
|
2963
|
-
[sourceId$
|
|
2963
|
+
[sourceId$G]: {
|
|
2964
2964
|
address: '0x49f53e41452c74589e85ca1677426ba426459e85',
|
|
2965
2965
|
blockCreated: 4446677,
|
|
2966
2966
|
},
|
|
2967
2967
|
},
|
|
2968
2968
|
l1StandardBridge: {
|
|
2969
|
-
[sourceId$
|
|
2969
|
+
[sourceId$G]: {
|
|
2970
2970
|
address: '0xfd0Bf71F60660E2f608ed56e1659C450eB113120',
|
|
2971
2971
|
blockCreated: 4446677,
|
|
2972
2972
|
},
|
|
@@ -2977,7 +2977,7 @@ const baseSepolia = /*#__PURE__*/ defineChain({
|
|
|
2977
2977
|
},
|
|
2978
2978
|
},
|
|
2979
2979
|
testnet: true,
|
|
2980
|
-
sourceId: sourceId$
|
|
2980
|
+
sourceId: sourceId$G,
|
|
2981
2981
|
});
|
|
2982
2982
|
|
|
2983
2983
|
defineChain({
|
|
@@ -2998,7 +2998,7 @@ defineChain({
|
|
|
2998
2998
|
},
|
|
2999
2999
|
});
|
|
3000
3000
|
|
|
3001
|
-
const sourceId$
|
|
3001
|
+
const sourceId$F = 1; // mainnet
|
|
3002
3002
|
/*#__PURE__*/ defineChain({
|
|
3003
3003
|
...chainConfig$1,
|
|
3004
3004
|
id: 81457,
|
|
@@ -3025,10 +3025,10 @@ const sourceId$E = 1; // mainnet
|
|
|
3025
3025
|
blockCreated: 212929,
|
|
3026
3026
|
},
|
|
3027
3027
|
},
|
|
3028
|
-
sourceId: sourceId$
|
|
3028
|
+
sourceId: sourceId$F,
|
|
3029
3029
|
});
|
|
3030
3030
|
|
|
3031
|
-
const sourceId$
|
|
3031
|
+
const sourceId$E = 1; // mainnet
|
|
3032
3032
|
defineChain({
|
|
3033
3033
|
...chainConfig$1,
|
|
3034
3034
|
id: 60808,
|
|
@@ -3057,22 +3057,22 @@ defineChain({
|
|
|
3057
3057
|
blockCreated: 23131,
|
|
3058
3058
|
},
|
|
3059
3059
|
l2OutputOracle: {
|
|
3060
|
-
[sourceId$
|
|
3060
|
+
[sourceId$E]: {
|
|
3061
3061
|
address: '0xdDa53E23f8a32640b04D7256e651C1db98dB11C1',
|
|
3062
3062
|
blockCreated: 4462615,
|
|
3063
3063
|
},
|
|
3064
3064
|
},
|
|
3065
3065
|
portal: {
|
|
3066
|
-
[sourceId$
|
|
3066
|
+
[sourceId$E]: {
|
|
3067
3067
|
address: '0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E',
|
|
3068
3068
|
blockCreated: 4462615,
|
|
3069
3069
|
},
|
|
3070
3070
|
},
|
|
3071
3071
|
},
|
|
3072
|
-
sourceId: sourceId$
|
|
3072
|
+
sourceId: sourceId$E,
|
|
3073
3073
|
});
|
|
3074
3074
|
|
|
3075
|
-
const sourceId$
|
|
3075
|
+
const sourceId$D = 11_155_111; // sepolia
|
|
3076
3076
|
defineChain({
|
|
3077
3077
|
...chainConfig$1,
|
|
3078
3078
|
id: 808813,
|
|
@@ -3101,20 +3101,20 @@ defineChain({
|
|
|
3101
3101
|
blockCreated: 35677,
|
|
3102
3102
|
},
|
|
3103
3103
|
l2OutputOracle: {
|
|
3104
|
-
[sourceId$
|
|
3104
|
+
[sourceId$D]: {
|
|
3105
3105
|
address: '0x14D0069452b4AE2b250B395b8adAb771E4267d2f',
|
|
3106
3106
|
blockCreated: 4462615,
|
|
3107
3107
|
},
|
|
3108
3108
|
},
|
|
3109
3109
|
portal: {
|
|
3110
|
-
[sourceId$
|
|
3110
|
+
[sourceId$D]: {
|
|
3111
3111
|
address: '0x867B1Aa872b9C8cB5E9F7755feDC45BB24Ad0ae4',
|
|
3112
3112
|
blockCreated: 4462615,
|
|
3113
3113
|
},
|
|
3114
3114
|
},
|
|
3115
3115
|
},
|
|
3116
3116
|
testnet: true,
|
|
3117
|
-
sourceId: sourceId$
|
|
3117
|
+
sourceId: sourceId$D,
|
|
3118
3118
|
});
|
|
3119
3119
|
|
|
3120
3120
|
/**
|
|
@@ -3373,7 +3373,7 @@ const chainConfig = {
|
|
|
3373
3373
|
fees,
|
|
3374
3374
|
};
|
|
3375
3375
|
|
|
3376
|
-
const sourceId$
|
|
3376
|
+
const sourceId$C = 17000; // holsky
|
|
3377
3377
|
// source https://storage.googleapis.com/cel2-rollup-files/alfajores/deployment-l1.json
|
|
3378
3378
|
/*#__PURE__*/ defineChain({
|
|
3379
3379
|
...chainConfig,
|
|
@@ -3403,25 +3403,25 @@ const sourceId$B = 17000; // holsky
|
|
|
3403
3403
|
blockCreated: 14569001,
|
|
3404
3404
|
},
|
|
3405
3405
|
portal: {
|
|
3406
|
-
[sourceId$
|
|
3406
|
+
[sourceId$C]: {
|
|
3407
3407
|
address: '0x82527353927d8D069b3B452904c942dA149BA381',
|
|
3408
3408
|
blockCreated: 2411324,
|
|
3409
3409
|
},
|
|
3410
3410
|
},
|
|
3411
3411
|
disputeGameFactory: {
|
|
3412
|
-
[sourceId$
|
|
3412
|
+
[sourceId$C]: {
|
|
3413
3413
|
address: '0xE28AAdcd9883746c0e5068F58f9ea06027b214cb',
|
|
3414
3414
|
blockCreated: 2411324,
|
|
3415
3415
|
},
|
|
3416
3416
|
},
|
|
3417
3417
|
l2OutputOracle: {
|
|
3418
|
-
[sourceId$
|
|
3418
|
+
[sourceId$C]: {
|
|
3419
3419
|
address: '0x4a2635e9e4f6e45817b1D402ac4904c1d1752438',
|
|
3420
3420
|
blockCreated: 2411324,
|
|
3421
3421
|
},
|
|
3422
3422
|
},
|
|
3423
3423
|
l1StandardBridge: {
|
|
3424
|
-
[sourceId$
|
|
3424
|
+
[sourceId$C]: {
|
|
3425
3425
|
address: '0xD1B0E0581973c9eB7f886967A606b9441A897037',
|
|
3426
3426
|
blockCreated: 2411324,
|
|
3427
3427
|
},
|
|
@@ -3544,7 +3544,7 @@ defineChain({
|
|
|
3544
3544
|
testnet: true,
|
|
3545
3545
|
});
|
|
3546
3546
|
|
|
3547
|
-
const sourceId$
|
|
3547
|
+
const sourceId$B = 1; // mainnet
|
|
3548
3548
|
/*#__PURE__*/ defineChain({
|
|
3549
3549
|
id: 478,
|
|
3550
3550
|
name: 'Form Network',
|
|
@@ -3568,27 +3568,27 @@ const sourceId$A = 1; // mainnet
|
|
|
3568
3568
|
contracts: {
|
|
3569
3569
|
...chainConfig$1.contracts,
|
|
3570
3570
|
addressManager: {
|
|
3571
|
-
[sourceId$
|
|
3571
|
+
[sourceId$B]: {
|
|
3572
3572
|
address: '0x15c249E46A2F924C2dB3A1560CF86729bAD1f07B',
|
|
3573
3573
|
},
|
|
3574
3574
|
},
|
|
3575
3575
|
l1CrossDomainMessenger: {
|
|
3576
|
-
[sourceId$
|
|
3576
|
+
[sourceId$B]: {
|
|
3577
3577
|
address: '0xF333158DCCad1dF6C3F0a3aEe8BC31fA94d9eD5c',
|
|
3578
3578
|
},
|
|
3579
3579
|
},
|
|
3580
3580
|
l2OutputOracle: {
|
|
3581
|
-
[sourceId$
|
|
3581
|
+
[sourceId$B]: {
|
|
3582
3582
|
address: '0x4ccAAF69F41c5810cA875183648B577CaCf1F67E',
|
|
3583
3583
|
},
|
|
3584
3584
|
},
|
|
3585
3585
|
portal: {
|
|
3586
|
-
[sourceId$
|
|
3586
|
+
[sourceId$B]: {
|
|
3587
3587
|
address: '0x4E259Ee5F4136408908160dD32295A5031Fa426F',
|
|
3588
3588
|
},
|
|
3589
3589
|
},
|
|
3590
3590
|
l1StandardBridge: {
|
|
3591
|
-
[sourceId$
|
|
3591
|
+
[sourceId$B]: {
|
|
3592
3592
|
address: '0xdc20aA63D3DE59574E065957190D8f24e0F7B8Ba',
|
|
3593
3593
|
},
|
|
3594
3594
|
},
|
|
@@ -3596,10 +3596,10 @@ const sourceId$A = 1; // mainnet
|
|
|
3596
3596
|
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
|
|
3597
3597
|
},
|
|
3598
3598
|
},
|
|
3599
|
-
sourceId: sourceId$
|
|
3599
|
+
sourceId: sourceId$B,
|
|
3600
3600
|
});
|
|
3601
3601
|
|
|
3602
|
-
const sourceId$
|
|
3602
|
+
const sourceId$A = 11_155_111; // sepolia
|
|
3603
3603
|
/*#__PURE__*/ defineChain({
|
|
3604
3604
|
id: 132_902,
|
|
3605
3605
|
name: 'Form Testnet',
|
|
@@ -3623,27 +3623,27 @@ const sourceId$z = 11_155_111; // sepolia
|
|
|
3623
3623
|
contracts: {
|
|
3624
3624
|
...chainConfig$1.contracts,
|
|
3625
3625
|
addressManager: {
|
|
3626
|
-
[sourceId$
|
|
3626
|
+
[sourceId$A]: {
|
|
3627
3627
|
address: '0xd5C38fa934f7fd7477D4800F4f38a1c5BFdF1373',
|
|
3628
3628
|
},
|
|
3629
3629
|
},
|
|
3630
3630
|
l1CrossDomainMessenger: {
|
|
3631
|
-
[sourceId$
|
|
3631
|
+
[sourceId$A]: {
|
|
3632
3632
|
address: '0x37A68565c4BE9700b3E3Ec60cC4416cAC3052FAa',
|
|
3633
3633
|
},
|
|
3634
3634
|
},
|
|
3635
3635
|
l2OutputOracle: {
|
|
3636
|
-
[sourceId$
|
|
3636
|
+
[sourceId$A]: {
|
|
3637
3637
|
address: '0x9eA2239E65a59EC9C7F1ED4C116dD58Da71Fc1e2',
|
|
3638
3638
|
},
|
|
3639
3639
|
},
|
|
3640
3640
|
portal: {
|
|
3641
|
-
[sourceId$
|
|
3641
|
+
[sourceId$A]: {
|
|
3642
3642
|
address: '0x60377e3cE15dF4CCA24c4beF076b60314240b032',
|
|
3643
3643
|
},
|
|
3644
3644
|
},
|
|
3645
3645
|
l1StandardBridge: {
|
|
3646
|
-
[sourceId$
|
|
3646
|
+
[sourceId$A]: {
|
|
3647
3647
|
address: '0xD4531f633942b2725896F47cD2aFd260b44Ab1F7',
|
|
3648
3648
|
},
|
|
3649
3649
|
},
|
|
@@ -3652,10 +3652,10 @@ const sourceId$z = 11_155_111; // sepolia
|
|
|
3652
3652
|
},
|
|
3653
3653
|
},
|
|
3654
3654
|
testnet: true,
|
|
3655
|
-
sourceId: sourceId$
|
|
3655
|
+
sourceId: sourceId$A,
|
|
3656
3656
|
});
|
|
3657
3657
|
|
|
3658
|
-
const sourceId$
|
|
3658
|
+
const sourceId$z = 1; // mainnet
|
|
3659
3659
|
/*#__PURE__*/ defineChain({
|
|
3660
3660
|
...chainConfig$1,
|
|
3661
3661
|
id: 252,
|
|
@@ -3676,7 +3676,7 @@ const sourceId$y = 1; // mainnet
|
|
|
3676
3676
|
contracts: {
|
|
3677
3677
|
...chainConfig$1.contracts,
|
|
3678
3678
|
l2OutputOracle: {
|
|
3679
|
-
[sourceId$
|
|
3679
|
+
[sourceId$z]: {
|
|
3680
3680
|
address: '0x66CC916Ed5C6C2FA97014f7D1cD141528Ae171e4',
|
|
3681
3681
|
},
|
|
3682
3682
|
},
|
|
@@ -3684,22 +3684,22 @@ const sourceId$y = 1; // mainnet
|
|
|
3684
3684
|
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
|
3685
3685
|
},
|
|
3686
3686
|
portal: {
|
|
3687
|
-
[sourceId$
|
|
3687
|
+
[sourceId$z]: {
|
|
3688
3688
|
address: '0x36cb65c1967A0Fb0EEE11569C51C2f2aA1Ca6f6D',
|
|
3689
3689
|
blockCreated: 19135323,
|
|
3690
3690
|
},
|
|
3691
3691
|
},
|
|
3692
3692
|
l1StandardBridge: {
|
|
3693
|
-
[sourceId$
|
|
3693
|
+
[sourceId$z]: {
|
|
3694
3694
|
address: '0x34C0bD5877A5Ee7099D0f5688D65F4bB9158BDE2',
|
|
3695
3695
|
blockCreated: 19135323,
|
|
3696
3696
|
},
|
|
3697
3697
|
},
|
|
3698
3698
|
},
|
|
3699
|
-
sourceId: sourceId$
|
|
3699
|
+
sourceId: sourceId$z,
|
|
3700
3700
|
});
|
|
3701
3701
|
|
|
3702
|
-
const sourceId$
|
|
3702
|
+
const sourceId$y = 17000; // holesky
|
|
3703
3703
|
/*#__PURE__*/ defineChain({
|
|
3704
3704
|
...chainConfig$1,
|
|
3705
3705
|
id: 2522,
|
|
@@ -3720,7 +3720,7 @@ const sourceId$x = 17000; // holesky
|
|
|
3720
3720
|
contracts: {
|
|
3721
3721
|
...chainConfig$1.contracts,
|
|
3722
3722
|
l2OutputOracle: {
|
|
3723
|
-
[sourceId$
|
|
3723
|
+
[sourceId$y]: {
|
|
3724
3724
|
address: '0x715EA64DA13F4d0831ece4Ad3E8c1aa013167F32',
|
|
3725
3725
|
},
|
|
3726
3726
|
},
|
|
@@ -3728,22 +3728,22 @@ const sourceId$x = 17000; // holesky
|
|
|
3728
3728
|
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
|
3729
3729
|
},
|
|
3730
3730
|
portal: {
|
|
3731
|
-
[sourceId$
|
|
3731
|
+
[sourceId$y]: {
|
|
3732
3732
|
address: '0xB9c64BfA498d5b9a8398Ed6f46eb76d90dE5505d',
|
|
3733
3733
|
blockCreated: 318416,
|
|
3734
3734
|
},
|
|
3735
3735
|
},
|
|
3736
3736
|
l1StandardBridge: {
|
|
3737
|
-
[sourceId$
|
|
3737
|
+
[sourceId$y]: {
|
|
3738
3738
|
address: '0x0BaafC217162f64930909aD9f2B27125121d6332',
|
|
3739
3739
|
blockCreated: 318416,
|
|
3740
3740
|
},
|
|
3741
3741
|
},
|
|
3742
3742
|
},
|
|
3743
|
-
sourceId: sourceId$
|
|
3743
|
+
sourceId: sourceId$y,
|
|
3744
3744
|
});
|
|
3745
3745
|
|
|
3746
|
-
const sourceId$
|
|
3746
|
+
const sourceId$x = 1; // mainnet
|
|
3747
3747
|
/*#__PURE__*/ defineChain({
|
|
3748
3748
|
...chainConfig$1,
|
|
3749
3749
|
id: 33979,
|
|
@@ -3763,10 +3763,10 @@ const sourceId$w = 1; // mainnet
|
|
|
3763
3763
|
contracts: {
|
|
3764
3764
|
...chainConfig$1.contracts,
|
|
3765
3765
|
},
|
|
3766
|
-
sourceId: sourceId$
|
|
3766
|
+
sourceId: sourceId$x,
|
|
3767
3767
|
});
|
|
3768
3768
|
|
|
3769
|
-
const sourceId$
|
|
3769
|
+
const sourceId$w = 11_155_111; // sepolia
|
|
3770
3770
|
defineChain({
|
|
3771
3771
|
...chainConfig$1,
|
|
3772
3772
|
id: 3397901,
|
|
@@ -3792,16 +3792,16 @@ defineChain({
|
|
|
3792
3792
|
blockCreated: 1620204,
|
|
3793
3793
|
},
|
|
3794
3794
|
},
|
|
3795
|
-
sourceId: sourceId$
|
|
3795
|
+
sourceId: sourceId$w,
|
|
3796
3796
|
});
|
|
3797
3797
|
|
|
3798
|
-
const sourceId$
|
|
3798
|
+
const sourceId$v = 17000; // Holesky testnet
|
|
3799
3799
|
defineChain({
|
|
3800
3800
|
...chainConfig$1,
|
|
3801
3801
|
name: 'Garnet Testnet',
|
|
3802
3802
|
testnet: true,
|
|
3803
3803
|
id: 17069,
|
|
3804
|
-
sourceId: sourceId$
|
|
3804
|
+
sourceId: sourceId$v,
|
|
3805
3805
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3806
3806
|
rpcUrls: {
|
|
3807
3807
|
default: {
|
|
@@ -3821,19 +3821,19 @@ defineChain({
|
|
|
3821
3821
|
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
|
3822
3822
|
},
|
|
3823
3823
|
portal: {
|
|
3824
|
-
[sourceId$
|
|
3824
|
+
[sourceId$v]: {
|
|
3825
3825
|
address: '0x57ee40586fbE286AfC75E67cb69511A6D9aF5909',
|
|
3826
3826
|
blockCreated: 1274684,
|
|
3827
3827
|
},
|
|
3828
3828
|
},
|
|
3829
3829
|
l2OutputOracle: {
|
|
3830
|
-
[sourceId$
|
|
3830
|
+
[sourceId$v]: {
|
|
3831
3831
|
address: '0xCb8E7AC561b8EF04F2a15865e9fbc0766FEF569B',
|
|
3832
3832
|
blockCreated: 1274684,
|
|
3833
3833
|
},
|
|
3834
3834
|
},
|
|
3835
3835
|
l1StandardBridge: {
|
|
3836
|
-
[sourceId$
|
|
3836
|
+
[sourceId$v]: {
|
|
3837
3837
|
address: '0x09bcDd311FE398F80a78BE37E489f5D440DB95DE',
|
|
3838
3838
|
blockCreated: 1274684,
|
|
3839
3839
|
},
|
|
@@ -3841,7 +3841,7 @@ defineChain({
|
|
|
3841
3841
|
},
|
|
3842
3842
|
});
|
|
3843
3843
|
|
|
3844
|
-
const sourceId$
|
|
3844
|
+
const sourceId$u = 1; // mainnet
|
|
3845
3845
|
/*#__PURE__*/ defineChain({
|
|
3846
3846
|
...chainConfig$1,
|
|
3847
3847
|
id: 57073,
|
|
@@ -3869,26 +3869,26 @@ const sourceId$t = 1; // mainnet
|
|
|
3869
3869
|
contracts: {
|
|
3870
3870
|
...chainConfig$1.contracts,
|
|
3871
3871
|
disputeGameFactory: {
|
|
3872
|
-
[sourceId$
|
|
3872
|
+
[sourceId$u]: {
|
|
3873
3873
|
address: '0x10d7b35078d3baabb96dd45a9143b94be65b12cd',
|
|
3874
3874
|
},
|
|
3875
3875
|
},
|
|
3876
3876
|
portal: {
|
|
3877
|
-
[sourceId$
|
|
3877
|
+
[sourceId$u]: {
|
|
3878
3878
|
address: '0x5d66c1782664115999c47c9fa5cd031f495d3e4f',
|
|
3879
3879
|
},
|
|
3880
3880
|
},
|
|
3881
3881
|
l1StandardBridge: {
|
|
3882
|
-
[sourceId$
|
|
3882
|
+
[sourceId$u]: {
|
|
3883
3883
|
address: '0x88ff1e5b602916615391f55854588efcbb7663f0',
|
|
3884
3884
|
},
|
|
3885
3885
|
},
|
|
3886
3886
|
},
|
|
3887
3887
|
testnet: false,
|
|
3888
|
-
sourceId: sourceId$
|
|
3888
|
+
sourceId: sourceId$u,
|
|
3889
3889
|
});
|
|
3890
3890
|
|
|
3891
|
-
const sourceId$
|
|
3891
|
+
const sourceId$t = 11_155_111; // sepolia
|
|
3892
3892
|
/*#__PURE__*/ defineChain({
|
|
3893
3893
|
...chainConfig$1,
|
|
3894
3894
|
id: 763373,
|
|
@@ -3909,23 +3909,23 @@ const sourceId$s = 11_155_111; // sepolia
|
|
|
3909
3909
|
contracts: {
|
|
3910
3910
|
...chainConfig$1.contracts,
|
|
3911
3911
|
disputeGameFactory: {
|
|
3912
|
-
[sourceId$
|
|
3912
|
+
[sourceId$t]: {
|
|
3913
3913
|
address: '0x860e626c700af381133d9f4af31412a2d1db3d5d',
|
|
3914
3914
|
},
|
|
3915
3915
|
},
|
|
3916
3916
|
portal: {
|
|
3917
|
-
[sourceId$
|
|
3917
|
+
[sourceId$t]: {
|
|
3918
3918
|
address: '0x5c1d29c6c9c8b0800692acc95d700bcb4966a1d7',
|
|
3919
3919
|
},
|
|
3920
3920
|
},
|
|
3921
3921
|
l1StandardBridge: {
|
|
3922
|
-
[sourceId$
|
|
3922
|
+
[sourceId$t]: {
|
|
3923
3923
|
address: '0x33f60714bbd74d62b66d79213c348614de51901c',
|
|
3924
3924
|
},
|
|
3925
3925
|
},
|
|
3926
3926
|
},
|
|
3927
3927
|
testnet: true,
|
|
3928
|
-
sourceId: sourceId$
|
|
3928
|
+
sourceId: sourceId$t,
|
|
3929
3929
|
});
|
|
3930
3930
|
|
|
3931
3931
|
defineChain({
|
|
@@ -3954,7 +3954,7 @@ defineChain({
|
|
|
3954
3954
|
testnet: true,
|
|
3955
3955
|
});
|
|
3956
3956
|
|
|
3957
|
-
const sourceId$
|
|
3957
|
+
const sourceId$s = 1; // mainnet
|
|
3958
3958
|
/*#__PURE__*/ defineChain({
|
|
3959
3959
|
...chainConfig$1,
|
|
3960
3960
|
id: 1135,
|
|
@@ -3983,25 +3983,25 @@ const sourceId$r = 1; // mainnet
|
|
|
3983
3983
|
address: '0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0',
|
|
3984
3984
|
},
|
|
3985
3985
|
l2OutputOracle: {
|
|
3986
|
-
[sourceId$
|
|
3986
|
+
[sourceId$s]: {
|
|
3987
3987
|
address: '0x113cB99283AF242Da0A0C54347667edF531Aa7d6',
|
|
3988
3988
|
},
|
|
3989
3989
|
},
|
|
3990
3990
|
portal: {
|
|
3991
|
-
[sourceId$
|
|
3991
|
+
[sourceId$s]: {
|
|
3992
3992
|
address: '0x26dB93F8b8b4f7016240af62F7730979d353f9A7',
|
|
3993
3993
|
},
|
|
3994
3994
|
},
|
|
3995
3995
|
l1StandardBridge: {
|
|
3996
|
-
[sourceId$
|
|
3996
|
+
[sourceId$s]: {
|
|
3997
3997
|
address: '0x2658723Bf70c7667De6B25F99fcce13A16D25d08',
|
|
3998
3998
|
},
|
|
3999
3999
|
},
|
|
4000
4000
|
},
|
|
4001
|
-
sourceId: sourceId$
|
|
4001
|
+
sourceId: sourceId$s,
|
|
4002
4002
|
});
|
|
4003
4003
|
|
|
4004
|
-
const sourceId$
|
|
4004
|
+
const sourceId$r = 11_155_111; // sepolia
|
|
4005
4005
|
/*#__PURE__*/ defineChain({
|
|
4006
4006
|
...chainConfig$1,
|
|
4007
4007
|
id: 4202,
|
|
@@ -4023,7 +4023,7 @@ const sourceId$q = 11_155_111; // sepolia
|
|
|
4023
4023
|
contracts: {
|
|
4024
4024
|
...chainConfig$1.contracts,
|
|
4025
4025
|
l2OutputOracle: {
|
|
4026
|
-
[sourceId$
|
|
4026
|
+
[sourceId$r]: {
|
|
4027
4027
|
address: '0xA0E35F56C318DE1bD5D9ca6A94Fe7e37C5663348',
|
|
4028
4028
|
},
|
|
4029
4029
|
},
|
|
@@ -4031,21 +4031,21 @@ const sourceId$q = 11_155_111; // sepolia
|
|
|
4031
4031
|
address: '0xca11bde05977b3631167028862be2a173976ca11',
|
|
4032
4032
|
},
|
|
4033
4033
|
portal: {
|
|
4034
|
-
[sourceId$
|
|
4034
|
+
[sourceId$r]: {
|
|
4035
4035
|
address: '0xe3d90F21490686Ec7eF37BE788E02dfC12787264',
|
|
4036
4036
|
},
|
|
4037
4037
|
},
|
|
4038
4038
|
l1StandardBridge: {
|
|
4039
|
-
[sourceId$
|
|
4039
|
+
[sourceId$r]: {
|
|
4040
4040
|
address: '0x1Fb30e446eA791cd1f011675E5F3f5311b70faF5',
|
|
4041
4041
|
},
|
|
4042
4042
|
},
|
|
4043
4043
|
},
|
|
4044
4044
|
testnet: true,
|
|
4045
|
-
sourceId: sourceId$
|
|
4045
|
+
sourceId: sourceId$r,
|
|
4046
4046
|
});
|
|
4047
4047
|
|
|
4048
|
-
const sourceId$
|
|
4048
|
+
const sourceId$q = 1; // mainnet
|
|
4049
4049
|
/*#__PURE__*/ defineChain({
|
|
4050
4050
|
...chainConfig$1,
|
|
4051
4051
|
id: 1750,
|
|
@@ -4071,7 +4071,7 @@ const sourceId$p = 1; // mainnet
|
|
|
4071
4071
|
contracts: {
|
|
4072
4072
|
...chainConfig$1.contracts,
|
|
4073
4073
|
l2OutputOracle: {
|
|
4074
|
-
[sourceId$
|
|
4074
|
+
[sourceId$q]: {
|
|
4075
4075
|
address: '0x3B1F7aDa0Fcc26B13515af752Dd07fB1CAc11426',
|
|
4076
4076
|
},
|
|
4077
4077
|
},
|
|
@@ -4080,20 +4080,20 @@ const sourceId$p = 1; // mainnet
|
|
|
4080
4080
|
blockCreated: 0,
|
|
4081
4081
|
},
|
|
4082
4082
|
portal: {
|
|
4083
|
-
[sourceId$
|
|
4083
|
+
[sourceId$q]: {
|
|
4084
4084
|
address: '0x3F37aBdE2C6b5B2ed6F8045787Df1ED1E3753956',
|
|
4085
4085
|
},
|
|
4086
4086
|
},
|
|
4087
4087
|
l1StandardBridge: {
|
|
4088
|
-
[sourceId$
|
|
4088
|
+
[sourceId$q]: {
|
|
4089
4089
|
address: '0x6d0f65D59b55B0FEC5d2d15365154DcADC140BF3',
|
|
4090
4090
|
},
|
|
4091
4091
|
},
|
|
4092
4092
|
},
|
|
4093
|
-
sourceId: sourceId$
|
|
4093
|
+
sourceId: sourceId$q,
|
|
4094
4094
|
});
|
|
4095
4095
|
|
|
4096
|
-
const sourceId$
|
|
4096
|
+
const sourceId$p = 1; // mainnet
|
|
4097
4097
|
/*#__PURE__*/ defineChain({
|
|
4098
4098
|
...chainConfig$1,
|
|
4099
4099
|
id: 34443,
|
|
@@ -4117,25 +4117,25 @@ const sourceId$o = 1; // mainnet
|
|
|
4117
4117
|
blockCreated: 2465882,
|
|
4118
4118
|
},
|
|
4119
4119
|
l2OutputOracle: {
|
|
4120
|
-
[sourceId$
|
|
4120
|
+
[sourceId$p]: {
|
|
4121
4121
|
address: '0x4317ba146D4933D889518a3e5E11Fe7a53199b04',
|
|
4122
4122
|
},
|
|
4123
4123
|
},
|
|
4124
4124
|
portal: {
|
|
4125
|
-
[sourceId$
|
|
4125
|
+
[sourceId$p]: {
|
|
4126
4126
|
address: '0x8B34b14c7c7123459Cf3076b8Cb929BE097d0C07',
|
|
4127
4127
|
},
|
|
4128
4128
|
},
|
|
4129
4129
|
l1StandardBridge: {
|
|
4130
|
-
[sourceId$
|
|
4130
|
+
[sourceId$p]: {
|
|
4131
4131
|
address: '0x735aDBbE72226BD52e818E7181953f42E3b0FF21',
|
|
4132
4132
|
},
|
|
4133
4133
|
},
|
|
4134
4134
|
},
|
|
4135
|
-
sourceId: sourceId$
|
|
4135
|
+
sourceId: sourceId$p,
|
|
4136
4136
|
});
|
|
4137
4137
|
|
|
4138
|
-
const sourceId$
|
|
4138
|
+
const sourceId$o = 11_155_111; // sepolia
|
|
4139
4139
|
/*#__PURE__*/ defineChain({
|
|
4140
4140
|
...chainConfig$1,
|
|
4141
4141
|
id: 919,
|
|
@@ -4156,19 +4156,19 @@ const sourceId$n = 11_155_111; // sepolia
|
|
|
4156
4156
|
contracts: {
|
|
4157
4157
|
...chainConfig$1.contracts,
|
|
4158
4158
|
l2OutputOracle: {
|
|
4159
|
-
[sourceId$
|
|
4159
|
+
[sourceId$o]: {
|
|
4160
4160
|
address: '0x2634BD65ba27AB63811c74A63118ACb312701Bfa',
|
|
4161
4161
|
blockCreated: 3778393,
|
|
4162
4162
|
},
|
|
4163
4163
|
},
|
|
4164
4164
|
portal: {
|
|
4165
|
-
[sourceId$
|
|
4165
|
+
[sourceId$o]: {
|
|
4166
4166
|
address: '0x320e1580effF37E008F1C92700d1eBa47c1B23fD',
|
|
4167
4167
|
blockCreated: 3778395,
|
|
4168
4168
|
},
|
|
4169
4169
|
},
|
|
4170
4170
|
l1StandardBridge: {
|
|
4171
|
-
[sourceId$
|
|
4171
|
+
[sourceId$o]: {
|
|
4172
4172
|
address: '0xbC5C679879B2965296756CD959C3C739769995E2',
|
|
4173
4173
|
blockCreated: 3778392,
|
|
4174
4174
|
},
|
|
@@ -4179,10 +4179,10 @@ const sourceId$n = 11_155_111; // sepolia
|
|
|
4179
4179
|
},
|
|
4180
4180
|
},
|
|
4181
4181
|
testnet: true,
|
|
4182
|
-
sourceId: sourceId$
|
|
4182
|
+
sourceId: sourceId$o,
|
|
4183
4183
|
});
|
|
4184
4184
|
|
|
4185
|
-
const sourceId$
|
|
4185
|
+
const sourceId$n = 56; // bsc mainnet
|
|
4186
4186
|
/*#__PURE__*/ defineChain({
|
|
4187
4187
|
id: 204,
|
|
4188
4188
|
name: 'opBNB',
|
|
@@ -4208,25 +4208,25 @@ const sourceId$m = 56; // bsc mainnet
|
|
|
4208
4208
|
blockCreated: 512881,
|
|
4209
4209
|
},
|
|
4210
4210
|
l2OutputOracle: {
|
|
4211
|
-
[sourceId$
|
|
4211
|
+
[sourceId$n]: {
|
|
4212
4212
|
address: '0x153CAB79f4767E2ff862C94aa49573294B13D169',
|
|
4213
4213
|
},
|
|
4214
4214
|
},
|
|
4215
4215
|
portal: {
|
|
4216
|
-
[sourceId$
|
|
4216
|
+
[sourceId$n]: {
|
|
4217
4217
|
address: '0x1876EA7702C0ad0C6A2ae6036DE7733edfBca519',
|
|
4218
4218
|
},
|
|
4219
4219
|
},
|
|
4220
4220
|
l1StandardBridge: {
|
|
4221
|
-
[sourceId$
|
|
4221
|
+
[sourceId$n]: {
|
|
4222
4222
|
address: '0xF05F0e4362859c3331Cb9395CBC201E3Fa6757Ea',
|
|
4223
4223
|
},
|
|
4224
4224
|
},
|
|
4225
4225
|
},
|
|
4226
|
-
sourceId: sourceId$
|
|
4226
|
+
sourceId: sourceId$n,
|
|
4227
4227
|
});
|
|
4228
4228
|
|
|
4229
|
-
const sourceId$
|
|
4229
|
+
const sourceId$m = 97; // bsc testnet
|
|
4230
4230
|
/*#__PURE__*/ defineChain({
|
|
4231
4231
|
id: 5611,
|
|
4232
4232
|
name: 'opBNB Testnet',
|
|
@@ -4251,26 +4251,26 @@ const sourceId$l = 97; // bsc testnet
|
|
|
4251
4251
|
blockCreated: 3705108,
|
|
4252
4252
|
},
|
|
4253
4253
|
l2OutputOracle: {
|
|
4254
|
-
[sourceId$
|
|
4254
|
+
[sourceId$m]: {
|
|
4255
4255
|
address: '0xFf2394Bb843012562f4349C6632a0EcB92fC8810',
|
|
4256
4256
|
},
|
|
4257
4257
|
},
|
|
4258
4258
|
portal: {
|
|
4259
|
-
[sourceId$
|
|
4259
|
+
[sourceId$m]: {
|
|
4260
4260
|
address: '0x4386C8ABf2009aC0c263462Da568DD9d46e52a31',
|
|
4261
4261
|
},
|
|
4262
4262
|
},
|
|
4263
4263
|
l1StandardBridge: {
|
|
4264
|
-
[sourceId$
|
|
4264
|
+
[sourceId$m]: {
|
|
4265
4265
|
address: '0x677311Fd2cCc511Bbc0f581E8d9a07B033D5E840',
|
|
4266
4266
|
},
|
|
4267
4267
|
},
|
|
4268
4268
|
},
|
|
4269
4269
|
testnet: true,
|
|
4270
|
-
sourceId: sourceId$
|
|
4270
|
+
sourceId: sourceId$m,
|
|
4271
4271
|
});
|
|
4272
4272
|
|
|
4273
|
-
const sourceId$
|
|
4273
|
+
const sourceId$l = 1; // mainnet
|
|
4274
4274
|
/*#__PURE__*/ defineChain({
|
|
4275
4275
|
...chainConfig$1,
|
|
4276
4276
|
id: 10,
|
|
@@ -4291,12 +4291,12 @@ const sourceId$k = 1; // mainnet
|
|
|
4291
4291
|
contracts: {
|
|
4292
4292
|
...chainConfig$1.contracts,
|
|
4293
4293
|
disputeGameFactory: {
|
|
4294
|
-
[sourceId$
|
|
4294
|
+
[sourceId$l]: {
|
|
4295
4295
|
address: '0xe5965Ab5962eDc7477C8520243A95517CD252fA9',
|
|
4296
4296
|
},
|
|
4297
4297
|
},
|
|
4298
4298
|
l2OutputOracle: {
|
|
4299
|
-
[sourceId$
|
|
4299
|
+
[sourceId$l]: {
|
|
4300
4300
|
address: '0xdfe97868233d1aa22e815a266982f2cf17685a27',
|
|
4301
4301
|
},
|
|
4302
4302
|
},
|
|
@@ -4305,20 +4305,20 @@ const sourceId$k = 1; // mainnet
|
|
|
4305
4305
|
blockCreated: 4286263,
|
|
4306
4306
|
},
|
|
4307
4307
|
portal: {
|
|
4308
|
-
[sourceId$
|
|
4308
|
+
[sourceId$l]: {
|
|
4309
4309
|
address: '0xbEb5Fc579115071764c7423A4f12eDde41f106Ed',
|
|
4310
4310
|
},
|
|
4311
4311
|
},
|
|
4312
4312
|
l1StandardBridge: {
|
|
4313
|
-
[sourceId$
|
|
4313
|
+
[sourceId$l]: {
|
|
4314
4314
|
address: '0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1',
|
|
4315
4315
|
},
|
|
4316
4316
|
},
|
|
4317
4317
|
},
|
|
4318
|
-
sourceId: sourceId$
|
|
4318
|
+
sourceId: sourceId$l,
|
|
4319
4319
|
});
|
|
4320
4320
|
|
|
4321
|
-
const sourceId$
|
|
4321
|
+
const sourceId$k = 5; // goerli
|
|
4322
4322
|
/*#__PURE__*/ defineChain({
|
|
4323
4323
|
...chainConfig$1,
|
|
4324
4324
|
id: 420,
|
|
@@ -4339,7 +4339,7 @@ const sourceId$j = 5; // goerli
|
|
|
4339
4339
|
contracts: {
|
|
4340
4340
|
...chainConfig$1.contracts,
|
|
4341
4341
|
l2OutputOracle: {
|
|
4342
|
-
[sourceId$
|
|
4342
|
+
[sourceId$k]: {
|
|
4343
4343
|
address: '0xE6Dfba0953616Bacab0c9A8ecb3a9BBa77FC15c0',
|
|
4344
4344
|
},
|
|
4345
4345
|
},
|
|
@@ -4348,21 +4348,21 @@ const sourceId$j = 5; // goerli
|
|
|
4348
4348
|
blockCreated: 49461,
|
|
4349
4349
|
},
|
|
4350
4350
|
portal: {
|
|
4351
|
-
[sourceId$
|
|
4351
|
+
[sourceId$k]: {
|
|
4352
4352
|
address: '0x5b47E1A08Ea6d985D6649300584e6722Ec4B1383',
|
|
4353
4353
|
},
|
|
4354
4354
|
},
|
|
4355
4355
|
l1StandardBridge: {
|
|
4356
|
-
[sourceId$
|
|
4356
|
+
[sourceId$k]: {
|
|
4357
4357
|
address: '0x636Af16bf2f682dD3109e60102b8E1A089FedAa8',
|
|
4358
4358
|
},
|
|
4359
4359
|
},
|
|
4360
4360
|
},
|
|
4361
4361
|
testnet: true,
|
|
4362
|
-
sourceId: sourceId$
|
|
4362
|
+
sourceId: sourceId$k,
|
|
4363
4363
|
});
|
|
4364
4364
|
|
|
4365
|
-
const sourceId$
|
|
4365
|
+
const sourceId$j = 11_155_111; // sepolia
|
|
4366
4366
|
/*#__PURE__*/ defineChain({
|
|
4367
4367
|
...chainConfig$1,
|
|
4368
4368
|
id: 11155420,
|
|
@@ -4383,12 +4383,12 @@ const sourceId$i = 11_155_111; // sepolia
|
|
|
4383
4383
|
contracts: {
|
|
4384
4384
|
...chainConfig$1.contracts,
|
|
4385
4385
|
disputeGameFactory: {
|
|
4386
|
-
[sourceId$
|
|
4386
|
+
[sourceId$j]: {
|
|
4387
4387
|
address: '0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1',
|
|
4388
4388
|
},
|
|
4389
4389
|
},
|
|
4390
4390
|
l2OutputOracle: {
|
|
4391
|
-
[sourceId$
|
|
4391
|
+
[sourceId$j]: {
|
|
4392
4392
|
address: '0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F',
|
|
4393
4393
|
},
|
|
4394
4394
|
},
|
|
@@ -4397,18 +4397,48 @@ const sourceId$i = 11_155_111; // sepolia
|
|
|
4397
4397
|
blockCreated: 1620204,
|
|
4398
4398
|
},
|
|
4399
4399
|
portal: {
|
|
4400
|
-
[sourceId$
|
|
4400
|
+
[sourceId$j]: {
|
|
4401
4401
|
address: '0x16Fc5058F25648194471939df75CF27A2fdC48BC',
|
|
4402
4402
|
},
|
|
4403
4403
|
},
|
|
4404
4404
|
l1StandardBridge: {
|
|
4405
|
-
[sourceId$
|
|
4405
|
+
[sourceId$j]: {
|
|
4406
4406
|
address: '0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1',
|
|
4407
4407
|
},
|
|
4408
4408
|
},
|
|
4409
4409
|
},
|
|
4410
4410
|
testnet: true,
|
|
4411
|
+
sourceId: sourceId$j,
|
|
4412
|
+
});
|
|
4413
|
+
|
|
4414
|
+
const sourceId$i = 11155111; // Sepolia testnet
|
|
4415
|
+
defineChain({
|
|
4416
|
+
...chainConfig$1,
|
|
4417
|
+
name: 'Pyrope Testnet',
|
|
4418
|
+
testnet: true,
|
|
4419
|
+
id: 695569,
|
|
4411
4420
|
sourceId: sourceId$i,
|
|
4421
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4422
|
+
rpcUrls: {
|
|
4423
|
+
default: {
|
|
4424
|
+
http: ['https://rpc.pyropechain.com'],
|
|
4425
|
+
webSocket: ['wss://rpc.pyropechain.com'],
|
|
4426
|
+
},
|
|
4427
|
+
},
|
|
4428
|
+
blockExplorers: {
|
|
4429
|
+
default: {
|
|
4430
|
+
name: 'Blockscout',
|
|
4431
|
+
url: 'https://pyrope.blockscout.com',
|
|
4432
|
+
},
|
|
4433
|
+
},
|
|
4434
|
+
contracts: {
|
|
4435
|
+
...chainConfig$1.contracts,
|
|
4436
|
+
l1StandardBridge: {
|
|
4437
|
+
[sourceId$i]: {
|
|
4438
|
+
address: '0xC24932c31D9621aE9e792576152B7ef010cFC2F8',
|
|
4439
|
+
},
|
|
4440
|
+
},
|
|
4441
|
+
},
|
|
4412
4442
|
});
|
|
4413
4443
|
|
|
4414
4444
|
const sourceId$h = 1; // Ethereum mainnet
|
|
@@ -5296,9 +5326,13 @@ const FlaunchAddress = {
|
|
|
5296
5326
|
[base.id]: "0xCc7A4A00072ccbeEEbd999edc812C0ce498Fb63B",
|
|
5297
5327
|
[baseSepolia.id]: "0x7D375C9133721083DF7b7e5Cb0Ed8Fc78862dfe3",
|
|
5298
5328
|
};
|
|
5329
|
+
const BidWallAddress = {
|
|
5330
|
+
[base.id]: "0x66681f10BA90496241A25e33380004f30Dfd8aa8",
|
|
5331
|
+
[baseSepolia.id]: "0xa2107050ACEf4809c88Ab744F8e667605db5ACDB",
|
|
5332
|
+
};
|
|
5299
5333
|
const FastFlaunchZapAddress = {
|
|
5300
5334
|
[base.id]: zeroAddress, // FIXME: update with real address when deployed
|
|
5301
|
-
[baseSepolia.id]: "
|
|
5335
|
+
[baseSepolia.id]: "0x251e97446a7019E5DA4860d4CF47291321C693D0",
|
|
5302
5336
|
};
|
|
5303
5337
|
const PoolManagerAddress = {
|
|
5304
5338
|
[base.id]: "0x498581fF718922c3f8e6A244956aF099B2652b2b",
|
|
@@ -5312,10 +5346,30 @@ const QuoterAddress = {
|
|
|
5312
5346
|
[base.id]: "0x0d5e0f971ed27fbff6c2837bf31316121532048d",
|
|
5313
5347
|
[baseSepolia.id]: "0x4a6513c898fe1b2d0e78d3b0e0a4a151589b1cba",
|
|
5314
5348
|
};
|
|
5349
|
+
const StateViewAddress = {
|
|
5350
|
+
[base.id]: "0xA3c0c9b65baD0b08107Aa264b0f3dB444b867A71",
|
|
5351
|
+
[baseSepolia.id]: "0x571291b572ed32ce6751a2Cb2486EbEe8DEfB9B4",
|
|
5352
|
+
};
|
|
5315
5353
|
const Permit2Address = {
|
|
5316
5354
|
[base.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
5317
5355
|
[baseSepolia.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
5318
5356
|
};
|
|
5357
|
+
const USDCETHPoolKeys = {
|
|
5358
|
+
[base.id]: {
|
|
5359
|
+
currency0: zeroAddress,
|
|
5360
|
+
currency1: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
5361
|
+
fee: 500,
|
|
5362
|
+
tickSpacing: 10,
|
|
5363
|
+
hooks: zeroAddress,
|
|
5364
|
+
},
|
|
5365
|
+
[baseSepolia.id]: {
|
|
5366
|
+
currency0: zeroAddress,
|
|
5367
|
+
currency1: "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
|
|
5368
|
+
fee: 0,
|
|
5369
|
+
tickSpacing: 30,
|
|
5370
|
+
hooks: zeroAddress,
|
|
5371
|
+
},
|
|
5372
|
+
};
|
|
5319
5373
|
|
|
5320
|
-
export { FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FastFlaunchZapAddress, FlaunchAddress, FlaunchPositionManagerAddress, Permit2Address, PoolManagerAddress, QuoterAddress, UniversalRouterAddress };
|
|
5374
|
+
export { BidWallAddress, FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FastFlaunchZapAddress, FlaunchAddress, FlaunchPositionManagerAddress, Permit2Address, PoolManagerAddress, QuoterAddress, StateViewAddress, USDCETHPoolKeys, UniversalRouterAddress };
|
|
5321
5375
|
//# sourceMappingURL=index.js.map
|