Skip to content

Commit e7ec084

Browse files
authored
Merge pull request #350 from immutable/feat/update-zkevm-api-2024-11-13-10-04-58
feat: update immutable zkEVM API package
2 parents 8aa40ef + e0b55ad commit e7ec084

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

sample/Tests/src/fetch_otp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def get_mailslurp_client():
1010
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')
1212
api_client = mailslurp_client.ApiClient(configuration)
1313
waitfor_controller = WaitForControllerApi(api_client)
1414
return waitfor_controller

src/Packages/ZkEvmApi/api~/openapi.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,6 @@ paths:
33953395
summary: Get list of metadata attribute filters
33963396
tags:
33973397
- metadata-search
3398-
x-hide-from-sdk: true
33993398
/v1/chains/{chain_name}/search/nfts:
34003399
get:
34013400
description: Search NFTs
@@ -3526,7 +3525,6 @@ paths:
35263525
summary: Search NFTs
35273526
tags:
35283527
- metadata-search
3529-
x-hide-from-sdk: true
35303528
/v1/chains/{chain_name}/search/stacks:
35313529
get:
35323530
description: Search NFT stacks
@@ -3684,7 +3682,6 @@ paths:
36843682
summary: Search NFT stacks
36853683
tags:
36863684
- metadata-search
3687-
x-hide-from-sdk: true
36883685
/v1/chains/{chain_name}/stacks:
36893686
get:
36903687
description: "List NFT stack bundles by stack_id. This endpoint functions similarly\
@@ -3771,7 +3768,6 @@ paths:
37713768
\ Listings & Stack Count information for each stack"
37723769
tags:
37733770
- metadata
3774-
x-hide-from-sdk: true
37753771
/v1/chains/{chain_name}/quotes/{contract_address}/stacks:
37763772
get:
37773773
description: Get pricing data for a list of stack ids
@@ -3870,7 +3866,6 @@ paths:
38703866
summary: Get pricing data for a list of stack ids
38713867
tags:
38723868
- pricing
3873-
x-hide-from-sdk: true
38743869
/v1/chains/{chain_name}/quotes/{contract_address}/nfts:
38753870
get:
38763871
description: pricing data for a list of token ids
@@ -3968,7 +3963,6 @@ paths:
39683963
summary: Get pricing data for a list of token ids
39693964
tags:
39703965
- pricing
3971-
x-hide-from-sdk: true
39723966
components:
39733967
headers:
39743968
MetadataRefreshLimit:

0 commit comments

Comments
 (0)