Selaa lähdekoodia

feat(config): update chain configuration to use linea_sepolia with new RPC and contract address

Daniel Chew 8 kuukautta sitten
vanhempi
sitoutus
f04a74c1ae
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      apps/argus/config.sample.yaml

+ 3 - 3
apps/argus/config.sample.yaml

@@ -1,7 +1,7 @@
 chains:
-  lightlink_pegasus:
-    geth_rpc_addr: https://replicator.pegasus.lightlink.io/rpc/v1
-    contract_addr: 0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a
+  linea_sepolia:
+    geth_rpc_addr: https://rpc.sepolia.linea.build
+    contract_addr: 0xEbe57e8045F2F230872523bbff7374986E45C486
 
     # Keeper configuration for the chain
     gas_limit: 500000