Skip to content

Commit

Permalink
Add BetaA
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed Aug 30, 2024
1 parent c50f59b commit 32fb238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Tzkt.Sync/Protocols/Helpers/Chains.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ static class Chains
"NetXxWsskGahzQB" => "oxfordnet",
"NetXXWAHLEvre9b" => "parisnet",
"NetXyNQFuy15fmq" => "betanet",
"NetXsTfFgyGbHTz" => "betanet",
_ => "private"
};
}
Expand Down
1 change: 1 addition & 0 deletions Tzkt.Sync/Protocols/TezosProtocols.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ private static ProtocolHandler GetProtocolHandler(IServiceProvider services, str
"PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ" => services.GetRequiredService<Proto19Handler>(),
"PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi" => services.GetRequiredService<Proto20Handler>(),
"PtA4NFGxa5mLmPaEAAxAofESvLzZPSJ6GQz66SobecGbnCy3FXE" => services.GetRequiredService<Proto21Handler>(),
"PtBetaaEZxGcn9JDpkpAZ6E92Kh7bQb5FDoTCeYhmkfcwNehZcT" => services.GetRequiredService<Proto21Handler>(),
_ => null,
};
}
Expand Down

0 comments on commit 32fb238

Please sign in to comment.