1
0
mirror of https://github.com/Instadapp/chains.git synced 2024-07-29 22:37:19 +00:00

Remove a leftover from commit a3cd16b7a7 ()

This commit is contained in:
ligi 2023-03-06 17:19:23 +01:00 committed by GitHub
parent 4731f6713c
commit 97f862c6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>,