@zoralabs/protocol-deployments 0.5.1 → 0.5.3-PRE.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/.turbo/turbo-build.log +47 -46
- package/.turbo/turbo-lint.log +7 -0
- package/CHANGELOG.md +12 -0
- package/dist/generated/wagmi.d.ts +18 -10
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +10 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +16 -10
package/package.json
CHANGED
package/src/generated/wagmi.ts
CHANGED
|
@@ -1223,7 +1223,10 @@ export const coinABI = [
|
|
|
1223
1223
|
{ name: 'tradeReferrer', internalType: 'address', type: 'address' },
|
|
1224
1224
|
],
|
|
1225
1225
|
name: 'buy',
|
|
1226
|
-
outputs: [
|
|
1226
|
+
outputs: [
|
|
1227
|
+
{ name: '', internalType: 'uint256', type: 'uint256' },
|
|
1228
|
+
{ name: '', internalType: 'uint256', type: 'uint256' },
|
|
1229
|
+
],
|
|
1227
1230
|
stateMutability: 'payable',
|
|
1228
1231
|
},
|
|
1229
1232
|
{
|
|
@@ -1429,7 +1432,10 @@ export const coinABI = [
|
|
|
1429
1432
|
{ name: 'tradeReferrer', internalType: 'address', type: 'address' },
|
|
1430
1433
|
],
|
|
1431
1434
|
name: 'sell',
|
|
1432
|
-
outputs: [
|
|
1435
|
+
outputs: [
|
|
1436
|
+
{ name: '', internalType: 'uint256', type: 'uint256' },
|
|
1437
|
+
{ name: '', internalType: 'uint256', type: 'uint256' },
|
|
1438
|
+
],
|
|
1433
1439
|
stateMutability: 'nonpayable',
|
|
1434
1440
|
},
|
|
1435
1441
|
{
|
|
@@ -2030,8 +2036,8 @@ export const coinABI = [
|
|
|
2030
2036
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
2031
2037
|
|
|
2032
2038
|
/**
|
|
2033
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2034
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
2039
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2040
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2035
2041
|
*/
|
|
2036
2042
|
export const coinFactoryABI = [
|
|
2037
2043
|
{
|
|
@@ -2278,17 +2284,17 @@ export const coinFactoryABI = [
|
|
|
2278
2284
|
] as const
|
|
2279
2285
|
|
|
2280
2286
|
/**
|
|
2281
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2282
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
2287
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2288
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2283
2289
|
*/
|
|
2284
2290
|
export const coinFactoryAddress = {
|
|
2285
|
-
8453: '
|
|
2286
|
-
84532: '
|
|
2291
|
+
8453: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
|
|
2292
|
+
84532: '0x777777751622c0d3258f214F9DF38E35BF45baF3',
|
|
2287
2293
|
} as const
|
|
2288
2294
|
|
|
2289
2295
|
/**
|
|
2290
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
2291
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
2296
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2297
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
2292
2298
|
*/
|
|
2293
2299
|
export const coinFactoryConfig = {
|
|
2294
2300
|
address: coinFactoryAddress,
|