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 1
1
{
2
2
"endpoint" : " https://endpoints.omniatech.io/v1/fantom/testnet/public" ,
3
- "pyth-contract-address" : " 0xff1a0f4744e8582DF1aE09D5611b887B6a12925CZ " ,
3
+ "pyth-contract-address" : " 0xff1a0f4744e8582DF1aE09D5611b887B6a12925C " ,
4
4
"price-service-endpoint" : " https://xc-testnet.pyth.network" ,
5
5
"mnemonic-file" : " ./mnemonic" ,
6
6
"price-config-file" : " ./price-config.testnet.sample.yaml"
Original file line number Diff line number Diff line change @@ -58,23 +58,25 @@ services:
58
58
restart : always
59
59
command :
60
60
- " --"
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"
66
73
configs :
67
- - command_config
68
74
- mnemonic
69
75
- price_config
70
76
depends_on :
71
77
price-service :
72
78
condition : service_healthy
73
79
configs :
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
78
80
mnemonic :
79
81
file : ./mnemonic # Replace this with the path to the mnemonic file
80
82
price_config :
You can’t perform that action at this time.
0 commit comments