File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
libs/ledger-live-common/src/families/evm Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @ledgerhq/live-common " : patch
3+ ---
4+
5+ change rpc node for unichain
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments