From 75fe29c941d18d0112ed3b4d48ce21727c039a20 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Mon, 10 Jun 2024 15:27:06 +1200 Subject: [PATCH] update polkadot starter dependency --- Polkadot/Polkadot-starter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polkadot/Polkadot-starter/package.json b/Polkadot/Polkadot-starter/package.json index 1f669ffe..e17efbea 100644 --- a/Polkadot/Polkadot-starter/package.json +++ b/Polkadot/Polkadot-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^11", "@subql/cli": "latest", "@subql/testing": "latest", "@subql/types": "latest",