|
247 | 247 | "name": "ExecutedRelayerRefundRoot", |
248 | 248 | "type": "event" |
249 | 249 | }, |
250 | | - { |
251 | | - "anonymous": false, |
252 | | - "inputs": [ |
253 | | - { |
254 | | - "indexed": false, |
255 | | - "internalType": "uint256", |
256 | | - "name": "amountToReturn", |
257 | | - "type": "uint256" |
258 | | - }, |
259 | | - { |
260 | | - "indexed": true, |
261 | | - "internalType": "uint256", |
262 | | - "name": "chainId", |
263 | | - "type": "uint256" |
264 | | - }, |
265 | | - { |
266 | | - "indexed": false, |
267 | | - "internalType": "uint256[]", |
268 | | - "name": "refundAmounts", |
269 | | - "type": "uint256[]" |
270 | | - }, |
271 | | - { |
272 | | - "indexed": true, |
273 | | - "internalType": "uint32", |
274 | | - "name": "rootBundleId", |
275 | | - "type": "uint32" |
276 | | - }, |
277 | | - { |
278 | | - "indexed": true, |
279 | | - "internalType": "uint32", |
280 | | - "name": "leafId", |
281 | | - "type": "uint32" |
282 | | - }, |
283 | | - { |
284 | | - "indexed": false, |
285 | | - "internalType": "address", |
286 | | - "name": "l2TokenAddress", |
287 | | - "type": "address" |
288 | | - }, |
289 | | - { |
290 | | - "indexed": false, |
291 | | - "internalType": "address[]", |
292 | | - "name": "refundAddresses", |
293 | | - "type": "address[]" |
294 | | - }, |
295 | | - { |
296 | | - "indexed": false, |
297 | | - "internalType": "bytes32", |
298 | | - "name": "fillsRefundedRoot", |
299 | | - "type": "bytes32" |
300 | | - }, |
301 | | - { |
302 | | - "indexed": false, |
303 | | - "internalType": "string", |
304 | | - "name": "fillsRefundedIpfsHash", |
305 | | - "type": "string" |
306 | | - } |
307 | | - ], |
308 | | - "name": "ExecutedV3RelayerRefundRoot", |
309 | | - "type": "event" |
310 | | - }, |
311 | 250 | { |
312 | 251 | "anonymous": false, |
313 | 252 | "inputs": [ |
|
688 | 627 | "name": "PausedFills", |
689 | 628 | "type": "event" |
690 | 629 | }, |
691 | | - { |
692 | | - "anonymous": false, |
693 | | - "inputs": [ |
694 | | - { |
695 | | - "indexed": true, |
696 | | - "internalType": "address", |
697 | | - "name": "relayer", |
698 | | - "type": "address" |
699 | | - }, |
700 | | - { |
701 | | - "indexed": false, |
702 | | - "internalType": "address", |
703 | | - "name": "refundToken", |
704 | | - "type": "address" |
705 | | - }, |
706 | | - { |
707 | | - "indexed": false, |
708 | | - "internalType": "uint256", |
709 | | - "name": "amount", |
710 | | - "type": "uint256" |
711 | | - }, |
712 | | - { |
713 | | - "indexed": true, |
714 | | - "internalType": "uint256", |
715 | | - "name": "originChainId", |
716 | | - "type": "uint256" |
717 | | - }, |
718 | | - { |
719 | | - "indexed": false, |
720 | | - "internalType": "uint256", |
721 | | - "name": "destinationChainId", |
722 | | - "type": "uint256" |
723 | | - }, |
724 | | - { |
725 | | - "indexed": false, |
726 | | - "internalType": "int64", |
727 | | - "name": "realizedLpFeePct", |
728 | | - "type": "int64" |
729 | | - }, |
730 | | - { |
731 | | - "indexed": true, |
732 | | - "internalType": "uint32", |
733 | | - "name": "depositId", |
734 | | - "type": "uint32" |
735 | | - }, |
736 | | - { |
737 | | - "indexed": false, |
738 | | - "internalType": "uint256", |
739 | | - "name": "fillBlock", |
740 | | - "type": "uint256" |
741 | | - }, |
742 | | - { |
743 | | - "indexed": false, |
744 | | - "internalType": "uint256", |
745 | | - "name": "previousIdenticalRequests", |
746 | | - "type": "uint256" |
747 | | - } |
748 | | - ], |
749 | | - "name": "RefundRequested", |
750 | | - "type": "event" |
751 | | - }, |
752 | 630 | { |
753 | 631 | "anonymous": false, |
754 | 632 | "inputs": [ |
|
1807 | 1685 | "stateMutability": "nonpayable", |
1808 | 1686 | "type": "function" |
1809 | 1687 | }, |
1810 | | - { |
1811 | | - "inputs": [ |
1812 | | - { |
1813 | | - "internalType": "uint32", |
1814 | | - "name": "rootBundleId", |
1815 | | - "type": "uint32" |
1816 | | - }, |
1817 | | - { |
1818 | | - "components": [ |
1819 | | - { |
1820 | | - "internalType": "uint256", |
1821 | | - "name": "amountToReturn", |
1822 | | - "type": "uint256" |
1823 | | - }, |
1824 | | - { |
1825 | | - "internalType": "uint256", |
1826 | | - "name": "chainId", |
1827 | | - "type": "uint256" |
1828 | | - }, |
1829 | | - { |
1830 | | - "internalType": "uint256[]", |
1831 | | - "name": "refundAmounts", |
1832 | | - "type": "uint256[]" |
1833 | | - }, |
1834 | | - { |
1835 | | - "internalType": "uint32", |
1836 | | - "name": "leafId", |
1837 | | - "type": "uint32" |
1838 | | - }, |
1839 | | - { |
1840 | | - "internalType": "address", |
1841 | | - "name": "l2TokenAddress", |
1842 | | - "type": "address" |
1843 | | - }, |
1844 | | - { |
1845 | | - "internalType": "address[]", |
1846 | | - "name": "refundAddresses", |
1847 | | - "type": "address[]" |
1848 | | - }, |
1849 | | - { |
1850 | | - "internalType": "bytes32", |
1851 | | - "name": "fillsRefundedRoot", |
1852 | | - "type": "bytes32" |
1853 | | - }, |
1854 | | - { |
1855 | | - "internalType": "string", |
1856 | | - "name": "fillsRefundedHash", |
1857 | | - "type": "string" |
1858 | | - } |
1859 | | - ], |
1860 | | - "internalType": "struct V3SpokePoolInterface.V3RelayerRefundLeaf", |
1861 | | - "name": "relayerRefundLeaf", |
1862 | | - "type": "tuple" |
1863 | | - }, |
1864 | | - { |
1865 | | - "internalType": "bytes32[]", |
1866 | | - "name": "proof", |
1867 | | - "type": "bytes32[]" |
1868 | | - } |
1869 | | - ], |
1870 | | - "name": "executeV3RelayerRefundLeaf", |
1871 | | - "outputs": [], |
1872 | | - "stateMutability": "payable", |
1873 | | - "type": "function" |
1874 | | - }, |
1875 | 1688 | { |
1876 | 1689 | "inputs": [ |
1877 | 1690 | { |
|
0 commit comments