diff --git a/index.ts b/index.ts index 769b2641..260f15bb 100644 --- a/index.ts +++ b/index.ts @@ -201,12 +201,34 @@ const nextnet2_chain = new TezosChain( }, provider ) + +/* +// Nextnet 1st Blood reboot test network + +const nextnet3_chain = new TezosChain( + { + category: protocolCategory, + humanName: "Nextnet-20250203", + snapOver: "nextnet", + description: "Test Chain for Next protocol (not for public use)", + activationBucket: activationBucket, + helmValuesFile: "networks/nextnet-20250203/values.yaml", + bakingPrivateKey: private_teztnets_baking_key, + bootstrapPeers: [], + rpcUrls: [], + indexers: [], + chartRepoVersion: "7.2.0", + networkStakes: true, + }, + provider +) + /* new TezosFaucet( - nextnet2_chain.name, + nextnet3_chain.name, { - namespace: nextnet2_chain.namespace, - humanName: "Nextnet-20250130", + namespace: nextnet3_chain.namespace, + humanName: "Nextnet-20250203", helmValuesFile: "networks/nextnet-20240130/faucet_values.yaml", faucetPrivateKey: faucetPrivateKey, faucetRecaptchaSiteKey: faucetRecaptchaSiteKey, diff --git a/networks/nextnet-20250203/faucet_values.yaml b/networks/nextnet-20250203/faucet_values.yaml index 0597293f..917147d2 100644 --- a/networks/nextnet-20250203/faucet_values.yaml +++ b/networks/nextnet-20250203/faucet_values.yaml @@ -7,7 +7,7 @@ images: enableUI: true config: application: - name: "Tezos Nextnet" + name: "Tezos Nextnet 20250203 Faucet" googleCaptchaSiteKey: "" # filled in by pulumi backendUrl: "" # filled in by pulumi githubRepo: https://github.com/tacoinfra/tezos-faucet diff --git a/teztnets_xyz_page/teztnet_page.md.jinja2 b/teztnets_xyz_page/teztnet_page.md.jinja2 index 3a6cc29f..4d8ff898 100644 --- a/teztnets_xyz_page/teztnet_page.md.jinja2 +++ b/teztnets_xyz_page/teztnet_page.md.jinja2 @@ -134,9 +134,15 @@ On a modern Tezos network, you will need to stake to declare your security bond. octez-client stake for mykey ``` -You may now launch the baker process. +Ideally you should run a DAL node. +``` +octez-dal-node config init +octez-dal-node run +``` + +You may now launch the baker process (connecting to the DAL node). ```bash=3 -octez-baker-{{ v["last_baking_daemon"] }} run with local node ~/.tezos-node mykey --liquidity-baking-toggle-vote pass +octez-baker-{{ v["last_baking_daemon"] }} run with local node ~/.tezos-node mykey --liquidity-baking-toggle-vote pass --dal-node http://localhost:10732 ``` You may run the accuser as well: