Skip to content

Commit

Permalink
elysium chain integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Aug 23, 2023
1 parent c353ed7 commit 59c3954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ TEZOS_NODE_URL=https://rpc.tzstats.com
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
##======================== LOGSTASH ========================
LOGSTASH_PORT=
LOGSTASH_HOST=
Expand Down
1 change: 1 addition & 0 deletions src/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ nodeUrls['TEZOS_NODE_URL'] = process.env['TEZOS_NODE_URL'];
nodeUrls['CRONOS_NODE_URL'] = process.env['CRONOS_NODE_URL'];
nodeUrls['ARBITRUM_NODE_URL'] = process.env['ARBITRUM_NODE_URL'];
nodeUrls['ZKSYNC-ERA_NODE_URL'] = process.env['ZKSYNC-ERA_NODE_URL'];
nodeUrls['ELYSIUM_NODE_URL'] = process.env['ELYSIUM_NODE_URL'];

export { config, nodeUrls };
4 changes: 4 additions & 0 deletions src/util/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ const data = {
prefix: 'zke_',
delay: 200,
},
elysium: {
prefix: 'lava_',
delay: 400,
},
},
FILTERS: {
MarketCapInFiat: 'marketCapInFiat',
Expand Down

0 comments on commit 59c3954

Please sign in to comment.