Skip to content

Commit

Permalink
fix: support chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Oct 18, 2024
1 parent 5ed2f8a commit 9b58d33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hypercerts-org/contracts",
"description": "EVM compatible protocol for managing impact claims",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"author": {
"name": "Hypercerts Foundation",
"url": "https://github.com/hypercerts-org/hypercerts"
Expand Down
3 changes: 3 additions & 0 deletions contracts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ const deployments = {
...DEPLOYMENTS.protocol["421614"],
...DEPLOYMENTS.marketplace["421614"],
},
314159: {
...DEPLOYMENTS.protocol["314159"],
},
} as Record<DeployedChains, Deployment>;

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

0 comments on commit 9b58d33

Please sign in to comment.