From 29770b0901e42fbe4ad8997c8cb4a023008c9c81 Mon Sep 17 00:00:00 2001 From: dcapinator Date: Wed, 8 Jan 2025 13:28:12 +0200 Subject: [PATCH] fix: update deployments --- exports/polygon.deployments.json | 91 +++++++++++++++++++++++--------- 1 file changed, 65 insertions(+), 26 deletions(-) diff --git a/exports/polygon.deployments.json b/exports/polygon.deployments.json index a0797e9..b64da39 100644 --- a/exports/polygon.deployments.json +++ b/exports/polygon.deployments.json @@ -544,7 +544,7 @@ ] }, "TheGenerates": { - "address": "0xF2D564f5003C3fAd90067ea7EAE30eAFD295bE33", + "address": "0x7e2B54FeE711d5E7E5ff0aB7C15BF8426Eca9628", "abi": [ { "inputs": [ @@ -634,17 +634,6 @@ "name": "InvalidExtraDataEncoding", "type": "error" }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "feeBps", - "type": "uint256" - } - ], - "name": "InvalidFeeBps", - "type": "error" - }, { "inputs": [], "name": "InvalidProof", @@ -3123,7 +3112,7 @@ ] }, "UnseenExchange": { - "address": "0x1FBcEe042C2b33BCE0e9e6A5653C668b7a7B4F69", + "address": "0xabd3A15912C76Ee2903F521493119eB45fBc01DC", "abi": [ { "inputs": [ @@ -3176,11 +3165,6 @@ "name": "FeeMismatch", "type": "error" }, - { - "inputs": [], - "name": "FillIsSetToTheDesiredValue", - "type": "error" - }, { "inputs": [], "name": "FirstCallFailed", @@ -3206,6 +3190,11 @@ "name": "InvalidShortString", "type": "error" }, + { + "inputs": [], + "name": "LengthMismatch", + "type": "error" + }, { "inputs": [], "name": "MinimumOneAddress", @@ -4072,17 +4061,17 @@ { "inputs": [ { - "internalType": "bytes32", - "name": "hash", - "type": "bytes32" + "internalType": "bytes32[]", + "name": "hashes", + "type": "bytes32[]" }, { - "internalType": "uint256", - "name": "fill", - "type": "uint256" + "internalType": "uint256[]", + "name": "newFillsToSet", + "type": "uint256[]" } ], - "name": "setOrderFill", + "name": "setOrdersFill", "outputs": [], "stateMutability": "nonpayable", "type": "function" @@ -4665,7 +4654,7 @@ ] }, "UnseenStatic": { - "address": "0x95a342A23A16e136c181bb5E4f3411563626a9aa", + "address": "0xB8388F9739659850519cDbe51DDf9da0968F1698", "abi": [ { "inputs": [ @@ -4678,6 +4667,56 @@ "stateMutability": "payable", "type": "constructor" }, + { + "inputs": [], + "name": "AddressesMismatch", + "type": "error" + }, + { + "inputs": [], + "name": "CallDirect", + "type": "error" + }, + { + "inputs": [], + "name": "ExceedsMaxFill", + "type": "error" + }, + { + "inputs": [], + "name": "FeeAmountMismatch", + "type": "error" + }, + { + "inputs": [], + "name": "FeeRecipientMismatch", + "type": "error" + }, + { + "inputs": [], + "name": "InvalidDenominator", + "type": "error" + }, + { + "inputs": [], + "name": "InvalidNumerator", + "type": "error" + }, + { + "inputs": [], + "name": "InvalidTarget", + "type": "error" + }, + { + "inputs": [], + "name": "PriceMismatch", + "type": "error" + }, + { + "inputs": [], + "name": "WrongRatio", + "type": "error" + }, { "inputs": [ {