Skip to content

Commit 18cc61c

Browse files
committed
feat(fvm): add fvm deployment to exposed deployments
updates deployments exposed by index.ts to support filecoin mainnet
1 parent c6dd471 commit 18cc61c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contracts/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ const deployments = {
8989
314159: {
9090
...DEPLOYMENTS.protocol["314159"],
9191
},
92+
314: {
93+
...DEPLOYMENTS.protocol["314"],
94+
},
9295
} as Record<DeployedChains, Deployment>;
9396

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

0 commit comments

Comments
 (0)