From 1d782a0fad4d0960292b54a775ccb9ace414d6ef Mon Sep 17 00:00:00 2001 From: Kiran Pachhai Date: Tue, 4 Jun 2024 16:24:25 -0400 Subject: [PATCH] Updated rpc info --- docs/deployment/nuklaiRPCInfo.yaml | 4 ++-- scripts/deploy.devnet.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/deployment/nuklaiRPCInfo.yaml b/docs/deployment/nuklaiRPCInfo.yaml index 44a73c3..f017fd2 100644 --- a/docs/deployment/nuklaiRPCInfo.yaml +++ b/docs/deployment/nuklaiRPCInfo.yaml @@ -1,4 +1,4 @@ API: - - IP: 3.249.139.81 -CHAIN_ID: 2E4RmcPGa6Gnr1qS4EpkPwwaeooHjPkvTxrBcLk2RymsPWMzeZ + - IP: 3.255.137.239 +CHAIN_ID: 2apAfga5jy8ECmHVkE2hSxWDFUsncZ2U1sELB9uqUJPzR4disP SUBNET_ID: giY8tswWgZmcAWzPkoNrmjjrykited7GJ9799SsFzTiq5a1ML diff --git a/scripts/deploy.devnet.sh b/scripts/deploy.devnet.sh index e1503e8..3c13618 100755 --- a/scripts/deploy.devnet.sh +++ b/scripts/deploy.devnet.sh @@ -166,8 +166,8 @@ cat < "${TMPDIR}"/node.config "throttler-outbound-validator-alloc-size":"10737418240", "throttler-outbound-at-large-alloc-size":"10737418240", "throttler-outbound-node-max-at-large-bytes":"10737418240", - "consensus-on-accept-gossip-validator-size":"3", - "consensus-on-accept-gossip-peer-size":"3", + "consensus-on-accept-gossip-validator-size":"5", + "consensus-on-accept-gossip-peer-size":"5", "network-compression-type":"zstd", "consensus-app-concurrency":"128", "profile-continuous-enabled":true, @@ -189,7 +189,7 @@ trap cleanup EXIT # # It is not recommended to use an instance with burstable network performance. echo -e "${YELLOW}creating devnet${NC}" -$TMPDIR/avalanche node devnet wiz ${CLUSTER} ${VMID} --force-subnet-create=true --authorize-access=true --aws --node-type t4g.medium --num-apis 2 --num-validators 3 --region eu-west-1 --use-static-ip=true --enable-monitoring=true --default-validator-params --custom-avalanchego-version $AVALANCHEGO_VERSION --custom-vm-repo-url="https://www.github.com/nuklai/nuklaivm" --custom-vm-branch $VM_COMMIT --custom-vm-build-script="scripts/build.sh" --custom-subnet=true --subnet-genesis="${TMPDIR}/nuklaivm.genesis" --subnet-config="${TMPDIR}/nuklaivm.genesis" --chain-config="${TMPDIR}/nuklaivm.config" --node-config="${TMPDIR}/node.config" --config="${TMPDIR}/node.config" --remote-cli-version $REMOTE_CLI_COMMIT --add-grafana-dashboard="${TMPDIR}/nuklaivm/grafana.json" --log-level DEBUG +$TMPDIR/avalanche node devnet wiz ${CLUSTER} ${VMID} --force-subnet-create=true --authorize-access=true --aws --node-type t4g.medium --num-apis 0 --num-validators 5 --region eu-west-1 --use-static-ip=false --enable-monitoring=false --default-validator-params --custom-avalanchego-version $AVALANCHEGO_VERSION --custom-vm-repo-url="https://www.github.com/nuklai/nuklaivm" --custom-vm-branch $VM_COMMIT --custom-vm-build-script="scripts/build.sh" --custom-subnet=true --subnet-genesis="${TMPDIR}/nuklaivm.genesis" --subnet-config="${TMPDIR}/nuklaivm.genesis" --chain-config="${TMPDIR}/nuklaivm.config" --node-config="${TMPDIR}/node.config" --config="${TMPDIR}/node.config" --remote-cli-version $REMOTE_CLI_COMMIT --add-grafana-dashboard="${TMPDIR}/nuklaivm/grafana.json" --log-level DEBUG # Import the cluster into nuklai-cli for local interaction $TMPDIR/nuklai-cli chain import-cli $HOME/.avalanche-cli/nodes/inventories/$CLUSTER/clusterInfo.yaml