Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Jan 5, 2024
1 parent 33c530b commit daf6362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CRONOS_NODE_URL=https://cronos.blockpi.network/v1/rpc/public
ARBITRUM_NODE_URL=https://arb-mainnet-public.unifra.io
ZKSYNC-ERA_NODE_URL=https://mainnet.era.zksync.io
ELYSIUM_NODE_URL=https://rpc.elysiumchain.tech
CORE_NODE_URL=https://rpc-core.icecreamswap.com
CORE_NODE_URL=https://core.public.infstones.com
BASE_NODE_URL=https://base.llamarpc.com
LINEA_NODE_URL=https://rpc.linea.build
##======================== LOGSTASH ========================
Expand Down
2 changes: 1 addition & 1 deletion src/util/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const data = {
},
core: {
prefix: 'core_',
delay: 400,
delay: 0,
},
},
FILTERS: {
Expand Down

0 comments on commit daf6362

Please sign in to comment.