Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9b58d33

Browse files
committed
fix: support chainId
1 parent 5ed2f8a commit 9b58d33

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hypercerts-org/contracts",
33
"description": "EVM compatible protocol for managing impact claims",
4-
"version": "2.0.0-alpha.9",
4+
"version": "2.0.0-alpha.10",
55
"author": {
66
"name": "Hypercerts Foundation",
77
"url": "https://github.com/hypercerts-org/hypercerts"

contracts/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ const deployments = {
8585
...DEPLOYMENTS.protocol["421614"],
8686
...DEPLOYMENTS.marketplace["421614"],
8787
},
88+
314159: {
89+
...DEPLOYMENTS.protocol["314159"],
90+
},
8891
} as Record<DeployedChains, Deployment>;
8992

9093
const asDeployedChain = (chainId: string | number) => {

0 commit comments

Comments
 (0)