From bc8e2e03b1094538eef2ce2efd4f99f05226cd91 Mon Sep 17 00:00:00 2001 From: Alessandro Voto Date: Tue, 28 May 2024 15:42:23 -0700 Subject: [PATCH 1/2] Update Chronicle RPC URL in table in rollup.mdx --- docs/network/rollup.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/network/rollup.mdx b/docs/network/rollup.mdx index 8a3c2c87..fc3145b9 100644 --- a/docs/network/rollup.mdx +++ b/docs/network/rollup.mdx @@ -28,14 +28,14 @@ Keep in mind that the official Lit Protocol token is scheduled to launch sometim To connect to Chronicle, you can click or manually add the network parameters below -| Parameter Name | Value | -| ------------------ | -------------------------------------- | -| Chain ID | 175177 | -| Name | Chronicle - Lit Protocol Testnet | -| RPC URL | https://chain-rpc.litprotocol.com/http | -| Block Explorer URL | https://chain.litprotocol.com/ | -| Currency Symbol | testLPX | -| Currency Decimals | 18 | +| Parameter Name | Value | +| ------------------ | -------------------------------------------------- | +| Chain ID | 175177 | +| Name | Chronicle - Lit Protocol Testnet | +| RPC URL | https://lit-protocol.calderachain.xyz/replica-http | +| Block Explorer URL | https://chain.litprotocol.com/ | +| Currency Symbol | testLPX | +| Currency Decimals | 18 | **Note** You must have the `testLPX` test token in your wallet when minting a pkp, as it is used to pay the gas cost. From 3c4f37ac48ba80d021d6330b576ac0d3a021662e Mon Sep 17 00:00:00 2001 From: Alessandro Voto Date: Tue, 28 May 2024 15:43:28 -0700 Subject: [PATCH 2/2] Update AddRollupButton.jsx --- src/components/AddRollupButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AddRollupButton.jsx b/src/components/AddRollupButton.jsx index a3979c24..3da4af57 100644 --- a/src/components/AddRollupButton.jsx +++ b/src/components/AddRollupButton.jsx @@ -11,7 +11,7 @@ export default function AddRollupButton() { symbol: "LIT", decimals: 18, }, - rpcUrls: ["https://chain-rpc.litprotocol.com/http"], + rpcUrls: ["https://lit-protocol.calderachain.xyz/replica-http"], blockExplorerUrls: ["https://chain.litprotocol.com"], }, ];