Skip to content

Commit 5e82b31

Browse files
authored
add config for fuel mainnet for price pusher (#2087)
1 parent 0f028c6 commit 5e82b31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"endpoint": "https://mainnet.fuel.network/v1/graphql",
3+
"pyth-contract-address": "0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da",
4+
"price-service-endpoint": "https://hermes.pyth.network",
5+
"private-key-file": "./mnemonic",
6+
"price-config-file": "./price-config.stable.sample.yaml"
7+
}

0 commit comments

Comments
 (0)