forked from quicksilver-zone/quicksilver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* finish intents * fix intent match * fix custom weight size * remove under construction image * add more mobile resisizng, prepare assets grid for main net rewards queries, remove Three * finish claim transaction * add rewards claim UI, transactions, & queries * add drawer controller for wallet modal, add filter for defi table * add better styles to filter buttons * change deploy workflow branch * fix webui deploy branch * clean up code, make intent setting safer * fix staking util types * make intent memo safer * remove useless null & unused imports * remove console log * finish authz tx * fix portfolio percentage width * fix spinner size in defi table * match all button styles * rename main app component * fix mobile menu links --------- Co-authored-by: Jacob Gadikian <[email protected]>
- Loading branch information
Showing
73 changed files
with
1,281 additions
and
771 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
NEXT_PUBLIC_CHAIN_ENV="mainnet" | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_QUICKSILVER="https://lcd.quicksilver.zone/" | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_QUICKSILVER="https://rpc.quicksilver.zone/" | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_COSMOSHUB=https://lcd.cosmoshub-4.quicksilver.zone | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_COSMOSHUB=https://rpc.cosmoshub-4.quicksilver.zone | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_OSMOSIS="https://lcd.osmosis-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_OSMOSIS="https://rpc.osmosis-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_STARGAZE="https://lcd.stargaze-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_STARGAZE="https://rpc.stargaze-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_REGEN="https://lcd.regen-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_REGEN="https://rpc.regen-1.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_LCD_ENDPOINT_SOMMELIER="https://lcd.sommelier-3.quicksilver.zone" | ||
NEXT_PUBLIC_MAINNET_RPC_ENDPOINT_SOMMELIER="https://rpc.sommelier-3.quicksilver.zone" | ||
NEXT_PUBLIC_QUICKSILVER_API="https://lcd.quicksilver.zone" | ||
NEXT_PUBLIC_QUICKSILVER_DATA_API="https://data.quicksilver.zone" | ||
ZONE_URL="quicksilver.zone" | ||
REACT_APP_WHITELISTED_ZONES="osmosis-1,stargaze-1,regen-1,cosmoshub-4,sommelier-3" | ||
REACT_APP_ENABLE_UNBONDING="true" | ||
REACT_APP_ENABLE_SET_INTENT="true" | ||
REACT_APP_ENABLE_CLAIMS="true" | ||
APY_ZONES_ENDPOINT = "https://chains.cosmos.directory" | ||
NEXT_PUBLIC_OSMOSIS_API="https://api.osmosis.zone" | ||
NEXT_PUBLIC_WHITELISTED_DENOM="uatom,ustars,uosmo,usomm,uregen" | ||
NEXT_PUBLIC_WHITELISTED_ZONES="osmosis-1,stargaze-1,regen-1,cosmoshub-4,sommelier-3" | ||
NEXT_PUBLIC_COSMOSHUB_CHAIN_ID=cosmoshub-4 | ||
NEXT_PUBLIC_OSMOSIS_CHAIN_ID=osmosis-1 | ||
NEXT_PUBLIC_STARGAZE_CHAIN_ID=stargaze-1 | ||
NEXT_PUBLIC_REGEN_CHAIN_ID=regen-1 | ||
NEXT_PUBLIC_SOMMELIER_CHAIN_ID=sommelier-3 | ||
# NEXT_PUBLIC_CHAIN_ENV="testnet" | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_QUICKSILVER="https://lcd.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_QUICKSILVER="https://rpc.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_COSMOSHUB=https://lcd.provider.test.quicksilver.zone | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_COSMOSHUB=https://rpc.provider.test.quicksilver.zone | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_OSMOSIS="https://lcd.osmo-test-5.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_OSMOSIS="https://rpc.osmo-test-5.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_STARGAZE="https://lcd.elgafar-1.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_STARGAZE="https://rpc.elgafar-1.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_REGEN="https://lcd.regen-redwood-1.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_REGEN="https://rpc.regen-redwood-1.test.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_LCD_ENDPOINT_SOMMELIER="https://lcd.sommelier-3.quicksilver.zone" | ||
# NEXT_PUBLIC_TESTNET_RPC_ENDPOINT_SOMMELIER="https://rpc.sommelier-3.quicksilver.zone" | ||
# NEXT_PUBLIC_QUICKSILVER_API="https://lcd.test.quicksilver.zone" | ||
# NEXT_PUBLIC_QUICKSILVER_DATA_API="https://data.test.quicksilver.zone" | ||
# ZONE_URL="quicksilver.zone" | ||
# REACT_APP_WHITELISTED_ZONES="osmosis-1,stargaze-1,regen-1,cosmoshub-4,sommelier-3" | ||
# REACT_APP_ENABLE_UNBONDING="true" | ||
# REACT_APP_ENABLE_SET_INTENT="true" | ||
# REACT_APP_ENABLE_CLAIMS="true" | ||
# APY_ZONES_ENDPOINT = "https://chains.cosmos.directory" | ||
# NEXT_PUBLIC_OSMOSIS_API="https://api.osmosis.zone" | ||
# NEXT_PUBLIC_WHITELISTED_DENOM="uatom,ustars,uosmo,usomm,uregen" | ||
# NEXT_PUBLIC_WHITELISTED_ZONES="osmosis-1,stargaze-1,regen-1,cosmoshub-4,sommelier-3" | ||
# NEXT_PUBLIC_COSMOSHUB_CHAIN_ID=provider | ||
# NEXT_PUBLIC_OSMOSIS_CHAIN_ID=osmo-test-5 | ||
# NEXT_PUBLIC_STARGAZE_CHAIN_ID=elgafar-1 | ||
# NEXT_PUBLIC_REGEN_CHAIN_ID=regen-redwood-1 | ||
# NEXT_PUBLIC_SOMMELIER_CHAIN_ID=sommelier-3 |
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
Binary file not shown.
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.