@the-situation/artifacts 0.8.6 → 0.8.8

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.
@@ -1055,6 +1055,18 @@
1055
1055
  "outputs": [],
1056
1056
  "state_mutability": "external"
1057
1057
  },
1058
+ {
1059
+ "type": "function",
1060
+ "name": "upgrade",
1061
+ "inputs": [
1062
+ {
1063
+ "name": "new_class_hash",
1064
+ "type": "core::starknet::class_hash::ClassHash"
1065
+ }
1066
+ ],
1067
+ "outputs": [],
1068
+ "state_mutability": "external"
1069
+ },
1058
1070
  {
1059
1071
  "type": "function",
1060
1072
  "name": "update_runtime_class_hash",
@@ -1132,11 +1144,6 @@
1132
1144
  "type": "core::starknet::contract_address::ContractAddress",
1133
1145
  "kind": "key"
1134
1146
  },
1135
- {
1136
- "name": "old_distribution",
1137
- "type": "the_situation::types::categorical::types::CategoricalDistributionRaw",
1138
- "kind": "data"
1139
- },
1140
1147
  {
1141
1148
  "name": "new_distribution",
1142
1149
  "type": "the_situation::types::categorical::types::CategoricalDistributionRaw",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-situation/artifacts",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "description": "Bundled contract ABIs for The Situation prediction market contracts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",