@pru.pinya/contracts 1.0.5 → 1.0.7

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.
Files changed (75) hide show
  1. package/artifacts/contracts/access/AccessController.sol/AccessController.json +1 -1
  2. package/artifacts/contracts/access/AccessController.sol/artifacts.d.ts +1 -1
  3. package/artifacts/contracts/access/AccessControllerKAP.sol/AccessControllerKAP.json +1 -1
  4. package/artifacts/contracts/access/AccessControllerKAP.sol/IKYCBitkubChain.json +1 -1
  5. package/artifacts/contracts/access/AccessControllerKAP.sol/KYCHandler.json +1 -1
  6. package/artifacts/contracts/access/AccessControllerKAP.sol/artifacts.d.ts +3 -3
  7. package/artifacts/contracts/access/Authorization.sol/Authorization.json +1 -1
  8. package/artifacts/contracts/access/Authorization.sol/artifacts.d.ts +1 -1
  9. package/artifacts/contracts/access/AuthorizationKAP.sol/AuthorizationKAP.json +1 -1
  10. package/artifacts/contracts/access/AuthorizationKAP.sol/artifacts.d.ts +1 -1
  11. package/artifacts/contracts/access/Committee.sol/Committee.json +1 -1
  12. package/artifacts/contracts/access/Committee.sol/artifacts.d.ts +1 -1
  13. package/artifacts/contracts/access/Ownable.sol/Ownable.json +1 -1
  14. package/artifacts/contracts/access/Ownable.sol/artifacts.d.ts +1 -1
  15. package/artifacts/contracts/interfaces/IAdminProjectRouter.sol/IAdminProjectRouter.json +1 -1
  16. package/artifacts/contracts/interfaces/IAdminProjectRouter.sol/artifacts.d.ts +1 -1
  17. package/artifacts/contracts/interfaces/IKYCBitkubChain.sol/IKYCBitkubChain.json +1 -1
  18. package/artifacts/contracts/interfaces/IKYCBitkubChain.sol/artifacts.d.ts +1 -1
  19. package/artifacts/contracts/kyc/KYCHandler.sol/KYCHandler.json +1 -1
  20. package/artifacts/contracts/kyc/KYCHandler.sol/artifacts.d.ts +1 -1
  21. package/artifacts/contracts/libs/Address.sol/Address.json +3 -3
  22. package/artifacts/contracts/libs/Address.sol/artifacts.d.ts +3 -3
  23. package/artifacts/contracts/libs/EnumerableSetAddress.sol/EnumerableSetAddress.json +3 -3
  24. package/artifacts/contracts/libs/EnumerableSetAddress.sol/artifacts.d.ts +3 -3
  25. package/artifacts/contracts/libs/EnumerableSetUint.sol/EnumerableSetUint.json +3 -3
  26. package/artifacts/contracts/libs/EnumerableSetUint.sol/artifacts.d.ts +3 -3
  27. package/artifacts/contracts/libs/EnumerateMap.sol/EnumerableMap.json +3 -3
  28. package/artifacts/contracts/libs/EnumerateMap.sol/artifacts.d.ts +3 -3
  29. package/artifacts/contracts/libs/String.sol/Strings.json +3 -3
  30. package/artifacts/contracts/libs/String.sol/artifacts.d.ts +3 -3
  31. package/artifacts/contracts/token/KAP-1155/KAP1155.sol/KAP1155.json +1 -1
  32. package/artifacts/contracts/token/KAP-1155/KAP1155.sol/artifacts.d.ts +1 -1
  33. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155.sol/IKAP1155.json +1 -1
  34. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155.sol/artifacts.d.ts +1 -1
  35. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol/IKAP1155Enumerable.json +1 -1
  36. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol/artifacts.d.ts +1 -1
  37. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol/IKAP1155Metadata.json +1 -1
  38. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol/artifacts.d.ts +1 -1
  39. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol/IKAP1155Receiver.json +1 -1
  40. package/artifacts/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol/artifacts.d.ts +1 -1
  41. package/artifacts/contracts/token/KAP-20/KAP20.sol/KAP20.json +1 -1
  42. package/artifacts/contracts/token/KAP-20/KAP20.sol/artifacts.d.ts +1 -1
  43. package/artifacts/contracts/token/KAP-20/interfaces/IKAP20.sol/IKAP20.json +1 -1
  44. package/artifacts/contracts/token/KAP-20/interfaces/IKAP20.sol/artifacts.d.ts +1 -1
  45. package/artifacts/contracts/token/KAP-20/interfaces/IKToken.sol/IKToken.json +1 -1
  46. package/artifacts/contracts/token/KAP-20/interfaces/IKToken.sol/artifacts.d.ts +1 -1
  47. package/artifacts/contracts/token/KAP-22/KAP22.sol/KAP22.json +1 -1
  48. package/artifacts/contracts/token/KAP-22/KAP22.sol/artifacts.d.ts +1 -1
  49. package/artifacts/contracts/token/KAP-22/interfaces/IKAP22.sol/IKAP22.json +1 -1
  50. package/artifacts/contracts/token/KAP-22/interfaces/IKAP22.sol/artifacts.d.ts +1 -1
  51. package/artifacts/contracts/token/KAP-22/utils/TransferRouter.sol/TransferRouter.json +1 -1
  52. package/artifacts/contracts/token/KAP-22/utils/TransferRouter.sol/artifacts.d.ts +1 -1
  53. package/artifacts/contracts/token/KAP-22/utils/WhitelistAddress.sol/WhitelistAddress.json +1 -1
  54. package/artifacts/contracts/token/KAP-22/utils/WhitelistAddress.sol/artifacts.d.ts +1 -1
  55. package/artifacts/contracts/token/KAP-721/KAP721.sol/KAP721.json +1 -1
  56. package/artifacts/contracts/token/KAP-721/KAP721.sol/artifacts.d.ts +1 -1
  57. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721.sol/IKAP721.json +1 -1
  58. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721.sol/artifacts.d.ts +1 -1
  59. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol/IKAP721Enumerable.json +1 -1
  60. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol/artifacts.d.ts +1 -1
  61. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol/IKAP721Metadata.json +1 -1
  62. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol/artifacts.d.ts +1 -1
  63. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol/IKAP721Receiver.json +1 -1
  64. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol/artifacts.d.ts +1 -1
  65. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721V2.sol/IKAP721V2.json +1 -1
  66. package/artifacts/contracts/token/KAP-721/interfaces/IKAP721V2.sol/artifacts.d.ts +1 -1
  67. package/artifacts/contracts/utils/Context.sol/Context.json +1 -1
  68. package/artifacts/contracts/utils/Context.sol/artifacts.d.ts +1 -1
  69. package/artifacts/contracts/utils/Pausable.sol/Pausable.json +1 -1
  70. package/artifacts/contracts/utils/Pausable.sol/artifacts.d.ts +1 -1
  71. package/artifacts/contracts/utils/introspections/IKAP165.sol/IKAP165.json +1 -1
  72. package/artifacts/contracts/utils/introspections/IKAP165.sol/artifacts.d.ts +1 -1
  73. package/artifacts/contracts/utils/introspections/KAP165.sol/KAP165.json +1 -1
  74. package/artifacts/contracts/utils/introspections/KAP165.sol/artifacts.d.ts +1 -1
  75. package/package.json +5 -3
