@@ -93,7 +93,7 @@ cd price_pusher
93
93
npm run start -- evm --endpoint wss://example-rpc.com \
94
94
--pyth-contract-address 0xff1a0f4744e8582DF...... \
95
95
--price-service-endpoint https://example-hermes-rpc.com \
96
- --price-config-file "path/to/price-config.testnet .sample.yaml" \
96
+ --price-config-file "path/to/price-config.beta .sample.yaml" \
97
97
--mnemonic-file "path/to/mnemonic.txt" \
98
98
[--pushing-frequency 10] \
99
99
[--polling-frequency 5] \
@@ -102,17 +102,18 @@ npm run start -- evm --endpoint wss://example-rpc.com \
102
102
# For Injective
103
103
npm run start -- injective --grpc-endpoint https://grpc-endpoint.com \
104
104
--pyth-contract-address inj1z60tg0... --price-service-endpoint "https://example-hermes-rpc.com" \
105
- --price-config-file "path/to/price-config.testnet .sample.yaml" \
105
+ --price-config-file "path/to/price-config.beta .sample.yaml" \
106
106
--mnemonic-file "path/to/mnemonic.txt" \
107
107
--network testnet \
108
+ [--gas-price 500000000] \
108
109
[--pushing-frequency 10] \
109
110
[--polling-frequency 5]
110
111
111
112
# For Aptos
112
113
npm run start -- aptos --endpoint https://fullnode.testnet.aptoslabs.com/v1 \
113
114
--pyth-contract-address 0x7e783b349d3e89cf5931af376ebeadbfab855b3fa239b7ada8f5a92fbea6b387 \
114
115
--price-service-endpoint "https://example-hermes-rpc.com" \
115
- --price-config-file "./ price-config.testnet .sample.yaml" \
116
+ --price-config-file "path/to/ price-config.beta .sample.yaml" \
116
117
--mnemonic-file "path/to/mnemonic.txt" \
117
118
[--pushing-frequency 10] \
118
119
[--polling-frequency 5]
@@ -127,7 +128,7 @@ npm run start -- sui \
127
128
--price-feed-to-price-info-object-table-id 0xf8929174008c662266a1adde78e1e8e33016eb7ad37d379481e860b911e40ed5 \
128
129
--price-service-endpoint https://example-hermes-rpc.com \
129
130
--mnemonic-file ./mnemonic \
130
- --price-config-file ./price-config.testnet .sample.yaml \
131
+ --price-config-file ./price-config.beta .sample.yaml \
131
132
[--pushing-frequency 10] \
132
133
[--polling-frequency 5] \
133
134
[--num-gas-objects 30]
0 commit comments