diff --git a/Acala/acala-evm-starter/package.json b/Acala/acala-evm-starter/package.json index 792c509..fcfa3dc 100644 --- a/Acala/acala-evm-starter/package.json +++ b/Acala/acala-evm-starter/package.json @@ -28,7 +28,7 @@ "@subql/acala-evm-processor": "latest" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/node": "latest", "@subql/testing": "latest", diff --git a/Acala/acala-evm-starter/schema.graphql b/Acala/acala-evm-starter/schema.graphql index 3f184a4..5d73531 100644 --- a/Acala/acala-evm-starter/schema.graphql +++ b/Acala/acala-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type Transaction @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -15,5 +15,5 @@ type Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } diff --git a/Acala/acala-starter/package.json b/Acala/acala-starter/package.json index 978462a..4b09348 100644 --- a/Acala/acala-starter/package.json +++ b/Acala/acala-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Acala/acala-starter/schema.graphql b/Acala/acala-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Acala/acala-starter/schema.graphql +++ b/Acala/acala-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Ajuna/ajuna-starter/package.json b/Ajuna/ajuna-starter/package.json index 237aee6..e991344 100644 --- a/Ajuna/ajuna-starter/package.json +++ b/Ajuna/ajuna-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Ajuna/ajuna-starter/schema.graphql b/Ajuna/ajuna-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Ajuna/ajuna-starter/schema.graphql +++ b/Ajuna/ajuna-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Altair/altair-starter/package.json b/Altair/altair-starter/package.json index f73557e..2c7c0cb 100644 --- a/Altair/altair-starter/package.json +++ b/Altair/altair-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Altair/altair-starter/schema.graphql b/Altair/altair-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Altair/altair-starter/schema.graphql +++ b/Altair/altair-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Astar/astar-evm-starter/package.json b/Astar/astar-evm-starter/package.json index 65550da..b2965fb 100644 --- a/Astar/astar-evm-starter/package.json +++ b/Astar/astar-evm-starter/package.json @@ -29,7 +29,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Astar/astar-evm-starter/schema.graphql b/Astar/astar-evm-starter/schema.graphql index 220915d..840ee57 100644 --- a/Astar/astar-evm-starter/schema.graphql +++ b/Astar/astar-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,14 +15,14 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Astar/astar-starter/package.json b/Astar/astar-starter/package.json index 20a8b3d..25a47b9 100644 --- a/Astar/astar-starter/package.json +++ b/Astar/astar-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Astar/astar-starter/schema.graphql b/Astar/astar-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Astar/astar-starter/schema.graphql +++ b/Astar/astar-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Astar/astar-wasm-starter/package.json b/Astar/astar-wasm-starter/package.json index 8e6dc40..19ec165 100644 --- a/Astar/astar-wasm-starter/package.json +++ b/Astar/astar-wasm-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/node": "latest", "@subql/testing": "latest", diff --git a/Astar/astar-wasm-starter/schema.graphql b/Astar/astar-wasm-starter/schema.graphql index ff03b26..131a620 100644 --- a/Astar/astar-wasm-starter/schema.graphql +++ b/Astar/astar-wasm-starter/schema.graphql @@ -11,7 +11,7 @@ type Transaction @entity { value: BigInt from: String! to: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -21,7 +21,7 @@ type Approval @entity { hash: String owner: String! spender: String! - contractAddress: String! + contractAddress: String } type DApp @entity { diff --git a/Automata/automata-starter/package.json b/Automata/automata-starter/package.json index 66faa1a..cfe7ea6 100644 --- a/Automata/automata-starter/package.json +++ b/Automata/automata-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Automata/automata-starter/schema.graphql b/Automata/automata-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Automata/automata-starter/schema.graphql +++ b/Automata/automata-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Avail/avail-starter/package.json b/Avail/avail-starter/package.json index 10923ca..529f369 100644 --- a/Avail/avail-starter/package.json +++ b/Avail/avail-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Avail/avail-starter/schema.graphql b/Avail/avail-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Avail/avail-starter/schema.graphql +++ b/Avail/avail-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Avail/avail-turing-starter/package.json b/Avail/avail-turing-starter/package.json index 19f15b0..e2ed31e 100644 --- a/Avail/avail-turing-starter/package.json +++ b/Avail/avail-turing-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Avail/avail-turing-starter/schema.graphql b/Avail/avail-turing-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Avail/avail-turing-starter/schema.graphql +++ b/Avail/avail-turing-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bajun/bajun-starter/package.json b/Bajun/bajun-starter/package.json index 7d4c5b2..66387bd 100644 --- a/Bajun/bajun-starter/package.json +++ b/Bajun/bajun-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bajun/bajun-starter/schema.graphql b/Bajun/bajun-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Bajun/bajun-starter/schema.graphql +++ b/Bajun/bajun-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Basilisk/basilisk-starter/package.json b/Basilisk/basilisk-starter/package.json index ed0ce44..e2e792a 100644 --- a/Basilisk/basilisk-starter/package.json +++ b/Basilisk/basilisk-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Basilisk/basilisk-starter/schema.graphql b/Basilisk/basilisk-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Basilisk/basilisk-starter/schema.graphql +++ b/Basilisk/basilisk-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bifrost/bifrost-starter/package.json b/Bifrost/bifrost-starter/package.json index 5494489..058d676 100644 --- a/Bifrost/bifrost-starter/package.json +++ b/Bifrost/bifrost-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bifrost/bifrost-starter/schema.graphql b/Bifrost/bifrost-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Bifrost/bifrost-starter/schema.graphql +++ b/Bifrost/bifrost-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bitcountry/bitcountry-starter/package.json b/Bitcountry/bitcountry-starter/package.json index fe77503..4154106 100644 --- a/Bitcountry/bitcountry-starter/package.json +++ b/Bitcountry/bitcountry-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bitcountry/bitcountry-starter/schema.graphql b/Bitcountry/bitcountry-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Bitcountry/bitcountry-starter/schema.graphql +++ b/Bitcountry/bitcountry-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bitgreen/bitgreen-starter/package.json b/Bitgreen/bitgreen-starter/package.json index d591918..a1420c5 100644 --- a/Bitgreen/bitgreen-starter/package.json +++ b/Bitgreen/bitgreen-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bitgreen/bitgreen-starter/schema.graphql b/Bitgreen/bitgreen-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Bitgreen/bitgreen-starter/schema.graphql +++ b/Bitgreen/bitgreen-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bittensor/bittensor-starter/package.json b/Bittensor/bittensor-starter/package.json index 1aea2ec..54a988f 100644 --- a/Bittensor/bittensor-starter/package.json +++ b/Bittensor/bittensor-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bittensor/bittensor-starter/schema.graphql b/Bittensor/bittensor-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Bittensor/bittensor-starter/schema.graphql +++ b/Bittensor/bittensor-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Calamari/calamari-starter/package.json b/Calamari/calamari-starter/package.json index 22acb9c..dcf3622 100644 --- a/Calamari/calamari-starter/package.json +++ b/Calamari/calamari-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Calamari/calamari-starter/schema.graphql b/Calamari/calamari-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Calamari/calamari-starter/schema.graphql +++ b/Calamari/calamari-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Centrifuge/centrifuge-starter/package.json b/Centrifuge/centrifuge-starter/package.json index a559306..13ed1d4 100644 --- a/Centrifuge/centrifuge-starter/package.json +++ b/Centrifuge/centrifuge-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Centrifuge/centrifuge-starter/schema.graphql b/Centrifuge/centrifuge-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Centrifuge/centrifuge-starter/schema.graphql +++ b/Centrifuge/centrifuge-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Clover/clover-starter/package.json b/Clover/clover-starter/package.json index 91bfaf3..ef5b463 100644 --- a/Clover/clover-starter/package.json +++ b/Clover/clover-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Clover/clover-starter/schema.graphql b/Clover/clover-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Clover/clover-starter/schema.graphql +++ b/Clover/clover-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/ComposableFinance/composable-finance-starter/package.json b/ComposableFinance/composable-finance-starter/package.json index 8f617c1..5e4e025 100644 --- a/ComposableFinance/composable-finance-starter/package.json +++ b/ComposableFinance/composable-finance-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/ComposableFinance/composable-finance-starter/schema.graphql b/ComposableFinance/composable-finance-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/ComposableFinance/composable-finance-starter/schema.graphql +++ b/ComposableFinance/composable-finance-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Contextfree/contextfree-starter/package.json b/Contextfree/contextfree-starter/package.json index f6fa417..79aae54 100644 --- a/Contextfree/contextfree-starter/package.json +++ b/Contextfree/contextfree-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Contextfree/contextfree-starter/schema.graphql b/Contextfree/contextfree-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Contextfree/contextfree-starter/schema.graphql +++ b/Contextfree/contextfree-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Crust/crust-starter/package.json b/Crust/crust-starter/package.json index e1653da..9ff4800 100644 --- a/Crust/crust-starter/package.json +++ b/Crust/crust-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Crust/crust-starter/schema.graphql b/Crust/crust-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Crust/crust-starter/schema.graphql +++ b/Crust/crust-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Darwinia/darwinia-starter/package.json b/Darwinia/darwinia-starter/package.json index ca6cce7..78a7f3b 100644 --- a/Darwinia/darwinia-starter/package.json +++ b/Darwinia/darwinia-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "typescript": "^5.2.2", diff --git a/Darwinia/darwinia-starter/schema.graphql b/Darwinia/darwinia-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Darwinia/darwinia-starter/schema.graphql +++ b/Darwinia/darwinia-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Efinity/efinity-starter/package.json b/Efinity/efinity-starter/package.json index 6521963..cc8b6b2 100644 --- a/Efinity/efinity-starter/package.json +++ b/Efinity/efinity-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Efinity/efinity-starter/schema.graphql b/Efinity/efinity-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Efinity/efinity-starter/schema.graphql +++ b/Efinity/efinity-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Encointer/Encointer-starter/package.json b/Encointer/Encointer-starter/package.json index 4e476b6..1ee51f7 100644 --- a/Encointer/Encointer-starter/package.json +++ b/Encointer/Encointer-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Encointer/Encointer-starter/schema.graphql b/Encointer/Encointer-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Encointer/Encointer-starter/schema.graphql +++ b/Encointer/Encointer-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Energy Web X/energy-web-x-starter/package.json b/Energy Web X/energy-web-x-starter/package.json index 40a839a..2263f75 100644 --- a/Energy Web X/energy-web-x-starter/package.json +++ b/Energy Web X/energy-web-x-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/testing": "latest", "@subql/types": "latest", diff --git a/Energy Web X/energy-web-x-starter/schema.graphql b/Energy Web X/energy-web-x-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Energy Web X/energy-web-x-starter/schema.graphql +++ b/Energy Web X/energy-web-x-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Equilibrium/equilibrium-starter/package.json b/Equilibrium/equilibrium-starter/package.json index ecbb471..e3fa221 100644 --- a/Equilibrium/equilibrium-starter/package.json +++ b/Equilibrium/equilibrium-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Equilibrium/equilibrium-starter/schema.graphql b/Equilibrium/equilibrium-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Equilibrium/equilibrium-starter/schema.graphql +++ b/Equilibrium/equilibrium-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Frequency/frequency-starter/package.json b/Frequency/frequency-starter/package.json index dd21eb5..4c192a9 100644 --- a/Frequency/frequency-starter/package.json +++ b/Frequency/frequency-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Frequency/frequency-starter/schema.graphql b/Frequency/frequency-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Frequency/frequency-starter/schema.graphql +++ b/Frequency/frequency-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/HashedNetwork/hashed-network-starter/package.json b/HashedNetwork/hashed-network-starter/package.json index 9dea0ca..cba0f21 100644 --- a/HashedNetwork/hashed-network-starter/package.json +++ b/HashedNetwork/hashed-network-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/HashedNetwork/hashed-network-starter/schema.graphql b/HashedNetwork/hashed-network-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/HashedNetwork/hashed-network-starter/schema.graphql +++ b/HashedNetwork/hashed-network-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Humanode/Humanode-starter/package.json b/Humanode/Humanode-starter/package.json index 7e0bb22..43eebec 100644 --- a/Humanode/Humanode-starter/package.json +++ b/Humanode/Humanode-starter/package.json @@ -27,7 +27,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Humanode/Humanode-starter/schema.graphql b/Humanode/Humanode-starter/schema.graphql index 75aa191..86d4536 100644 --- a/Humanode/Humanode-starter/schema.graphql +++ b/Humanode/Humanode-starter/schema.graphql @@ -3,7 +3,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -11,19 +11,19 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type BioauthNewAuthentication @entity { id: ID! blockNumber: Int! validatorPublicKey: String! - timestamp: Date! + timestamp: Date } type ImOnlineSomeOffline @entity { id: ID! blockNumber: Int! accountIds: [String]! - timestamp: Date! + timestamp: Date } diff --git a/HydraDX/hydradx-starter/package.json b/HydraDX/hydradx-starter/package.json index e7fc35b..cec53bd 100644 --- a/HydraDX/hydradx-starter/package.json +++ b/HydraDX/hydradx-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/HydraDX/hydradx-starter/schema.graphql b/HydraDX/hydradx-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/HydraDX/hydradx-starter/schema.graphql +++ b/HydraDX/hydradx-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/IntegriteeShell/integritee-shell-starter/package.json b/IntegriteeShell/integritee-shell-starter/package.json index 319b865..b283600 100644 --- a/IntegriteeShell/integritee-shell-starter/package.json +++ b/IntegriteeShell/integritee-shell-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/IntegriteeShell/integritee-shell-starter/schema.graphql b/IntegriteeShell/integritee-shell-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/IntegriteeShell/integritee-shell-starter/schema.graphql +++ b/IntegriteeShell/integritee-shell-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Interlay/interlay-starter/package.json b/Interlay/interlay-starter/package.json index 5998a1e..dbbdcc8 100644 --- a/Interlay/interlay-starter/package.json +++ b/Interlay/interlay-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Interlay/interlay-starter/schema.graphql b/Interlay/interlay-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Interlay/interlay-starter/schema.graphql +++ b/Interlay/interlay-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kapex/kapex-starter/package.json b/Kapex/kapex-starter/package.json index ef7889e..6595b2b 100644 --- a/Kapex/kapex-starter/package.json +++ b/Kapex/kapex-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kapex/kapex-starter/schema.graphql b/Kapex/kapex-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Kapex/kapex-starter/schema.graphql +++ b/Kapex/kapex-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Karura/karura-evm-starter/package.json b/Karura/karura-evm-starter/package.json index a3c8d4f..567c73c 100644 --- a/Karura/karura-evm-starter/package.json +++ b/Karura/karura-evm-starter/package.json @@ -25,7 +25,7 @@ "@subql/acala-evm-processor": "latest" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "typescript": "^5.2.2", diff --git a/Karura/karura-evm-starter/schema.graphql b/Karura/karura-evm-starter/schema.graphql index 0f381a5..68ba532 100644 --- a/Karura/karura-evm-starter/schema.graphql +++ b/Karura/karura-evm-starter/schema.graphql @@ -10,7 +10,7 @@ type Transaction @entity { from: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -21,5 +21,5 @@ type Approval @entity { spender: String! - contractAddress: String! + contractAddress: String } diff --git a/Karura/karura-starter/package.json b/Karura/karura-starter/package.json index 5e488a2..4a905fe 100644 --- a/Karura/karura-starter/package.json +++ b/Karura/karura-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Karura/karura-starter/schema.graphql b/Karura/karura-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Karura/karura-starter/schema.graphql +++ b/Karura/karura-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Khala/khala-starter/package.json b/Khala/khala-starter/package.json index aec0a0e..bcb8dfe 100644 --- a/Khala/khala-starter/package.json +++ b/Khala/khala-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Khala/khala-starter/schema.graphql b/Khala/khala-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Khala/khala-starter/schema.graphql +++ b/Khala/khala-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kilt/kilt-spiritnet-credentials-example/package.json b/Kilt/kilt-spiritnet-credentials-example/package.json index 6748f3f..bd950ee 100644 --- a/Kilt/kilt-spiritnet-credentials-example/package.json +++ b/Kilt/kilt-spiritnet-credentials-example/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "node-fetch": "2.6.7", diff --git a/Kilt/kilt-spiritnet-credentials-example/schema.graphql b/Kilt/kilt-spiritnet-credentials-example/schema.graphql index b81b44b..df137fc 100644 --- a/Kilt/kilt-spiritnet-credentials-example/schema.graphql +++ b/Kilt/kilt-spiritnet-credentials-example/schema.graphql @@ -4,7 +4,7 @@ type Attestation @entity { id: ID! #id is ClaimHashOf - createdDate: Date! #date of creation of the attestation + createdDate: Date #date of creation of the attestation createdBlock: BigInt! #block of creation of the attestation creator: String! # Account address creationClaimHash: String! diff --git a/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts b/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts index ac3e0d9..f0cc3a1 100644 --- a/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts +++ b/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts @@ -28,8 +28,9 @@ export async function handleAttestationCreated( }); await attestation.save(); - - await handleDailyUpdate(event.block.timestamp, "CREATED"); + if(event.block.timestamp){ + await handleDailyUpdate(event.block.timestamp, "CREATED"); + } } export async function handleAttestationRevoked( @@ -53,8 +54,9 @@ export async function handleAttestationRevoked( attestation.revokedClaimHash = claimHash.toString(); await attestation.save(); - - await handleDailyUpdate(event.block.timestamp, "REVOKED"); + if(event.block.timestamp){ + await handleDailyUpdate(event.block.timestamp, "REVOKED"); + } } export async function handleDailyUpdate( diff --git a/Kilt/kilt-spiritnet-starter/package.json b/Kilt/kilt-spiritnet-starter/package.json index bd4e57c..48b37dd 100644 --- a/Kilt/kilt-spiritnet-starter/package.json +++ b/Kilt/kilt-spiritnet-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "node-fetch": "2.6.7", diff --git a/Kilt/kilt-spiritnet-starter/schema.graphql b/Kilt/kilt-spiritnet-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Kilt/kilt-spiritnet-starter/schema.graphql +++ b/Kilt/kilt-spiritnet-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kusama/kusama-starter/package.json b/Kusama/kusama-starter/package.json index 6715f37..e1d4107 100644 --- a/Kusama/kusama-starter/package.json +++ b/Kusama/kusama-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kusama/kusama-starter/schema.graphql b/Kusama/kusama-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Kusama/kusama-starter/schema.graphql +++ b/Kusama/kusama-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kylin/kylin-starter/package.json b/Kylin/kylin-starter/package.json index 8e44042..cdf62c3 100644 --- a/Kylin/kylin-starter/package.json +++ b/Kylin/kylin-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kylin/kylin-starter/schema.graphql b/Kylin/kylin-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Kylin/kylin-starter/schema.graphql +++ b/Kylin/kylin-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Litentry/litentry-starter/package.json b/Litentry/litentry-starter/package.json index 6480da4..19ff5bd 100644 --- a/Litentry/litentry-starter/package.json +++ b/Litentry/litentry-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Litentry/litentry-starter/schema.graphql b/Litentry/litentry-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Litentry/litentry-starter/schema.graphql +++ b/Litentry/litentry-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Manta/manta-atlantic-starter/package.json b/Manta/manta-atlantic-starter/package.json index 6046298..4b3683f 100644 --- a/Manta/manta-atlantic-starter/package.json +++ b/Manta/manta-atlantic-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Manta/manta-atlantic-starter/schema.graphql b/Manta/manta-atlantic-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Manta/manta-atlantic-starter/schema.graphql +++ b/Manta/manta-atlantic-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonbeam/Moonbeam-starter/package.json b/Moonbeam/Moonbeam-starter/package.json index b30aa99..5252ac1 100644 --- a/Moonbeam/Moonbeam-starter/package.json +++ b/Moonbeam/Moonbeam-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Moonbeam/Moonbeam-starter/schema.graphql b/Moonbeam/Moonbeam-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Moonbeam/Moonbeam-starter/schema.graphql +++ b/Moonbeam/Moonbeam-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonbeam/moonbeam-evm-starter/package.json b/Moonbeam/moonbeam-evm-starter/package.json index 9cd5be1..dbca002 100644 --- a/Moonbeam/moonbeam-evm-starter/package.json +++ b/Moonbeam/moonbeam-evm-starter/package.json @@ -32,7 +32,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Moonbeam/moonbeam-evm-starter/schema.graphql b/Moonbeam/moonbeam-evm-starter/schema.graphql index 220915d..840ee57 100644 --- a/Moonbeam/moonbeam-evm-starter/schema.graphql +++ b/Moonbeam/moonbeam-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,14 +15,14 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Moonriver/Moonriver-starter/package.json b/Moonriver/Moonriver-starter/package.json index 8313ab9..46666f5 100644 --- a/Moonriver/Moonriver-starter/package.json +++ b/Moonriver/Moonriver-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Moonriver/Moonriver-starter/schema.graphql b/Moonriver/Moonriver-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Moonriver/Moonriver-starter/schema.graphql +++ b/Moonriver/Moonriver-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonriver/moonriver-evm-starter/package.json b/Moonriver/moonriver-evm-starter/package.json index 8055b2c..7c795a7 100644 --- a/Moonriver/moonriver-evm-starter/package.json +++ b/Moonriver/moonriver-evm-starter/package.json @@ -32,7 +32,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Moonriver/moonriver-evm-starter/schema.graphql b/Moonriver/moonriver-evm-starter/schema.graphql index 220915d..840ee57 100644 --- a/Moonriver/moonriver-evm-starter/schema.graphql +++ b/Moonriver/moonriver-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,14 +15,14 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Multi-chain/transfers/package.json b/Multi-chain/transfers/package.json index 97134f8..4b2df98 100644 --- a/Multi-chain/transfers/package.json +++ b/Multi-chain/transfers/package.json @@ -25,7 +25,7 @@ "@subql/testing": "latest", "@subql/node": "latest", "@subql/cli": "latest", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^4.1.3" }, "resolutions": { diff --git a/Nodle/nodle-starter/package.json b/Nodle/nodle-starter/package.json index ea92d2d..e5d0205 100644 --- a/Nodle/nodle-starter/package.json +++ b/Nodle/nodle-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Nodle/nodle-starter/schema.graphql b/Nodle/nodle-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Nodle/nodle-starter/schema.graphql +++ b/Nodle/nodle-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/OriginTrail/origintrail-starter/package.json b/OriginTrail/origintrail-starter/package.json index 3ca304e..ba86a0c 100644 --- a/OriginTrail/origintrail-starter/package.json +++ b/OriginTrail/origintrail-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/OriginTrail/origintrail-starter/schema.graphql b/OriginTrail/origintrail-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/OriginTrail/origintrail-starter/schema.graphql +++ b/OriginTrail/origintrail-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Parallel/parallel-heiko-starter/package.json b/Parallel/parallel-heiko-starter/package.json index f84e5b5..4f18977 100644 --- a/Parallel/parallel-heiko-starter/package.json +++ b/Parallel/parallel-heiko-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Parallel/parallel-heiko-starter/schema.graphql b/Parallel/parallel-heiko-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Parallel/parallel-heiko-starter/schema.graphql +++ b/Parallel/parallel-heiko-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Parallel/parallel-starter/package.json b/Parallel/parallel-starter/package.json index 214a0a0..796e121 100644 --- a/Parallel/parallel-starter/package.json +++ b/Parallel/parallel-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Parallel/parallel-starter/schema.graphql b/Parallel/parallel-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Parallel/parallel-starter/schema.graphql +++ b/Parallel/parallel-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Peaq/peaq-starter/package.json b/Peaq/peaq-starter/package.json index 560edc8..032c089 100644 --- a/Peaq/peaq-starter/package.json +++ b/Peaq/peaq-starter/package.json @@ -29,7 +29,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Peaq/peaq-starter/schema.graphql b/Peaq/peaq-starter/schema.graphql index 220915d..840ee57 100644 --- a/Peaq/peaq-starter/schema.graphql +++ b/Peaq/peaq-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,14 +15,14 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Polkadex/polkadex-starter/package.json b/Polkadex/polkadex-starter/package.json index 29365e7..8e79031 100644 --- a/Polkadex/polkadex-starter/package.json +++ b/Polkadex/polkadex-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Polkadex/polkadex-starter/schema.graphql b/Polkadex/polkadex-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Polkadex/polkadex-starter/schema.graphql +++ b/Polkadex/polkadex-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Polkadot/Polkadot-starter/package.json b/Polkadot/Polkadot-starter/package.json index c4ce511..c583d35 100644 --- a/Polkadot/Polkadot-starter/package.json +++ b/Polkadot/Polkadot-starter/package.json @@ -21,12 +21,12 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^11", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/testing": "latest", "@subql/types": "latest", "typescript": "^5.2.2", - "@subql/common-substrate": "^4.0.1" + "@subql/common-substrate": "latest" }, "resolutions": { "ipfs-unixfs": "6.0.6" diff --git a/Polkadot/Polkadot-starter/schema.graphql b/Polkadot/Polkadot-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Polkadot/Polkadot-starter/schema.graphql +++ b/Polkadot/Polkadot-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Quartz/quartz-subql-starter/package.json b/Quartz/quartz-subql-starter/package.json index 9ece32e..b340259 100644 --- a/Quartz/quartz-subql-starter/package.json +++ b/Quartz/quartz-subql-starter/package.json @@ -21,11 +21,11 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", - "@unique-nft/types": "latest", + "@unique-nft/types": "0.2.0", "@subql/testing": "latest", "@subql/node": "latest" }, diff --git a/Quartz/quartz-subql-starter/schema.graphql b/Quartz/quartz-subql-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Quartz/quartz-subql-starter/schema.graphql +++ b/Quartz/quartz-subql-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Quartz/quartz-subql-starter/tsconfig.json b/Quartz/quartz-subql-starter/tsconfig.json index 3837c00..ac94ddc 100644 --- a/Quartz/quartz-subql-starter/tsconfig.json +++ b/Quartz/quartz-subql-starter/tsconfig.json @@ -11,6 +11,7 @@ "rootDir": "src", "target": "es2017", "strict": true, + "skipLibCheck": true }, "include": [ "src/**/*", diff --git a/Reef/reef-starter/package.json b/Reef/reef-starter/package.json index e466be7..20c77e8 100644 --- a/Reef/reef-starter/package.json +++ b/Reef/reef-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Reef/reef-starter/schema.graphql b/Reef/reef-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Reef/reef-starter/schema.graphql +++ b/Reef/reef-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Shiden/shiden-starter/package.json b/Shiden/shiden-starter/package.json index 477addd..a54eac2 100644 --- a/Shiden/shiden-starter/package.json +++ b/Shiden/shiden-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Shiden/shiden-starter/schema.graphql b/Shiden/shiden-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Shiden/shiden-starter/schema.graphql +++ b/Shiden/shiden-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Statemine/statemine-starter/package.json b/Statemine/statemine-starter/package.json index 3f03ae0..8ce23eb 100644 --- a/Statemine/statemine-starter/package.json +++ b/Statemine/statemine-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Statemine/statemine-starter/schema.graphql b/Statemine/statemine-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Statemine/statemine-starter/schema.graphql +++ b/Statemine/statemine-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Statemint/statemint-starter/package.json b/Statemint/statemint-starter/package.json index 870308a..0f3cda7 100644 --- a/Statemint/statemint-starter/package.json +++ b/Statemint/statemint-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Statemint/statemint-starter/schema.graphql b/Statemint/statemint-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Statemint/statemint-starter/schema.graphql +++ b/Statemint/statemint-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Subsocial/subsocial-starter/package.json b/Subsocial/subsocial-starter/package.json index ccad642..2d8f82f 100644 --- a/Subsocial/subsocial-starter/package.json +++ b/Subsocial/subsocial-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Subsocial/subsocial-starter/schema.graphql b/Subsocial/subsocial-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Subsocial/subsocial-starter/schema.graphql +++ b/Subsocial/subsocial-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/T3rn/t3rn-starter/package.json b/T3rn/t3rn-starter/package.json index 1adc636..78bab02 100644 --- a/T3rn/t3rn-starter/package.json +++ b/T3rn/t3rn-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/T3rn/t3rn-starter/schema.graphql b/T3rn/t3rn-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/T3rn/t3rn-starter/schema.graphql +++ b/T3rn/t3rn-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Unique/unique-starter/package.json b/Unique/unique-starter/package.json index bf50fb4..b7eed7d 100644 --- a/Unique/unique-starter/package.json +++ b/Unique/unique-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Unique/unique-starter/schema.graphql b/Unique/unique-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Unique/unique-starter/schema.graphql +++ b/Unique/unique-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Vara/vara-starter/package.json b/Vara/vara-starter/package.json index fcbe21e..7fa0001 100644 --- a/Vara/vara-starter/package.json +++ b/Vara/vara-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "@subql/cli": "latest", "node-fetch": "2.6.7", diff --git a/Vara/vara-starter/schema.graphql b/Vara/vara-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Vara/vara-starter/schema.graphql +++ b/Vara/vara-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Watr/watr-starter/package.json b/Watr/watr-starter/package.json index d55f731..0deb5ea 100644 --- a/Watr/watr-starter/package.json +++ b/Watr/watr-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Watr/watr-starter/schema.graphql b/Watr/watr-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Watr/watr-starter/schema.graphql +++ b/Watr/watr-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Westend/westend-starter/package.json b/Westend/westend-starter/package.json index 2c5ab30..d3b5fbb 100644 --- a/Westend/westend-starter/package.json +++ b/Westend/westend-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Westend/westend-starter/schema.graphql b/Westend/westend-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Westend/westend-starter/schema.graphql +++ b/Westend/westend-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Zeitgeist/zeitgeist-starter/package.json b/Zeitgeist/zeitgeist-starter/package.json index bcb50c9..944176d 100644 --- a/Zeitgeist/zeitgeist-starter/package.json +++ b/Zeitgeist/zeitgeist-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Zeitgeist/zeitgeist-starter/schema.graphql b/Zeitgeist/zeitgeist-starter/schema.graphql index d436bb6..c7035cf 100644 --- a/Zeitgeist/zeitgeist-starter/schema.graphql +++ b/Zeitgeist/zeitgeist-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """