Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Testnet migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhutoanton committed Nov 14, 2023
1 parent 0a8fc10 commit 4ad776d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ddc-setup/ddcConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const GEN = 0x10000000000000000n; // UINT64_MAX
module.exports = {

devnet: {
blockchainUrl: "wss://archive.devnet.cere.network/ws",
blockchainUrl: "wss://archive.testnet.cere.network/ws",
clusters: [
{
params: { replicationFactor: 3 },
Expand Down Expand Up @@ -118,7 +118,7 @@ module.exports = {
},

mainnet: {
blockchainUrl: "wss://archive.qanet.cere.network/ws",
blockchainUrl: "wss://archive.testnet.cere.network/ws",
clusters: [
{
params: { replicationFactor: 3 },
Expand Down

0 comments on commit 4ad776d

Please sign in to comment.