@zoralabs/protocol-deployments 0.0.12 → 0.0.13
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/.turbo/turbo-build.log +24 -25
- package/CHANGELOG.md +10 -0
- package/README.md +2 -8
- package/dist/{package/chainConfigs.d.ts → chainConfigs.d.ts} +4 -3
- package/dist/chainConfigs.d.ts.map +1 -0
- package/dist/deployment.d.ts.map +1 -0
- package/dist/index.cjs +88 -57
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +84 -53
- package/dist/index.js.map +1 -1
- package/dist/{package/wagmiGenerated.d.ts → wagmiGenerated.d.ts} +118 -44
- package/dist/{package/wagmiGenerated.d.ts.map → wagmiGenerated.d.ts.map} +1 -1
- package/package.json +9 -21
- package/{script → scripts}/bundle-chainConfigs.mjs +9 -7
- package/tsconfig.json +1 -1
- package/tsup.config.ts +5 -5
- package/wagmi.config.ts +31 -9
- package/.env.anvil +0 -2
- package/addresses/1.json +0 -13
- package/addresses/10.json +0 -13
- package/addresses/11155111.json +0 -13
- package/addresses/420.json +0 -13
- package/addresses/424.json +0 -11
- package/addresses/5.json +0 -14
- package/addresses/58008.json +0 -11
- package/addresses/7777777.json +0 -13
- package/addresses/8453.json +0 -13
- package/addresses/84531.json +0 -14
- package/addresses/999.json +0 -13
- package/addresses/999999999.json +0 -14
- package/chainConfigs/1.json +0 -5
- package/chainConfigs/10.json +0 -5
- package/chainConfigs/11155111.json +0 -5
- package/chainConfigs/420.json +0 -5
- package/chainConfigs/424.json +0 -5
- package/chainConfigs/5.json +0 -5
- package/chainConfigs/58008.json +0 -4
- package/chainConfigs/7777777.json +0 -5
- package/chainConfigs/8453.json +0 -5
- package/chainConfigs/84531.json +0 -5
- package/chainConfigs/999.json +0 -5
- package/chainConfigs/999999999.json +0 -5
- package/deterministicConfig/factoryProxy/params.json +0 -10
- package/deterministicConfig/factoryProxy/signatures.json +0 -14
- package/deterministicConfig/premintExecutorProxy/params.json +0 -10
- package/deterministicConfig/premintExecutorProxy/signatures.json +0 -12
- package/deterministicConfig/upgradeGate/params.json +0 -7
- package/deterministicConfig/upgradeGate/signatures.json +0 -14
- package/dist/package/batchPublish.test.d.ts +0 -452
- package/dist/package/batchPublish.test.d.ts.map +0 -1
- package/dist/package/chainConfigs.d.ts.map +0 -1
- package/dist/package/deployment.d.ts.map +0 -1
- package/dist/package/index.d.ts.map +0 -1
- package/dist/script/copy-deployed-contracts.d.ts +0 -2
- package/dist/script/copy-deployed-contracts.d.ts.map +0 -1
- package/dist/script/signDeploymentTransactions.d.ts +0 -2
- package/dist/script/signDeploymentTransactions.d.ts.map +0 -1
- package/foundry.toml +0 -41
- package/package/batchPublish.test.ts +0 -327
- package/package/wagmiGenerated.ts +0 -3657
- package/remappings.txt +0 -9
- package/script/CalculateDeterministicParams.s.sol +0 -84
- package/script/DeployMintersAndImplementations.s.sol +0 -29
- package/script/DeployNew1155Impl.s.sol +0 -24
- package/script/DeployNewImplementation.s.sol +0 -26
- package/script/DeployPreminterImpl.s.sol +0 -23
- package/script/DeployProxiesToNewChain.s.sol +0 -50
- package/script/DeployTestContracts.s.sol +0 -35
- package/script/DeployUpgradeGate.s.sol +0 -27
- package/script/Upgrade.s.sol +0 -83
- package/script/UpgradePreminter.s.sol +0 -34
- package/script/copy-deployed-contracts.ts +0 -86
- package/script/signDeploymentTransactions.ts +0 -302
- package/src/DeploymentConfig.sol +0 -124
- package/src/DeploymentTestingUtils.sol +0 -166
- package/src/DeterministicDeployerScript.sol +0 -249
- package/src/DeterministicProxyDeployer.sol +0 -139
- package/src/IImmutableCreate2Factory.sol +0 -59
- package/src/Zora1155PremintFixtures.sol +0 -75
- package/src/ZoraDeployerBase.sol +0 -144
- package/src/ZoraDeployerUtils.sol +0 -212
- package/test/NewFactoryProxyDeployer.t.sol +0 -127
- package/test/UpgradesTest.t.sol +0 -222
- package/test/ZoraCreator1155Factory_Fork.t.sol +0 -149
- package/test/ZoraCreator1155PremintExecutorForkTest.t.sol +0 -205
- /package/dist/{package/deployment.d.ts → deployment.d.ts} +0 -0
- /package/dist/{package/index.d.ts → index.d.ts} +0 -0
- /package/{package → src}/deployment.ts +0 -0
- /package/{package → src}/index.ts +0 -0
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
4
4
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
5
5
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
6
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x6E742921602a5195f6439c8b8b827E85902E1B2D)
|
|
7
6
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
8
7
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
9
|
-
* - [__View Contract on
|
|
8
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10
9
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
10
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
11
11
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
12
12
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
13
13
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -553,11 +553,11 @@ export declare const zoraCreator1155FactoryImplABI: readonly [{
|
|
|
553
553
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
554
554
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
555
555
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
556
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x6E742921602a5195f6439c8b8b827E85902E1B2D)
|
|
557
556
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
558
557
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
559
|
-
* - [__View Contract on
|
|
558
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
560
559
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
560
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
561
561
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
562
562
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
563
563
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -567,11 +567,11 @@ export declare const zoraCreator1155FactoryImplAddress: {
|
|
|
567
567
|
readonly 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
568
568
|
readonly 10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
569
569
|
readonly 420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
570
|
-
readonly 424: "0x6E742921602a5195f6439c8b8b827E85902E1B2D";
|
|
571
570
|
readonly 999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
572
571
|
readonly 8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
573
|
-
readonly
|
|
572
|
+
readonly 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
574
573
|
readonly 84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
574
|
+
readonly 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
575
575
|
readonly 7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
576
576
|
readonly 11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
577
577
|
readonly 999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
@@ -581,11 +581,11 @@ export declare const zoraCreator1155FactoryImplAddress: {
|
|
|
581
581
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
582
582
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
583
583
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
584
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x6E742921602a5195f6439c8b8b827E85902E1B2D)
|
|
585
584
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
586
585
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
587
|
-
* - [__View Contract on
|
|
586
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
588
587
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
588
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
589
589
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
590
590
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
591
591
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
|
|
@@ -596,11 +596,11 @@ export declare const zoraCreator1155FactoryImplConfig: {
|
|
|
596
596
|
readonly 5: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
597
597
|
readonly 10: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
598
598
|
readonly 420: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
599
|
-
readonly 424: "0x6E742921602a5195f6439c8b8b827E85902E1B2D";
|
|
600
599
|
readonly 999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
601
600
|
readonly 8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
602
|
-
readonly
|
|
601
|
+
readonly 42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
603
602
|
readonly 84531: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
603
|
+
readonly 421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
604
604
|
readonly 7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
605
605
|
readonly 11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
606
606
|
readonly 999999999: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021";
|
|
@@ -1157,6 +1157,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1157
1157
|
readonly name: "_protocolRewards";
|
|
1158
1158
|
readonly internalType: "address";
|
|
1159
1159
|
readonly type: "address";
|
|
1160
|
+
}, {
|
|
1161
|
+
readonly name: "_mintsAdmin";
|
|
1162
|
+
readonly internalType: "address";
|
|
1163
|
+
readonly type: "address";
|
|
1160
1164
|
}];
|
|
1161
1165
|
}, {
|
|
1162
1166
|
readonly stateMutability: "payable";
|
|
@@ -1383,7 +1387,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1383
1387
|
readonly stateMutability: "pure";
|
|
1384
1388
|
readonly type: "function";
|
|
1385
1389
|
readonly inputs: readonly [{
|
|
1386
|
-
readonly name: "
|
|
1390
|
+
readonly name: "totalReward";
|
|
1387
1391
|
readonly internalType: "uint256";
|
|
1388
1392
|
readonly type: "uint256";
|
|
1389
1393
|
}];
|
|
@@ -1418,7 +1422,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1418
1422
|
readonly stateMutability: "pure";
|
|
1419
1423
|
readonly type: "function";
|
|
1420
1424
|
readonly inputs: readonly [{
|
|
1421
|
-
readonly name: "
|
|
1425
|
+
readonly name: "totalReward";
|
|
1422
1426
|
readonly internalType: "uint256";
|
|
1423
1427
|
readonly type: "uint256";
|
|
1424
1428
|
}];
|
|
@@ -1453,7 +1457,29 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1453
1457
|
readonly stateMutability: "pure";
|
|
1454
1458
|
readonly type: "function";
|
|
1455
1459
|
readonly inputs: readonly [{
|
|
1456
|
-
readonly name: "
|
|
1460
|
+
readonly name: "totalReward";
|
|
1461
|
+
readonly internalType: "uint256";
|
|
1462
|
+
readonly type: "uint256";
|
|
1463
|
+
}, {
|
|
1464
|
+
readonly name: "rewardPct";
|
|
1465
|
+
readonly internalType: "uint256";
|
|
1466
|
+
readonly type: "uint256";
|
|
1467
|
+
}];
|
|
1468
|
+
readonly name: "computeRewardsPct";
|
|
1469
|
+
readonly outputs: readonly [{
|
|
1470
|
+
readonly name: "";
|
|
1471
|
+
readonly internalType: "uint256";
|
|
1472
|
+
readonly type: "uint256";
|
|
1473
|
+
}];
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly stateMutability: "pure";
|
|
1476
|
+
readonly type: "function";
|
|
1477
|
+
readonly inputs: readonly [{
|
|
1478
|
+
readonly name: "mintPrice";
|
|
1479
|
+
readonly internalType: "uint256";
|
|
1480
|
+
readonly type: "uint256";
|
|
1481
|
+
}, {
|
|
1482
|
+
readonly name: "quantity";
|
|
1457
1483
|
readonly internalType: "uint256";
|
|
1458
1484
|
readonly type: "uint256";
|
|
1459
1485
|
}];
|
|
@@ -1807,7 +1833,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1807
1833
|
readonly name: "mint";
|
|
1808
1834
|
readonly outputs: readonly [];
|
|
1809
1835
|
}, {
|
|
1810
|
-
readonly stateMutability: "
|
|
1836
|
+
readonly stateMutability: "view";
|
|
1811
1837
|
readonly type: "function";
|
|
1812
1838
|
readonly inputs: readonly [];
|
|
1813
1839
|
readonly name: "mintFee";
|
|
@@ -1876,6 +1902,36 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1876
1902
|
readonly internalType: "uint256";
|
|
1877
1903
|
readonly type: "uint256";
|
|
1878
1904
|
}];
|
|
1905
|
+
}, {
|
|
1906
|
+
readonly stateMutability: "pure";
|
|
1907
|
+
readonly type: "function";
|
|
1908
|
+
readonly inputs: readonly [{
|
|
1909
|
+
readonly name: "";
|
|
1910
|
+
readonly internalType: "address";
|
|
1911
|
+
readonly type: "address";
|
|
1912
|
+
}, {
|
|
1913
|
+
readonly name: "";
|
|
1914
|
+
readonly internalType: "address";
|
|
1915
|
+
readonly type: "address";
|
|
1916
|
+
}, {
|
|
1917
|
+
readonly name: "";
|
|
1918
|
+
readonly internalType: "uint256";
|
|
1919
|
+
readonly type: "uint256";
|
|
1920
|
+
}, {
|
|
1921
|
+
readonly name: "";
|
|
1922
|
+
readonly internalType: "uint256";
|
|
1923
|
+
readonly type: "uint256";
|
|
1924
|
+
}, {
|
|
1925
|
+
readonly name: "";
|
|
1926
|
+
readonly internalType: "bytes";
|
|
1927
|
+
readonly type: "bytes";
|
|
1928
|
+
}];
|
|
1929
|
+
readonly name: "onERC1155Received";
|
|
1930
|
+
readonly outputs: readonly [{
|
|
1931
|
+
readonly name: "";
|
|
1932
|
+
readonly internalType: "bytes4";
|
|
1933
|
+
readonly type: "bytes4";
|
|
1934
|
+
}];
|
|
1879
1935
|
}, {
|
|
1880
1936
|
readonly stateMutability: "view";
|
|
1881
1937
|
readonly type: "function";
|
|
@@ -3050,7 +3106,9 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
3050
3106
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3051
3107
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3052
3108
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3109
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3053
3110
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3111
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3054
3112
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3055
3113
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
3056
3114
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
@@ -4094,6 +4152,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
4094
4152
|
readonly type: "error";
|
|
4095
4153
|
readonly inputs: readonly [];
|
|
4096
4154
|
readonly name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED";
|
|
4155
|
+
}, {
|
|
4156
|
+
readonly type: "error";
|
|
4157
|
+
readonly inputs: readonly [];
|
|
4158
|
+
readonly name: "INITIALIZABLE_CONTRACT_IS_INITIALIZING";
|
|
4097
4159
|
}, {
|
|
4098
4160
|
readonly type: "error";
|
|
4099
4161
|
readonly inputs: readonly [];
|
|
@@ -4290,7 +4352,9 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
4290
4352
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4291
4353
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4292
4354
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4355
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4293
4356
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4357
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4294
4358
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4295
4359
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4296
4360
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
@@ -4302,7 +4366,9 @@ export declare const zoraCreator1155PremintExecutorImplAddress: {
|
|
|
4302
4366
|
readonly 420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4303
4367
|
readonly 999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4304
4368
|
readonly 8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4369
|
+
readonly 42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4305
4370
|
readonly 84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4371
|
+
readonly 421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4306
4372
|
readonly 7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4307
4373
|
readonly 11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4308
4374
|
readonly 999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
@@ -4314,7 +4380,9 @@ export declare const zoraCreator1155PremintExecutorImplAddress: {
|
|
|
4314
4380
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4315
4381
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4316
4382
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4383
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4317
4384
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4385
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4318
4386
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4319
4387
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
4320
4388
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
|
|
@@ -4327,7 +4395,9 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
4327
4395
|
readonly 420: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4328
4396
|
readonly 999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4329
4397
|
readonly 8453: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4398
|
+
readonly 42161: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4330
4399
|
readonly 84531: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4400
|
+
readonly 421614: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4331
4401
|
readonly 7777777: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4332
4402
|
readonly 11155111: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
4333
4403
|
readonly 999999999: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340";
|
|
@@ -5371,6 +5441,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
5371
5441
|
readonly type: "error";
|
|
5372
5442
|
readonly inputs: readonly [];
|
|
5373
5443
|
readonly name: "INITIALIZABLE_CONTRACT_ALREADY_INITIALIZED";
|
|
5444
|
+
}, {
|
|
5445
|
+
readonly type: "error";
|
|
5446
|
+
readonly inputs: readonly [];
|
|
5447
|
+
readonly name: "INITIALIZABLE_CONTRACT_IS_INITIALIZING";
|
|
5374
5448
|
}, {
|
|
5375
5449
|
readonly type: "error";
|
|
5376
5450
|
readonly inputs: readonly [];
|
|
@@ -5566,11 +5640,11 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
5566
5640
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5567
5641
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
5568
5642
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5569
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3)
|
|
5570
5643
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5571
5644
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5572
|
-
* - [__View Contract on
|
|
5645
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5573
5646
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5647
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5574
5648
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5575
5649
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5576
5650
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
@@ -5906,11 +5980,11 @@ export declare const zoraCreatorFixedPriceSaleStrategyABI: readonly [{
|
|
|
5906
5980
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5907
5981
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
5908
5982
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5909
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3)
|
|
5910
5983
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5911
5984
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5912
|
-
* - [__View Contract on
|
|
5985
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5913
5986
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5987
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5914
5988
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5915
5989
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5916
5990
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
@@ -5920,11 +5994,11 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
|
5920
5994
|
readonly 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5921
5995
|
readonly 10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C";
|
|
5922
5996
|
readonly 420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5923
|
-
readonly 424: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3";
|
|
5924
5997
|
readonly 999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5925
5998
|
readonly 8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5926
|
-
readonly
|
|
5999
|
+
readonly 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5927
6000
|
readonly 84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6001
|
+
readonly 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5928
6002
|
readonly 7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5929
6003
|
readonly 11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5930
6004
|
readonly 999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A";
|
|
@@ -5934,11 +6008,11 @@ export declare const zoraCreatorFixedPriceSaleStrategyAddress: {
|
|
|
5934
6008
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5935
6009
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
|
|
5936
6010
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5937
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3)
|
|
5938
6011
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5939
6012
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5940
|
-
* - [__View Contract on
|
|
6013
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5941
6014
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
6015
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5942
6016
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
|
|
5943
6017
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21)
|
|
5944
6018
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A)
|
|
@@ -5949,11 +6023,11 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
|
5949
6023
|
readonly 5: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5950
6024
|
readonly 10: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C";
|
|
5951
6025
|
readonly 420: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5952
|
-
readonly 424: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3";
|
|
5953
6026
|
readonly 999: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5954
6027
|
readonly 8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5955
|
-
readonly
|
|
6028
|
+
readonly 42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5956
6029
|
readonly 84531: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
6030
|
+
readonly 421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5957
6031
|
readonly 7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a";
|
|
5958
6032
|
readonly 11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21";
|
|
5959
6033
|
readonly 999999999: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A";
|
|
@@ -6290,11 +6364,11 @@ export declare const zoraCreatorFixedPriceSaleStrategyConfig: {
|
|
|
6290
6364
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6291
6365
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
6292
6366
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6293
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x314E552b55DFbDfD4d76623E1D45E5056723998B)
|
|
6294
6367
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6295
6368
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6296
|
-
* - [__View Contract on
|
|
6369
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6297
6370
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6371
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6298
6372
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6299
6373
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6300
6374
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
@@ -6622,11 +6696,11 @@ export declare const zoraCreatorMerkleMinterStrategyABI: readonly [{
|
|
|
6622
6696
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6623
6697
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
6624
6698
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6625
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x314E552b55DFbDfD4d76623E1D45E5056723998B)
|
|
6626
6699
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6627
6700
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6628
|
-
* - [__View Contract on
|
|
6701
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6629
6702
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6703
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6630
6704
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6631
6705
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6632
6706
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
@@ -6636,11 +6710,11 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
|
6636
6710
|
readonly 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6637
6711
|
readonly 10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8";
|
|
6638
6712
|
readonly 420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6639
|
-
readonly 424: "0x314E552b55DFbDfD4d76623E1D45E5056723998B";
|
|
6640
6713
|
readonly 999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6641
6714
|
readonly 8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6642
|
-
readonly
|
|
6715
|
+
readonly 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6643
6716
|
readonly 84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6717
|
+
readonly 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6644
6718
|
readonly 7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6645
6719
|
readonly 11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6646
6720
|
readonly 999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c";
|
|
@@ -6650,11 +6724,11 @@ export declare const zoraCreatorMerkleMinterStrategyAddress: {
|
|
|
6650
6724
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6651
6725
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
|
|
6652
6726
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6653
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0x314E552b55DFbDfD4d76623E1D45E5056723998B)
|
|
6654
6727
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6655
6728
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6656
|
-
* - [__View Contract on
|
|
6729
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6657
6730
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6731
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6658
6732
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
|
|
6659
6733
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0xe770E6f19aecF8ef3145A50087999b5556aB3610)
|
|
6660
6734
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x5e5fD4b758076BAD940db0284b711A67E8a3B88c)
|
|
@@ -6665,11 +6739,11 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
|
6665
6739
|
readonly 5: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6666
6740
|
readonly 10: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8";
|
|
6667
6741
|
readonly 420: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6668
|
-
readonly 424: "0x314E552b55DFbDfD4d76623E1D45E5056723998B";
|
|
6669
6742
|
readonly 999: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6670
6743
|
readonly 8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6671
|
-
readonly
|
|
6744
|
+
readonly 42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6672
6745
|
readonly 84531: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6746
|
+
readonly 421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6673
6747
|
readonly 7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7";
|
|
6674
6748
|
readonly 11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610";
|
|
6675
6749
|
readonly 999999999: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c";
|
|
@@ -6998,11 +7072,11 @@ export declare const zoraCreatorMerkleMinterStrategyConfig: {
|
|
|
6998
7072
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
6999
7073
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
7000
7074
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7001
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xC6899816663891D7493939d74d83cb7f2BBcBB16)
|
|
7002
7075
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7003
7076
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7004
|
-
* - [__View Contract on
|
|
7077
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7005
7078
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7079
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7006
7080
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7007
7081
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7008
7082
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
@@ -7232,11 +7306,11 @@ export declare const zoraCreatorRedeemMinterFactoryABI: readonly [{
|
|
|
7232
7306
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7233
7307
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
7234
7308
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7235
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xC6899816663891D7493939d74d83cb7f2BBcBB16)
|
|
7236
7309
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7237
7310
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7238
|
-
* - [__View Contract on
|
|
7311
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7239
7312
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7313
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7240
7314
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7241
7315
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7242
7316
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
@@ -7246,11 +7320,11 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
|
7246
7320
|
readonly 5: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7247
7321
|
readonly 10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2";
|
|
7248
7322
|
readonly 420: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7249
|
-
readonly 424: "0xC6899816663891D7493939d74d83cb7f2BBcBB16";
|
|
7250
7323
|
readonly 999: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7251
7324
|
readonly 8453: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7252
|
-
readonly
|
|
7325
|
+
readonly 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7253
7326
|
readonly 84531: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7327
|
+
readonly 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7254
7328
|
readonly 7777777: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7255
7329
|
readonly 11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7256
7330
|
readonly 999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6";
|
|
@@ -7260,11 +7334,11 @@ export declare const zoraCreatorRedeemMinterFactoryAddress: {
|
|
|
7260
7334
|
* - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7261
7335
|
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
|
|
7262
7336
|
* - [__View Contract on Optimism Goerli Etherscan__](https://goerli-optimism.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7263
|
-
* - [__View Contract on Pgn Pgn Explorer__](https://explorer.publicgoods.network/address/0xC6899816663891D7493939d74d83cb7f2BBcBB16)
|
|
7264
7337
|
* - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7265
7338
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7266
|
-
* - [__View Contract on
|
|
7339
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7267
7340
|
* - [__View Contract on Base Goerli Basescan__](https://goerli.basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7341
|
+
* - [__View Contract on Arbitrum Sepolia Blockscout__](https://sepolia-explorer.arbitrum.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7268
7342
|
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
|
|
7269
7343
|
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D)
|
|
7270
7344
|
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6)
|
|
@@ -7275,11 +7349,11 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
7275
7349
|
readonly 5: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7276
7350
|
readonly 10: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2";
|
|
7277
7351
|
readonly 420: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7278
|
-
readonly 424: "0xC6899816663891D7493939d74d83cb7f2BBcBB16";
|
|
7279
7352
|
readonly 999: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7280
7353
|
readonly 8453: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7281
|
-
readonly
|
|
7354
|
+
readonly 42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7282
7355
|
readonly 84531: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7356
|
+
readonly 421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7283
7357
|
readonly 7777777: "0x78964965cF77850224513a367f899435C5B69174";
|
|
7284
7358
|
readonly 11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D";
|
|
7285
7359
|
readonly 999999999: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wagmiGenerated.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"wagmiGenerated.d.ts","sourceRoot":"","sources":["../src/wagmiGenerated.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwdhC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;CAapC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnC,CAAC;AAMX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAu4CzB,CAAC;AAMX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAq3BxC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;CAa5C,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG3C,CAAC;AAMX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuOvC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;CAa3C,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG1C,CAAC;AAMX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsMrC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;CAazC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxC,CAAC;AAMX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmJpC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;CAaxC,CAAC;AAEX;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGvC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,45 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
|
-
"types": "./dist/
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"dev": "FOUNDRY_PROFILE=dev forge test --watch -vvv",
|
|
11
|
-
"test": "FORK_TEST_CHAINS=mainnet,goerli,optimism,optimism_goerli,zora,zora_goerli,sepolia,base_goerli,base,zora_sepolia forge test -vvv",
|
|
12
10
|
"build": "yarn wagmi && yarn bundle-configs && tsup",
|
|
13
|
-
"bundle-configs": "node
|
|
14
|
-
"prettier": "prettier --write '
|
|
15
|
-
"lint": "prettier --check '
|
|
16
|
-
"
|
|
17
|
-
"wagmi": "wagmi generate",
|
|
18
|
-
"unlink-protocol-rewards": "rm -rf ./node_modules/@zoralabs/protocol-rewards && cp -r ../protocol-rewards ./node_modules/@zoralabs/protocol-rewards",
|
|
19
|
-
"unlink-1155": "rm -rf ./node_modules/@zoralabs/zora-1155-contracts && cp -r ../1155-contracts ./node_modules/@zoralabs/zora-1155-contracts",
|
|
20
|
-
"unlink-contracts": "yarn unlink-protocol-rewards && yarn unlink-1155",
|
|
21
|
-
"link-contracts": "rm -rf ./node_modules && cd .. && yarn"
|
|
11
|
+
"bundle-configs": "node scripts/bundle-chainConfigs.mjs && yarn prettier",
|
|
12
|
+
"prettier": "prettier --write 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'",
|
|
13
|
+
"lint": "prettier --check 'src/**/*.ts' 'scripts/*' 'wagmi.config.ts'",
|
|
14
|
+
"wagmi": "wagmi generate"
|
|
22
15
|
},
|
|
23
16
|
"dependencies": {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
17
|
+
"@zoralabs/mints-contracts": "*",
|
|
18
|
+
"@zoralabs/mints-deployments": "*",
|
|
19
|
+
"@zoralabs/1155-deployments": "*",
|
|
27
20
|
"@zoralabs/zora-1155-contracts": "*"
|
|
28
21
|
},
|
|
29
22
|
"devDependencies": {
|
|
30
23
|
"zoralabs-tsconfig": "*",
|
|
31
|
-
"viem": "^1.19.15",
|
|
32
24
|
"typescript": "^5.2.2",
|
|
33
25
|
"tsx": "^3.13.0",
|
|
34
26
|
"tsup": "^7.2.0",
|
|
35
|
-
"solady": "0.0.132",
|
|
36
27
|
"glob": "^10.2.2",
|
|
37
28
|
"es-main": "^1.2.0",
|
|
38
29
|
"@wagmi/cli": "^1.0.1",
|
|
39
30
|
"@types/node": "^20.1.2",
|
|
40
|
-
"@turnkey/viem": "^0.4.4",
|
|
41
|
-
"@turnkey/http": "^2.5.1",
|
|
42
|
-
"@turnkey/api-key-stamper": "^0.3.1",
|
|
43
31
|
"@lavamoat/preinstall-always-fail": "2.0.0"
|
|
44
32
|
}
|
|
45
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { readdirSync, readFileSync, writeFileSync } from
|
|
1
|
+
import { readdirSync, readFileSync, writeFileSync } from "fs";
|
|
2
2
|
|
|
3
|
-
// Reads all the chain configs in ./chainConfigs folder, and bundles them into a typescript
|
|
3
|
+
// Reads all the chain configs in ./chainConfigs folder, and bundles them into a typescript
|
|
4
4
|
// definition that looks like:
|
|
5
5
|
// export const chainConfigs = {
|
|
6
6
|
// [chainId]: {
|
|
@@ -9,18 +9,20 @@ import { readdirSync, readFileSync, writeFileSync } from 'fs';
|
|
|
9
9
|
//}
|
|
10
10
|
function makeConfig() {
|
|
11
11
|
// read all files in the chainConfigs folder
|
|
12
|
-
const files = readdirSync(
|
|
12
|
+
const files = readdirSync("../1155-deployments/chainConfigs");
|
|
13
13
|
|
|
14
14
|
// combine them into a single mapping
|
|
15
15
|
const chainConfigsInner = files
|
|
16
16
|
.map((fileName) => {
|
|
17
|
-
const chainId = fileName.split(
|
|
17
|
+
const chainId = fileName.split(".")[0];
|
|
18
18
|
|
|
19
|
-
const fileContents = JSON.parse(
|
|
19
|
+
const fileContents = JSON.parse(
|
|
20
|
+
readFileSync(`../1155-deployments/chainConfigs/${fileName}`),
|
|
21
|
+
);
|
|
20
22
|
|
|
21
23
|
return `[${chainId}]: ${JSON.stringify(fileContents, null, 2)}`;
|
|
22
24
|
})
|
|
23
|
-
.join(
|
|
25
|
+
.join(", ");
|
|
24
26
|
|
|
25
27
|
return `export const chainConfigs = {
|
|
26
28
|
${chainConfigsInner}
|
|
@@ -30,7 +32,7 @@ function makeConfig() {
|
|
|
30
32
|
async function bundleChainConfigs() {
|
|
31
33
|
const configString = makeConfig();
|
|
32
34
|
|
|
33
|
-
writeFileSync(
|
|
35
|
+
writeFileSync("./src/chainConfigs.ts", configString);
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
await bundleChainConfigs();
|
package/tsconfig.json
CHANGED