Skip to content

Commit

Permalink
use new grpc endpoint for nillion config
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Sep 27, 2024
1 parent 0cddb06 commit 6d8c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/nillion-file-store/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getConfig() {
endpoint: `${window.location.origin}/nilchain-proxy`, // see webpack.config.js proxy
keys: [""],
chainInfo: {
rpc: "http://65.109.222.111:26657",
rpc: "https://testnet-nillion-grpc.lavenderfive.com",
rest: "https://testnet-nillion-api.lavenderfive.com",
chainId: "nillion-chain-testnet-1",
chainName: "nillion-chain-testnet-1",
Expand Down

0 comments on commit 6d8c888

Please sign in to comment.