Skip to content

Commit 603cfc2

Browse files
committed
default hypersync_config after re-org
1 parent 3cd6bac commit 603cfc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ networks:
33
- id: 0
44
start_block: 0
55
hypersync_config:
6-
url: https://fuel-testnet-resync.hypersync.xyz
6+
url: https://fuel-testnet.hypersync.xyz
77
contracts:
88
- name: OrderBook
99
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.0.2",
3+
"version": "0.0.3",
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 = "0x2960170c5d3a9c05f29fd6159f0335b742cf5339aba8a39b89172143f8313bf8";
14+
const ORDER_ID: &str = "0xf034c600662bdddaf15e0fab40fb3abcac5c0c89df7eed0492bdb20391cf5870";
1515

1616

1717
#[derive(Debug, Serialize)]

0 commit comments

Comments
 (0)