From de30192ad91e03c8f7b1879c3efc712fc7f2d4f4 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Wed, 11 Jan 2023 13:07:04 +0000 Subject: [PATCH] Remove duplicated changeCollectionOwner --- --- a/tests/src/eth/abi/fungibleDeprecated.json +++ b/tests/src/eth/abi/fungibleDeprecated.json @@ -88,14 +88,5 @@ "outputs": [], "stateMutability": "nonpayable", "type": "function" - }, - { - "inputs": [ - { "internalType": "address", "name": "newOwner", "type": "address" } - ], - "name": "changeCollectionOwner", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" } ] -- gitstuff