@zoralabs/protocol-deployments 0.6.5-PRE.1 → 0.6.5-PRE.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,28 +1,28 @@
1
1
 
2
2
  
3
- > @zoralabs/protocol-deployments@0.6.5-PRE.1 build:js /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
3
+ > @zoralabs/protocol-deployments@0.6.5-PRE.2 build:js /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
4
4
  > pnpm run build
5
5
 
6
6
 
7
- > @zoralabs/protocol-deployments@0.6.5-PRE.1 build /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
7
+ > @zoralabs/protocol-deployments@0.6.5-PRE.2 build /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
8
8
  > pnpm bundle-configs && pnpm copy-generated && tsup
9
9
 
10
10
 
11
- > @zoralabs/protocol-deployments@0.6.5-PRE.1 bundle-configs /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
11
+ > @zoralabs/protocol-deployments@0.6.5-PRE.2 bundle-configs /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
12
12
  > tsx scripts/bundle-configs.ts && pnpm prettier:write
13
13
 
14
14
 
15
- > @zoralabs/protocol-deployments@0.6.5-PRE.1 prettier:write /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
15
+ > @zoralabs/protocol-deployments@0.6.5-PRE.2 prettier:write /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
16
16
  > prettier --write 'src/**/*.ts' 'scripts/*'
17
17
 
18
- src/encoding.tssrc/encoding.ts 26ms (unchanged)
18
+ src/encoding.tssrc/encoding.ts 23ms (unchanged)
19
19
  src/index.tssrc/index.ts 1ms (unchanged)
20
- src/typedData.tssrc/typedData.ts 29ms (unchanged)
21
- src/types.tssrc/types.ts 7ms (unchanged)
20
+ src/typedData.tssrc/typedData.ts 24ms (unchanged)
21
+ src/types.tssrc/types.ts 5ms (unchanged)
22
22
  scripts/bundle-chainConfigs.tsscripts/bundle-chainConfigs.ts 3ms (unchanged)
23
- scripts/bundle-configs.tsscripts/bundle-configs.ts 7ms (unchanged)
23
+ scripts/bundle-configs.tsscripts/bundle-configs.ts 5ms (unchanged)
24
24
 
25
- > @zoralabs/protocol-deployments@0.6.5-PRE.1 copy-generated /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
25
+ > @zoralabs/protocol-deployments@0.6.5-PRE.2 copy-generated /Users/danzora/Source/zora/protocol/zora-protocol-main/packages/protocol-deployments
26
26
  > cp ../protocol-deployments-gen/generated/wagmi.ts src/generated/wagmi.ts
27
27
 
28
28
  CLI Building entry: src/index.ts
@@ -33,19 +33,19 @@ scripts/bundle-configs.tsscripts/bundle-configs.ts 7ms (unchan
33
33
  CLI Cleaning output folder
34
34
  CJS Build start
35
35
  ESM Build start
36
- CJS dist/index.cjs 667.72 KB
37
- CJS dist/index.cjs.map 1.33 MB
38
- CJS ⚡️ Build success in 124ms
36
+ CJS dist/index.cjs 668.69 KB
37
+ CJS dist/index.cjs.map 1.34 MB
38
+ CJS ⚡️ Build success in 108ms
39
+ ESM dist/chunk-4DQDZNUA.js 136.40 KB
40
+ ESM dist/chunk-PR4QN5HX.js 1.87 KB
39
41
  ESM dist/ccip-3JNBGYOD.js 290.00 B
40
42
  ESM dist/secp256k1-QZA5SALG.js 80.13 KB
41
- ESM dist/chunk-4DQDZNUA.js 136.40 KB
42
43
  ESM dist/_esm-AN6HMJZC.js 132.93 KB
43
- ESM dist/chunk-PR4QN5HX.js 1.87 KB
44
- ESM dist/index.js 585.57 KB
45
- ESM dist/chunk-PR4QN5HX.js.map 71.00 B
44
+ ESM dist/index.js 586.54 KB
45
+ ESM dist/chunk-4DQDZNUA.js.map 393.76 KB
46
46
  ESM dist/ccip-3JNBGYOD.js.map 71.00 B
47
+ ESM dist/chunk-PR4QN5HX.js.map 71.00 B
47
48
  ESM dist/_esm-AN6HMJZC.js.map 212.33 KB
48
49
  ESM dist/secp256k1-QZA5SALG.js.map 203.10 KB
49
- ESM dist/chunk-4DQDZNUA.js.map 393.76 KB
50
50
  ESM dist/index.js.map 1.10 MB
51
- ESM ⚡️ Build success in 125ms
51
+ ESM ⚡️ Build success in 108ms
@@ -7135,8 +7135,20 @@ export declare const coinFactoryABI: readonly [{
7135
7135
  readonly name: "ArrayLengthMismatch";
7136
7136
  }, {
7137
7137
  readonly type: "error";
7138
- readonly inputs: readonly [];
7139
- readonly name: "InsufficientBalance";
7138
+ readonly inputs: readonly [{
7139
+ readonly name: "orderId";
7140
+ readonly internalType: "bytes32";
7141
+ readonly type: "bytes32";
7142
+ }, {
7143
+ readonly name: "expectedCoin";
7144
+ readonly internalType: "address";
7145
+ readonly type: "address";
7146
+ }, {
7147
+ readonly name: "actualCoin";
7148
+ readonly internalType: "address";
7149
+ readonly type: "address";
7150
+ }];
7151
+ readonly name: "CoinMismatch";
7140
7152
  }, {
7141
7153
  readonly type: "error";
7142
7154
  readonly inputs: readonly [];
@@ -7173,6 +7185,18 @@ export declare const coinFactoryABI: readonly [{
7173
7185
  readonly type: "error";
7174
7186
  readonly inputs: readonly [];
7175
7187
  readonly name: "MaxFillCountCannotBeZero";
7188
+ }, {
7189
+ readonly type: "error";
7190
+ readonly inputs: readonly [{
7191
+ readonly name: "withdrawn";
7192
+ readonly internalType: "uint256";
7193
+ readonly type: "uint256";
7194
+ }, {
7195
+ readonly name: "minAmountOut";
7196
+ readonly internalType: "uint256";
7197
+ readonly type: "uint256";
7198
+ }];
7199
+ readonly name: "MinAmountNotReached";
7176
7200
  }, {
7177
7201
  readonly type: "error";
7178
7202
  readonly inputs: readonly [];
@@ -7213,10 +7237,6 @@ export declare const coinFactoryABI: readonly [{
7213
7237
  readonly type: "error";
7214
7238
  readonly inputs: readonly [];
7215
7239
  readonly name: "ZeroMaker";
7216
- }, {
7217
- readonly type: "error";
7218
- readonly inputs: readonly [];
7219
- readonly name: "ZeroMakerOrders";
7220
7240
  }, {
7221
7241
  readonly type: "error";
7222
7242
  readonly inputs: readonly [];
@@ -8685,8 +8705,20 @@ export declare const coinFactoryConfig: {
8685
8705
  readonly name: "ArrayLengthMismatch";
8686
8706
  }, {
8687
8707
  readonly type: "error";
8688
- readonly inputs: readonly [];
8689
- readonly name: "InsufficientBalance";
8708
+ readonly inputs: readonly [{
8709
+ readonly name: "orderId";
8710
+ readonly internalType: "bytes32";
8711
+ readonly type: "bytes32";
8712
+ }, {
8713
+ readonly name: "expectedCoin";
8714
+ readonly internalType: "address";
8715
+ readonly type: "address";
8716
+ }, {
8717
+ readonly name: "actualCoin";
8718
+ readonly internalType: "address";
8719
+ readonly type: "address";
8720
+ }];
8721
+ readonly name: "CoinMismatch";
8690
8722
  }, {
8691
8723
  readonly type: "error";
8692
8724
  readonly inputs: readonly [];
@@ -8723,6 +8755,18 @@ export declare const coinFactoryConfig: {
8723
8755
  readonly type: "error";
8724
8756
  readonly inputs: readonly [];
8725
8757
  readonly name: "MaxFillCountCannotBeZero";
8758
+ }, {
8759
+ readonly type: "error";
8760
+ readonly inputs: readonly [{
8761
+ readonly name: "withdrawn";
8762
+ readonly internalType: "uint256";
8763
+ readonly type: "uint256";
8764
+ }, {
8765
+ readonly name: "minAmountOut";
8766
+ readonly internalType: "uint256";
8767
+ readonly type: "uint256";
8768
+ }];
8769
+ readonly name: "MinAmountNotReached";
8726
8770
  }, {
8727
8771
  readonly type: "error";
8728
8772
  readonly inputs: readonly [];
@@ -8763,10 +8807,6 @@ export declare const coinFactoryConfig: {
8763
8807
  readonly type: "error";
8764
8808
  readonly inputs: readonly [];
8765
8809
  readonly name: "ZeroMaker";
8766
- }, {
8767
- readonly type: "error";
8768
- readonly inputs: readonly [];
8769
- readonly name: "ZeroMakerOrders";
8770
8810
  }, {
8771
8811
  readonly type: "error";
8772
8812
  readonly inputs: readonly [];
@@ -34513,7 +34553,7 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
34513
34553
  }];
34514
34554
  };
34515
34555
  /**
34516
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xAe990bBE7624b20b30e282A159e2BF05f45143A8)
34556
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0xb2057BbCa566bcfDb16F5caD4A26D6Fe2f3E5caE)
34517
34557
  */
34518
34558
  export declare const zoraLimitOrderBookABI: readonly [{
34519
34559
  readonly type: "constructor";
@@ -34777,21 +34817,11 @@ export declare const zoraLimitOrderBookABI: readonly [{
34777
34817
  readonly internalType: "bytes32[]";
34778
34818
  readonly type: "bytes32[]";
34779
34819
  }, {
34780
- readonly name: "recipient";
34781
- readonly internalType: "address";
34782
- readonly type: "address";
34783
- }];
34784
- readonly name: "withdraw";
34785
- readonly outputs: readonly [];
34786
- readonly stateMutability: "nonpayable";
34787
- }, {
34788
- readonly type: "function";
34789
- readonly inputs: readonly [{
34790
34820
  readonly name: "coin";
34791
34821
  readonly internalType: "address";
34792
34822
  readonly type: "address";
34793
34823
  }, {
34794
- readonly name: "amount";
34824
+ readonly name: "minAmountOut";
34795
34825
  readonly internalType: "uint256";
34796
34826
  readonly type: "uint256";
34797
34827
  }, {
@@ -34991,9 +35021,9 @@ export declare const zoraLimitOrderBookABI: readonly [{
34991
35021
  readonly type: "address";
34992
35022
  readonly indexed: true;
34993
35023
  }, {
34994
- readonly name: "balance";
34995
- readonly internalType: "uint128";
34996
- readonly type: "uint128";
35024
+ readonly name: "newBalance";
35025
+ readonly internalType: "uint256";
35026
+ readonly type: "uint256";
34997
35027
  readonly indexed: false;
34998
35028
  }];
34999
35029
  readonly name: "MakerBalanceUpdated";
@@ -35019,8 +35049,20 @@ export declare const zoraLimitOrderBookABI: readonly [{
35019
35049
  readonly name: "ArrayLengthMismatch";
35020
35050
  }, {
35021
35051
  readonly type: "error";
35022
- readonly inputs: readonly [];
35023
- readonly name: "InsufficientBalance";
35052
+ readonly inputs: readonly [{
35053
+ readonly name: "orderId";
35054
+ readonly internalType: "bytes32";
35055
+ readonly type: "bytes32";
35056
+ }, {
35057
+ readonly name: "expectedCoin";
35058
+ readonly internalType: "address";
35059
+ readonly type: "address";
35060
+ }, {
35061
+ readonly name: "actualCoin";
35062
+ readonly internalType: "address";
35063
+ readonly type: "address";
35064
+ }];
35065
+ readonly name: "CoinMismatch";
35024
35066
  }, {
35025
35067
  readonly type: "error";
35026
35068
  readonly inputs: readonly [];
@@ -35057,6 +35099,18 @@ export declare const zoraLimitOrderBookABI: readonly [{
35057
35099
  readonly type: "error";
35058
35100
  readonly inputs: readonly [];
35059
35101
  readonly name: "MaxFillCountCannotBeZero";
35102
+ }, {
35103
+ readonly type: "error";
35104
+ readonly inputs: readonly [{
35105
+ readonly name: "withdrawn";
35106
+ readonly internalType: "uint256";
35107
+ readonly type: "uint256";
35108
+ }, {
35109
+ readonly name: "minAmountOut";
35110
+ readonly internalType: "uint256";
35111
+ readonly type: "uint256";
35112
+ }];
35113
+ readonly name: "MinAmountNotReached";
35060
35114
  }, {
35061
35115
  readonly type: "error";
35062
35116
  readonly inputs: readonly [];
@@ -35097,10 +35151,6 @@ export declare const zoraLimitOrderBookABI: readonly [{
35097
35151
  readonly type: "error";
35098
35152
  readonly inputs: readonly [];
35099
35153
  readonly name: "ZeroMaker";
35100
- }, {
35101
- readonly type: "error";
35102
- readonly inputs: readonly [];
35103
- readonly name: "ZeroMakerOrders";
35104
35154
  }, {
35105
35155
  readonly type: "error";
35106
35156
  readonly inputs: readonly [];
@@ -35524,17 +35574,17 @@ export declare const zoraLimitOrderBookABI: readonly [{
35524
35574
  readonly name: "ZoraLimitOrderBookCannotBeZeroAddress";
35525
35575
  }];
35526
35576
  /**
35527
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xAe990bBE7624b20b30e282A159e2BF05f45143A8)
35577
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0xb2057BbCa566bcfDb16F5caD4A26D6Fe2f3E5caE)
35528
35578
  */
35529
35579
  export declare const zoraLimitOrderBookAddress: {
35530
- readonly 8453: "0xAe990bBE7624b20b30e282A159e2BF05f45143A8";
35580
+ readonly 8453: "0xb2057BbCa566bcfDb16F5caD4A26D6Fe2f3E5caE";
35531
35581
  };
35532
35582
  /**
35533
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xAe990bBE7624b20b30e282A159e2BF05f45143A8)
35583
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0xb2057BbCa566bcfDb16F5caD4A26D6Fe2f3E5caE)
35534
35584
  */
35535
35585
  export declare const zoraLimitOrderBookConfig: {
35536
35586
  readonly address: {
35537
- readonly 8453: "0xAe990bBE7624b20b30e282A159e2BF05f45143A8";
35587
+ readonly 8453: "0xb2057BbCa566bcfDb16F5caD4A26D6Fe2f3E5caE";
35538
35588
  };
35539
35589
  readonly abi: readonly [{
35540
35590
  readonly type: "constructor";
@@ -35798,21 +35848,11 @@ export declare const zoraLimitOrderBookConfig: {
35798
35848
  readonly internalType: "bytes32[]";
35799
35849
  readonly type: "bytes32[]";
35800
35850
  }, {
35801
- readonly name: "recipient";
35802
- readonly internalType: "address";
35803
- readonly type: "address";
35804
- }];
35805
- readonly name: "withdraw";
35806
- readonly outputs: readonly [];
35807
- readonly stateMutability: "nonpayable";
35808
- }, {
35809
- readonly type: "function";
35810
- readonly inputs: readonly [{
35811
35851
  readonly name: "coin";
35812
35852
  readonly internalType: "address";
35813
35853
  readonly type: "address";
35814
35854
  }, {
35815
- readonly name: "amount";
35855
+ readonly name: "minAmountOut";
35816
35856
  readonly internalType: "uint256";
35817
35857
  readonly type: "uint256";
35818
35858
  }, {
@@ -36012,9 +36052,9 @@ export declare const zoraLimitOrderBookConfig: {
36012
36052
  readonly type: "address";
36013
36053
  readonly indexed: true;
36014
36054
  }, {
36015
- readonly name: "balance";
36016
- readonly internalType: "uint128";
36017
- readonly type: "uint128";
36055
+ readonly name: "newBalance";
36056
+ readonly internalType: "uint256";
36057
+ readonly type: "uint256";
36018
36058
  readonly indexed: false;
36019
36059
  }];
36020
36060
  readonly name: "MakerBalanceUpdated";
@@ -36040,8 +36080,20 @@ export declare const zoraLimitOrderBookConfig: {
36040
36080
  readonly name: "ArrayLengthMismatch";
36041
36081
  }, {
36042
36082
  readonly type: "error";
36043
- readonly inputs: readonly [];
36044
- readonly name: "InsufficientBalance";
36083
+ readonly inputs: readonly [{
36084
+ readonly name: "orderId";
36085
+ readonly internalType: "bytes32";
36086
+ readonly type: "bytes32";
36087
+ }, {
36088
+ readonly name: "expectedCoin";
36089
+ readonly internalType: "address";
36090
+ readonly type: "address";
36091
+ }, {
36092
+ readonly name: "actualCoin";
36093
+ readonly internalType: "address";
36094
+ readonly type: "address";
36095
+ }];
36096
+ readonly name: "CoinMismatch";
36045
36097
  }, {
36046
36098
  readonly type: "error";
36047
36099
  readonly inputs: readonly [];
@@ -36078,6 +36130,18 @@ export declare const zoraLimitOrderBookConfig: {
36078
36130
  readonly type: "error";
36079
36131
  readonly inputs: readonly [];
36080
36132
  readonly name: "MaxFillCountCannotBeZero";
36133
+ }, {
36134
+ readonly type: "error";
36135
+ readonly inputs: readonly [{
36136
+ readonly name: "withdrawn";
36137
+ readonly internalType: "uint256";
36138
+ readonly type: "uint256";
36139
+ }, {
36140
+ readonly name: "minAmountOut";
36141
+ readonly internalType: "uint256";
36142
+ readonly type: "uint256";
36143
+ }];
36144
+ readonly name: "MinAmountNotReached";
36081
36145
  }, {
36082
36146
  readonly type: "error";
36083
36147
  readonly inputs: readonly [];
@@ -36118,10 +36182,6 @@ export declare const zoraLimitOrderBookConfig: {
36118
36182
  readonly type: "error";
36119
36183
  readonly inputs: readonly [];
36120
36184
  readonly name: "ZeroMaker";
36121
- }, {
36122
- readonly type: "error";
36123
- readonly inputs: readonly [];
36124
- readonly name: "ZeroMakerOrders";
36125
36185
  }, {
36126
36186
  readonly type: "error";
36127
36187
  readonly inputs: readonly [];
@@ -41734,7 +41794,7 @@ export declare const zoraMintsManagerImplConfig: {
41734
41794
  }];
41735
41795
  };
41736
41796
  /**
41737
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xaF46ff83421F580d9824A1027b9b3cafDbba7229)
41797
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x73d53C97e82593321eBf20efBE0EE40b5f9727A2)
41738
41798
  */
41739
41799
  export declare const zoraRouterABI: readonly [{
41740
41800
  readonly type: "constructor";
@@ -42524,8 +42584,20 @@ export declare const zoraRouterABI: readonly [{
42524
42584
  readonly name: "ArrayLengthMismatch";
42525
42585
  }, {
42526
42586
  readonly type: "error";
42527
- readonly inputs: readonly [];
42528
- readonly name: "InsufficientBalance";
42587
+ readonly inputs: readonly [{
42588
+ readonly name: "orderId";
42589
+ readonly internalType: "bytes32";
42590
+ readonly type: "bytes32";
42591
+ }, {
42592
+ readonly name: "expectedCoin";
42593
+ readonly internalType: "address";
42594
+ readonly type: "address";
42595
+ }, {
42596
+ readonly name: "actualCoin";
42597
+ readonly internalType: "address";
42598
+ readonly type: "address";
42599
+ }];
42600
+ readonly name: "CoinMismatch";
42529
42601
  }, {
42530
42602
  readonly type: "error";
42531
42603
  readonly inputs: readonly [];
@@ -42562,6 +42634,18 @@ export declare const zoraRouterABI: readonly [{
42562
42634
  readonly type: "error";
42563
42635
  readonly inputs: readonly [];
42564
42636
  readonly name: "MaxFillCountCannotBeZero";
42637
+ }, {
42638
+ readonly type: "error";
42639
+ readonly inputs: readonly [{
42640
+ readonly name: "withdrawn";
42641
+ readonly internalType: "uint256";
42642
+ readonly type: "uint256";
42643
+ }, {
42644
+ readonly name: "minAmountOut";
42645
+ readonly internalType: "uint256";
42646
+ readonly type: "uint256";
42647
+ }];
42648
+ readonly name: "MinAmountNotReached";
42565
42649
  }, {
42566
42650
  readonly type: "error";
42567
42651
  readonly inputs: readonly [];
@@ -42602,10 +42686,6 @@ export declare const zoraRouterABI: readonly [{
42602
42686
  readonly type: "error";
42603
42687
  readonly inputs: readonly [];
42604
42688
  readonly name: "ZeroMaker";
42605
- }, {
42606
- readonly type: "error";
42607
- readonly inputs: readonly [];
42608
- readonly name: "ZeroMakerOrders";
42609
42689
  }, {
42610
42690
  readonly type: "error";
42611
42691
  readonly inputs: readonly [];
@@ -42616,17 +42696,17 @@ export declare const zoraRouterABI: readonly [{
42616
42696
  readonly name: "ZeroRealizedOrder";
42617
42697
  }];
42618
42698
  /**
42619
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xaF46ff83421F580d9824A1027b9b3cafDbba7229)
42699
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x73d53C97e82593321eBf20efBE0EE40b5f9727A2)
42620
42700
  */
42621
42701
  export declare const zoraRouterAddress: {
42622
- readonly 8453: "0xaF46ff83421F580d9824A1027b9b3cafDbba7229";
42702
+ readonly 8453: "0x73d53C97e82593321eBf20efBE0EE40b5f9727A2";
42623
42703
  };
42624
42704
  /**
42625
- * [__View Contract on Base Basescan__](https://basescan.org/address/0xaF46ff83421F580d9824A1027b9b3cafDbba7229)
42705
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x73d53C97e82593321eBf20efBE0EE40b5f9727A2)
42626
42706
  */
42627
42707
  export declare const zoraRouterConfig: {
42628
42708
  readonly address: {
42629
- readonly 8453: "0xaF46ff83421F580d9824A1027b9b3cafDbba7229";
42709
+ readonly 8453: "0x73d53C97e82593321eBf20efBE0EE40b5f9727A2";
42630
42710
  };
42631
42711
  readonly abi: readonly [{
42632
42712
  readonly type: "constructor";
@@ -43416,8 +43496,20 @@ export declare const zoraRouterConfig: {
43416
43496
  readonly name: "ArrayLengthMismatch";
43417
43497
  }, {
43418
43498
  readonly type: "error";
43419
- readonly inputs: readonly [];
43420
- readonly name: "InsufficientBalance";
43499
+ readonly inputs: readonly [{
43500
+ readonly name: "orderId";
43501
+ readonly internalType: "bytes32";
43502
+ readonly type: "bytes32";
43503
+ }, {
43504
+ readonly name: "expectedCoin";
43505
+ readonly internalType: "address";
43506
+ readonly type: "address";
43507
+ }, {
43508
+ readonly name: "actualCoin";
43509
+ readonly internalType: "address";
43510
+ readonly type: "address";
43511
+ }];
43512
+ readonly name: "CoinMismatch";
43421
43513
  }, {
43422
43514
  readonly type: "error";
43423
43515
  readonly inputs: readonly [];
@@ -43454,6 +43546,18 @@ export declare const zoraRouterConfig: {
43454
43546
  readonly type: "error";
43455
43547
  readonly inputs: readonly [];
43456
43548
  readonly name: "MaxFillCountCannotBeZero";
43549
+ }, {
43550
+ readonly type: "error";
43551
+ readonly inputs: readonly [{
43552
+ readonly name: "withdrawn";
43553
+ readonly internalType: "uint256";
43554
+ readonly type: "uint256";
43555
+ }, {
43556
+ readonly name: "minAmountOut";
43557
+ readonly internalType: "uint256";
43558
+ readonly type: "uint256";
43559
+ }];
43560
+ readonly name: "MinAmountNotReached";
43457
43561
  }, {
43458
43562
  readonly type: "error";
43459
43563
  readonly inputs: readonly [];
@@ -43494,10 +43598,6 @@ export declare const zoraRouterConfig: {
43494
43598
  readonly type: "error";
43495
43599
  readonly inputs: readonly [];
43496
43600
  readonly name: "ZeroMaker";
43497
- }, {
43498
- readonly type: "error";
43499
- readonly inputs: readonly [];
43500
- readonly name: "ZeroMakerOrders";
43501
43601
  }, {
43502
43602
  readonly type: "error";
43503
43603
  readonly inputs: readonly [];