Skip to content

Commit e2c4cd5

Browse files
authored
Merge pull request #14289 from LedgerHQ/LIVE-25903
chore: [LIVE-25903] change rpc node for unichain
2 parents b21f57d + a54870f commit e2c4cd5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/fresh-pots-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/live-common": patch
3+
---
4+
5+
change rpc node for unichain

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
11781178
},
11791179
node: {
11801180
type: "external",
1181-
uri: "https://mainnet.unichain.org",
1181+
uri: "https://unichain-rpc.publicnode.com",
11821182
},
11831183
explorer: {
11841184
type: "blockscout",
@@ -1194,7 +1194,7 @@ const evmConfig: CurrencyLiveConfigDefinition = {
11941194
type: "active",
11951195
features: [{ id: "blockchain_txs", status: "active" }],
11961196
},
1197-
node: { type: "external", uri: "https://sepolia.unichain.org" },
1197+
node: { type: "external", uri: "https://unichain-sepolia-rpc.publicnode.com" },
11981198
explorer: { type: "blockscout", uri: "https://unichain-sepolia.blockscout.com/api" },
11991199
showNfts: false,
12001200
},

0 commit comments

Comments
 (0)