Skip to content

Commit 89fb940

Browse files
committed
fantom premerge review
1 parent 4a028a1 commit 89fb940

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

lib/fantom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Alternatively, you can manually check [Geth Syncing Status](https://geth.ethereu
163163
highestEpoch: "0x44343",
164164
knownStates: 0,
165165
pulledStates: 0,
166-
startingBlock: 0
166+
startingBlock: 0
167167
}
168168
}
169169
```
@@ -223,7 +223,7 @@ Alternatively, you can manually check [Geth Syncing Status](https://geth.ethereu
223223
highestEpoch: "0x44343",
224224
knownStates: 0,
225225
pulledStates: 0,
226-
startingBlock: 0
226+
startingBlock: 0
227227
}
228228
}
229229
```

lib/fantom/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,5 @@
1313
"cdk_deploy_ha_nodes": "cdk deploy fantom-ha-nodes",
1414
"cdk_destroy_common": "cdk destroy fantom-common",
1515
"cdk_destroy_ha_nodes": "cdk destroy fantom-ha-nodes"
16-
},
17-
"dependencies": {
18-
"@types/node": "^20.10.0",
19-
"dotenv": "^16.3.1"
20-
},
21-
"devDependencies": {
22-
"@types/jest": "^29.5.11"
2316
}
2417
}

0 commit comments

Comments
 (0)