Skip to content

Commit

Permalink
update price-feeder version, update local_node.sh to compatible with …
Browse files Browse the repository at this point in the history
…updated price-feeder
  • Loading branch information
leonz789 committed Feb 19, 2025
1 parent faf21a2 commit 1413a38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/ledgerwatch/erigon-lib v0.0.0-20230210071639-db0e7ed11263 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
)

Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/ExocoreNetwork/evmos/v16 v16.0.3-0.20240828081344-d5cfcd34a812 h1:4P/4GZ89DOy9uNPDlEwebPytKltbimq8wn9XiuX96vw=
github.com/ExocoreNetwork/evmos/v16 v16.0.3-0.20240828081344-d5cfcd34a812/go.mod h1:w0vtRYI4I0/O8eihq6ZuDvlca4ZiYCKN6vpakG9zHcc=
github.com/ExocoreNetwork/price-feeder v0.0.0-20241211184332-72b02c56c68d h1:RPRwYV0q8W0AbP4jMAuDWEtWRBkHhdyIV67KWDwL07s=
github.com/ExocoreNetwork/price-feeder v0.0.0-20241211184332-72b02c56c68d/go.mod h1:70eOowihfMzbtxg2US9h9CjiRa86ZqltFPc6rCzcy8I=
github.com/ExocoreNetwork/price-feeder v0.2.3 h1:Myf3CzdXyx778VAZCxBB1lYC8tLVlQj9ODW+QbNz4/g=
github.com/ExocoreNetwork/price-feeder v0.2.3/go.mod h1:kR8x3GczOouw1THBRl9S6PlUqPmTKe1Rtma8tm9VHTM=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
Expand Down Expand Up @@ -1640,8 +1640,6 @@ go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.10.0 h1:9qC72Qh0+3MqyJbAn8YU5xVq1frD8bn3JtD2oXtafVQ=
go.uber.org/atomic v1.10.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
Expand Down
20 changes: 11 additions & 9 deletions local_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,21 +229,23 @@ EOF
# generate oracle_feeder.yaml file
oracle_feeder_content=$(
cat <<EOF
sources:
- chainlink
tokens:
- ETHUSDT
- WSTETHUSDT
- token: ETHUSDT
sources: chainlink
- token: NSTETH
sources: beaconchain
- token: WSTETH
sources: chainlink
sender:
mnemonic: ""
path: $HOMEDIR/config
exocore:
chainid: $CHAINID
appName: exocore
rpc: 127.0.0.1:9090
ws:
addr: !!str ws://127.0.0.1:26657
endpoint: /websocket
grpc: 127.0.0.1:9090
ws: !!str ws://127.0.0.1:26657/websocket
rpc: !!str http://127.0.0.1:26657
debugger:
grpc: !!str :50051
EOF
)

Expand Down

0 comments on commit 1413a38

Please sign in to comment.