From 22af0bf2e27f566c1257474923b34a4ca055819a Mon Sep 17 00:00:00 2001 From: hotequil Date: Wed, 4 Dec 2024 09:42:20 -0300 Subject: [PATCH] CU-86a5tbjg7-BS Lib - Update Linea RPC URL --- .../bs-ethereum/CU-86a5tbjg7_2024-12-04-12-41.json | 10 ++++++++++ .../bs-ethereum/src/constants/BSEthereumConstants.ts | 7 ++++++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 common/changes/@cityofzion/bs-ethereum/CU-86a5tbjg7_2024-12-04-12-41.json diff --git a/common/changes/@cityofzion/bs-ethereum/CU-86a5tbjg7_2024-12-04-12-41.json b/common/changes/@cityofzion/bs-ethereum/CU-86a5tbjg7_2024-12-04-12-41.json new file mode 100644 index 0000000..fd9eab7 --- /dev/null +++ b/common/changes/@cityofzion/bs-ethereum/CU-86a5tbjg7_2024-12-04-12-41.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@cityofzion/bs-ethereum", + "comment": "Update Linea RPC URL", + "type": "patch" + } + ], + "packageName": "@cityofzion/bs-ethereum" +} \ No newline at end of file diff --git a/packages/bs-ethereum/src/constants/BSEthereumConstants.ts b/packages/bs-ethereum/src/constants/BSEthereumConstants.ts index 7a215da..d300d2e 100644 --- a/packages/bs-ethereum/src/constants/BSEthereumConstants.ts +++ b/packages/bs-ethereum/src/constants/BSEthereumConstants.ts @@ -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',