tidy: cleanup slashes

This commit is contained in:
Linkie Link 2024-02-14 09:02:50 +01:00
parent bf5063dd2b
commit e62ab5e407
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA
3 changed files with 7 additions and 7 deletions

View File

@ -33,8 +33,8 @@ const Pion1: ChainConfig = {
}, },
endpoints: { endpoints: {
routes: 'https://app.astroport.fi/api/routes', routes: 'https://app.astroport.fi/api/routes',
rpc: process.env.NEXT_PUBLIC_NEUTRON_TEST_RPC ?? 'https://rpc-palvus.pion-1.ntrn.tech/', rpc: process.env.NEXT_PUBLIC_NEUTRON_TEST_RPC ?? 'https://rpc-palvus.pion-1.ntrn.tech',
rest: process.env.NEXT_PUBLIC_NEUTRON_TEST_REST ?? 'https://rest-palvus.pion-1.ntrn.tech/', rest: process.env.NEXT_PUBLIC_NEUTRON_TEST_REST ?? 'https://rest-palvus.pion-1.ntrn.tech',
swap: 'https://testnet-neutron.astroport.fi/swap', swap: 'https://testnet-neutron.astroport.fi/swap',
pools: '', //TODO: ⛓️ Implement this pools: '', //TODO: ⛓️ Implement this
explorer: 'https://testnet.mintscan.io/neutron-testnet', explorer: 'https://testnet.mintscan.io/neutron-testnet',

View File

@ -9,8 +9,8 @@ const Devnet: ChainConfig = {
name: 'Osmosis Devnet', name: 'Osmosis Devnet',
endpoints: { endpoints: {
...Osmosis1.endpoints, ...Osmosis1.endpoints,
rpc: process.env.NEXT_PUBLIC_OSMOSIS_TEST_RPC ?? 'https://rpc-osmosis.blockapsis.com/', rpc: process.env.NEXT_PUBLIC_OSMOSIS_TEST_RPC ?? 'https://rpc-osmosis.blockapsis.com',
rest: process.env.NEXT_PUBLIC_OSMOSIS_TEST_REST ?? 'https://lcd-osmosis.blockapsis.com/', rest: process.env.NEXT_PUBLIC_OSMOSIS_TEST_REST ?? 'https://lcd-osmosis.blockapsis.com',
swap: 'https://testnet.osmosis.zone', swap: 'https://testnet.osmosis.zone',
}, },
} }

View File

@ -138,13 +138,13 @@ const Osmosis1: ChainConfig = {
}, },
}, },
endpoints: { endpoints: {
rpc: process.env.NEXT_PUBLIC_OSMOSIS_RPC ?? 'https://rpc-osmosis.blockapsis.com/', rpc: process.env.NEXT_PUBLIC_OSMOSIS_RPC ?? 'https://rpc-osmosis.blockapsis.com',
rest: process.env.NEXT_PUBLIC_OSMOSIS_REST ?? 'https://lcd-osmosis.blockapsis.com/', rest: process.env.NEXT_PUBLIC_OSMOSIS_REST ?? 'https://lcd-osmosis.blockapsis.com',
swap: 'https://app.osmosis.zone', swap: 'https://app.osmosis.zone',
explorer: 'https://www.mintscan.io/osmosis/transactions/', explorer: 'https://www.mintscan.io/osmosis/transactions/',
routes: 'https://sqs.osmosis.zone/router', routes: 'https://sqs.osmosis.zone/router',
pools: getUrl( pools: getUrl(
process.env.NEXT_PUBLIC_OSMOSIS_REST ?? 'https://lcd-osmosis.blockapsis.com/', process.env.NEXT_PUBLIC_OSMOSIS_REST ?? 'https://lcd-osmosis.blockapsis.com',
'osmosis/gamm/v1beta1/pools/POOL_ID', 'osmosis/gamm/v1beta1/pools/POOL_ID',
), ),
aprs: { aprs: {