Skip to content

Commit 3c79877

Browse files
committed
update
1 parent ff31c31 commit 3c79877

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/price_pusher/config.injective.testnet.sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"grpc-endpoint": "https://k8s.testnet.chain.grpc-web.injective.network",
3-
"pyth-contract-address": "inj1z60tg0tekdzcasenhuuwq3htjcd5slmgf7gpez",
3+
"pyth-contract-address": "inj18rlflp3735h25jmjx97d22c72sxk260amdjxlu",
44
"price-service-endpoint": "https://hermes-beta.pyth.network",
55
"mnemonic-file": "./mnemonic",
66
"price-config-file": "./price-config.beta.sample.yaml",

apps/price_pusher/config.sui.mainnet.sample.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"endpoint": "https://sui-testnet-rpc.allthatnode.com",
3-
"pyth-package-id": "0x00b53b0f4174108627fbee72e2498b58d6a2714cded53fac537034c220d26302",
4-
"pyth-state-id": "0xf9ff3ef935ef6cdfb659a203bf2754cebeb63346e29114a535ea6f41315e5a3f",
2+
"endpoint": "https://sui-mainnet-endpoint.blockvision.org",
3+
"pyth-package-id": "0x04e20ddf36af412a4096f9014f4a565af9e812db9a05cc40254846cf6ed0ad91",
4+
"pyth-state-id": "0x1f9310238ee9298fb703c3419030b35b22bb1cc37113e3bb5007c99aec79e5b8",
55
"wormhole-package-id": "0x5306f64e312b581766351c07af79c72fcb1cd25147157fdc2f8ad76de9a3fb6a",
66
"wormhole-state-id": "0xaeab97f96cf9877fee2883315d459552b2b921edc16d7ceac6eab944dd88919c",
77
"price-feed-to-price-info-object-table-id": "0x14b4697477d24c30c8eecc31dd1bd49a3115a9fe0db6bd4fd570cf14640b79a0",

apps/price_pusher/src/sui/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
describe:
1616
"Run price pusher for sui. Most of the arguments below are" +
1717
"network specific, so there's one set of values for mainnet and" +
18-
"another for testnet. See config.sui..sample.json for the " +
18+
" another for testnet. See config.sui.mainnet.sample.json for the " +
1919
"appropriate values for your network. ",
2020
builder: {
2121
endpoint: {

0 commit comments

Comments
 (0)