Skip to content

Commit

Permalink
deploy: FBR v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Jul 30, 2024
1 parent cfdc7db commit 6a91b16
Show file tree
Hide file tree
Showing 7 changed files with 2,772 additions and 0 deletions.
396 changes: 396 additions & 0 deletions deployments/arbitrum/FastBridgeRouterV2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,396 @@
{
"address": "0xd50042193Db100FE0040005e00D5010000007e45",
"constructorArgs": "0x0000000000000000000000000fea3e5840334fc758a3decf14546bfdfbef5cd3",
"abi": [
{
"type": "constructor",
"inputs": [
{
"name": "owner_",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "nonpayable"
},
{
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "GAS_REBATE_FLAG",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes1",
"internalType": "bytes1"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "adapterSwap",
"inputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "tokenIn",
"type": "address",
"internalType": "address"
},
{
"name": "amountIn",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "tokenOut",
"type": "address",
"internalType": "address"
},
{
"name": "rawParams",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "amountOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "payable"
},
{
"type": "function",
"name": "bridge",
"inputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "chainId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "token",
"type": "address",
"internalType": "address"
},
{
"name": "amount",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "originQuery",
"type": "tuple",
"internalType": "struct SwapQuery",
"components": [
{
"name": "routerAdapter",
"type": "address",
"internalType": "address"
},
{
"name": "tokenOut",
"type": "address",
"internalType": "address"
},
{
"name": "minAmountOut",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "deadline",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "rawParams",
"type": "bytes",
"internalType": "bytes"
}
]
},
{
"name": "destQuery",
"type": "tuple",
"internalType": "struct SwapQuery",
"components": [
{
"name": "routerAdapter",
"type": "address",
"internalType": "address"
},
{
"name": "tokenOut",
"type": "address",
"internalType": "address"
},
{
"name": "minAmountOut",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "deadline",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "rawParams",
"type": "bytes",
"internalType": "bytes"
}
]
}
],
"outputs": [],
"stateMutability": "payable"
},
{
"type": "function",
"name": "fastBridge",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "getOriginAmountOut",
"inputs": [
{
"name": "tokenIn",
"type": "address",
"internalType": "address"
},
{
"name": "rfqTokens",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "amountIn",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "originQueries",
"type": "tuple[]",
"internalType": "struct SwapQuery[]",
"components": [
{
"name": "routerAdapter",
"type": "address",
"internalType": "address"
},
{
"name": "tokenOut",
"type": "address",
"internalType": "address"
},
{
"name": "minAmountOut",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "deadline",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "rawParams",
"type": "bytes",
"internalType": "bytes"
}
]
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "owner",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "renounceOwnership",
"inputs": [],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "setFastBridge",
"inputs": [
{
"name": "fastBridge_",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "setSwapQuoter",
"inputs": [
{
"name": "swapQuoter_",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "function",
"name": "swapQuoter",
"inputs": [],
"outputs": [
{
"name": "",
"type": "address",
"internalType": "address"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "transferOwnership",
"inputs": [
{
"name": "newOwner",
"type": "address",
"internalType": "address"
}
],
"outputs": [],
"stateMutability": "nonpayable"
},
{
"type": "event",
"name": "FastBridgeSet",
"inputs": [
{
"name": "newFastBridge",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "event",
"name": "OwnershipTransferred",
"inputs": [
{
"name": "previousOwner",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "newOwner",
"type": "address",
"indexed": true,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "event",
"name": "SwapQuoterSet",
"inputs": [
{
"name": "newSwapQuoter",
"type": "address",
"indexed": false,
"internalType": "address"
}
],
"anonymous": false
},
{
"type": "error",
"name": "DeadlineExceeded",
"inputs": []
},
{
"type": "error",
"name": "FastBridgeRouterV2__OriginSenderNotSpecified",
"inputs": []
},
{
"type": "error",
"name": "InsufficientOutputAmount",
"inputs": []
},
{
"type": "error",
"name": "MsgValueIncorrect",
"inputs": []
},
{
"type": "error",
"name": "PoolNotFound",
"inputs": []
},
{
"type": "error",
"name": "TokenAddressMismatch",
"inputs": []
},
{
"type": "error",
"name": "TokenNotContract",
"inputs": []
},
{
"type": "error",
"name": "TokenNotETH",
"inputs": []
},
{
"type": "error",
"name": "TokensIdentical",
"inputs": []
}
]
}
Loading

0 comments on commit 6a91b16

Please sign in to comment.