File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,9 @@ async fn main() {
245245 . help ( "HTTP endpoint of an Arweave gateway" ) ,
246246 )
247247 . arg (
248- Arg :: with_name ( "3box-profile-http " )
248+ Arg :: with_name ( "3box-api " )
249249 . default_value ( "https://ipfs.3box.io/" )
250- . long ( "3box-profile-http " )
250+ . long ( "3box-api " )
251251 . value_name ( "URL" )
252252 . help ( "HTTP endpoint for 3box profiles" ) ,
253253 )
@@ -342,7 +342,7 @@ async fn main() {
342342 ) ) ;
343343
344344 let three_box_adapter = Arc :: new ( ThreeBoxAdapter :: new (
345- matches. value_of ( "3box-profile-http " ) . unwrap ( ) . to_string ( ) ,
345+ matches. value_of ( "3box-api " ) . unwrap ( ) . to_string ( ) ,
346346 ) ) ;
347347
348348 info ! ( logger, "Starting up" ) ;
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const DATA_SOURCE_NETWORK: usize = 40;
7373const DATA_SOURCE_CREATE_WITH_CONTEXT : usize = 41 ;
7474const DATA_SOURCE_CONTEXT : usize = 42 ;
7575const JSON_TRY_FROM_BYTES_FUNC_INDEX : usize = 43 ;
76- const ARWEAVE_TRANSACTION_DATA : usize = 43 ;
76+ const ARWEAVE_TRANSACTION_DATA : usize = 44 ;
7777const BOX_PROFILE : usize = 45 ;
7878
7979/// Transform function index into the function name string
You can’t perform that action at this time.
0 commit comments