Remove a leftover from commit a3cd16b7a7

This commit is contained in:
ligi 2023-03-06 16:20:08 +01:00
parent 4731f6713c
commit 3d1d36006c
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -7,7 +7,6 @@ data class Chain(
val name: String,
val shortName: String,
val chain: String,
@Deprecated("Will be removed in the future")
val chainId: Long,
val networkId: Long,
val rpc: List<String>,