-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add RainbowKit and Wagmi dependencies to package.json * Configure wagmi and rainbow-me * Add Tally wallet to the list of popular wallets in config.ts * allow undefined alchemyKey * Rainbow install and wagmi configuration (#1366) * hide fusdc deprecated gauges from vote (#1367) * fix one token withdraw, correct apy display (#1368) * Rainbow install and wagmi configuration (#1366) * Wagmi provider (#1370) * Add wagmi config and Rainbowkit provider * update wagmi and rainbowkit version and updated config file of wagmi * Update package.json and config.ts to use updated versions of "@rainbow-me/rainbowkit" and "wagmi", respectively, and remove unused CoinbasePayTest page * Remove redundant parameter in getContract function for better readability * Update walletconnect button (#1371) * Add wagmi config and Rainbowkit provider * update wagmi and rainbowkit version and updated config file of wagmi * feat: Replace Wallet connect button using Rainbotkit ConnectButton * Update package.json and config.ts to use updated versions of "@rainbow-me/rainbowkit" and "wagmi", respectively, and remove unused CoinbasePayTest page * Lint fix * Update ci to trigger ci/cd * Replace library of useActiveWeb3React with wagmi hook (#1374) * Add wagmi config and Rainbowkit provider * update wagmi and rainbowkit version and updated config file of wagmi * feat: Replace Wallet connect button using Rainbotkit ConnectButton * Update package.json and config.ts to use updated versions of "@rainbow-me/rainbowkit" and "wagmi", respectively, and remove unused CoinbasePayTest page * update useActiveWeb3React with wagmi hook * Update useActiveWeb3React with wagmi hook * remove web3-react completely * ci updte * Refactor Web3Status component to conditionally render IconButton or Button based on whether or not chain has an icon * replace library of useActiveWeb3React with signer or provider from wagmi hook * Refactor useContract hook to useActiveWeb3React instead of individual useAccount, useProvider, and useSigner hooks for cleaner code * Re Add Sentry initialization in index.tsx to enable error tracking and tracing * Refactor AppContainer and Pools components to remove unused imports and variables * Add back error handling for missing childGaugeFactoryAddress in buildGaugeDataSidechain * Refactor usePoolRegistryMultiCall to useActiveWeb3React for signerOrProvider * recover ci/cd setting * remove husky change * add buffer polyfill * add prod infura key * remove viem --------- Co-authored-by: David Hamme <dhamme@gmail.com>
- Loading branch information
1 parent
a9d23ea
commit 6308835
Showing
65 changed files
with
9,049 additions
and
39,245 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,2 +1,3 @@ | ||
REACT_APP_GOOGLE_ANALYTICS_MEASUREMENT_ID="G-8JBQYLS8HB" | ||
REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/28e6f2ed0e5747e6bef772f27372f62d" | ||
REACT_APP_INFURA_API_KEY=28e6f2ed0e5747e6bef772f27372f62d |
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ if [ -z "$husky_skip_init" ]; then | |
fi | ||
|
||
exit $exitCode | ||
fi | ||
fi |
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.