@@ -300,5 +300,5 @@
300
300
  "deployedLinkReferences": {},
301
301
  "immutableReferences": {},
302
302
  "inputSourceName": "project/contracts/access/AccessController.sol",
303
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
303
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
304
304
  }
@@ -15,7 +15,7 @@ export interface AccessController$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/AccessController.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -348,5 +348,5 @@
348
348
  "deployedLinkReferences": {},
349
349
  "immutableReferences": {},
350
350
  "inputSourceName": "project/contracts/access/AccessControllerKAP.sol",
351
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
351
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
352
352
  }
@@ -29,5 +29,5 @@
29
29
  "deployedLinkReferences": {},
30
30
  "immutableReferences": {},
31
31
  "inputSourceName": "project/contracts/access/AccessControllerKAP.sol",
32
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
32
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
33
33
  }
@@ -112,5 +112,5 @@
112
112
  "deployedLinkReferences": {},
113
113
  "immutableReferences": {},
114
114
  "inputSourceName": "project/contracts/access/AccessControllerKAP.sol",
115
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
115
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
116
116
  }
@@ -15,7 +15,7 @@ export interface AccessControllerKAP$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/AccessControllerKAP.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  export interface IKYCBitkubChain$Type {
@@ -29,7 +29,7 @@ export interface IKYCBitkubChain$Type {
29
29
  readonly deployedLinkReferences: {};
30
30
  readonly immutableReferences: {};
31
31
  readonly inputSourceName: "project/contracts/access/AccessControllerKAP.sol";
32
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
32
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
33
33
  };
34
34
 
35
35
  export interface KYCHandler$Type {
@@ -43,7 +43,7 @@ export interface KYCHandler$Type {
43
43
  readonly deployedLinkReferences: {};
44
44
  readonly immutableReferences: {};
45
45
  readonly inputSourceName: "project/contracts/access/AccessControllerKAP.sol";
46
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
46
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
47
47
  };
48
48
 
49
49
  import "hardhat/types/artifacts";
@@ -74,5 +74,5 @@
74
74
  "deployedLinkReferences": {},
75
75
  "immutableReferences": {},
76
76
  "inputSourceName": "project/contracts/access/Authorization.sol",
77
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
77
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
78
78
  }
@@ -15,7 +15,7 @@ export interface Authorization$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/Authorization.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -151,5 +151,5 @@
151
151
  "deployedLinkReferences": {},
152
152
  "immutableReferences": {},
153
153
  "inputSourceName": "project/contracts/access/AuthorizationKAP.sol",
154
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
154
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
155
155
  }
