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. 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"], }, ];