Skip to content

Commit

Permalink
Merge pull request #350 from immutable/feat/update-zkevm-api-2024-11-…
Browse files Browse the repository at this point in the history
…13-10-04-58

feat: update immutable zkEVM API package
  • Loading branch information
nattb8 authored Nov 13, 2024
2 parents 8aa40ef + e0b55ad commit e7ec084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion sample/Tests/src/fetch_otp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def get_mailslurp_client():
configuration = mailslurp_client.Configuration()
configuration.api_key['x-api-key'] = '***REMOVED***' #os.getenv('MAILSLURP_API_KEY')
configuration.api_key['x-api-key'] = '31750ed2e66c1fe56566877d5297fbdd6f8bba046942fab2909f495aeb7f1533' #os.getenv('MAILSLURP_API_KEY')
api_client = mailslurp_client.ApiClient(configuration)
waitfor_controller = WaitForControllerApi(api_client)
return waitfor_controller
Expand Down
6 changes: 0 additions & 6 deletions src/Packages/ZkEvmApi/api~/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3395,7 +3395,6 @@ paths:
summary: Get list of metadata attribute filters
tags:
- metadata-search
x-hide-from-sdk: true
/v1/chains/{chain_name}/search/nfts:
get:
description: Search NFTs
Expand Down Expand Up @@ -3526,7 +3525,6 @@ paths:
summary: Search NFTs
tags:
- metadata-search
x-hide-from-sdk: true
/v1/chains/{chain_name}/search/stacks:
get:
description: Search NFT stacks
Expand Down Expand Up @@ -3684,7 +3682,6 @@ paths:
summary: Search NFT stacks
tags:
- metadata-search
x-hide-from-sdk: true
/v1/chains/{chain_name}/stacks:
get:
description: "List NFT stack bundles by stack_id. This endpoint functions similarly\
Expand Down Expand Up @@ -3771,7 +3768,6 @@ paths:
\ Listings & Stack Count information for each stack"
tags:
- metadata
x-hide-from-sdk: true
/v1/chains/{chain_name}/quotes/{contract_address}/stacks:
get:
description: Get pricing data for a list of stack ids
Expand Down Expand Up @@ -3870,7 +3866,6 @@ paths:
summary: Get pricing data for a list of stack ids
tags:
- pricing
x-hide-from-sdk: true
/v1/chains/{chain_name}/quotes/{contract_address}/nfts:
get:
description: pricing data for a list of token ids
Expand Down Expand Up @@ -3968,7 +3963,6 @@ paths:
summary: Get pricing data for a list of token ids
tags:
- pricing
x-hide-from-sdk: true
components:
headers:
MetadataRefreshLimit:
Expand Down

0 comments on commit e7ec084

Please sign in to comment.