use temp rpc url
This commit is contained in:
parent
9f7ca1f437
commit
44bcc940c3
|
@ -13,7 +13,10 @@ import Switch from './Switch'
|
||||||
import { MarketKind } from '@blockworks-foundation/mango-client'
|
import { MarketKind } from '@blockworks-foundation/mango-client'
|
||||||
|
|
||||||
const NODE_URLS = [
|
const NODE_URLS = [
|
||||||
{ label: 'Triton (RPC Pool)', value: 'https://mango.rpcpool.com' },
|
{
|
||||||
|
label: 'Triton (RPC Pool)',
|
||||||
|
value: 'https://api.rpcpool.com/5c127268deeecc007bdb592be80e',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Genesys Go',
|
label: 'Genesys Go',
|
||||||
value: 'https://mango.genesysgo.net/',
|
value: 'https://mango.genesysgo.net/',
|
||||||
|
|
Loading…
Reference in New Issue