@evergonlabs/tmi-protocol-api 0.10.0-rc.0 → 0.10.0-rc.1

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 (86) hide show
  1. package/dist/app.d.ts +359 -1
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/client.d.ts +389 -1
  4. package/dist/client.d.ts.map +1 -1
  5. package/dist/common/roles/erc1155-token-roles.d.ts +8 -0
  6. package/dist/common/roles/erc1155-token-roles.d.ts.map +1 -0
  7. package/dist/common/roles/erc1155-token-roles.js +13 -0
  8. package/dist/common/roles/exports.d.ts +1 -0
  9. package/dist/common/roles/exports.d.ts.map +1 -1
  10. package/dist/common/roles/exports.js +1 -0
  11. package/dist/issuance/common/factories.base.d.ts +12 -12
  12. package/dist/issuance/erc1155/burn.d.ts +34 -0
  13. package/dist/issuance/erc1155/burn.d.ts.map +1 -0
  14. package/dist/issuance/erc1155/burn.js +39 -0
  15. package/dist/issuance/erc1155/default/deploy.d.ts +34 -0
  16. package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -0
  17. package/dist/issuance/erc1155/default/deploy.js +53 -0
  18. package/dist/issuance/erc1155/default/initialize.d.ts +34 -0
  19. package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -0
  20. package/dist/issuance/erc1155/default/initialize.js +38 -0
  21. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +21 -0
  22. package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -0
  23. package/dist/issuance/erc1155/default/parseDeployEvent.js +74 -0
  24. package/dist/issuance/erc1155/gated/deploy.d.ts +36 -0
  25. package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -0
  26. package/dist/issuance/erc1155/gated/deploy.js +61 -0
  27. package/dist/issuance/erc1155/gated/initialize.d.ts +36 -0
  28. package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -0
  29. package/dist/issuance/erc1155/gated/initialize.js +44 -0
  30. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +21 -0
  31. package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -0
  32. package/dist/issuance/erc1155/gated/parseDeployEvent.js +74 -0
  33. package/dist/issuance/erc1155/grantRole.d.ts +33 -0
  34. package/dist/issuance/erc1155/grantRole.d.ts.map +1 -0
  35. package/dist/issuance/erc1155/grantRole.js +41 -0
  36. package/dist/issuance/erc1155/index.d.ts +361 -0
  37. package/dist/issuance/erc1155/index.d.ts.map +1 -0
  38. package/dist/issuance/erc1155/index.js +38 -0
  39. package/dist/issuance/erc1155/mint.d.ts +34 -0
  40. package/dist/issuance/erc1155/mint.d.ts.map +1 -0
  41. package/dist/issuance/erc1155/mint.js +39 -0
  42. package/dist/issuance/erc1155/recover.d.ts +36 -0
  43. package/dist/issuance/erc1155/recover.d.ts.map +1 -0
  44. package/dist/issuance/erc1155/recover.js +40 -0
  45. package/dist/issuance/erc1155/renounceRole.d.ts +33 -0
  46. package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -0
  47. package/dist/issuance/erc1155/renounceRole.js +41 -0
  48. package/dist/issuance/erc1155/revokeRole.d.ts +33 -0
  49. package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -0
  50. package/dist/issuance/erc1155/revokeRole.js +41 -0
  51. package/dist/issuance/erc1155/setApprovalForAll.d.ts +32 -0
  52. package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -0
  53. package/dist/issuance/erc1155/setApprovalForAll.js +39 -0
  54. package/dist/issuance/erc1155/setBaseURI.d.ts +30 -0
  55. package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -0
  56. package/dist/issuance/erc1155/setBaseURI.js +36 -0
  57. package/dist/issuance/erc1155/setTokenURI.d.ts +32 -0
  58. package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -0
  59. package/dist/issuance/erc1155/setTokenURI.js +38 -0
  60. package/dist/issuance/erc721/approve.js +1 -1
  61. package/dist/issuance/erc721/burn.js +1 -1
  62. package/dist/issuance/erc721/default/deploy.js +4 -4
  63. package/dist/issuance/erc721/default/initialize.js +1 -1
  64. package/dist/issuance/erc721/default/parseDeployEvent.js +1 -1
  65. package/dist/issuance/erc721/gated/deploy.js +4 -4
  66. package/dist/issuance/erc721/gated/initialize.js +1 -1
  67. package/dist/issuance/erc721/gated/parseDeployEvent.js +1 -1
  68. package/dist/issuance/erc721/grantRole.js +1 -1
  69. package/dist/issuance/erc721/index.d.ts +0 -1
  70. package/dist/issuance/erc721/index.d.ts.map +1 -1
  71. package/dist/issuance/erc721/mint.d.ts +0 -2
  72. package/dist/issuance/erc721/mint.d.ts.map +1 -1
  73. package/dist/issuance/erc721/mint.js +4 -6
  74. package/dist/issuance/erc721/nextTokenId.d.ts +19 -0
  75. package/dist/issuance/erc721/nextTokenId.d.ts.map +1 -0
  76. package/dist/issuance/erc721/nextTokenId.js +79 -0
  77. package/dist/issuance/erc721/recover.js +1 -1
  78. package/dist/issuance/erc721/renounceRole.js +1 -1
  79. package/dist/issuance/erc721/revokeRole.js +1 -1
  80. package/dist/issuance/erc721/setBaseURI.js +1 -1
  81. package/dist/issuance/erc721/setTokenURI.js +1 -1
  82. package/dist/issuance/erc721/transferFrom.js +1 -1
  83. package/dist/issuance/index.d.ts +359 -1
  84. package/dist/issuance/index.d.ts.map +1 -1
  85. package/dist/issuance/index.js +2 -0
  86. package/package.json +9 -9
