Commit 96d6d8fc authored by isstuev's avatar isstuev

resources rename

parent 23b1163a
...@@ -374,7 +374,7 @@ export const RESOURCES = { ...@@ -374,7 +374,7 @@ export const RESOURCES = {
}, },
deposits_count: { deposits_count: {
path: '/api/v2/optimism/deposits-count', path: '/api/v2/optimism/deposits/count',
}, },
withdrawals: { withdrawals: {
...@@ -384,7 +384,7 @@ export const RESOURCES = { ...@@ -384,7 +384,7 @@ export const RESOURCES = {
}, },
withdrawals_count: { withdrawals_count: {
path: '/api/v2/optimism/withdrawals-count', path: '/api/v2/optimism/withdrawals/count',
}, },
output_roots: { output_roots: {
...@@ -394,7 +394,7 @@ export const RESOURCES = { ...@@ -394,7 +394,7 @@ export const RESOURCES = {
}, },
output_roots_count: { output_roots_count: {
path: '/api/v2/optimism/output-roots-count', path: '/api/v2/optimism/output-roots/count',
}, },
txn_batches: { txn_batches: {
...@@ -404,7 +404,7 @@ export const RESOURCES = { ...@@ -404,7 +404,7 @@ export const RESOURCES = {
}, },
txn_batches_count: { txn_batches_count: {
path: '/api/v2/optimism/txn-batches-count', path: '/api/v2/optimism/txn-batches/count',
}, },
// DEPRECATED // DEPRECATED
......
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