forked from Uniswap/info
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add arbitrum test * add arbitrum test * add arbitrum * feat: add bttc * fix: BNB token logo * add more token * fix: warning scam token * fix: get scan text for bttc * feat: deploy arbitrum * update arbitrum factory * add ci-cd
- Loading branch information
Showing
22 changed files
with
2,460 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
REACT_APP_CHAIN_ID=42161 | ||
REACT_APP_MAINNET_ENV=production | ||
REACT_APP_DMM_SWAP_URL="https://kyberswap.com/#/" | ||
REACT_APP_FACTORY_ADDRESS=0x51e8d106c646ca58caf32a47812e95887c071a62 | ||
REACT_APP_SUBGRAPH_NAME=viet-nv/kyberswap-arbitrum | ||
REACT_APP_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/viet-nv/kyberswap-arbitrum | ||
REACT_APP_SUBGRAPH_BLOCK_URL=https://api.thegraph.com/subgraphs/name/viet-nv/arbitrum-blocks | ||
REACT_APP_ETHERSCAN_URL=https://arbiscan.io | ||
REACT_APP_KNC_ADDRESS=0x868fc5cb3367c4a43c350b85d5001acaf58a857e | ||
REACT_APP_WETH_ADDRESS=0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23 | ||
REACT_APP_DEFAULT_START_TIME=1644536463 | ||
REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
REACT_APP_CHAIN_ID=421611 | ||
REACT_APP_MAINNET_ENV=staging | ||
REACT_APP_DMM_SWAP_URL="https://dev-dmm-interface-pr-807.knstats.com/#/" | ||
REACT_APP_FACTORY_ADDRESS=0x570797C68C6D060503b2CfcBe5780205057010d5 | ||
REACT_APP_SUBGRAPH_NAME=viet-nv/kyberswap-arbitrum-rinkeby | ||
REACT_APP_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/viet-nv/kyberswap-arbitrum-rinkeby | ||
REACT_APP_SUBGRAPH_BLOCK_URL=https://api.thegraph.com/subgraphs/name/viet-nv/arbitrum-rinkeby-blocks | ||
REACT_APP_ETHERSCAN_URL=https://testnet.arbiscan.io | ||
REACT_APP_KNC_ADDRESS=0x7596961744096D12eFa3CfA58d1D30EDd82BD396 | ||
REACT_APP_WETH_ADDRESS=0x93D51226c4C3c265ca0c2F6420fa4c6A9151c09e | ||
REACT_APP_DEFAULT_START_TIME=1644212237 | ||
REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
REACT_APP_CHAIN_ID=199 | ||
REACT_APP_MAINNET_ENV=production | ||
REACT_APP_DMM_SWAP_URL="https://kyberswap.com/#/" | ||
REACT_APP_FACTORY_ADDRESS=0xD9bfE9979e9CA4b2fe84bA5d4Cf963bBcB376974 | ||
REACT_APP_SUBGRAPH_NAME=dynamic-amm/kyberswap-bttc | ||
REACT_APP_SUBGRAPH_URL=https://bttc-graph.dev.kyberengineering.io/subgraphs/name/dynamic-amm/kyberswap-bttc | ||
REACT_APP_SUBGRAPH_BLOCK_URL=https://bttc-graph.dev.kyberengineering.io/subgraphs/name/dynamic-amm/bttc-blocks | ||
REACT_APP_ETHERSCAN_URL=https://bttcscan.com | ||
REACT_APP_KNC_ADDRESS=0x868fc5cb3367c4a43c350b85d5001acaf58a857e | ||
REACT_APP_WETH_ADDRESS=0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23 | ||
REACT_APP_DEFAULT_START_TIME=1645007928 | ||
REACT_APP_AGGREGATOR_STATS_API="https://aggregator-stats.kyberswap.com" |
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 |
---|---|---|
|
@@ -526,6 +526,7 @@ export const GLOBAL_DATA = (block) => { | |
pairCount | ||
} | ||
}` | ||
|
||
return gql(queryString) | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.