Skip to content

Commit 37c2a03

Browse files
Revert "fix endpoint name (blockscout#2610)"
This reverts commit 28e550e.
1 parent fd7cc23 commit 37c2a03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/api/resources.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ export const RESOURCES = {
635635
filterFields: [],
636636
},
637637
address_xstar_score: {
638-
path: '/api/v2/proxy/3dparty/xname/addresses/:hash',
638+
path: '/api/v2/proxy/3rdparty/xname/addresses/:hash',
639639
pathParams: [ 'hash' as const ],
640640
},
641641

@@ -1090,16 +1090,16 @@ export const RESOURCES = {
10901090

10911091
// NOVES-FI
10921092
noves_transaction: {
1093-
path: '/api/v2/proxy/3dparty/noves-fi/transactions/:hash',
1093+
path: '/api/v2/proxy/3rdparty/noves-fi/transactions/:hash',
10941094
pathParams: [ 'hash' as const ],
10951095
},
10961096
noves_address_history: {
1097-
path: '/api/v2/proxy/3dparty/noves-fi/addresses/:address/transactions',
1097+
path: '/api/v2/proxy/3rdparty/noves-fi/addresses/:address/transactions',
10981098
pathParams: [ 'address' as const ],
10991099
filterFields: [],
11001100
},
11011101
noves_describe_txs: {
1102-
path: '/api/v2/proxy/3dparty/noves-fi/transaction-descriptions',
1102+
path: '/api/v2/proxy/3rdparty/noves-fi/transaction-descriptions',
11031103
},
11041104

11051105
// USER OPS

0 commit comments

Comments
 (0)