Skip to content

Commit

Permalink
fix: change cosmos endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nam Dao committed Oct 26, 2022
1 parent a25f831 commit af49759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
reactStrictMode: false,
env: {
NEXT_PUBLIC_COSMOS_API: 'http://128.199.238.171:8080',
NEXT_PUBLIC_COSMOS_API: 'https://chainindexing.astranaut.dev',
NEXT_PUBLIC_EVM_API: 'https://blockscout.astranaut.dev',
NEXT_PUBLIC_BLOCK_INTERVAL: '5000',
NEXT_PUBLIC_TRANSACTION_INTERVAL: '5000',
Expand Down

0 comments on commit af49759

Please sign in to comment.