Skip to content

Commit

Permalink
Merge pull request #118 from CityOfZion/CU-86a5tbjg7
Browse files Browse the repository at this point in the history
CU-86a5tbjg7-BS Lib - Update Linea RPC URL
  • Loading branch information
thiagocbalducci authored Dec 4, 2024
2 parents 3b41313 + 22af0bf commit 3e1bacb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-ethereum",
"comment": "Update Linea RPC URL",
"type": "patch"
}
],
"packageName": "@cityofzion/bs-ethereum"
}
7 changes: 6 additions & 1 deletion packages/bs-ethereum/src/constants/BSEthereumConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@ export class BSEthereumConstants {
'https://avalanche.drpc.org',
'https://endpoints.omniatech.io/v1/avax/mainnet/public',
],
'59144': ['https://linea.decubate.com', 'https://linea.blockpi.network/v1/rpc/public'],
'59144': [
'https://linea.drpc.org',
'https://linea.blockpi.network/v1/rpc/public',
'https://rpc.linea.build',
'https://1rpc.io/linea',
],
'11155111': [
'https://ethereum-sepolia-rpc.publicnode.com',
'https://ethereum-sepolia.rpc.subquery.network/public',
Expand Down

0 comments on commit 3e1bacb

Please sign in to comment.