@zoralabs/comments-contracts 0.0.2-COMMENTS.0 → 0.0.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,13 +1,13 @@
1
1
 
2
- > @zoralabs/comments-contracts@0.0.2-COMMENTS.0 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
2
+ > @zoralabs/comments-contracts@0.0.2 build /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
3
3
  > pnpm run wagmi:generate && pnpm run copy-abis && pnpm run prettier:write && tsup
4
4
 
5
5
 
6
- > @zoralabs/comments-contracts@0.0.2-COMMENTS.0 wagmi:generate /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
6
+ > @zoralabs/comments-contracts@0.0.2 wagmi:generate /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
7
7
  > FOUNDRY_PROFILE=dev forge build && wagmi generate
8
8
 
9
9
  Compiling 117 files with Solc 0.8.23
10
- Solc 0.8.23 finished in 52.51s
10
+ Solc 0.8.23 finished in 57.16s
11
11
  Compiler run successful!
12
12
  - Validating plugins
13
13
  ✔ Validating plugins
@@ -18,50 +18,50 @@ Compiler run successful!
18
18
  - Writing to package/wagmiGenerated.ts
19
19
  ✔ Writing to package/wagmiGenerated.ts
20
20
 
21
- > @zoralabs/comments-contracts@0.0.2-COMMENTS.0 copy-abis /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
21
+ > @zoralabs/comments-contracts@0.0.2 copy-abis /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
22
22
  > pnpm tsx script/bundle-abis.ts
23
23
 
24
24
 
25
- > @zoralabs/comments-contracts@0.0.2-COMMENTS.0 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
25
+ > @zoralabs/comments-contracts@0.0.2 prettier:write /home/runner/work/zora-protocol-private/zora-protocol-private/packages/comments
26
26
  > prettier --write 'src/**/*.sol' 'test/**/*.sol' 'script/**/*.sol'
27
27
 
28
- src/CommentsImpl.sol 1416ms (unchanged)
29
- src/CommentsImplConstants.sol 45ms (unchanged)
30
- src/interfaces/ICallerAndCommenter.sol 67ms (unchanged)
31
- src/interfaces/IComments.sol 59ms (unchanged)
32
- src/interfaces/IMultiOwnable.sol 10ms (unchanged)
33
- src/interfaces/ISecondarySwap.sol 18ms (unchanged)
34
- src/interfaces/IZoraCreator1155.sol 3ms (unchanged)
35
- src/interfaces/IZoraCreator1155TypesV1.sol 16ms (unchanged)
36
- src/interfaces/IZoraTimedSaleStrategy.sol 5ms (unchanged)
37
- src/proxy/CallerAndCommenter.sol 9ms (unchanged)
38
- src/proxy/Comments.sol 23ms (unchanged)
39
- src/utils/CallerAndCommenterImpl.sol 346ms (unchanged)
40
- src/utils/EIP712UpgradeableWithChainId.sol 38ms (unchanged)
41
- src/version/ContractVersionBase.sol 2ms (unchanged)
42
- test/CallerAndCommenter_mintAndComment.t copy.sol 247ms (unchanged)
43
- test/CallerAndCommenter_swapAndComment.t.sol 613ms (unchanged)
44
- test/CallerAndCommenterTestBase.sol 87ms (unchanged)
45
- test/Comments_delegateComment.t.sol 131ms (unchanged)
46
- test/Comments_permit.t.sol 588ms (unchanged)
47
- test/Comments_smartWallet.t.sol 133ms (unchanged)
48
- test/Comments.t.sol 664ms (unchanged)
49
- test/CommentsTestBase.sol 39ms (unchanged)
50
- test/mocks/Mock1155.sol 23ms (unchanged)
51
- test/mocks/Mock1155NoCreatorRewardRecipient.sol 20ms (unchanged)
52
- test/mocks/Mock1155NoOwner.sol 15ms (unchanged)
53
- test/mocks/MockDelegateCommenter.sol 17ms (unchanged)
28
+ src/CommentsImpl.sol 1473ms (unchanged)
29
+ src/CommentsImplConstants.sol 31ms (unchanged)
30
+ src/interfaces/ICallerAndCommenter.sol 88ms (unchanged)
31
+ src/interfaces/IComments.sol 58ms (unchanged)
32
+ src/interfaces/IMultiOwnable.sol 11ms (unchanged)
33
+ src/interfaces/ISecondarySwap.sol 29ms (unchanged)
34
+ src/interfaces/IZoraCreator1155.sol 4ms (unchanged)
35
+ src/interfaces/IZoraCreator1155TypesV1.sol 19ms (unchanged)
36
+ src/interfaces/IZoraTimedSaleStrategy.sol 9ms (unchanged)
37
+ src/proxy/CallerAndCommenter.sol 15ms (unchanged)
38
+ src/proxy/Comments.sol 27ms (unchanged)
39
+ src/utils/CallerAndCommenterImpl.sol 332ms (unchanged)
40
+ src/utils/EIP712UpgradeableWithChainId.sol 24ms (unchanged)
41
+ src/version/ContractVersionBase.sol 3ms (unchanged)
42
+ test/CallerAndCommenter_mintAndComment.t copy.sol 256ms (unchanged)
43
+ test/CallerAndCommenter_swapAndComment.t.sol 518ms (unchanged)
44
+ test/CallerAndCommenterTestBase.sol 108ms (unchanged)
45
+ test/Comments_delegateComment.t.sol 150ms (unchanged)
46
+ test/Comments_permit.t.sol 392ms (unchanged)
47
+ test/Comments_smartWallet.t.sol 106ms (unchanged)
48
+ test/Comments.t.sol 730ms (unchanged)
49
+ test/CommentsTestBase.sol 61ms (unchanged)
50
+ test/mocks/Mock1155.sol 61ms (unchanged)
51
+ test/mocks/Mock1155NoCreatorRewardRecipient.sol 36ms (unchanged)
52
+ test/mocks/Mock1155NoOwner.sol 33ms (unchanged)
53
+ test/mocks/MockDelegateCommenter.sol 20ms (unchanged)
54
54
  test/mocks/MockIZoraCreator1155.sol 2ms (unchanged)
55
- test/mocks/MockSecondarySwap.sol 31ms (unchanged)
56
- test/mocks/MockZoraTimedSale.sol 21ms (unchanged)
57
- test/mocks/ProtocolRewards.sol 401ms (unchanged)
58
- script/AddDelegateCommenterRole.s.sol 10ms (unchanged)
59
- script/CommentsDeployerBase.sol 63ms (unchanged)
60
- script/Deploy.s.sol 7ms (unchanged)
55
+ test/mocks/MockSecondarySwap.sol 35ms (unchanged)
56
+ test/mocks/MockZoraTimedSale.sol 53ms (unchanged)
57
+ test/mocks/ProtocolRewards.sol 905ms (unchanged)
58
+ script/AddDelegateCommenterRole.s.sol 16ms (unchanged)
59
+ script/CommentsDeployerBase.sol 191ms (unchanged)
60
+ script/Deploy.s.sol 8ms (unchanged)
61
61
  script/DeployCallerAndCommenterImpl.s.sol 18ms (unchanged)
62
- script/DeployImpl.s.sol 15ms (unchanged)
63
- script/DeployNonDeterministic.s.sol 26ms (unchanged)
64
- script/GenerateDeterministicParams.s.sol 29ms (unchanged)
62
+ script/DeployImpl.s.sol 18ms (unchanged)
63
+ script/DeployNonDeterministic.s.sol 57ms (unchanged)
64
+ script/GenerateDeterministicParams.s.sol 58ms (unchanged)
65
65
  CLI Building entry: package/index.ts
66
66
  CLI Using tsconfig: tsconfig.json
67
67
  CLI tsup v7.3.0
@@ -70,9 +70,9 @@ CLI Target: es2021
70
70
  CLI Cleaning output folder
71
71
  CJS Build start
72
72
  ESM Build start
73
- CJS dist/index.cjs 49.03 KB
74
- CJS dist/index.cjs.map 83.85 KB
75
- CJS ⚡️ Build success in 25ms
76
73
  ESM dist/index.js 47.94 KB
77
74
  ESM dist/index.js.map 83.57 KB
