From 4d6b23b077801626d5262be24ccada414665aed9 Mon Sep 17 00:00:00 2001 From: Zia Ullah <105817603+ziaullah15@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:27:12 +0500 Subject: [PATCH 1/2] getchainid to chainid --- src/workflows/workflows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflows/workflows.ts b/src/workflows/workflows.ts index b3fbc670..6c060421 100644 --- a/src/workflows/workflows.ts +++ b/src/workflows/workflows.ts @@ -103,7 +103,7 @@ export class Workflows { } private async validateChain(signer: Signer) { - const chainID = await signer.getChainId(); + const chainID = await signer.ChainId; if (!this.isChainValid(chainID)) throw new Error( From a63cafab1cf53d88adc1f5022353c89e6fb2b630 Mon Sep 17 00:00:00 2001 From: Zia Ullah <105817603+ziaullah15@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:29:55 +0500 Subject: [PATCH 2/2] name change --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 840e197d..5b316f50 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@imtbl/core-sdk", + "name": "@imtbl/core-sdk-1", "version": "2.2.0", "description": "Immutable Core SDK", "main": "dist/index.cjs.js",