Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Chain idchanges #371

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down