Skip to content

Commit

Permalink
Merge pull request #353 from alchemyplatform/starknet-v6-v2
Browse files Browse the repository at this point in the history
make v0.6 default in starknet api playgrounds
  • Loading branch information
SahilAujla authored Feb 6, 2024
2 parents 368ebe6 + dd79c84 commit 1912197
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 192 deletions.
8 changes: 0 additions & 8 deletions starknet/starknet_addDeclareTransaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Submit a new class declaration transaction
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_addDeployAccountTransaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Submit a new deploy account transaction
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_addInvokeTransaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Submit a new transaction to be added to the chain
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_blockHashAndNumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the most recent accepted block hash and number
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_blockNumber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the most recent accepted block number
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Call a starknet function without creating a StarkNet transaction
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_chainId.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Return the currently configured Starknet chain id
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_estimateFee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Estimate the fee for StarkNet transactions
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_estimateMessageFee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Estimate the L2 fee of a message sent on L1
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getBlockTransactionCount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the number of transactions in a block given a block id
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getBlockWithTxHashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get block information with transaction hashes given the block id
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getBlockWithTxs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get block information with full transactions given the block id
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getClass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the contract class definition in the given block associated with the given hash
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getClassAt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the contract class definition in the given block at the given address
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getClassHashAt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the contract class hash in the given block for the contract deployed at the given address
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getEvents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Returns all events matching the given filter
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getNonce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the nonce associated with the given address in the given block
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getStateUpdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the information about the result of executing the requested block
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getStorageAt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the value of the storage at the given address and key
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getTransactionByBlockIdAndIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the details of a transaction by a given block id and index
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getTransactionByHash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the details and status of a submitted transaction
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_getTransactionReceipt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Get the transaction receipt by the transaction hash
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_pendingTransactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Returns the transactions in the transaction pool, recognized by this sequencer
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down
8 changes: 0 additions & 8 deletions starknet/starknet_syncing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ info:
description: Returns an object about the sync status, or false if the node is not synching
version: '1.0'
servers:
- url: 'https://{network}.g.alchemy.com/v2/'
variables:
network:
enum:
- starknet-mainnet
- starknet-goerli
- starknet-sepolia
default: starknet-mainnet
- url: 'https://{network}.g.alchemy.com/starknet/version/rpc/{version}/'
variables:
network:
Expand Down

0 comments on commit 1912197

Please sign in to comment.