Skip to content

Commit

Permalink
chore: update evm explorers in currency config
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Jan 17, 2025
1 parent 80a46be commit 1b58a2e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-kiwis-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Update several evm explorers
42 changes: 21 additions & 21 deletions libs/ledger-live-common/src/families/evm/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ const evmConfig: CurrencyLiveConfigDefinition = {
uri: "https://arb1.arbitrum.io/rpc",
},
explorer: {
type: "etherscan",
uri: "https://api.arbiscan.io/api",
type: "blockscout",
uri: "https://arbitrum.blockscout.com/api",
},
},
},
Expand All @@ -286,8 +286,8 @@ const evmConfig: CurrencyLiveConfigDefinition = {
uri: "https://evm.cronos.org",
},
explorer: {
type: "etherscan",
uri: "https://api.cronoscan.com/api",
type: "blockscout",
uri: "https://cronos.org/explorer/api",
},
},
},
Expand All @@ -303,7 +303,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "etherscan",
uri: "https://api.ftmscan.com/api",
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/250",
},
},
},
Expand Down Expand Up @@ -351,7 +351,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "etherscan",
uri: "https://api-moonbeam.moonscan.io/api",
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1284",
},
},
},
Expand Down Expand Up @@ -383,7 +383,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "etherscan",
uri: "https://api.bttcscan.com/api",
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/199",
},
},
},
Expand All @@ -398,8 +398,8 @@ const evmConfig: CurrencyLiveConfigDefinition = {
uri: "https://mainnet.optimism.io",
},
explorer: {
type: "etherscan",
uri: "https://api-optimistic.etherscan.io/api",
type: "blockscout",
uri: "https://optimism.blockscout.com/api",
},
},
},
Expand All @@ -408,7 +408,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
default: {
status: { type: "active" },
node: { type: "external", uri: "https://sepolia.optimism.io" },
explorer: { type: "etherscan", uri: "https://api-sepolia-optimistic.etherscan.io/api" },
explorer: { type: "blockscout", uri: "https://optimism-sepolia.blockscout.com/api" },
},
},
config_currency_energy_web: {
Expand Down Expand Up @@ -487,7 +487,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "etherscan",
uri: "https://api-moonriver.moonscan.io/api",
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/1285",
},
},
},
Expand Down Expand Up @@ -551,7 +551,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "blockscout",
uri: "https://zkevm.blockscout.com/api",
uri: "https://explorer-ui.cardona.zkevm-rpc.com/api",
},
},
},
Expand Down Expand Up @@ -631,7 +631,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
},
explorer: {
type: "etherscan",
uri: "https://api.lineascan.build/api",
uri: "https://proxyetherscan.api.live.ledger.com/v2/api/59144",
},
},
},
Expand All @@ -658,7 +658,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
type: "object",
default: {
node: { type: "external", uri: "https://sepolia-rollup.arbitrum.io/rpc" },
explorer: { type: "etherscan", uri: "https://api-sepolia.arbiscan.io/api" },
explorer: { type: "blockscout", uri: "https://arbitrum-sepolia.blockscout.com/api" },
},
},
config_currency_polygon_zk_evm_testnet: {
Expand All @@ -674,55 +674,55 @@ const evmConfig: CurrencyLiveConfigDefinition = {
default: {
status: { type: "active" },
node: { type: "external", uri: "https://sepolia.base.org" },
explorer: { type: "etherscan", uri: "https://api-sepolia.basescan.org/api" },
explorer: { type: "blockscout", uri: "https://base-sepolia.blockscout.com/api" },
},
},
config_currency_linea_sepolia: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://rpc.sepolia.linea.build" },
explorer: { type: "etherscan", uri: "https://api-sepolia.lineascan.build/api" },
explorer: { type: "blockscout", uri: "https://explorer.goerli.linea.build/api" },
},
},
config_currency_blast: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://rpc.blast.io" },
explorer: { type: "etherscan", uri: "https://api.blastscan.io/api" },
explorer: { type: "blockscout", uri: "https://blast.blockscout.com/api" },
},
},
config_currency_blast_sepolia: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://sepolia.blast.io" },
explorer: { type: "etherscan", uri: "https://api-sepolia.blastscan.io/api" },
explorer: { type: "blockscout", uri: "https://blast-testnet.blockscout.com/api" },
},
},
config_currency_scroll: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://rpc.scroll.io" },
explorer: { type: "etherscan", uri: "https://api.scrollscan.com/api" },
explorer: { type: "blockscout", uri: "https://scroll.blockscout.com/api" },
},
},
config_currency_scroll_sepolia: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://sepolia-rpc.scroll.io" },
explorer: { type: "etherscan", uri: "https://api-sepolia.scrollscan.com/api" },
explorer: { type: "blockscout", uri: "https://scroll-sepolia.blockscout.com/api" },
},
},
config_currency_etherlink: {
type: "object",
default: {
status: { type: "active" },
node: { type: "external", uri: "https://node.mainnet.etherlink.com" },
explorer: { type: "etherscan", uri: "https://explorer.etherlink.com/api" },
explorer: { type: "blockscout", uri: "https://explorer.etherlink.com/api" },
},
},
config_currency_zksync: {
Expand Down

0 comments on commit 1b58a2e

Please sign in to comment.