diff --git a/package.json b/package.json index be052e1ac607..ed6c47fd115a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@snapshot-labs/lock": "^0.2.0", "@snapshot-labs/pineapple": "^0.2.0", "@snapshot-labs/snapshot.js": "^0.5.5", - "@snapshot-labs/tune": "^0.1.31", + "@snapshot-labs/tune": "^0.1.33", "@vue/apollo-composable": "4.0.0-beta.4", "@vueuse/core": "^10.4.0", "@vueuse/head": "^1.3.1", diff --git a/src/views/PlaygroundView.vue b/src/views/PlaygroundView.vue index 09cf9c4c22ac..02f11bd61dac 100644 --- a/src/views/PlaygroundView.vue +++ b/src/views/PlaygroundView.vue @@ -31,7 +31,6 @@ const loading = ref(false); const strategyError = ref(null); const networkError = ref(false); const scores = ref(null); -const isValidStrategyDefinition = ref(false); const searchInput = ref(''); const form = ref<{ params: Record; @@ -232,15 +231,15 @@ function handleNetworkSelect(value) { -