Skip to content
Merged
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
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ FANTOM_ETHERSCAN_KEY=PasteYourOwnKeyPlease
HARMONY_API=https://api.s0.t.hmny.io
# Klaytn
KLATYN_API=https://public-node-api.klaytnapi.com/v1/cypress
# Linea
LINEA_API=https://rpc.linea.build
LINEA_ETHERSCAN_URL=https://api.lineascan.build/api
LINEA_ETHERSCAN_KEY=PasteYourOwnKeyPlease
# Mainnet
MAINNET_API=https://eth.llamarpc.com
MAINNET_ETHERSCAN_URL=https://api.etherscan.io/api
Expand All @@ -89,6 +93,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/linea/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59144
4 changes: 4 additions & 0 deletions deployments/linea/Create2Factory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
"constructorArgs": "0x"
}
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