From e0b55ad07259a94f3f6dc6cfdf62d45f40bf68ca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Nov 2024 10:07:44 +0000 Subject: [PATCH] feat: update immutable zkEVM API package --- sample/Tests/src/fetch_otp.py | 2 +- src/Packages/ZkEvmApi/api~/openapi.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sample/Tests/src/fetch_otp.py b/sample/Tests/src/fetch_otp.py index cc612db7..5c235dc5 100644 --- a/sample/Tests/src/fetch_otp.py +++ b/sample/Tests/src/fetch_otp.py @@ -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 diff --git a/src/Packages/ZkEvmApi/api~/openapi.yaml b/src/Packages/ZkEvmApi/api~/openapi.yaml index 3915b804..4ee08c29 100644 --- a/src/Packages/ZkEvmApi/api~/openapi.yaml +++ b/src/Packages/ZkEvmApi/api~/openapi.yaml @@ -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 @@ -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 @@ -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\ @@ -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 @@ -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 @@ -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: