Skip to content

Commit

Permalink
Add rionet
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev authored Feb 19, 2025
1 parent a62154b commit e3f276f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tzkt.Sync/Protocols/Helpers/Chains.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ static class Chains
"NetXXWAHLEvre9b" => "parisnet",
"NetXuTeGinLEqxp" => "quebecnet",
"NetXLWih5i7AaYK" => "nextnet",
"NetXPdgaoabtBth" => "rionet",
_ => "private"
};
}
Expand Down
2 changes: 1 addition & 1 deletion Tzkt.Sync/Protocols/TezosProtocols.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static ProtocolHandler GetProtocolHandler(IServiceProvider services, str
"PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ" => services.GetRequiredService<Proto19Handler>(),
"PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi" => services.GetRequiredService<Proto20Handler>(),
"PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg" => services.GetRequiredService<Proto21Handler>(),
"PtHyCPGM8ud7PZdFR5Cx1GYJ6KSnFwkD6FrCAykz5ogvjMurFxp" => services.GetRequiredService<Proto22Handler>(),
"PsQuebecnLByd3JwTiGadoG4nGWi3HYiLXUjkibeFV8dCFeVMUg" => services.GetRequiredService<Proto22Handler>(),
_ => null,
};
}
Expand Down

0 comments on commit e3f276f

Please sign in to comment.