Updated on 2026-08-14
This commit is contained in:
parent
b995f180f1
commit
2b49c5f2c8
4 changed files with 15 additions and 19 deletions
|
|
@ -112,7 +112,6 @@ internal class ContactsBlockModelTest {
|
|||
id = AddressEntryId("e-$id"),
|
||||
address = "0x$id",
|
||||
networkId = Network.RawID(ETHEREUM),
|
||||
networkName = "Ethereum",
|
||||
memo = null,
|
||||
signature = "sig",
|
||||
),
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue