Skip to content

Commit

Permalink
deploy: redeploy SIP, TokenZap
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Dec 8, 2024
1 parent 2bda040 commit 4b925f9
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"address": "0xE184826D4aBC2798134abE7e2Fd72156827Fc7EA",
"address": "0x9519E8D136d0a89d7e10D1a66C97249E0135544B",
"constructorArgs": "0x",
"receipt": {
"hash": "0xdee35d80aa7aa61e76d152e22676067769f2923c85ed5e96d55c807ac9418277",
"blockNumber": 281941808
"hash": "0xb34f3d918399ac6fa599ecedfdd4a47bd993f4f0e401698d6256dab2fd928ab9",
"blockNumber": 282619262
},
"abi": [
{
Expand All @@ -28,6 +28,11 @@
"type": "address",
"internalType": "address"
},
{
"name": "forwardTo",
"type": "address",
"internalType": "address"
},
{
"name": "tokenIn",
"type": "address",
Expand Down Expand Up @@ -80,6 +85,11 @@
],
"stateMutability": "view"
},
{
"type": "error",
"name": "SIP__NoOpForwardNotSupported",
"inputs": []
},
{
"type": "error",
"name": "SIP__PoolTokenMismatch",
Expand Down
26 changes: 23 additions & 3 deletions packages/contracts-rfq/deployments/arbitrum/TokenZapV1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"address": "0xcae5baD754dC99cDA1d58415C5eeeb92e1279F69",
"address": "0x6327797F149a75D506aFda46D5fCE6E74fC409D5",
"constructorArgs": "0x",
"receipt": {
"hash": "0x2a3ca21354283f25dd3e27358b642bc9d33e3a780afb99c98729b7697e903ff6",
"blockNumber": 281258026
"hash": "0x961a29a85c10275a0d1921ef606f3ed45a79e9106e379b5efd7ae14faa30b1fe",
"blockNumber": 282619267
},
"abi": [
{
Expand Down Expand Up @@ -70,6 +70,16 @@
"name": "amountPosition",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "finalToken",
"type": "address",
"internalType": "address"
},
{
"name": "forwardTo",
"type": "address",
"internalType": "address"
}
],
"outputs": [
Expand Down Expand Up @@ -148,6 +158,11 @@
}
]
},
{
"type": "error",
"name": "TokenZapV1__FinalTokenBalanceZero",
"inputs": []
},
{
"type": "error",
"name": "TokenZapV1__PayloadLengthAboveMax",
Expand All @@ -158,6 +173,11 @@
"name": "TokenZapV1__TargetZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "TokenZapV1__TokenZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "ZapDataV1__InvalidEncoding",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"address": "0xE184826D4aBC2798134abE7e2Fd72156827Fc7EA",
"address": "0x9519E8D136d0a89d7e10D1a66C97249E0135544B",
"constructorArgs": "0x",
"receipt": {
"hash": "0x57d5d445810008804844d57d54ab99ab5229e87a206996f9cafc67494bf7fd77",
"blockNumber": 128944965
"hash": "0x928a7db8741fb992934302f73e076f7630075151384529b538cb133e797c4bac",
"blockNumber": 129029951
},
"abi": [
{
Expand All @@ -28,6 +28,11 @@
"type": "address",
"internalType": "address"
},
{
"name": "forwardTo",
"type": "address",
"internalType": "address"
},
{
"name": "tokenIn",
"type": "address",
Expand Down Expand Up @@ -80,6 +85,11 @@
],
"stateMutability": "view"
},
{
"type": "error",
"name": "SIP__NoOpForwardNotSupported",
"inputs": []
},
{
"type": "error",
"name": "SIP__PoolTokenMismatch",
Expand Down
26 changes: 23 additions & 3 deletions packages/contracts-rfq/deployments/optimism/TokenZapV1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"address": "0xcae5baD754dC99cDA1d58415C5eeeb92e1279F69",
"address": "0x6327797F149a75D506aFda46D5fCE6E74fC409D5",
"constructorArgs": "0x",
"receipt": {
"hash": "0x9bba14716cfff19933c2d0c1e83fc1400df60909c49e27d633f03ee1f4740e92",
"blockNumber": 128859363
"hash": "0xc306e272b5daa98006c1d9009246fac697c258ed8fb6012ab19f5ef5376899b9",
"blockNumber": 129029951
},
"abi": [
{
Expand Down Expand Up @@ -70,6 +70,16 @@
"name": "amountPosition",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "finalToken",
"type": "address",
"internalType": "address"
},
{
"name": "forwardTo",
"type": "address",
"internalType": "address"
}
],
"outputs": [
Expand Down Expand Up @@ -148,6 +158,11 @@
}
]
},
{
"type": "error",
"name": "TokenZapV1__FinalTokenBalanceZero",
"inputs": []
},
{
"type": "error",
"name": "TokenZapV1__PayloadLengthAboveMax",
Expand All @@ -158,6 +173,11 @@
"name": "TokenZapV1__TargetZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "TokenZapV1__TokenZeroAddress",
"inputs": []
},
{
"type": "error",
"name": "ZapDataV1__InvalidEncoding",
Expand Down

0 comments on commit 4b925f9

Please sign in to comment.