@@ -622,7 +622,6 @@ export declare const IssuanceApi: import("../common/controller.js").IApi<import(
622
622
  json: {
623
623
  tokenAddress: string;
624
624
  to: string;
625
- tokenId: string;
626
625
  };
627
626
  };
628
627
  output: {
@@ -809,6 +808,365 @@ export declare const IssuanceApi: import("../common/controller.js").IApi<import(
809
808
  };
810
809
  };
811
810
  }, "/setTokenURI">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
811
+ "/": {
812
+ $post: {
813
+ input: {
814
+ json: {
815
+ chainId: 11155111 | 72080;
816
+ baseURI: string;
817
+ defaultTokenAdmin: string;
818
+ minter: string;
819
+ };
820
+ };
821
+ output: {
822
+ data: `0x${string}`;
823
+ to: `0x${string}`;
824
+ details: {
825
+ functionName: string;
826
+ address: `0x${string}`;
827
+ abi: any[];
828
+ args: any[];
829
+ };
830
+ };
831
+ outputFormat: "json";
832
+ status: import("hono/utils/http-status").ContentfulStatusCode;
833
+ };
834
+ };
835
+ }, "/deploy"> | import("hono/types").MergeSchemaPath<{
836
+ "/": {
837
+ $post: {
838
+ input: {
839
+ json: {
840
+ tokenAddress: string;
841
+ baseURI: string;
842
+ defaultAdmin: string;
843
+ minter: string;
844
+ };
845
+ };
846
+ output: {
847
+ data: `0x${string}`;
848
+ to: `0x${string}`;
849
+ details: {
850
+ functionName: string;
851
+ address: `0x${string}`;
852
+ abi: any[];
853
+ args: any[];
854
+ };
855
+ };
856
+ outputFormat: "json";
857
+ status: import("hono/utils/http-status").ContentfulStatusCode;
858
+ };
859
+ };
860
+ }, "/initialize"> | import("hono/types").MergeSchemaPath<{
861
+ "/": {
862
+ $get: {
863
+ input: {
864
+ query: {
865
+ chainId: string | string[];
866
+ hash: string | string[];
867
+ };
868
+ };
869
+ output: {
870
+ proxy: `0x${string}`;
871
+ admin: `0x${string}`;
872
+ minter: `0x${string}`;
873
+ baseURI: string;
874
+ };
875
+ outputFormat: "json";
876
+ status: import("hono/utils/http-status").ContentfulStatusCode;
877
+ };
878
+ };
879
+ }, "/getDeployEvent"> | import("hono/types").MergeSchemaPath<{
880
+ "/": {
881
+ $post: {
882
+ input: {
883
+ json: {
884
+ chainId: 11155111 | 72080;
885
+ baseURI: string;
886
+ defaultTokenAdmin: string;
887
+ minter: string;
888
+ gatingSigner?: string | undefined;
889
+ };
890
+ };
891
+ output: {
892
+ data: `0x${string}`;
893
+ to: `0x${string}`;
894
+ details: {
895
+ functionName: string;
896
+ address: `0x${string}`;
897
+ abi: any[];
898
+ args: any[];
899
+ };
900
+ };
901
+ outputFormat: "json";
902
+ status: import("hono/utils/http-status").ContentfulStatusCode;
903
+ };
904
+ };
905
+ }, "/deployGated"> | import("hono/types").MergeSchemaPath<{
906
+ "/": {
907
+ $post: {
908
+ input: {
909
+ json: {
910
+ tokenAddress: string;
911
+ baseURI: string;
912
+ defaultAdmin: string;
913
+ minter: string;
914
+ gatingSigner?: string | undefined;
915
+ };
916
+ };
917
+ output: {
918
+ data: `0x${string}`;
919
+ to: `0x${string}`;
920
+ details: {
921
+ functionName: string;
922
+ address: `0x${string}`;
923
+ abi: any[];
924
+ args: any[];
925
+ };
926
+ };
927
+ outputFormat: "json";
928
+ status: import("hono/utils/http-status").ContentfulStatusCode;
929
+ };
930
+ };
931
+ }, "/initializeGated"> | import("hono/types").MergeSchemaPath<{
932
+ "/": {
933
+ $get: {
934
+ input: {
935
+ query: {
936
+ chainId: string | string[];
937
+ hash: string | string[];
938
+ };
939
+ };
940
+ output: {
941
+ proxy: `0x${string}`;
942
+ admin: `0x${string}`;
943
+ minter: `0x${string}`;
944
+ baseURI: string;
945
+ };
946
+ outputFormat: "json";
947
+ status: import("hono/utils/http-status").ContentfulStatusCode;
948
+ };
949
+ };
950
+ }, "/getDeployEventGated"> | import("hono/types").MergeSchemaPath<{
951
+ "/": {
952
+ $post: {
953
+ input: {
954
+ json: {
955
+ tokenAddress: string;
956
+ to: string;
957
+ amount: string;
958
+ data?: string | undefined;
959
+ };
960
+ };
961
+ output: {
962
+ data: `0x${string}`;
963
+ to: `0x${string}`;
964
+ details: {
965
+ functionName: string;
966
+ address: `0x${string}`;
967
+ abi: any[];
968
+ args: any[];
969
+ };
970
+ };
971
+ outputFormat: "json";
972
+ status: import("hono/utils/http-status").ContentfulStatusCode;
973
+ };
974
+ };
975
+ }, "/mint"> | import("hono/types").MergeSchemaPath<{
976
+ "/": {
977
+ $post: {
978
+ input: {
979
+ json: {
980
+ tokenAddress: string;
981
+ account: string;
982
+ id: string;
983
+ amount: string;
984
+ };
985
+ };
986
+ output: {
987
+ data: `0x${string}`;
988
+ to: `0x${string}`;
989
+ details: {
990
+ functionName: string;
991
+ address: `0x${string}`;
992
+ abi: any[];
993
+ args: any[];
994
+ };
995
+ };
996
+ outputFormat: "json";
997
+ status: import("hono/utils/http-status").ContentfulStatusCode;
998
+ };
999
+ };
1000
+ }, "/burn"> | import("hono/types").MergeSchemaPath<{
1001
+ "/": {
1002
+ $post: {
1003
+ input: {
1004
+ json: {
1005
+ tokenAddress: string;
1006
+ operator: string;
1007
+ approved: boolean;
1008
+ };
1009
+ };
1010
+ output: {
1011
+ data: `0x${string}`;
1012
+ to: `0x${string}`;
1013
+ details: {
1014
+ functionName: string;
1015
+ address: `0x${string}`;
1016
+ abi: any[];
1017
+ args: any[];
1018
+ };
1019
+ };
1020
+ outputFormat: "json";
1021
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1022
+ };
1023
+ };
1024
+ }, "/setApprovalForAll"> | import("hono/types").MergeSchemaPath<{
1025
+ "/": {
1026
+ $post: {
1027
+ input: {
1028
+ json: {
1029
+ tokenAddress: string;
1030
+ baseURI: string;
1031
+ };
1032
+ };
1033
+ output: {
1034
+ data: `0x${string}`;
1035
+ to: `0x${string}`;
1036
+ details: {
1037
+ functionName: string;
1038
+ address: `0x${string}`;
1039
+ abi: any[];
1040
+ args: any[];
1041
+ };
1042
+ };
1043
+ outputFormat: "json";
1044
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1045
+ };
1046
+ };
1047
+ }, "/setBaseURI"> | import("hono/types").MergeSchemaPath<{
1048
+ "/": {
1049
+ $post: {
1050
+ input: {
1051
+ json: {
1052
+ tokenAddress: string;
1053
+ id: string;
1054
+ tokenURI: string;
1055
+ };
1056
+ };
1057
+ output: {
1058
+ data: `0x${string}`;
1059
+ to: `0x${string}`;
1060
+ details: {
1061
+ functionName: string;
1062
+ address: `0x${string}`;
1063
+ abi: any[];
1064
+ args: any[];
1065
+ };
1066
+ };
1067
+ outputFormat: "json";
1068
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1069
+ };
1070
+ };
1071
+ }, "/setTokenURI"> | import("hono/types").MergeSchemaPath<{
1072
+ "/": {
1073
+ $post: {
1074
+ input: {
1075
+ json: {
1076
+ tokenAddress: string;
1077
+ from: string;
1078
+ to: string;
1079
+ id: string;
1080
+ amount: string;
1081
+ };
1082
+ };
1083
+ output: {
1084
+ data: `0x${string}`;
1085
+ to: `0x${string}`;
1086
+ details: {
1087
+ functionName: string;
1088
+ address: `0x${string}`;
1089
+ abi: any[];
1090
+ args: any[];
1091
+ };
1092
+ };
1093
+ outputFormat: "json";
1094
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1095
+ };
1096
+ };
1097
+ }, "/recover"> | import("hono/types").MergeSchemaPath<{
1098
+ "/": {
1099
+ $post: {
1100
+ input: {
1101
+ json: {
1102
+ tokenAddress: string;
1103
+ role: import("../client.js").Erc1155TokenRole;
1104
+ account: string;
1105
+ };
1106
+ };
1107
+ output: {
1108
+ data: `0x${string}`;
1109
+ to: `0x${string}`;
1110
+ details: {
1111
+ functionName: string;
1112
+ address: `0x${string}`;
1113
+ abi: any[];
1114
+ args: any[];
1115
+ };
1116
+ };
1117
+ outputFormat: "json";
1118
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1119
+ };
1120
+ };
1121
+ }, "/grantRole"> | import("hono/types").MergeSchemaPath<{
1122
+ "/": {
1123
+ $post: {
1124
+ input: {
1125
+ json: {
1126
+ tokenAddress: string;
1127
+ role: import("../client.js").Erc1155TokenRole;
1128
+ account: string;
1129
+ };
1130
+ };
1131
+ output: {
1132
+ data: `0x${string}`;
1133
+ to: `0x${string}`;
1134
+ details: {
1135
+ functionName: string;
1136
+ address: `0x${string}`;
1137
+ abi: any[];
1138
+ args: any[];
1139
+ };
1140
+ };
1141
+ outputFormat: "json";
1142
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1143
+ };
1144
+ };
1145
+ }, "/revokeRole"> | import("hono/types").MergeSchemaPath<{
1146
+ "/": {
1147
+ $post: {
1148
+ input: {
1149
+ json: {
1150
+ tokenAddress: string;
1151
+ role: import("../client.js").Erc1155TokenRole;
1152
+ callerConfirmation: string;
1153
+ };
1154
+ };
1155
+ output: {
1156
+ data: `0x${string}`;
1157
+ to: `0x${string}`;
1158
+ details: {
1159
+ functionName: string;
1160
+ address: `0x${string}`;
1161
+ abi: any[];
1162
+ args: any[];
1163
+ };
1164
+ };
1165
+ outputFormat: "json";
1166
+ status: import("hono/utils/http-status").ContentfulStatusCode;
1167
+ };
1168
+ };
1169
+ }, "/renounceRole">, "/erc1155"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
812
1170
  "/": {
813
1171
  $get: {
814
1172
  input: {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/issuance/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAStB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/issuance/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAUtB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { createApi } from "../common/controller.js";
2
2
  import { Erc20Controller } from "./erc20/index.js";
3
3
  import { Erc721Controller } from "./erc721/index.js";
4
+ import { Erc1155Controller } from "./erc1155/index.js";
4
5
  import { ProxyController } from "./proxy/index.js";
5
6
  export const IssuanceApi = createApi({
6
7
  title: "Issuance API",
@@ -9,5 +10,6 @@ export const IssuanceApi = createApi({
9
10
  .createApp()
10
11
  .route("/erc20", Erc20Controller.build(factory))
11
12
  .route("/erc721", Erc721Controller.build(factory))
13
+ .route("/erc1155", Erc1155Controller.build(factory))
12
14
  .route("/proxy", ProxyController.build(factory)),
13
15
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evergonlabs/tmi-protocol-api",
3
- "version": "0.10.0-rc.0",
3
+ "version": "0.10.0-rc.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@evergonlabs/tmi-contracts-fractions-sdk": "1.1.0",
23
23
  "@evergonlabs/tmi-evm-contracts": "0.6.7",
24
- "@evergonlabs/tmi-factories-sdk": "0.2.0",
24
+ "@evergonlabs/tmi-factories-sdk": "0.3.0",
25
25
  "@evergonlabs/tmi-utils": "0.6.0",
26
26
  "@hono/node-server": "^1.19.9",
27
27
  "@hono/standard-validator": "^0.2.2",
@@ -39,13 +39,13 @@
39
39
  "viem": "^2.23.2",
40
40
  "zod": "^4.3.6",
41
41
  "zod-openapi": "^5.4.6",
42
- "@evergonlabs/tmi-protocol-indexer": "0.10.0-rc.0",
43
- "@evergonlabs/tmi-protocol-contracts": "0.10.0-rc.0",
44
- "@evergonlabs/tmi-protocol-utils": "0.10.0-rc.0",
45
- "@evergonlabs/tmi-protocol-fractions-sdk": "0.10.0-rc.0",
46
- "@evergonlabs/tmi-protocol-shared": "0.10.0-rc.0",
47
- "@evergonlabs/tmi-protocol-staking-sdk": "0.10.0-rc.0",
48
- "@evergonlabs/tmi-protocol-types": "0.10.0-rc.0"
42
+ "@evergonlabs/tmi-protocol-contracts": "0.10.0-rc.1",
43
+ "@evergonlabs/tmi-protocol-fractions-sdk": "0.10.0-rc.1",
44
+ "@evergonlabs/tmi-protocol-indexer": "0.10.0-rc.1",
45
+ "@evergonlabs/tmi-protocol-staking-sdk": "0.10.0-rc.1",
46
+ "@evergonlabs/tmi-protocol-shared": "0.10.0-rc.1",
47
+ "@evergonlabs/tmi-protocol-types": "0.10.0-rc.1",
48
+ "@evergonlabs/tmi-protocol-utils": "0.10.0-rc.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@evergonlabs/tmi-eslint-config": "0.3.0",