Skip to content

Commit

Permalink
add lcd port
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Dec 7, 2023
1 parent f09a3d0 commit 34b2907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexers/warp-protocol/src/utils/Environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Environment {

// override to private lcd with uncapped rate limiting
if (process.env.NETWORK === 'mainnet') {
lcdClientConfig['phoenix-1'].lcd = 'http://rpc-lcd.phoenix-1.internal';
lcdClientConfig['phoenix-1'].lcd = 'http://rpc-lcd.phoenix-1.internal:1317';
}

Environment.lcd = new LCDClient(lcdClientConfig);
Expand Down

0 comments on commit 34b2907

Please sign in to comment.