Skip to content

Commit

Permalink
Deploy/bsc fast bridge router (#325)
Browse files Browse the repository at this point in the history
* build: add BSC FB deployment

* deploy: FastBridgeRouter, SwapQuoterV2 on BNB

* build: generate config for SwapQuoterV2
  • Loading branch information
ChiTimesChi authored Jul 22, 2024
1 parent 14e515e commit fdb562f
Show file tree
Hide file tree
Showing 5 changed files with 1,138 additions and 0 deletions.
30 changes: 30 additions & 0 deletions deployments/bsc/DefaultPoolCalc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"address": "0x0000000000Cc5af216a3E1614091a20e11bbfD32",
"constructorArgs": "0x",
"abi": [
{
"type": "function",
"name": "calculateAddLiquidity",
"inputs": [
{
"name": "pool",
"type": "address",
"internalType": "address"
},
{
"name": "amounts",
"type": "uint256[]",
"internalType": "uint256[]"
}
],
"outputs": [
{
"name": "amountOut",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
}
]
}
4 changes: 4 additions & 0 deletions deployments/bsc/FastBridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"address": "0x5523D3c98809DdDB82C686E152F5C58B1B0fB59E",
"constructorArgs": "0x000000000000000000000000bd88862fcc17de436f7bd17276c537acadda9a67"
}
Loading

0 comments on commit fdb562f

Please sign in to comment.