File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ export const RESOURCES = {
635
635
filterFields : [ ] ,
636
636
} ,
637
637
address_xstar_score : {
638
- path : '/api/v2/proxy/3dparty /xname/addresses/:hash' ,
638
+ path : '/api/v2/proxy/3rdparty /xname/addresses/:hash' ,
639
639
pathParams : [ 'hash' as const ] ,
640
640
} ,
641
641
@@ -1090,16 +1090,16 @@ export const RESOURCES = {
1090
1090
1091
1091
// NOVES-FI
1092
1092
noves_transaction : {
1093
- path : '/api/v2/proxy/3dparty /noves-fi/transactions/:hash' ,
1093
+ path : '/api/v2/proxy/3rdparty /noves-fi/transactions/:hash' ,
1094
1094
pathParams : [ 'hash' as const ] ,
1095
1095
} ,
1096
1096
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' ,
1098
1098
pathParams : [ 'address' as const ] ,
1099
1099
filterFields : [ ] ,
1100
1100
} ,
1101
1101
noves_describe_txs : {
1102
- path : '/api/v2/proxy/3dparty /noves-fi/transaction-descriptions' ,
1102
+ path : '/api/v2/proxy/3rdparty /noves-fi/transaction-descriptions' ,
1103
1103
} ,
1104
1104
1105
1105
// USER OPS
You can’t perform that action at this time.
0 commit comments