浏览代码

add config for fuel mainnet for price pusher (#2087)

Daniel Chew 1 年之前
父节点
当前提交
5e82b31030
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      apps/price_pusher/config.fuel.mainnet.sample.json

+ 7 - 0
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"
+}