@@ -15,7 +15,7 @@ export interface AuthorizationKAP$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/AuthorizationKAP.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -61,5 +61,5 @@
61
61
  "deployedLinkReferences": {},
62
62
  "immutableReferences": {},
63
63
  "inputSourceName": "project/contracts/access/Committee.sol",
64
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
64
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
65
65
  }
@@ -15,7 +15,7 @@ export interface Committee$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/Committee.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -62,5 +62,5 @@
62
62
  "deployedLinkReferences": {},
63
63
  "immutableReferences": {},
64
64
  "inputSourceName": "project/contracts/access/Ownable.sol",
65
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
65
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
66
66
  }
@@ -15,7 +15,7 @@ export interface Ownable$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/access/Ownable.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -58,5 +58,5 @@
58
58
  "deployedLinkReferences": {},
59
59
  "immutableReferences": {},
60
60
  "inputSourceName": "project/contracts/interfaces/IAdminProjectRouter.sol",
61
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
61
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
62
62
  }
@@ -15,7 +15,7 @@ export interface IAdminProjectRouter$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/interfaces/IAdminProjectRouter.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -47,5 +47,5 @@
47
47
  "deployedLinkReferences": {},
48
48
  "immutableReferences": {},
49
49
  "inputSourceName": "project/contracts/interfaces/IKYCBitkubChain.sol",
50
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
50
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
51
51
  }
@@ -15,7 +15,7 @@ export interface IKYCBitkubChain$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/interfaces/IKYCBitkubChain.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -49,5 +49,5 @@
49
49
  "deployedLinkReferences": {},
50
50
  "immutableReferences": {},
51
51
  "inputSourceName": "project/contracts/kyc/KYCHandler.sol",
52
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
52
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
53
53
  }
@@ -15,7 +15,7 @@ export interface KYCHandler$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/kyc/KYCHandler.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -3,11 +3,11 @@
3
3
  "contractName": "Address",
4
4
  "sourceName": "contracts/libs/Address.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033",
6
+ "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201d1f59ccfff3cb11022da24e1cefed320211afcad9dfc8fe7b2628730f3233a864736f6c634300081c0033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201d1f59ccfff3cb11022da24e1cefed320211afcad9dfc8fe7b2628730f3233a864736f6c634300081c0033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/libs/Address.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -9,13 +9,13 @@ export interface Address$Type {
9
9
  readonly contractName: "Address";
10
10
  readonly sourceName: "contracts/libs/Address.sol";
11
11
  readonly abi: [];
12
- readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033";
13
- readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209c1cf289b43539c879e4069293970c014735d61f26d551ecebb73bb0e70404d064736f6c63430008000033";
12
+ readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201d1f59ccfff3cb11022da24e1cefed320211afcad9dfc8fe7b2628730f3233a864736f6c634300081c0033";
13
+ readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201d1f59ccfff3cb11022da24e1cefed320211afcad9dfc8fe7b2628730f3233a864736f6c634300081c0033";
14
14
  readonly linkReferences: {};
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/libs/Address.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -3,11 +3,11 @@
3
3
  "contractName": "EnumerableSetAddress",
4
4
  "sourceName": "contracts/libs/EnumerableSetAddress.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033",
6
+ "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c57a633810eeba5aa7f908cfdf5d076088d05b1c4b97377b9d728ad53c46875364736f6c634300081c0033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c57a633810eeba5aa7f908cfdf5d076088d05b1c4b97377b9d728ad53c46875364736f6c634300081c0033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/libs/EnumerableSetAddress.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -9,13 +9,13 @@ export interface EnumerableSetAddress$Type {
9
9
  readonly contractName: "EnumerableSetAddress";
10
10
  readonly sourceName: "contracts/libs/EnumerableSetAddress.sol";
11
11
  readonly abi: [];
12
- readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033";
13
- readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122094b9b875ee6da9665797d1fe04d3956e53bd4d2b3e6d35bbe90a7e7d23766b9964736f6c63430008000033";
12
+ readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c57a633810eeba5aa7f908cfdf5d076088d05b1c4b97377b9d728ad53c46875364736f6c634300081c0033";
13
+ readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c57a633810eeba5aa7f908cfdf5d076088d05b1c4b97377b9d728ad53c46875364736f6c634300081c0033";
14
14
  readonly linkReferences: {};
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/libs/EnumerableSetAddress.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -3,11 +3,11 @@
3
3
  "contractName": "EnumerableSetUint",
4
4
  "sourceName": "contracts/libs/EnumerableSetUint.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033",
6
+ "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122055164c8c18687f3863812c4eeabda528294f6b75a51c840572224a090102fd8c64736f6c634300081c0033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122055164c8c18687f3863812c4eeabda528294f6b75a51c840572224a090102fd8c64736f6c634300081c0033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/libs/EnumerableSetUint.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -9,13 +9,13 @@ export interface EnumerableSetUint$Type {
9
9
  readonly contractName: "EnumerableSetUint";
10
10
  readonly sourceName: "contracts/libs/EnumerableSetUint.sol";
11
11
  readonly abi: [];
12
- readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033";
13
- readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4faf6cea02a7c8010693f5e52241eb5a17dcacdb739cec0bcbcaf3b4d63526564736f6c63430008000033";
12
+ readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122055164c8c18687f3863812c4eeabda528294f6b75a51c840572224a090102fd8c64736f6c634300081c0033";
13
+ readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122055164c8c18687f3863812c4eeabda528294f6b75a51c840572224a090102fd8c64736f6c634300081c0033";
14
14
  readonly linkReferences: {};
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/libs/EnumerableSetUint.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -3,11 +3,11 @@
3
3
  "contractName": "EnumerableMap",
4
4
  "sourceName": "contracts/libs/EnumerateMap.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033",
