Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-07 14:59:18 +01:00
parent b995f180f1
commit 2b49c5f2c8
4 changed files with 15 additions and 19 deletions

View file

@ -112,7 +112,6 @@ internal class ContactsBlockModelTest {
id = AddressEntryId("e-$id"),
address = "0x$id",
networkId = Network.RawID(ETHEREUM),
networkName = "Ethereum",
memo = null,
signature = "sig",
),

View file

@ -986,7 +986,6 @@ internal class EditContactModelTest {
id = AddressEntryId("e-1"),
address = "0xAAA",
networkId = Network.RawID("ethereum"),
networkName = "Ethereum",
memo = null,
signature = "sig",
),
@ -994,7 +993,6 @@ internal class EditContactModelTest {
id = AddressEntryId("e-2"),
address = "0xBBB",
networkId = Network.RawID("bsc"),
networkName = "BSC",
memo = null,
signature = "sig",
),