Skip to content

Commit

Permalink
add config for fuel mainnet for price pusher (#2087)
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Nov 4, 2024
1 parent 0f028c6 commit 5e82b31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/price_pusher/config.fuel.mainnet.sample.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 5e82b31

Please sign in to comment.