Skip to content

Commit

Permalink
feat: replace INDEXER_SERVICE_URL to use nearblock
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Mar 12, 2024
1 parent 28e93de commit 640d4e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/frontend/src/config/environmentDefaults/mainnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default {
EXPLORE_DEFI_URL: 'https://awesomenear.com/categories/defi/',
EXPLORER_URL: 'https://explorer.mainnet.near.org',
HIDE_SIGN_IN_WITH_LEDGER_ENTER_ACCOUNT_ID_MODAL: false,
INDEXER_SERVICE_URL: 'https://api.kitwallet.app',
// INDEXER_SERVICE_URL: 'https://api.kitwallet.app',
INDEXER_SERVICE_URL: 'https://api.nearblocks.io/v1/kitwallet',
LINKDROP_GAS: '100000000000000',
LOCKUP_ACCOUNT_ID_SUFFIX: 'lockup.near',
MIN_BALANCE_FOR_GAS: nearApiJs.utils.format.parseNearAmount('0.05'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default {
EXPLORE_DEFI_URL: 'https://awesomenear.com/categories/defi/',
EXPLORER_URL: 'https://explorer.mainnet.near.org',
HIDE_SIGN_IN_WITH_LEDGER_ENTER_ACCOUNT_ID_MODAL: false,
INDEXER_SERVICE_URL: 'https://staging-api.kitwallet.app',
// INDEXER_SERVICE_URL: 'https://staging-api.kitwallet.app',
INDEXER_SERVICE_URL: 'https://api.nearblocks.io/v1/kitwallet',
LINKDROP_GAS: '100000000000000',
LOCKUP_ACCOUNT_ID_SUFFIX: 'lockup.near',
MIN_BALANCE_FOR_GAS: nearApiJs.utils.format.parseNearAmount('0.05'),
Expand Down

0 comments on commit 640d4e8

Please sign in to comment.