config.near.mainnet.sample.json 269 B

12345678
  1. {
  2. "node-url": "https://rpc.mainnet.near.org",
  3. "network": "mainnet",
  4. "account-id": "payer.near",
  5. "pyth-contract-address": "pyth-oracle.near",
  6. "price-service-endpoint": "https://hermes.pyth.network",
  7. "price-config-file": "./price-config.stable.sample.yaml"
  8. }