-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 parent
f52b1cd
commit c35d177
Showing
3 changed files
with
45 additions
and
18 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
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 +1,19 @@ | ||
export const BASE_URL = 'https://scan.rango.exchange'; | ||
export const WEBSITE_URL = 'https://explorer.rango.exchange'; | ||
export const APP_NAME = 'Rango Exchange Explorer'; | ||
export const DEFAULT_DESCRIPTION = 'Track all transactions on Rango Exchange'; | ||
export const DEFAULT_KEYWORDS = [ | ||
'Rango Exchange', | ||
'Rango dApp', | ||
'Multi-chain DEX aggregator', | ||
'Cross-Chain Swap', | ||
'binance bridge', | ||
'1inch', | ||
'crypto API', | ||
'Metamask', | ||
]; | ||
|
||
export const SOCIAL_TITLE = 'Rango Exchange Explorer'; | ||
export const TWITTER_CARD = 'summary_large_image'; | ||
export const TWITTER_SITE = '@rangoexchange'; | ||
export const OPEN_GRAPH_TYPE = 'website'; |