File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
src/Packages/ZkEvmApi/api~ Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
def get_mailslurp_client ():
10
10
configuration = mailslurp_client .Configuration ()
11
- configuration .api_key ['x-api-key' ] = '***REMOVED*** ' #os.getenv('MAILSLURP_API_KEY')
11
+ configuration .api_key ['x-api-key' ] = '31750ed2e66c1fe56566877d5297fbdd6f8bba046942fab2909f495aeb7f1533 ' #os.getenv('MAILSLURP_API_KEY')
12
12
api_client = mailslurp_client .ApiClient (configuration )
13
13
waitfor_controller = WaitForControllerApi (api_client )
14
14
return waitfor_controller
Original file line number Diff line number Diff line change @@ -3395,7 +3395,6 @@ paths:
3395
3395
summary : Get list of metadata attribute filters
3396
3396
tags :
3397
3397
- metadata-search
3398
- x-hide-from-sdk : true
3399
3398
/v1/chains/{chain_name}/search/nfts :
3400
3399
get :
3401
3400
description : Search NFTs
@@ -3526,7 +3525,6 @@ paths:
3526
3525
summary : Search NFTs
3527
3526
tags :
3528
3527
- metadata-search
3529
- x-hide-from-sdk : true
3530
3528
/v1/chains/{chain_name}/search/stacks :
3531
3529
get :
3532
3530
description : Search NFT stacks
@@ -3684,7 +3682,6 @@ paths:
3684
3682
summary : Search NFT stacks
3685
3683
tags :
3686
3684
- metadata-search
3687
- x-hide-from-sdk : true
3688
3685
/v1/chains/{chain_name}/stacks :
3689
3686
get :
3690
3687
description : " List NFT stack bundles by stack_id. This endpoint functions similarly\
@@ -3771,7 +3768,6 @@ paths:
3771
3768
\ Listings & Stack Count information for each stack"
3772
3769
tags :
3773
3770
- metadata
3774
- x-hide-from-sdk : true
3775
3771
/v1/chains/{chain_name}/quotes/{contract_address}/stacks :
3776
3772
get :
3777
3773
description : Get pricing data for a list of stack ids
@@ -3870,7 +3866,6 @@ paths:
3870
3866
summary : Get pricing data for a list of stack ids
3871
3867
tags :
3872
3868
- pricing
3873
- x-hide-from-sdk : true
3874
3869
/v1/chains/{chain_name}/quotes/{contract_address}/nfts :
3875
3870
get :
3876
3871
description : pricing data for a list of token ids
@@ -3968,7 +3963,6 @@ paths:
3968
3963
summary : Get pricing data for a list of token ids
3969
3964
tags :
3970
3965
- pricing
3971
- x-hide-from-sdk : true
3972
3966
components :
3973
3967
headers :
3974
3968
MetadataRefreshLimit :
You can’t perform that action at this time.
0 commit comments