-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
46 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
VITE_INFO_GRAPH=https://api.thegraph.com/subgraphs/name/iliaazhel/integral-core | ||
VITE_LIMIT_ORDERS_GRAPH=https://api.thegraph.com/subgraphs/name/iliaazhel/integral-limit-order | ||
VITE_BLOCKS_GRAPH=https://api.thegraph.com/subgraphs/name/iliaazhel/goerli-blocks | ||
VITE_INFURA_RPC=https://goerli.infura.io/v3/5c55489ae3414b8b9a1a328b577f89bb | ||
VITE_INFURA_RPC=https://1rpc.io/holesky | ||
VITE_WALLETCONNECT_PROJECT_ID=79c313a96c99edbc26d06cd97bff1126 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
import { Address } from "viem"; | ||
|
||
export const POOL_INIT_CODE_HASH: Address = '0x177d5fbf994f4d130c008797563306f1a168dc689f81b2fa23b4396931014d91' | ||
export const POOL_INIT_CODE_HASH: Address = '0xf96d2474815c32e070cd63233f06af5413efc5dcb430aee4ff18cc29007c562d' | ||
|
||
export const ALGEBRA_FACTORY: Address = '0x4b36b366f262E5418Ba2D49C3Eb7C546cc48Fa65' | ||
export const ALGEBRA_FACTORY: Address = '0x6AD6A4f233F1E33613e996CCc17409B93fF8bf5f' | ||
|
||
export const ALGEBRA_POOL_DEPLOYER: Address = '0x520D420d0d61D24c099AEca8b5cc20E8Cb5792F5' | ||
export const ALGEBRA_POOL_DEPLOYER: Address = '0x69D57B9D705eaD73a5d2f2476C30c55bD755cc2F' | ||
|
||
export const ALGEBRA_LIMIT_ORDER_PLUGIN: Address = '0x3324dacE92E12CE421B4fC339f7A0FB6CEA70781' | ||
export const ALGEBRA_POSITION_MANAGER: Address = '0x5AeFBA317BAba46EAF98Fd6f381d07673bcA6467' | ||
|
||
export const ALGEBRA_POSITION_MANAGER: Address = '0xce17699E8d694239Cb2Fa61980DAc1551EA9673F' | ||
export const ALGEBRA_QUOTER: Address = '0x38A5C36FA8c8c9E4649b51FCD61810B14e7ce047' | ||
|
||
export const ALGEBRA_QUOTER: Address = '0xe62cF6039630B65aEeACf59cA0AB9fc97FFa3cAC' //0x69D57B9D705eaD73a5d2f2476C30c55bD755cc2F | ||
export const ALGEBRA_QUOTER_V2: Address = '0x83D4a9Ea77a4dbA073cD90b30410Ac9F95F93E7C' | ||
|
||
export const ALGEBRA_QUOTER_V2: Address = '0xc6CaFB01954563147e6Cc15cD8bbc63D722c05Ba' | ||
|
||
export const ALGEBRA_ROUTER: Address = '0x9548F884eC3737088796f91aec95d434e71229b0' | ||
export const ALGEBRA_ROUTER: Address = '0xEC250E6856e14A494cb1f0abC61d72348c79F418' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export const DEFAULT_CHAIN_ID = 0x138D5 | ||
export const DEFAULT_NATIVE_SYMBOL = 'BERA' | ||
export const DEFAULT_NATIVE_NAME = 'Bera Token' | ||
export const DEFAULT_CHAIN_ID = 0x4268 | ||
export const DEFAULT_CHAIN_NAME = 'Holesky' | ||
export const DEFAULT_NATIVE_SYMBOL = 'ETH' | ||
export const DEFAULT_NATIVE_NAME = 'Ether' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters