Commit 7d7873d8 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

fix endpoint name (#2610)

parent 613b9ec6
...@@ -635,7 +635,7 @@ export const RESOURCES = { ...@@ -635,7 +635,7 @@ export const RESOURCES = {
filterFields: [], filterFields: [],
}, },
address_xstar_score: { address_xstar_score: {
path: '/api/v2/proxy/3rdparty/xname/addresses/:hash', path: '/api/v2/proxy/3dparty/xname/addresses/:hash',
pathParams: [ 'hash' as const ], pathParams: [ 'hash' as const ],
}, },
...@@ -1090,16 +1090,16 @@ export const RESOURCES = { ...@@ -1090,16 +1090,16 @@ export const RESOURCES = {
// NOVES-FI // NOVES-FI
noves_transaction: { noves_transaction: {
path: '/api/v2/proxy/3rdparty/noves-fi/transactions/:hash', path: '/api/v2/proxy/3dparty/noves-fi/transactions/:hash',
pathParams: [ 'hash' as const ], pathParams: [ 'hash' as const ],
}, },
noves_address_history: { noves_address_history: {
path: '/api/v2/proxy/3rdparty/noves-fi/addresses/:address/transactions', path: '/api/v2/proxy/3dparty/noves-fi/addresses/:address/transactions',
pathParams: [ 'address' as const ], pathParams: [ 'address' as const ],
filterFields: [], filterFields: [],
}, },
noves_describe_txs: { noves_describe_txs: {
path: '/api/v2/proxy/3rdparty/noves-fi/transaction-descriptions', path: '/api/v2/proxy/3dparty/noves-fi/transaction-descriptions',
}, },
// USER OPS // USER OPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment