Skip to content

Commit

Permalink
feat: add development-fil [SF-1156]
Browse files Browse the repository at this point in the history
  • Loading branch information
biga816 committed Jun 6, 2024
1 parent bb49534 commit a379490
Show file tree
Hide file tree
Showing 3 changed files with 7 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.2",
"@secured-finance/contracts": "1.1.1-beta.3",
"@types/js-yaml": "4.0.5",
"@types/node": "16.18.67",
"js-yaml": "4.1.0",
Expand Down
2 changes: 2 additions & 0 deletions scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const arrowedNetworks = [
'staging',
'staging-arb',
'staging-ava',
'staging-fil',
'sepolia',
'mainnet',
'arbitrum-sepolia',
Expand All @@ -26,6 +27,7 @@ const networkMap: Partial<Record<Network, string>> = {
staging: 'sepolia',
'staging-arb': 'arbitrum-sepolia',
'staging-ava': 'fuji',
'staging-fil': 'filecoin-testnet',
'avalanche-mainnet': 'avalanche',
'polygon-zkevm-mainnet': 'polygon-zkevm',
};
Expand Down

0 comments on commit a379490

Please sign in to comment.