Skip to content

Commit

Permalink
Updated rpc info
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed Jun 4, 2024
1 parent 2eddb90 commit 1d782a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/nuklaiRPCInfo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API:
- IP: 3.249.139.81
CHAIN_ID: 2E4RmcPGa6Gnr1qS4EpkPwwaeooHjPkvTxrBcLk2RymsPWMzeZ
- IP: 3.255.137.239
CHAIN_ID: 2apAfga5jy8ECmHVkE2hSxWDFUsncZ2U1sELB9uqUJPzR4disP
SUBNET_ID: giY8tswWgZmcAWzPkoNrmjjrykited7GJ9799SsFzTiq5a1ML
6 changes: 3 additions & 3 deletions scripts/deploy.devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ cat <<EOF > "${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,
Expand All @@ -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
Expand Down

0 comments on commit 1d782a0

Please sign in to comment.