Skip to content

Commit ad0edaf

Browse files
config(llc): update Fantom default config
1 parent 4ebc114 commit ad0edaf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/long-gorillas-allow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/live-common": minor
3+
---
4+
5+
config(llc): update Fantom config

libs/ledger-live-common/src/families/evm/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ const evmConfig: CurrencyLiveConfigDefinition = {
359359
uri: "https://rpcapi.fantom.network",
360360
},
361361
explorer: {
362-
type: "etherscan",
363-
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/250",
362+
type: "blockscout",
363+
uri: "https://ftmscout.com/api",
364364
},
365365
showNfts: false,
366366
},

0 commit comments

Comments
 (0)