diff --git a/src/components/endpoints/GetNetworkId.vue b/src/components/endpoints/GetNetworkId.vue index c06cd2ef..46e275dc 100644 --- a/src/components/endpoints/GetNetworkId.vue +++ b/src/components/endpoints/GetNetworkId.vue @@ -96,6 +96,24 @@ const networks = [ id: 'l16', chainId: '0xb0c', }, + { + name: 'Base Sepolia', + http: { + url: 'https://base-sepolia-rpc.publicnode.com/', + }, + ws: { + url: 'wss://base-sepolia-rpc.publicnode.com', + }, + relayer: { + url: undefined, + }, + explorer: { + url: 'https://sepolia.basescan.org/tx/{transactionId}', + }, + isCustom: false, + id: 'base-sepolia', + chainId: '0x14a34', + }, ] const getNetworkId = async () => {