6
+ "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220eb2697e2082a930dcc2decad326dba59dce67f275a80979325a262dc8ebdb87764736f6c634300081c0033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220eb2697e2082a930dcc2decad326dba59dce67f275a80979325a262dc8ebdb87764736f6c634300081c0033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/libs/EnumerateMap.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -9,13 +9,13 @@ export interface EnumerableMap$Type {
9
9
  readonly contractName: "EnumerableMap";
10
10
  readonly sourceName: "contracts/libs/EnumerateMap.sol";
11
11
  readonly abi: [];
12
- readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033";
13
- readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201f9edc3c34deed8c8837e7eec7be85a430a9c2f63e3d88158332c8d4ba9b031e64736f6c63430008000033";
12
+ readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220eb2697e2082a930dcc2decad326dba59dce67f275a80979325a262dc8ebdb87764736f6c634300081c0033";
13
+ readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220eb2697e2082a930dcc2decad326dba59dce67f275a80979325a262dc8ebdb87764736f6c634300081c0033";
14
14
  readonly linkReferences: {};
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/libs/EnumerateMap.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -3,11 +3,11 @@
3
3
  "contractName": "Strings",
4
4
  "sourceName": "contracts/libs/String.sol",
5
5
  "abi": [],
6
- "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033",
6
+ "bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a6b6f9afff89add4c41abad187fcbe8e384dc2d5b6833d50489f5ba2a91e679e64736f6c634300081c0033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a6b6f9afff89add4c41abad187fcbe8e384dc2d5b6833d50489f5ba2a91e679e64736f6c634300081c0033",
8
8
  "linkReferences": {},
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/libs/String.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -9,13 +9,13 @@ export interface Strings$Type {
9
9
  readonly contractName: "Strings";
10
10
  readonly sourceName: "contracts/libs/String.sol";
11
11
  readonly abi: [];
12
- readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033";
13
- readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220815786318d27388df39b2080d17887635b238f6aecda9a1861dc4f2187586bfd64736f6c63430008000033";
12
+ readonly bytecode: "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a6b6f9afff89add4c41abad187fcbe8e384dc2d5b6833d50489f5ba2a91e679e64736f6c634300081c0033";
13
+ readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a6b6f9afff89add4c41abad187fcbe8e384dc2d5b6833d50489f5ba2a91e679e64736f6c634300081c0033";
14
14
  readonly linkReferences: {};
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/libs/String.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -806,5 +806,5 @@
806
806
  "deployedLinkReferences": {},
807
807
  "immutableReferences": {},
808
808
  "inputSourceName": "project/contracts/token/KAP-1155/KAP1155.sol",
809
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
809
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
810
810
  }
@@ -15,7 +15,7 @@ export interface KAP1155$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-1155/KAP1155.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -399,5 +399,5 @@
399
399
  "deployedLinkReferences": {},
400
400
  "immutableReferences": {},
401
401
  "inputSourceName": "project/contracts/token/KAP-1155/interfaces/IKAP1155.sol",
402
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
402
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
403
403
  }
@@ -15,7 +15,7 @@ export interface IKAP1155$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-1155/interfaces/IKAP1155.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -23,5 +23,5 @@
23
23
  "deployedLinkReferences": {},
24
24
  "immutableReferences": {},
25
25
  "inputSourceName": "project/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol",
26
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
26
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
27
27
  }
@@ -15,7 +15,7 @@ export interface IKAP1155Enumerable$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-1155/interfaces/IKAP1155Enumerable.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -74,5 +74,5 @@
74
74
  "deployedLinkReferences": {},
75
75
  "immutableReferences": {},
76
76
  "inputSourceName": "project/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol",
77
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
77
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
78
78
  }
@@ -15,7 +15,7 @@ export interface IKAP1155Metadata$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-1155/interfaces/IKAP1155Metadata.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -88,5 +88,5 @@
88
88
  "deployedLinkReferences": {},
89
89
  "immutableReferences": {},
