Skip to content

Commit 92a82df

Browse files
update LCD with terra classic community lcd
1 parent f63b078 commit 92a82df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This solution has 2 components:
3939
* ORACLE_FEEDER_PASSWORD=password (Optional) (Oracle feeder keyring password)
4040
* ORACLE_FEEDER_MNENOMIC="mnemonic" (Mandatory) (Oracle feeder mnemonic, this address will be responsible for updating price)
4141
* ORACLE_FEEDER_VALIDATORS=terravaloper1xxx (Mandatory) (Oracle feeder validator that feeder address is bount to) [How to bound?](feeder/README.md#make-a-new-key-for-oracle-votes) (**REMEMBER TO BOUND YOUR VOTER TO VALIDATOR BEFORE RUNNING**)
42-
* ORACLE_FEEDER_LCD_ADDRESS=https://terra-classic-lcd.publicnode.com,https://lcd.terrarebels.net (Optional)
42+
* ORACLE_FEEDER_LCD_ADDRESS=https://terra-classic-lcd.publicnode.com,https://lcd.terraclassic.community (Optional)
4343
* ORACLE_FEEDER_CHAIN_ID=columbus-5 (Optional)
4444
* ORACLE_FEEDER_ADDR_PREFIX=terra (Optional)
4545

feeder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18-alpine
33
RUN apk add --no-cache curl jq
44

55
ENV ORACLE_FEEDER_DATA_SOURCE_URL=http://localhost:8532/latest
6-
ENV ORACLE_FEEDER_LCD_ADDRESS=https://terra-classic-lcd.publicnode.com,https://lcd.terrarebels.net
6+
ENV ORACLE_FEEDER_LCD_ADDRESS=https://terra-classic-lcd.publicnode.com,https://lcd.terraclassic.community
77
ENV ORACLE_FEEDER_CHAIN_ID=columbus-5
88
ENV ORACLE_FEEDER_KEY_NAME=voter
99
ENV ORACLE_FEEDER_KEY_PATH=voter.json

feeder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can start feeder with arguments or env.
5757
``` shell
5858
$ npm start vote -- \
5959
-d http://localhost:8532/latest \
60-
--lcd-url https://columbus-lcd.terra.dev \
60+
--lcd-url https://lcd.terraclassic.community \
6161
--chain-id colmbus-5 \
6262
--validators anrvaloper1xx \
6363
--validators anrvaloper1yy \
@@ -75,7 +75,7 @@ You can start feeder with arguments or env.
7575
| --------------------- | -------------------------------- | --------------------------------------------------------- | ------------------------------ |
7676
| `password` | `ORACLE_FEEDER_PASSWORD` | Password for mnemonic (assigned in step #2) | `12345678` |
7777
| `data-source-url` | `ORACLE_FEEDER_DATA_SOURCE_URL` | Price server URL. | http://localhost:8532/latest |
78-
| `lcd-url` | `ORACLE_FEEDER_LCD_ADDRESS` | LCD server URL (can be multiple) | https://columbus-lcd.terra.dev |
78+
| `lcd-url` | `ORACLE_FEEDER_LCD_ADDRESS` | LCD server URL (can be multiple) | https://lcd.terraclassic.community |
7979
| `chain-id` | `ORACLE_FEEDER_CHAIN_ID` | Chain ID. | `colmbus-5 ` |
8080
| `validators` | `ORACLE_FEEDER_VALIDATORS` | Validator to submit prices for (can be multiple) | `anrvaloper1xx...` |
8181
| `key-name` | `ORACLE_FEEDER_KEY_NAME` | name to be given to the key that will be encrypted in file| `voter` |

0 commit comments

Comments
 (0)