Skip to content

Commit

Permalink
fix: fix default testnet bootnodeurl
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojhl committed Feb 6, 2025
1 parent f69e1b3 commit 130590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-react-hooks/src/create-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type TestnetConfig = {
const TestnetDefaultConfig: TestnetConfig = {
bootnodeUrl:
"https://node-1.nilvm-testnet-1.nillion-network.testnet.nillion.network:14311",
chainUrl: "http://rpc.testnet.nilchain-rpc-proxy.nilogy.xyz",
chainUrl: "https://rpc.testnet.nilchain-rpc-proxy.nilogy.xyz",
chainId: "nillion-chain-testnet-1",
};

Expand Down

0 comments on commit 130590c

Please # to comment.