re-enable shared pool
This commit is contained in:
parent
937e686b25
commit
8f20fe5a98
|
@ -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',
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue