From ae2c80b7320e7391dcd1f10e65bbf4e72ac05935 Mon Sep 17 00:00:00 2001
From: Ford <ford@thegraph.com>
Date: Tue, 14 Nov 2023 14:10:47 -0800
Subject: [PATCH] docs/networks: Add example indexer-agent configs for Sepolia
 networks

---
 ...arbitrum-sepolia-indexer-agent-config.yaml | 36 +++++++++++++++++++
 .../sepolia-indexer-agent-config.yaml         | 34 ++++++++++++++++++
 2 files changed, 70 insertions(+)
 create mode 100644 docs/networks/config-examples/arbitrum-sepolia-indexer-agent-config.yaml
 create mode 100644 docs/networks/config-examples/sepolia-indexer-agent-config.yaml

diff --git a/docs/networks/config-examples/arbitrum-sepolia-indexer-agent-config.yaml b/docs/networks/config-examples/arbitrum-sepolia-indexer-agent-config.yaml
new file mode 100644
index 000000000..5b905fdda
--- /dev/null
+++ b/docs/networks/config-examples/arbitrum-sepolia-indexer-agent-config.yaml
@@ -0,0 +1,36 @@
+networkIdentifier: 'arbitrum-sepolia'
+indexerOptions:
+  address: '?'
+  mnemonic: '?'
+  url: '?'
+  geoCoordinates: [118.2923, 36.5785]
+  defaultAllocationAmount: 1000
+  allocationManagementMode: 'oversight'
+  restakeRewards: true
+  poiDisputeMonitoring: true
+  poiDisputableEpochs: 3
+  voucherRedemptionThreshold: 100
+  voucherRedemptionBatchThreshold: 250
+  rebateClaimThreshold: 100
+  rebateClaimBatchThreshold: 250
+gateway:
+  url: 'https://gateway-testnet-arbitrum.network.thegraph.com'
+subgraphs:
+  maxBlockDistance: 60
+  freshnessSleepMilliseconds: 10000
+  networkSubgraph:
+    url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-arbitrum-sepolia'
+    deployment: 'QmT8UDGK7zKd2u2NQZwhLYHdA4KM55QsivkE3ouCuX6fEj'
+  epochSubgraph:
+    url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/arbitrum-sepolia-ebo'
+    deployment: 'QmTpu2mVquoMpr4SWSM77nGkU3tcUS1Bhk1sVHpjDrAUAx'
+networkProvider:
+  url: '?'
+transactionMonitoring:
+  baseFeePerGasMax: 100
+  gasIncreaseTimeout: 90
+  gasIncreaseFactor: 1.5
+  maxTransactionAttempts: 20
+dai:
+  contractAddress: '0x9e7e607afd22906f7da6f1ec8f432d6f244278be'
+  inject: true
diff --git a/docs/networks/config-examples/sepolia-indexer-agent-config.yaml b/docs/networks/config-examples/sepolia-indexer-agent-config.yaml
new file mode 100644
index 000000000..402110c40
--- /dev/null
+++ b/docs/networks/config-examples/sepolia-indexer-agent-config.yaml
@@ -0,0 +1,34 @@
+networkIdentifier: 'sepolia'
+indexerOptions:
+  address: '?'
+  mnemonic: '?'
+  url: '?'
+  geoCoordinates: [118.2923, 36.5785]
+  defaultAllocationAmount: 5000
+  allocationManagementMode: 'oversight'
+  restakeRewards: true
+  poiDisputeMonitoring: true
+  poiDisputableEpochs: 3
+  voucherRedemptionThreshold: 100
+  voucherRedemptionBatchThreshold: 250
+  rebateClaimThreshold: 100
+  rebateClaimBatchThreshold: 250
+gateway:
+  url: 'https://gateway.testnet.thegraph.com'
+subgraphs:
+  networkSubgraph:
+    url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-sepolia'
+    deployment: 'QmdwyUJ2GNAkSxLc3dRgFULf5fN1mZWYeQLjXsdowQcfTg'
+  epochSubgraph:
+    url: 'https://api.thegraph.com/subgraphs/name/graphprotocol/sepolia-epoch-block-oracle'
+    deployment: 'QmUXAKvt84bYpkctHgXqWBjq1YY7DaTCKfmxEh8w9Xxb5X'
+networkProvider:
+  url: '?'
+transactionMonitoring:
+  baseFeePerGasMax: 100
+  gasIncreaseTimeout: 90
+  gasIncreaseFactor: 1.5
+  maxTransactionAttempts: 20
+dai:
+  contractAddress: '0x9e7e607afd22906f7da6f1ec8f432d6f244278be'
+  inject: true