90
90
  "inputSourceName": "project/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol",
91
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
91
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
92
92
  }
@@ -15,7 +15,7 @@ export interface IKAP1155Receiver$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-1155/interfaces/IKAP1155Receiver.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -725,5 +725,5 @@
725
725
  "deployedLinkReferences": {},
726
726
  "immutableReferences": {},
727
727
  "inputSourceName": "project/contracts/token/KAP-20/KAP20.sol",
728
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
728
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
729
729
  }
@@ -15,7 +15,7 @@ export interface KAP20$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-20/KAP20.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -290,5 +290,5 @@
290
290
  "deployedLinkReferences": {},
291
291
  "immutableReferences": {},
292
292
  "inputSourceName": "project/contracts/token/KAP-20/interfaces/IKAP20.sol",
293
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
293
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
294
294
  }
@@ -15,7 +15,7 @@ export interface IKAP20$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-20/interfaces/IKAP20.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -68,5 +68,5 @@
68
68
  "deployedLinkReferences": {},
69
69
  "immutableReferences": {},
70
70
  "inputSourceName": "project/contracts/token/KAP-20/interfaces/IKToken.sol",
71
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
71
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
72
72
  }
@@ -15,7 +15,7 @@ export interface IKToken$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-20/interfaces/IKToken.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -1018,5 +1018,5 @@
1018
1018
  "deployedLinkReferences": {},
1019
1019
  "immutableReferences": {},
1020
1020
  "inputSourceName": "project/contracts/token/KAP-22/KAP22.sol",
1021
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
1021
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
1022
1022
  }
@@ -15,7 +15,7 @@ export interface KAP22$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-22/KAP22.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -172,5 +172,5 @@
172
172
  "deployedLinkReferences": {},
173
173
  "immutableReferences": {},
174
174
  "inputSourceName": "project/contracts/token/KAP-22/interfaces/IKAP22.sol",
175
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
175
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
176
176
  }
@@ -15,7 +15,7 @@ export interface IKAP22$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-22/interfaces/IKAP22.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -48,5 +48,5 @@
48
48
  "deployedLinkReferences": {},
49
49
  "immutableReferences": {},
50
50
  "inputSourceName": "project/contracts/token/KAP-22/utils/TransferRouter.sol",
51
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
51
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
52
52
  }
@@ -15,7 +15,7 @@ export interface TransferRouter$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-22/utils/TransferRouter.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -111,5 +111,5 @@
111
111
  "deployedLinkReferences": {},
112
112
  "immutableReferences": {},
113
113
  "inputSourceName": "project/contracts/token/KAP-22/utils/WhitelistAddress.sol",
114
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
114
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
115
115
  }
@@ -15,7 +15,7 @@ export interface WhitelistAddress$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-22/utils/WhitelistAddress.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -908,5 +908,5 @@
908
908
  "deployedLinkReferences": {},
909
909
  "immutableReferences": {},
910
910
  "inputSourceName": "project/contracts/token/KAP-721/KAP721.sol",
911
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
911
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
912
912
  }
@@ -15,7 +15,7 @@ export interface KAP721$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/KAP721.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -376,5 +376,5 @@
376
376
  "deployedLinkReferences": {},
377
377
  "immutableReferences": {},
378
378
  "inputSourceName": "project/contracts/token/KAP-721/interfaces/IKAP721.sol",
379
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
379
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
380
380
  }
@@ -15,7 +15,7 @@ export interface IKAP721$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/interfaces/IKAP721.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -66,5 +66,5 @@
66
66
  "deployedLinkReferences": {},
67
67
  "immutableReferences": {},
68
68
  "inputSourceName": "project/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol",
69
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
69
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
70
70
  }
@@ -15,7 +15,7 @@ export interface IKAP721Enumerable$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/interfaces/IKAP721Enumerable.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -55,5 +55,5 @@
55
55
  "deployedLinkReferences": {},
56
56
  "immutableReferences": {},
57
57
  "inputSourceName": "project/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol",
