Commit 603cfc2 1 parent 3cd6bac commit 603cfc2 Copy full SHA for 603cfc2
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ networks:
3
3
- id : 0
4
4
start_block : 0
5
5
hypersync_config :
6
- url : https://fuel-testnet-resync .hypersync.xyz
6
+ url : https://fuel-testnet.hypersync.xyz
7
7
contracts :
8
8
- name : OrderBook
9
9
address : 0x7278edd30be6b982d3196ffb2790321d8546814226e51e82c8136c8f6d3c0c97
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " spark-order-book" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"scripts" : {
5
5
"clean" : " tsc --clean" ,
6
6
"build" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use dotenv::dotenv;
11
11
use serde:: Serialize ;
12
12
13
13
14
- const ORDER_ID : & str = "0x2960170c5d3a9c05f29fd6159f0335b742cf5339aba8a39b89172143f8313bf8 " ;
14
+ const ORDER_ID : & str = "0xf034c600662bdddaf15e0fab40fb3abcac5c0c89df7eed0492bdb20391cf5870 " ;
15
15
16
16
17
17
#[ derive( Debug , Serialize ) ]
You can’t perform that action at this time.
0 commit comments