Skip to content

Commit 1da1481

Browse files
committed
added hypersync_config in config
1 parent 6d5de3f commit 1da1481

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: OrderBook indexer
22
networks:
33
- id: 0
44
start_block: 0
5+
hypersync_config:
6+
url: https://fuel-testnet-resync.hypersync.xyz
57
contracts:
68
- name: OrderBook
79
address: 0x7278edd30be6b982d3196ffb2790321d8546814226e51e82c8136c8f6d3c0c97

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spark-order-book",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"scripts": {
55
"clean": "tsc --clean",
66
"build": "tsc --build",

tests/harness.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use dotenv::dotenv;
1111
use serde::Serialize;
1212

1313

14-
const ORDER_ID: &str = "0x91966456ef6cc10efb1eda75c49b2822d32786cecf939fc245eb48c2313f5d80";
14+
const ORDER_ID: &str = "0x2960170c5d3a9c05f29fd6159f0335b742cf5339aba8a39b89172143f8313bf8";
1515

1616

1717
#[derive(Debug, Serialize)]

0 commit comments

Comments
 (0)