58
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
58
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
59
59
  }
@@ -15,7 +15,7 @@ export interface IKAP721Metadata$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/interfaces/IKAP721Metadata.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -44,5 +44,5 @@
44
44
  "deployedLinkReferences": {},
45
45
  "immutableReferences": {},
46
46
  "inputSourceName": "project/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol",
47
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
47
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
48
48
  }
@@ -15,7 +15,7 @@ export interface IKAP721Receiver$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/interfaces/IKAP721Receiver.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -99,5 +99,5 @@
99
99
  "deployedLinkReferences": {},
100
100
  "immutableReferences": {},
101
101
  "inputSourceName": "project/contracts/token/KAP-721/interfaces/IKAP721V2.sol",
102
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
102
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
103
103
  }
@@ -15,7 +15,7 @@ export interface IKAP721V2$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/token/KAP-721/interfaces/IKAP721V2.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -9,5 +9,5 @@
9
9
  "deployedLinkReferences": {},
10
10
  "immutableReferences": {},
11
11
  "inputSourceName": "project/contracts/utils/Context.sol",
12
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
12
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
13
13
  }
@@ -15,7 +15,7 @@ export interface Context$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/utils/Context.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -49,5 +49,5 @@
49
49
  "deployedLinkReferences": {},
50
50
  "immutableReferences": {},
51
51
  "inputSourceName": "project/contracts/utils/Pausable.sol",
52
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
52
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
53
53
  }
@@ -15,7 +15,7 @@ export interface Pausable$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/utils/Pausable.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -29,5 +29,5 @@
29
29
  "deployedLinkReferences": {},
30
30
  "immutableReferences": {},
31
31
  "inputSourceName": "project/contracts/utils/introspections/IKAP165.sol",
32
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
32
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
33
33
  }
@@ -15,7 +15,7 @@ export interface IKAP165$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/utils/introspections/IKAP165.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
@@ -29,5 +29,5 @@
29
29
  "deployedLinkReferences": {},
30
30
  "immutableReferences": {},
31
31
  "inputSourceName": "project/contracts/utils/introspections/KAP165.sol",
32
- "buildInfoId": "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e"
32
+ "buildInfoId": "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b"
33
33
  }
@@ -15,7 +15,7 @@ export interface KAP165$Type {
15
15
  readonly deployedLinkReferences: {};
16
16
  readonly immutableReferences: {};
17
17
  readonly inputSourceName: "project/contracts/utils/introspections/KAP165.sol";
18
- readonly buildInfoId: "solc-0_8_0-6a85256c4b5d4aa15483f6a88c678f03511b2a6e";
18
+ readonly buildInfoId: "solc-0_8_28-4cfb65ecd3308df84b7451b2c332d5eabe70b36b";
19
19
  };
20
20
 
21
21
  import "hardhat/types/artifacts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pru.pinya/contracts",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "KubChain smart contract library — KAP20, KAP721, KAP1155",
6
6
  "main": "index.js",
@@ -8,10 +8,12 @@
8
8
  "contracts/**/*.sol",
9
9
  "artifacts/contracts/**/*.json",
10
10
  "artifacts/contracts/**/*.d.ts",
11
- "!artifacts/contracts/**/*.dbg.json"
11
+ "!artifacts/contracts/**/*.dbg.json",
12
+ "!contracts/mocks/**/*"
12
13
  ],
13
14
  "scripts": {
14
15
  "build": "npx hardhat compile",
16
+ "test": "npx hardhat test",
15
17
  "prepublishOnly": "npm run build"
16
18
  },
17
19
  "keywords": [
@@ -36,7 +38,7 @@
36
38
  },
37
39
  "homepage": "https://www.kubchain.com/",
38
40
  "dependencies": {
39
- "@pru.pinya/contracts": "^1.0.4",
41
+ "@pru.pinya/contracts": "^1.0.5",
40
42
  "dotenv": "^17.4.2"
41
43
  }
42
44
  }