Skip to content

Commit

Permalink
Add ParisB 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Groxan committed May 30, 2024
1 parent 5a7462e commit c10b358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tzkt.Sync/Protocols/TezosProtocols.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private static ProtocolHandler GetProtocolHandler(IServiceProvider services, str
"PtNairobiyssHuh87hEhfVBGCVrK3WnS8Z2FT4ymB5tAa4r1nQf" => services.GetRequiredService<Proto17Handler>(),
"ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH" => services.GetRequiredService<Proto18Handler>(),
"PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz" => services.GetRequiredService<Proto19Handler>(),
"PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ" => services.GetRequiredService<Proto19Handler>(),
_ => null,
};
}
Expand Down

0 comments on commit c10b358

Please sign in to comment.