From 74bf959cc6a53d23588bc10270ae845d629988c1 Mon Sep 17 00:00:00 2001 From: Daniel Chew Date: Mon, 4 Nov 2024 12:36:42 +0900 Subject: [PATCH] add config for fuel mainnet for price pusher --- apps/price_pusher/config.fuel.mainnet.sample.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/price_pusher/config.fuel.mainnet.sample.json diff --git a/apps/price_pusher/config.fuel.mainnet.sample.json b/apps/price_pusher/config.fuel.mainnet.sample.json new file mode 100644 index 000000000..52919d39d --- /dev/null +++ b/apps/price_pusher/config.fuel.mainnet.sample.json @@ -0,0 +1,7 @@ +{ + "endpoint": "https://mainnet.fuel.network/v1/graphql", + "pyth-contract-address": "0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da", + "price-service-endpoint": "https://hermes.pyth.network", + "private-key-file": "./mnemonic", + "price-config-file": "./price-config.stable.sample.yaml" +}