diff --git a/next.config.js b/next.config.js index d4fb7c621a..e8ee37fa2a 100644 --- a/next.config.js +++ b/next.config.js @@ -66,6 +66,7 @@ const CONNECT_SRC = [ 'https://*.safe.global', 'https://*.snapshot.org', 'https://*.wallet.coinbase.com', + 'https://api.blocknative.com', // used for tx gas estimation across chains 'wss://www.walletlink.org/rpc', // Coinbase ...WALLET_CONNECT_URLS, 'https://*.supabase.co', diff --git a/package.json b/package.json index 8b7baa7495..da49a69a08 100644 --- a/package.json +++ b/package.json @@ -106,8 +106,8 @@ "graphql": "^16.8.1", "he": "^1.2.0", "jsonwebtoken": "^9.0.0", - "juice-sdk-core": "^12.2.4-alpha", - "juice-sdk-react": "^12.2.5-alpha", + "juice-sdk-core": "^12.4.0-alpha", + "juice-sdk-react": "^12.4.1-alpha", "juicebox-metadata-helper": "0.1.7", "less": "4.1.2", "lodash": "^4.17.21", diff --git a/src/components/Navbar/components/Wallet/ChangeNetworksButton.tsx b/src/components/Navbar/components/Wallet/ChangeNetworksButton.tsx index aa5e941a7f..b4926da6f8 100644 --- a/src/components/Navbar/components/Wallet/ChangeNetworksButton.tsx +++ b/src/components/Navbar/components/Wallet/ChangeNetworksButton.tsx @@ -1,6 +1,7 @@ +import { Button, ButtonProps } from 'antd' + import { ExclamationTriangleIcon } from '@heroicons/react/24/outline' import { Trans } from '@lingui/macro' -import { Button, ButtonProps } from 'antd' import { useWallet } from 'hooks/Wallet' export function ChangeNetworksButton(props: ButtonProps) { @@ -9,7 +10,7 @@ export function ChangeNetworksButton(props: ButtonProps) { return (