Skip to content

Commit 0943704

Browse files
committed
🔁 Update Dependencies and Fantom Explorer Links
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent d4494aa commit 0943704

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/node": "^22.14.0",
5151
"chai": "^4.5.0",
5252
"eslint": "^9.24.0",
53-
"eslint-config-prettier": "^10.1.1",
53+
"eslint-config-prettier": "^10.1.2",
5454
"ethers": "^6.13.5",
5555
"hardhat": "^2.22.19",
5656
"mocha": "^11.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/networks.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ export const networksInfo = {
1616
url: "https://cardona-zkevm.polygonscan.com",
1717
chainId: 2442,
1818
},
19-
fantomTestnet: { url: "https://testnet.ftmscan.com", chainId: 4002 },
19+
fantomTestnet: {
20+
url: "https://explorer.testnet.fantom.network",
21+
chainId: 4002,
22+
},
2023
fuji: { url: "https://testnet.snowtrace.io", chainId: 43113 },
2124
chiado: { url: "https://gnosis-chiado.blockscout.com", chainId: 10200 },
2225
moonbaseAlpha: { url: "https://moonbase.moonscan.io", chainId: 1287 },
@@ -208,7 +211,7 @@ export const networksInfo = {
208211
arbitrumNova: { url: "https://nova.arbiscan.io", chainId: 42170 },
209212
polygon: { url: "https://polygonscan.com", chainId: 137 },
210213
polygonZkEVMMain: { url: "https://zkevm.polygonscan.com", chainId: 1101 },
211-
fantomMain: { url: "https://ftmscan.com", chainId: 250 },
214+
fantomMain: { url: "https://explorer.fantom.network", chainId: 250 },
212215
avalanche: { url: "https://snowtrace.io", chainId: 43114 },
213216
gnosis: { url: "https://gnosisscan.io", chainId: 100 },
214217
moonriver: { url: "https://moonriver.moonscan.io", chainId: 1285 },

0 commit comments

Comments
 (0)