Skip to content

Commit 8dc8bfa

Browse files
authored
Fix: Sablier-lockup (#16848)
1 parent b801a79 commit 8dc8bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/sablier-lockup/evm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const CHAIN_IDS_ENVIO = {
3737
// Chains that are not using the Envio indexer but using the Graph.
3838
const SUBGRAPH_ENDPOINTS = {
3939
sei: 'AJU5rBfbuApuJpeZeaz6NYuYnnhAhEy4gFkqsSdAT6xb',
40-
iotex: '2P3sxwmcWBjMUv1C79Jh4h6VopBaBZeTocYWDUQqwWFV',
40+
// iotex: '2P3sxwmcWBjMUv1C79Jh4h6VopBaBZeTocYWDUQqwWFV',
4141
};
4242

4343
const config = {

0 commit comments

Comments
 (0)