diff --git a/src/common/typedefs/hash.rs b/src/common/typedefs/hash.rs index 93fc465..741fc11 100644 --- a/src/common/typedefs/hash.rs +++ b/src/common/typedefs/hash.rs @@ -47,7 +47,9 @@ impl<'__s> ToSchema<'__s> for Hash { .schema_type(SchemaType::String) .description(Some("A 32-byte hash represented as a base58 string.")) .example(Some(serde_json::Value::String( - Hash::new_unique().to_base58(), + Hash::try_from("11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP") + .unwrap() + .to_base58(), ))) .build(), ); diff --git a/src/openapi/mod.rs b/src/openapi/mod.rs index e568cef..c6d183c 100644 --- a/src/openapi/mod.rs +++ b/src/openapi/mod.rs @@ -323,7 +323,7 @@ pub fn update_docs(is_test: bool) { path_item.summary = Some(spec.name.clone()); doc.paths.paths.insert("/".to_string(), path_item); doc.servers = Some(vec![ServerBuilder::new() - .url("https://devnet.helius-rpc.com?api-key=".to_string()) + .url("https://mainnet.helius-rpc.com?api-key=".to_string()) .build()]); let yaml = doc.to_yaml().unwrap(); diff --git a/src/openapi/specs/getCompressedAccount.yaml b/src/openapi/specs/getCompressedAccount.yaml index ba3f923..7331ea3 100644 --- a/src/openapi/specs/getCompressedAccount.yaml +++ b/src/openapi/specs/getCompressedAccount.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedAccount post: requestBody: @@ -55,7 +55,7 @@ paths: additionalProperties: false example: address: null - hash: '11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP' + hash: '11111111111111111111111111111111' required: true responses: '200': diff --git a/src/openapi/specs/getCompressedAccountBalance.yaml b/src/openapi/specs/getCompressedAccountBalance.yaml index a9d7a48..7145562 100644 --- a/src/openapi/specs/getCompressedAccountBalance.yaml +++ b/src/openapi/specs/getCompressedAccountBalance.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedAccountBalance post: requestBody: @@ -105,12 +105,12 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5 + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj - example: 111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj + default: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP UnsignedInteger: type: integer default: 100 diff --git a/src/openapi/specs/getCompressedAccountProof.yaml b/src/openapi/specs/getCompressedAccountProof.yaml index ea67b54..9cfbbe6 100644 --- a/src/openapi/specs/getCompressedAccountProof.yaml +++ b/src/openapi/specs/getCompressedAccountProof.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedAccountProof post: requestBody: @@ -93,7 +93,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111BTngbpkVTh3nGGdFdufHcG5TN7hXV6AfDy + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP MerkleProofWithContext: type: object required: @@ -126,5 +126,5 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111B4T5ciTCkWauSqVAcVKy88ofjcSamrapud - example: 1111111B4T5ciTCkWauSqVAcVKy88ofjcSamrapud + default: 11111116djSnXB2wXVGT4xDLsfTnkp1p4cCxHAfRq + example: 11111116djSnXB2wXVGT4xDLsfTnkp1p4cCxHAfRq diff --git a/src/openapi/specs/getCompressedAccountsByOwner.yaml b/src/openapi/specs/getCompressedAccountsByOwner.yaml index 098c37a..765fa4f 100644 --- a/src/openapi/specs/getCompressedAccountsByOwner.yaml +++ b/src/openapi/specs/getCompressedAccountsByOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedAccountsByOwner post: requestBody: @@ -181,7 +181,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 11111116djSnXB2wXVGT4xDLsfTnkp1p4cCxHAfRq + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP Limit: type: integer format: int64 @@ -212,8 +212,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111116EPqoQskEM2Pddp8KTL9JdYEBZMGF3aq7V - example: 11111116EPqoQskEM2Pddp8KTL9JdYEBZMGF3aq7V + default: 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm + example: 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm UnsignedInteger: type: integer default: 100 diff --git a/src/openapi/specs/getCompressedBalanceByOwner.yaml b/src/openapi/specs/getCompressedBalanceByOwner.yaml index 7735d74..13db8a1 100644 --- a/src/openapi/specs/getCompressedBalanceByOwner.yaml +++ b/src/openapi/specs/getCompressedBalanceByOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedBalanceByOwner post: requestBody: @@ -93,8 +93,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111114d3RrygbPdAtMuFnDmzsN8T5fYKVQ7FVr7 - example: 11111114d3RrygbPdAtMuFnDmzsN8T5fYKVQ7FVr7 + default: 11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5 + example: 11111113R2cuenjG5nFubqX9Wzuukdin2YfGQVzu5 UnsignedInteger: type: integer default: 100 diff --git a/src/openapi/specs/getCompressedMintTokenHolders.yaml b/src/openapi/specs/getCompressedMintTokenHolders.yaml index 3ff818f..bdf2c21 100644 --- a/src/openapi/specs/getCompressedMintTokenHolders.yaml +++ b/src/openapi/specs/getCompressedMintTokenHolders.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedMintTokenHolders post: requestBody: @@ -132,8 +132,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111117353mdUKehx9GW6JNHznGt5oSZs9fWkVkB - example: 11111117353mdUKehx9GW6JNHznGt5oSZs9fWkVkB + default: 11111114d3RrygbPdAtMuFnDmzsN8T5fYKVQ7FVr7 + example: 11111114d3RrygbPdAtMuFnDmzsN8T5fYKVQ7FVr7 UnsignedInteger: type: integer default: 100 diff --git a/src/openapi/specs/getCompressedTokenAccountBalance.yaml b/src/openapi/specs/getCompressedTokenAccountBalance.yaml index 2d72418..e08a5c0 100644 --- a/src/openapi/specs/getCompressedTokenAccountBalance.yaml +++ b/src/openapi/specs/getCompressedTokenAccountBalance.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedTokenAccountBalance post: requestBody: @@ -105,12 +105,12 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 11111114DhpssPJgSi1YU7hCMfYt1BJ334YgsffXm + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111113pNDtm61yGF8j2ycAwLEPsuWQXobye5qDR - example: 11111113pNDtm61yGF8j2ycAwLEPsuWQXobye5qDR + default: 111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj + example: 111111131h1vYVSYuKP6AhS86fbRdMw9XHiZAvAaj TokenAccountBalance: type: object required: diff --git a/src/openapi/specs/getCompressedTokenAccountsByDelegate.yaml b/src/openapi/specs/getCompressedTokenAccountsByDelegate.yaml index cfbd728..adf7050 100644 --- a/src/openapi/specs/getCompressedTokenAccountsByDelegate.yaml +++ b/src/openapi/specs/getCompressedTokenAccountsByDelegate.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedTokenAccountsByDelegate post: requestBody: @@ -165,7 +165,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 11111119rSGfPZLcyCGzY4uYEL1fkzJr6fke9qKxb + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP Limit: type: integer format: int64 @@ -173,8 +173,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111119T6fgHG3unjQB6vpWozhBdiXDbQovvFVeF - example: 11111119T6fgHG3unjQB6vpWozhBdiXDbQovvFVeF + default: 11111115q4EpJaTXAZWpCg3J2zppWGSZ46KXozzo9 + example: 11111115q4EpJaTXAZWpCg3J2zppWGSZ46KXozzo9 TokenAcccount: type: object required: diff --git a/src/openapi/specs/getCompressedTokenAccountsByOwner.yaml b/src/openapi/specs/getCompressedTokenAccountsByOwner.yaml index d1060c1..0266c25 100644 --- a/src/openapi/specs/getCompressedTokenAccountsByOwner.yaml +++ b/src/openapi/specs/getCompressedTokenAccountsByOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedTokenAccountsByOwner post: requestBody: @@ -165,7 +165,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP Limit: type: integer format: int64 @@ -173,8 +173,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111118eRTi4fUVRoeYEeeTyL4DPAwxatvWT5q1Z - example: 11111118eRTi4fUVRoeYEeeTyL4DPAwxatvWT5q1Z + default: 11111115RidqCHAoz6dzmXxGcfWLNzevYqNpaRAUo + example: 11111115RidqCHAoz6dzmXxGcfWLNzevYqNpaRAUo TokenAcccount: type: object required: diff --git a/src/openapi/specs/getCompressedTokenBalancesByOwner.yaml b/src/openapi/specs/getCompressedTokenBalancesByOwner.yaml index 461ff09..7ebd13e 100644 --- a/src/openapi/specs/getCompressedTokenBalancesByOwner.yaml +++ b/src/openapi/specs/getCompressedTokenBalancesByOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressedTokenBalancesByOwner post: requestBody: @@ -115,8 +115,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111115RidqCHAoz6dzmXxGcfWLNzevYqNpaRAUo - example: 11111115RidqCHAoz6dzmXxGcfWLNzevYqNpaRAUo + default: 11111113pNDtm61yGF8j2ycAwLEPsuWQXobye5qDR + example: 11111113pNDtm61yGF8j2ycAwLEPsuWQXobye5qDR TokenBalance: type: object required: diff --git a/src/openapi/specs/getCompressionSignaturesForAccount.yaml b/src/openapi/specs/getCompressionSignaturesForAccount.yaml index 37a67f3..fb52362 100644 --- a/src/openapi/specs/getCompressionSignaturesForAccount.yaml +++ b/src/openapi/specs/getCompressionSignaturesForAccount.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressionSignaturesForAccount post: requestBody: @@ -93,7 +93,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111FVAiSujNZVgYSc27t6zUTWoKfAGxbRzzPR + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializableSignature: type: string description: A Solana transaction signature. diff --git a/src/openapi/specs/getCompressionSignaturesForAddress.yaml b/src/openapi/specs/getCompressionSignaturesForAddress.yaml index f15cd46..1c21a38 100644 --- a/src/openapi/specs/getCompressionSignaturesForAddress.yaml +++ b/src/openapi/specs/getCompressionSignaturesForAddress.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressionSignaturesForAddress post: requestBody: @@ -117,8 +117,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111FtWKS22fGg9RG3ACuXKnwe57HfXuJfaphm - example: 1111111FtWKS22fGg9RG3ACuXKnwe57HfXuJfaphm + default: 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu + example: 111111193m4hAxmCcGXMfnjVPfNhWSjb69sDgffKu SerializableSignature: type: string description: A Solana transaction signature. diff --git a/src/openapi/specs/getCompressionSignaturesForOwner.yaml b/src/openapi/specs/getCompressionSignaturesForOwner.yaml index a844d7a..f8b8b59 100644 --- a/src/openapi/specs/getCompressionSignaturesForOwner.yaml +++ b/src/openapi/specs/getCompressionSignaturesForOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressionSignaturesForOwner post: requestBody: @@ -117,8 +117,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111GhBXQEdEh35AtuSNxMzRutcgYg3nj8kVLT - example: 1111111GhBXQEdEh35AtuSNxMzRutcgYg3nj8kVLT + default: 11111119T6fgHG3unjQB6vpWozhBdiXDbQovvFVeF + example: 11111119T6fgHG3unjQB6vpWozhBdiXDbQovvFVeF SerializableSignature: type: string description: A Solana transaction signature. diff --git a/src/openapi/specs/getCompressionSignaturesForTokenOwner.yaml b/src/openapi/specs/getCompressionSignaturesForTokenOwner.yaml index 43ce18f..a02c6a1 100644 --- a/src/openapi/specs/getCompressionSignaturesForTokenOwner.yaml +++ b/src/openapi/specs/getCompressionSignaturesForTokenOwner.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getCompressionSignaturesForTokenOwner post: requestBody: @@ -117,8 +117,8 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111HVrjNTDp7PzvXmiZ1Cf4t9AFogZg9bv9y9 - example: 1111111HVrjNTDp7PzvXmiZ1Cf4t9AFogZg9bv9y9 + default: 11111119rSGfPZLcyCGzY4uYEL1fkzJr6fke9qKxb + example: 11111119rSGfPZLcyCGzY4uYEL1fkzJr6fke9qKxb SerializableSignature: type: string description: A Solana transaction signature. diff --git a/src/openapi/specs/getIndexerHealth.yaml b/src/openapi/specs/getIndexerHealth.yaml index 40d675f..1eb30b7 100644 --- a/src/openapi/specs/getIndexerHealth.yaml +++ b/src/openapi/specs/getIndexerHealth.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getIndexerHealth post: requestBody: diff --git a/src/openapi/specs/getIndexerSlot.yaml b/src/openapi/specs/getIndexerSlot.yaml index 606508e..9aa5305 100644 --- a/src/openapi/specs/getIndexerSlot.yaml +++ b/src/openapi/specs/getIndexerSlot.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getIndexerSlot post: requestBody: diff --git a/src/openapi/specs/getLatestCompressionSignatures.yaml b/src/openapi/specs/getLatestCompressionSignatures.yaml index adc76b9..5c940d1 100644 --- a/src/openapi/specs/getLatestCompressionSignatures.yaml +++ b/src/openapi/specs/getLatestCompressionSignatures.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getLatestCompressionSignatures post: requestBody: diff --git a/src/openapi/specs/getLatestNonVotingSignatures.yaml b/src/openapi/specs/getLatestNonVotingSignatures.yaml index b545f8a..134475f 100644 --- a/src/openapi/specs/getLatestNonVotingSignatures.yaml +++ b/src/openapi/specs/getLatestNonVotingSignatures.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getLatestNonVotingSignatures post: requestBody: diff --git a/src/openapi/specs/getMultipleCompressedAccountProofs.yaml b/src/openapi/specs/getMultipleCompressedAccountProofs.yaml index 5f17607..d1c34f8 100644 --- a/src/openapi/specs/getMultipleCompressedAccountProofs.yaml +++ b/src/openapi/specs/getMultipleCompressedAccountProofs.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getMultipleCompressedAccountProofs post: requestBody: @@ -92,7 +92,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111CGTta3M4t3yXu8uRgkKvaWd2d8DQuZLKrf + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP MerkleProofWithContext: type: object required: @@ -125,5 +125,5 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111Bs8Haw3nAsWf5hmLfKzc6PMEzcxUCKkVYK - example: 1111111Bs8Haw3nAsWf5hmLfKzc6PMEzcxUCKkVYK + default: 11111117353mdUKehx9GW6JNHznGt5oSZs9fWkVkB + example: 11111117353mdUKehx9GW6JNHznGt5oSZs9fWkVkB diff --git a/src/openapi/specs/getMultipleCompressedAccounts.yaml b/src/openapi/specs/getMultipleCompressedAccounts.yaml index 153c090..388770c 100644 --- a/src/openapi/specs/getMultipleCompressedAccounts.yaml +++ b/src/openapi/specs/getMultipleCompressedAccounts.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getMultipleCompressedAccounts post: requestBody: @@ -172,12 +172,12 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs - example: 11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs + default: 111111152P2r5yt6odmBLPsFCLBrFisJ3aS7LqLAT + example: 111111152P2r5yt6odmBLPsFCLBrFisJ3aS7LqLAT UnsignedInteger: type: integer default: 100 diff --git a/src/openapi/specs/getMultipleNewAddressProofs.yaml b/src/openapi/specs/getMultipleNewAddressProofs.yaml index c054873..5d8a7ca 100644 --- a/src/openapi/specs/getMultipleNewAddressProofs.yaml +++ b/src/openapi/specs/getMultipleNewAddressProofs.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getMultipleNewAddressProofs post: requestBody: @@ -91,7 +91,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111D596YFweJQuHY1BbjazZYmAbt8jJL2VzVM + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP MerkleContextWithNewAddressProof: type: object required: @@ -135,5 +135,5 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111CfoVZ9eMbESQia3WiAfF4dtpFdUMcnvAB1 - example: 1111111CfoVZ9eMbESQia3WiAfF4dtpFdUMcnvAB1 + default: 11111117SQekjmcMtR25wEPPiL6m1Mb5586NkLL4X + example: 11111117SQekjmcMtR25wEPPiL6m1Mb5586NkLL4X diff --git a/src/openapi/specs/getMultipleNewAddressProofsV2.yaml b/src/openapi/specs/getMultipleNewAddressProofsV2.yaml index 7f510b0..31900a3 100644 --- a/src/openapi/specs/getMultipleNewAddressProofsV2.yaml +++ b/src/openapi/specs/getMultipleNewAddressProofsV2.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getMultipleNewAddressProofsV2 post: requestBody: @@ -102,7 +102,7 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111DspJWUYDimq3AsTmnRfCX1iB99FBkVff83 + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP MerkleContextWithNewAddressProof: type: object required: @@ -146,5 +146,5 @@ components: SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111DUUhXNEw1bNAMSKgm1Kt2tSPWdzF3G5poh - example: 1111111DUUhXNEw1bNAMSKgm1Kt2tSPWdzF3G5poh + default: 11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs + example: 11111117qkFjr4u54stuNNUR8fRF8dNhaP35yvANs diff --git a/src/openapi/specs/getTransactionWithCompressionInfo.yaml b/src/openapi/specs/getTransactionWithCompressionInfo.yaml index 7409f91..9842990 100644 --- a/src/openapi/specs/getTransactionWithCompressionInfo.yaml +++ b/src/openapi/specs/getTransactionWithCompressionInfo.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getTransactionWithCompressionInfo post: requestBody: @@ -160,12 +160,12 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111Af7Udc9v3L82dQM5b4zee1Xt77Be4czzbH + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111AFmseVrdL9f9oyCzZefL9tG6UbvhMPRAGw - example: 1111111AFmseVrdL9f9oyCzZefL9tG6UbvhMPRAGw + default: 11111116EPqoQskEM2Pddp8KTL9JdYEBZMGF3aq7V + example: 11111116EPqoQskEM2Pddp8KTL9JdYEBZMGF3aq7V SerializableSignature: type: string description: A Solana transaction signature. diff --git a/src/openapi/specs/getValidityProof.yaml b/src/openapi/specs/getValidityProof.yaml index 946a875..fd4758a 100644 --- a/src/openapi/specs/getValidityProof.yaml +++ b/src/openapi/specs/getValidityProof.yaml @@ -4,11 +4,11 @@ info: description: Solana indexer for general compression license: name: Apache-2.0 - version: 0.45.0 + version: 0.47.0 servers: -- url: https://mainnet.helius-rpc.com +- url: https://mainnet.helius-rpc.com?api-key= paths: - /?api-key=: + /: summary: getValidityProof post: requestBody: @@ -165,9 +165,9 @@ components: Hash: type: string description: A 32-byte hash represented as a base58 string. - example: 1111111EgVWUh8o98knojjwqGKqVGFkQ9m5AxqKkj + example: 11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP SerializablePubkey: type: string description: A Solana public key represented as a base58 string. - default: 1111111EH9uVaqWRxHuzJbroqzX18yxmeW8TjFVSP - example: 1111111EH9uVaqWRxHuzJbroqzX18yxmeW8TjFVSP + default: 11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD + example: 11111118F5rixNBnFLmioWZSYzjjFuAL5dyoDVzhD