Skip to content

Commit

Permalink
fix: update deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dcapitator committed Jan 8, 2025
1 parent 1342367 commit 29770b0
Showing 1 changed file with 65 additions and 26 deletions.
91 changes: 65 additions & 26 deletions exports/polygon.deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
]
},
"TheGenerates": {
"address": "0xF2D564f5003C3fAd90067ea7EAE30eAFD295bE33",
"address": "0x7e2B54FeE711d5E7E5ff0aB7C15BF8426Eca9628",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -634,17 +634,6 @@
"name": "InvalidExtraDataEncoding",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "feeBps",
"type": "uint256"
}
],
"name": "InvalidFeeBps",
"type": "error"
},
{
"inputs": [],
"name": "InvalidProof",
Expand Down Expand Up @@ -3123,7 +3112,7 @@
]
},
"UnseenExchange": {
"address": "0x1FBcEe042C2b33BCE0e9e6A5653C668b7a7B4F69",
"address": "0xabd3A15912C76Ee2903F521493119eB45fBc01DC",
"abi": [
{
"inputs": [
Expand Down Expand Up @@ -3176,11 +3165,6 @@
"name": "FeeMismatch",
"type": "error"
},
{
"inputs": [],
"name": "FillIsSetToTheDesiredValue",
"type": "error"
},
{
"inputs": [],
"name": "FirstCallFailed",
Expand All @@ -3206,6 +3190,11 @@
"name": "InvalidShortString",
"type": "error"
},
{
"inputs": [],
"name": "LengthMismatch",
"type": "error"
},
{
"inputs": [],
"name": "MinimumOneAddress",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -4665,7 +4654,7 @@
]
},
"UnseenStatic": {
"address": "0x95a342A23A16e136c181bb5E4f3411563626a9aa",
"address": "0xB8388F9739659850519cDbe51DDf9da0968F1698",
"abi": [
{
"inputs": [
Expand All @@ -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": [
{
Expand Down

0 comments on commit 29770b0

Please sign in to comment.