Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chronicle RPC URLs #293

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/network/rollup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <AddRollupButton /> 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.

Expand Down
2 changes: 1 addition & 1 deletion src/components/AddRollupButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
];
Expand Down