Skip to content

Commit

Permalink
Merge pull request #97 from Secured-Finance/SF-1157-filecoin-mainnet-…
Browse files Browse the repository at this point in the history
…support

feat: support Filecoin Mainnet [SF-1157]
  • Loading branch information
biga816 authored Jun 14, 2024
2 parents fa9b74a + fe77a1c commit f6138db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@graphprotocol/graph-cli": "0.68.0",
"@graphprotocol/graph-ts": "0.31.0",
"@secured-finance/contracts": "1.1.1-beta.3",
"@secured-finance/contracts": "1.2.0",
"@types/js-yaml": "4.0.5",
"@types/node": "16.18.67",
"js-yaml": "4.1.0",
Expand Down
1 change: 1 addition & 0 deletions scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const arrowedNetworks = [
'arbitrum-one',
'avalanche-mainnet',
'polygon-zkevm-mainnet',
'filecoin-mainnet',
] as const;
type Network = (typeof arrowedNetworks)[number];

Expand Down

0 comments on commit f6138db

Please sign in to comment.