Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into feat/aa-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ylv-io committed Jan 24, 2025
2 parents af349e2 + bd589bb commit 35b3f09
Show file tree
Hide file tree
Showing 24 changed files with 2,079 additions and 150 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: ./.github/actions/install

- name: Build contracts
run: forge build --sizes
run: forge build --sizes || true

- name: Save forge compilation cache
uses: actions/cache/save@v3
Expand Down
103 changes: 97 additions & 6 deletions artifacts/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,10 +1393,28 @@
"name": "bridger_",
"type": "address",
"internalType": "address"
},
{
"name": "safe_",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "FEE",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "bridger",
Expand All @@ -1423,6 +1441,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "safe",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "withdraw",
Expand All @@ -1438,7 +1469,13 @@
"internalType": "uint256"
}
],
"outputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "nonpayable"
},
{
Expand Down Expand Up @@ -1566,7 +1603,7 @@
"name": "bridge",
"inputs": [
{
"name": "asset",
"name": "inputAsset",
"type": "address",
"internalType": "address"
},
Expand All @@ -1576,7 +1613,7 @@
"internalType": "uint256"
},
{
"name": "wallet",
"name": "kintoWallet",
"type": "address",
"internalType": "address"
},
Expand Down Expand Up @@ -1618,7 +1655,13 @@
]
}
],
"outputs": [],
"outputs": [
{
"name": "amountOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "payable"
},
{
Expand All @@ -1639,13 +1682,13 @@
"name": "Bridged",
"inputs": [
{
"name": "wallet",
"name": "kintoWallet",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "asset",
"name": "inputAsset",
"type": "address",
"indexed": true,
"internalType": "address"
Expand Down Expand Up @@ -2064,6 +2107,30 @@
},
"WithdrawWorkflow": {
"abi": [
{
"type": "constructor",
"inputs": [
{
"name": "weth",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "WETH",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "withdrawERC20",
Expand Down Expand Up @@ -2914,6 +2981,19 @@
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "rescueToken",
"inputs": [
{
"name": "token",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "sUSDe",
Expand Down Expand Up @@ -3295,6 +3375,17 @@
"name": "OnlyOwner",
"inputs": []
},
{
"type": "error",
"name": "RouterAllowanceNotZero",
"inputs": [
{
"name": "allowance",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "SignatureExpired",
Expand Down
94 changes: 86 additions & 8 deletions artifacts/42161.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,10 +1393,28 @@
"name": "bridger_",
"type": "address",
"internalType": "address"
},
{
"name": "safe_",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "FEE",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "bridger",
Expand All @@ -1423,6 +1441,19 @@
],
"stateMutability": "view"
},
{
"type": "function",
"name": "safe",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "withdraw",
Expand All @@ -1438,7 +1469,13 @@
"internalType": "uint256"
}
],
"outputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "nonpayable"
},
{
Expand Down Expand Up @@ -1566,7 +1603,7 @@
"name": "bridge",
"inputs": [
{
"name": "asset",
"name": "inputAsset",
"type": "address",
"internalType": "address"
},
Expand All @@ -1576,7 +1613,7 @@
"internalType": "uint256"
},
{
"name": "wallet",
"name": "kintoWallet",
"type": "address",
"internalType": "address"
},
Expand Down Expand Up @@ -1618,7 +1655,13 @@
]
}
],
"outputs": [],
"outputs": [
{
"name": "amountOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "payable"
},
{
Expand All @@ -1639,13 +1682,13 @@
"name": "Bridged",
"inputs": [
{
"name": "wallet",
"name": "kintoWallet",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "asset",
"name": "inputAsset",
"type": "address",
"indexed": true,
"internalType": "address"
Expand Down Expand Up @@ -1709,7 +1752,7 @@
]
}
],
"address": "0xDd53a659E428A7d5bc472112CD7B4e06cd548D4B"
"address": "0x14da5E876218c6B6993b1eE982E7b67921da1088"
},
"CrossChainSwapWorkflow": {
"abi": [
Expand Down Expand Up @@ -2064,6 +2107,30 @@
},
"WithdrawWorkflow": {
"abi": [
{
"type": "constructor",
"inputs": [
{
"name": "weth",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "WETH",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "withdrawERC20",
Expand Down Expand Up @@ -2139,7 +2206,7 @@
]
}
],
"address": "0x36e6cA034958B2E0D4dC7Ea9a8151f15Ba0B27D2"
"address": "0x794E1908A1D41760B8E2b798134c9856E24dCe65"
},
"Bridger": {
"abi": [
Expand Down Expand Up @@ -3308,6 +3375,17 @@
"name": "OnlyOwner",
"inputs": []
},
{
"type": "error",
"name": "RouterAllowanceNotZero",
"inputs": [
{
"name": "allowance",
"type": "uint256",
"internalType": "uint256"
}
]
},
{
"type": "error",
"name": "SignatureExpired",
Expand Down
Loading

0 comments on commit 35b3f09

Please sign in to comment.