File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "endpoint" : " https://endpoints.omniatech.io/v1/fantom/testnet/public" ,
3- "pyth-contract-address" : " 0xff1a0f4744e8582DF1aE09D5611b887B6a12925CZ " ,
3+ "pyth-contract-address" : " 0xff1a0f4744e8582DF1aE09D5611b887B6a12925C " ,
44 "price-service-endpoint" : " https://xc-testnet.pyth.network" ,
55 "mnemonic-file" : " ./mnemonic" ,
66 "price-config-file" : " ./price-config.testnet.sample.yaml"
Original file line number Diff line number Diff line change @@ -58,23 +58,25 @@ services:
5858 restart : always
5959 command :
6060 - " --"
61- - " injective"
62- # you can choose to provide all the options here or a path to the config file
63- # we are providing a path to the config file
64- - " --config"
65- - " /command_config"
61+ - " evm"
62+ - " --endpoint"
63+ # Replace this with RPC endpoint URL for the EVM network.
64+ - " https://endpoints.omniatech.io/v1/fantom/testnet/public"
65+ - " --mnemonic-file"
66+ - " /mnemonic"
67+ - " --pyth-contract-address"
68+ - " 0xff1a0f4744e8582DF1aE09D5611b887B6a12925C"
69+ - " --price-service-endpoint"
70+ - " http://price-service:4200"
71+ - " --price-config-file"
72+ - " /price_config"
6673 configs :
67- - command_config
6874 - mnemonic
6975 - price_config
7076 depends_on :
7177 price-service :
7278 condition : service_healthy
7379configs :
74- command_config :
75- # Replace this with the path to the configuration file. You need to update the paths defined in
76- # the config file
77- file : ./config.injective.testnet.sample.json
7880 mnemonic :
7981 file : ./mnemonic # Replace this with the path to the mnemonic file
8082 price_config :
You can’t perform that action at this time.
0 commit comments