Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy: FastBridgeRouter, Create2Factory #323

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ OPTIMISM_ETHERSCAN_KEY=PasteYourOwnKeyPlease
POLYGON_API=https://polygon.llamarpc.com
POLYGON_ETHERSCAN_URL=https://api.polygonscan.com/api
POLYGON_ETHERSCAN_KEY=PasteYourOwnKeyPlease
# Scroll
SCROLL_API=https://rpc.scroll.io
SCROLL_ETHERSCAN_URL=https://api.scrollscan.com/api
SCROLL_ETHERSCAN_KEY=PasteYourOwnKeyPlease
# zkEVM
ZKEVM_API=https://zkevm-rpc.com
ZKEVM_ETHERSCAN_URL=https://api-zkevm.polygonscan.com/api
Expand Down
1 change: 1 addition & 0 deletions deployments/scroll/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
534352
4 changes: 4 additions & 0 deletions deployments/scroll/Create2Factory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
"constructorArgs": "0x"
}
30 changes: 30 additions & 0 deletions deployments/scroll/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"
}
]
}
Loading
Loading