@zoralabs/protocol-deployments 0.3.3 → 0.3.4
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 +19 -19
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +58 -42
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +11 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/wagmi.ts +35 -33
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zoralabs/protocol-deployments",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"repository": "https://github.com/ourzora/zora-protocol",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"prettier-plugin-solidity": "^1.1.3",
|
|
28
28
|
"typescript": "^5.2.2",
|
|
29
29
|
"viem": "^2.11.1",
|
|
30
|
-
"@zoralabs/tsconfig": "^0.0.
|
|
30
|
+
"@zoralabs/tsconfig": "^0.0.1"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "pnpm bundle-configs && pnpm copy-generated && tsup",
|
package/src/generated/wagmi.ts
CHANGED
|
@@ -2215,14 +2215,14 @@ export const protocolRewardsConfig = {
|
|
|
2215
2215
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
2216
2216
|
|
|
2217
2217
|
/**
|
|
2218
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
2219
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
2220
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2221
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
2222
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
2223
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
2224
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
2225
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
2218
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2219
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2220
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2221
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2222
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2223
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2224
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2225
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2226
2226
|
*/
|
|
2227
2227
|
export const secondarySwapABI = [
|
|
2228
2228
|
{ stateMutability: 'payable', type: 'receive' },
|
|
@@ -2468,6 +2468,8 @@ export const secondarySwapABI = [
|
|
|
2468
2468
|
inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
|
|
2469
2469
|
name: 'AddressInsufficientBalance',
|
|
2470
2470
|
},
|
|
2471
|
+
{ type: 'error', inputs: [], name: 'AddressZero' },
|
|
2472
|
+
{ type: 'error', inputs: [], name: 'AlreadyInitialized' },
|
|
2471
2473
|
{ type: 'error', inputs: [], name: 'ERC20ZEquivalentAmountNotConverted' },
|
|
2472
2474
|
{ type: 'error', inputs: [], name: 'ERC20ZMinimumAmountNotReceived' },
|
|
2473
2475
|
{ type: 'error', inputs: [], name: 'FailedInnerCall' },
|
|
@@ -2480,36 +2482,36 @@ export const secondarySwapABI = [
|
|
|
2480
2482
|
] as const
|
|
2481
2483
|
|
|
2482
2484
|
/**
|
|
2483
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
2484
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
2485
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2486
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
2487
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
2488
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
2489
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
2490
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
2485
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2486
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2487
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2488
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2489
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2490
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2491
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2492
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2491
2493
|
*/
|
|
2492
2494
|
export const secondarySwapAddress = {
|
|
2493
|
-
1: '
|
|
2494
|
-
10: '
|
|
2495
|
-
8453: '
|
|
2496
|
-
42161: '
|
|
2497
|
-
81457: '
|
|
2498
|
-
84532: '
|
|
2499
|
-
7777777: '
|
|
2500
|
-
11155111: '
|
|
2501
|
-
999999999: '
|
|
2495
|
+
1: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2496
|
+
10: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2497
|
+
8453: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2498
|
+
42161: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2499
|
+
81457: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2500
|
+
84532: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2501
|
+
7777777: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2502
|
+
11155111: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2503
|
+
999999999: '0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1',
|
|
2502
2504
|
} as const
|
|
2503
2505
|
|
|
2504
2506
|
/**
|
|
2505
|
-
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/
|
|
2506
|
-
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/
|
|
2507
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2508
|
-
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/
|
|
2509
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
2510
|
-
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/
|
|
2511
|
-
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/
|
|
2512
|
-
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
2507
|
+
* - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2508
|
+
* - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2509
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2510
|
+
* - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2511
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2512
|
+
* - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2513
|
+
* - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2514
|
+
* - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1)
|
|
2513
2515
|
*/
|
|
2514
2516
|
export const secondarySwapConfig = {
|
|
2515
2517
|
address: secondarySwapAddress,
|