Skip to content

Commit

Permalink
feat(core): use lavender5 for Photon nilchain endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Aug 22, 2024
1 parent 2a72bc5 commit fee712c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/client-core/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@ export const PartialConfig = {
logging: true,
userSeed: "nillion-devnet",
},
Nucleus: {
network: NamedNetwork.enum.Nucleus,
cluster: "3272dd62-b126-466e-92f2-69fcc2c62ab6",
bootnodes: [
"/dns/node-1.testnet-nucleus.nillion-network.nilogy.xyz/tcp/14211/wss/p2p/12D3KooWFH5doiPHBJa8cgx7B2zzD7z7DbyKzRJPmsTZFHFT5zyc",
],
chain: "nillion-chain-testnet-1",
endpoint: "http://65.109.222.111:26657",
logging: true,
},
Photon: {
network: NamedNetwork.enum.Photon,
cluster: "b13880d3-dde8-4a75-a171-8a1a9d985e6c",
bootnodes: [
"/dns/node-1.testnet-photon.nillion-network.nilogy.xyz/tcp/14211/wss/p2p/12D3KooWCfFYAb77NCjEk711e9BVe2E6mrasPZTtAjJAPtVAdbye",
],
chain: "nillion-chain-testnet-1",
endpoint: "http://65.109.222.111:26657",
endpoint: "https://testnet-nillion-rpc.lavenderfive.com",
logging: false,
},
};

0 comments on commit fee712c

Please sign in to comment.