Skip to content

Commit

Permalink
chore: Bump beta version & sync Base Sepolia ABI (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Feb 21, 2024
1 parent d55c81d commit 2f2af4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 188 deletions.
187 changes: 0 additions & 187 deletions deployments/base-sepolia/Base_SpokePool.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,67 +247,6 @@
"name": "ExecutedRelayerRefundRoot",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "amountToReturn",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256[]",
"name": "refundAmounts",
"type": "uint256[]"
},
{
"indexed": true,
"internalType": "uint32",
"name": "rootBundleId",
"type": "uint32"
},
{
"indexed": true,
"internalType": "uint32",
"name": "leafId",
"type": "uint32"
},
{
"indexed": false,
"internalType": "address",
"name": "l2TokenAddress",
"type": "address"
},
{
"indexed": false,
"internalType": "address[]",
"name": "refundAddresses",
"type": "address[]"
},
{
"indexed": false,
"internalType": "bytes32",
"name": "fillsRefundedRoot",
"type": "bytes32"
},
{
"indexed": false,
"internalType": "string",
"name": "fillsRefundedIpfsHash",
"type": "string"
}
],
"name": "ExecutedV3RelayerRefundRoot",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -688,67 +627,6 @@
"name": "PausedFills",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "relayer",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "refundToken",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"indexed": true,
"internalType": "uint256",
"name": "originChainId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "destinationChainId",
"type": "uint256"
},
{
"indexed": false,
"internalType": "int64",
"name": "realizedLpFeePct",
"type": "int64"
},
{
"indexed": true,
"internalType": "uint32",
"name": "depositId",
"type": "uint32"
},
{
"indexed": false,
"internalType": "uint256",
"name": "fillBlock",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "previousIdenticalRequests",
"type": "uint256"
}
],
"name": "RefundRequested",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -1807,71 +1685,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint32",
"name": "rootBundleId",
"type": "uint32"
},
{
"components": [
{
"internalType": "uint256",
"name": "amountToReturn",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "chainId",
"type": "uint256"
},
{
"internalType": "uint256[]",
"name": "refundAmounts",
"type": "uint256[]"
},
{
"internalType": "uint32",
"name": "leafId",
"type": "uint32"
},
{
"internalType": "address",
"name": "l2TokenAddress",
"type": "address"
},
{
"internalType": "address[]",
"name": "refundAddresses",
"type": "address[]"
},
{
"internalType": "bytes32",
"name": "fillsRefundedRoot",
"type": "bytes32"
},
{
"internalType": "string",
"name": "fillsRefundedHash",
"type": "string"
}
],
"internalType": "struct V3SpokePoolInterface.V3RelayerRefundLeaf",
"name": "relayerRefundLeaf",
"type": "tuple"
},
{
"internalType": "bytes32[]",
"name": "proof",
"type": "bytes32[]"
}
],
"name": "executeV3RelayerRefundLeaf",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/contracts-v2",
"version": "2.5.0-beta.5",
"version": "2.5.0-beta.6",
"author": "UMA Team",
"license": "AGPL-3.0-only",
"repository": {
Expand Down

0 comments on commit 2f2af4d

Please sign in to comment.