Skip to content

Commit

Permalink
rio
Browse files Browse the repository at this point in the history
  • Loading branch information
drchrispinnock committed Feb 19, 2025
1 parent 288af99 commit 45f2a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ new TezosFaucet(
// END of Nextnet

// Rionet 1st Blood reboot test network
/*
const rionet_chain = new TezosChain(
{
category: protocolCategory,
Expand Down Expand Up @@ -250,7 +249,6 @@ new TezosFaucet(
},
provider
)
*/

// END of Nextnet

Expand Down Expand Up @@ -358,6 +356,7 @@ const ghostnetNetwork = {
export const networks = {
...getNetworks([weeklynet_chain]),
...getNetworks([nextnet3_chain]),
...getNetworks([rionet_chain]),
...getNetworks([quebecnet_chain]),
...{ ghostnet: ghostnetNetwork },
}
Expand Down Expand Up @@ -425,6 +424,7 @@ export const teztnets = {
...getTeztnets([weeklynet_chain]),
...getTeztnets([nextnet3_chain]),
...getTeztnets([quebecnet_chain]),
...getNetworks([rionet_chain]),
...{ ghostnet: ghostnetTeztnet, mainnet: mainnetMetadata },
}

Expand Down
14 changes: 7 additions & 7 deletions networks/rionet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

node_config_network:
activation_account_name: teztnetsbaker
chain_name: TEZOS_RIONET_2025-02-18T18:00:00Z
chain_name: TEZOS_RIONET_2025-02-19T12:45:00Z
genesis:
protocol: Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P
timestamp: "2025-02-18T18:00:00Z"
timestamp: "2025-02-19T12:45:00Z"
dal_config:
activated: true

Expand Down Expand Up @@ -163,7 +163,7 @@ nodes:
rolling-node: null

bootstrap_peers:
- nextnet.tzinit.org
- rionet.tzinit.org

dalNodes:
dal-bootstrap:
Expand Down Expand Up @@ -209,13 +209,13 @@ archive_tarball_url: null
snapshot_source: null

images:
octez: tezos/tezos:master_1bad9dc5_20250129184607 XXX
octez: tezos/tezos:master_2b5fa122_20250219105821

protocols:
- command: PsQuebec
vote:
liquidity_baking_toggle_vote: "pass"
- command: next XXXXX
- command: PsRiotum
vote:
liquidity_baking_toggle_vote: "pass"

Expand Down Expand Up @@ -264,7 +264,7 @@ accounts:
# TF Testnet A
# tz3Q67aMz7gSMiQRcW729sXSfuMtkyAHYfqc - ..., N, P, R, ...
key: p2pk66gP3wq6k9QgNwAgaGLeXc3YFfrxgYdC7cdYuJWAHYBw4hExVHW
is_bootstrap_baker_account: true
is_bootstrap_baker_account: false
bootstrap_balance: "1000000000000"
tf2:
# TF Testnet B
Expand Down Expand Up @@ -317,7 +317,7 @@ accounts:
barry_manilow:
key: edpkvKpSMUDaKZKCLwE69XDiijZcAuuFH2h2NcRiTQD4W3FLGAzxei
bootstrap_balance: "1000000000000"
is_bootstrap_baker_account: true
is_bootstrap_baker_account: false



Expand Down

0 comments on commit 45f2a97

Please sign in to comment.