78
- ESM ⚡️ Build success in 25ms
75
+ ESM ⚡️ Build success in 29ms
76
+ CJS dist/index.cjs 49.03 KB
77
+ CJS dist/index.cjs.map 83.85 KB
78
+ CJS ⚡️ Build success in 30ms
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -1,17 +1,4 @@
1
1
  [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
2
  {
16
3
  "type": "function",
17
4
  "name": "run",
@@ -0,0 +1,9 @@
1
+ {
2
+ "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x455c9D3188A3Cd94aCDE8E5Ec90cA92FC10805EA",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
+ "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
+ "COMMENTS_BLOCK_NUMBER": 21123814,
7
+ "COMMENTS_IMPL": "0x0000000000000000000000000000000000000000",
8
+ "COMMENTS_IMPL_BLOCK_NUMBER": 0
9
+ }
package/addresses/10.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0x91509707F397e357DCe975399Fc98bB58081Ad63",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x0950D0eC9a7c51d5f0Fc542F54a3F72e0CB519a1",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 126971499,
7
7
  "COMMENTS_IMPL": "0xA880EA1095dFcafa4cBe1C0EFa5e7b861A6634b6",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0x35ca784918bf11692708c1D530691704AAcEA95E",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x24581Ea0d28199d7d2275534917747Bce4e1B0A7",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 6977641,
7
7
  "COMMENTS_IMPL": "0xd92F69d5581BF9536c77550aeA1d74DDaE88B5B7",
8
8
  "COMMENTS_IMPL_BLOCK_NUMBER": 6977641
9
- }
9
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0xD1F822051f3BbaDc79b7F7B4cE160525976dcD94",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x1Eb7Bf3a08784D7cB08CC2AE1448012C0c02bDa2",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 266241993,
7
7
  "COMMENTS_IMPL": "0x073ef87C54c192c21ddEf881fE18064b6161fAC9",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0xed0a281fdC555e061005D2B4B4eEc73B802b7b68",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x2C256f0464A9e1a4292c87eb455c5601Bcae4436",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 21297164,
7
7
  "COMMENTS_IMPL": "0xFD2FDCE0d316410d3F57459DF33f88626EDF5Bc0",
8
8
  "COMMENTS_IMPL_BLOCK_NUMBER": 21296491
9
- }
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
+ "CALLER_AND_COMMENTER_IMPL": "0xD1F822051f3BbaDc79b7F7B4cE160525976dcD94",
4
+ "CALLER_AND_COMMENTER_VERSION": "",
5
+ "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
+ "COMMENTS_BLOCK_NUMBER": 11006995,
7
+ "COMMENTS_IMPL": "0x5f6b93d92ed8b51de3cb8ce135e29ca4a3a64e88",
8
+ "COMMENTS_IMPL_BLOCK_NUMBER": 0
9
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0x7d42Ee84D377D37cfc9EbF10C3aEe56da326642d",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0xaD607aF6c0b35Dd24d11693385C6aF8969d9abA8",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 21374808,
7
7
  "COMMENTS_IMPL": "0x8f5B2dd6160D96B48a35F0619BC32b4b997cA37F",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0x2B8eF6E51717Af2C1AadFbC611D3852563B76E8f",
4
- "CALLER_AND_COMMENTER_VERSION": "",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x8e90D8cfc0CA66EA143930E4c5F7E31Bf16F722b",
4
+ "CALLER_AND_COMMENTER_VERSION": "0.0.2",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 17267821,
7
7
  "COMMENTS_IMPL": "0x05177c381CaC95d8DC872b14218f67C9fB903966",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "CALLER_AND_COMMENTER": "0x77777775C5074b74540d9cC63Dd840A8c692B4B5",
3
- "CALLER_AND_COMMENTER_IMPL": "0xAca467FCcb8b0550070E1fD3B58B7a5338889e7F",
3
+ "CALLER_AND_COMMENTER_IMPL": "0x93f84e1D51A738BaF7B19a648C8723352b935B5A",
4
4
  "CALLER_AND_COMMENTER_VERSION": "",
5
5
  "COMMENTS": "0x7777777C2B3132e03a65721a41745C07170a5877",
6
6
  "COMMENTS_BLOCK_NUMBER": 15602117,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoralabs/comments-contracts",
3
- "version": "0.0.2-COMMENTS.0",
3
+ "version": "0.0.2",
4
4
  "author": "oveddan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,10 +36,10 @@
36
36
  "typescript": "^5.2.2",
37
37
  "viem": "^2.21.18",
38
38
  "@zoralabs/sparks-contracts": "^0.2.4",
39
- "@zoralabs/protocol-rewards": "^1.2.5-COMMENTS.0",
39
+ "@zoralabs/protocol-rewards": "^1.2.5",
40
40
  "@zoralabs/shared-contracts": "^0.0.1",
41
41
  "@zoralabs/tsconfig": "^0.0.1",
42
- "@zoralabs/zora-1155-contracts": "^2.13.0"
42
+ "@zoralabs/zora-1155-contracts": "^2.13.2"
43
43
  },
44
44
  "dependencies": {
45
45
  "abitype": "^1.0.2",
@@ -53,7 +53,7 @@
53
53
  "test-gas": "forge test --gas-report",
54
54
  "storage-inspect:check": "./script/storage-check.sh check ZoraTimedSaleStrategyImpl",
55
55
  "storage-inspect:generate": "./script/storage-check.sh generate ZoraTimedSaleStrategyImpl",
56
- "build:sizes": "forge build --sizes",
56
+ "build:sizes": "forge build src/ --sizes",
57
57
  "copy-abis": "pnpm tsx script/bundle-abis.ts",
58
58
  "coverage": "FOUNDRY_PROFILE=default forge coverage --report lcov",
59
59
  "build": "pnpm run wagmi:generate && pnpm run copy-abis && pnpm run prettier:write && tsup",
@@ -122,6 +122,7 @@ contract CommentsDeployerBase is ProxyDeployerScript {
122
122
 
123
123
  // deploy caller and commenter impl
124
124
  deployment.callerAndCommenterImpl = address(deployCallerAndCommenterImpl(commentsAddress));
125
+ deployment.callerAndCommenterVersion = CallerAndCommenterImpl(deployment.callerAndCommenterImpl).contractVersion();
125
126
 
126
127
  bytes memory upgradeToAndCall = abi.encodeWithSelector(
127
128
  UUPSUpgradeable.upgradeToAndCall.selector,
@@ -4,6 +4,7 @@ pragma solidity ^0.8.13;
4
4
  import "forge-std/console2.sol";
5
5
 
6
6
  import {CommentsDeployerBase} from "./CommentsDeployerBase.sol";
7
+ import {CallerAndCommenterImpl} from "../src/utils/CallerAndCommenterImpl.sol";
7
8
  import {UUPSUpgradeable} from "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
8
9
 
9
10
  contract DeployCallerAndCommenterImpl is CommentsDeployerBase {
@@ -13,6 +14,7 @@ contract DeployCallerAndCommenterImpl is CommentsDeployerBase {
13
14
  vm.startBroadcast();
14
15
 
15
16
  config.callerAndCommenterImpl = deployCallerAndCommenterImpl(config.comments);
17
+ config.callerAndCommenterVersion = CallerAndCommenterImpl(config.callerAndCommenterImpl).contractVersion();
16
18
 
17
19
  vm.stopBroadcast();
18
20
 
@@ -232,7 +232,7 @@ contract CallerAndCommenterImpl is
232
232
 
233
233
  bytes32 constant PERMIT_BUY_ON_SECONDARY_AND_COMMENT_DOMAIN =
234
234
  keccak256(
235
- "PermitBuyOnSecondaryAndComment(address commenter,uint256 quantity,address collection,uint256 tokenId,address excessRefundRecipient,uint256 maxEthToSpend,uint160 sqrtPriceLimitX96,string comment,uint256 deadline,bytes32 nonce,uint32 sourceChainId,uint32 destinationChainId)"
235
+ "PermitBuyOnSecondaryAndComment(address commenter,uint256 quantity,address collection,uint256 tokenId,uint256 maxEthToSpend,uint160 sqrtPriceLimitX96,string comment,uint256 deadline,bytes32 nonce,uint32 sourceChainId,uint32 destinationChainId)"
236
236
  );
237
237
 
238
238
  function _hashPermitBuyOnSecondaryAndComment(PermitBuyOnSecondaryAndComment memory permit) internal pure returns (bytes memory) {
@@ -287,7 +287,7 @@ contract CallerAndCommenterImpl is
287
287
  );
288
288
  }
289
289
 
290
- /// @notice Sells Zora 1155 tokens on secondary market and adds a comment, without needing to pay a spark for the comment.
290
+ /// @notice Sells Zora 1155 tokens on secondary market and adds a comment.
291
291
  /// @dev Must sent ETH value of one spark for the comment. Commenter must have approved this contract to transfer the tokens
292
292
  /// on the 1155 contract.
293
293
  /// @param commenter The address of the commenter. Must match the msg.sender. Commenter will be the seller of the tokens.
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # @zoralabs/comments-contracts
2
-
3
- ## 0.0.2-COMMENTS.0
4
-
5
- ### Patch Changes
6
-
7
- - c6e1c1bc: Added new deployments for comments
8
- - ad1ba7ca: Added ability to buy on secondary and comment
@@ -1,15 +0,0 @@
1
- [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- }
15
- ]
@@ -1,15 +0,0 @@
1
- [
2
- {
3
- "type": "function",
4
- "name": "IS_SCRIPT",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- }
15
- ]