re-enable shared pool

This commit is contained in:
Maximilian Schneider 2023-12-22 19:17:52 +01:00
parent 937e686b25
commit 8f20fe5a98
2 changed files with 6 additions and 2 deletions

View File

@ -18,7 +18,11 @@ export const LITE_RPC_URL = 'https://api.mngo.cloud/lite-rpc/v1/'
const RPC_URLS = [
{
label: 'Triton Shared',
value: process.env.NEXT_PUBLIC_ENDPOINT || TRITON_DEDICATED_URL,
value: process.env.NEXT_PUBLIC_ENDPOINT,
},
{
label: 'Triton Dedicated',
value: process.env.TRITON_DEDICATED_URL,
},
// {
// label: 'Genesys Go',

View File

@ -49,7 +49,7 @@ export const FAVORITE_SWAPS_KEY = 'favoriteSwaps-0.2'
export const THEME_KEY = 'theme-0.1'
export const RPC_PROVIDER_KEY = 'rpcProviderKey-0.10'
export const RPC_PROVIDER_KEY = 'rpcProviderKey-0.11'
export const PRIORITY_FEE_KEY = 'priorityFeeKey-0.2'