From 8622dcee5226af29315edcffd245c56069f835d8 Mon Sep 17 00:00:00 2001 From: Sotatek-TanHoang Date: Tue, 17 Sep 2024 10:30:32 +0700 Subject: [PATCH 1/3] fix: repsonse docs for personal_listAccounts --- web3rpc/rpc-specs/paths/personal/listAccounts.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web3rpc/rpc-specs/paths/personal/listAccounts.yaml b/web3rpc/rpc-specs/paths/personal/listAccounts.yaml index e08777ae0..f4bd84abd 100644 --- a/web3rpc/rpc-specs/paths/personal/listAccounts.yaml +++ b/web3rpc/rpc-specs/paths/personal/listAccounts.yaml @@ -46,7 +46,9 @@ paths: - type: object properties: result: - type: string + type: array + items: + type: string description: The list of all the Klaytn account addresses example: ["0x5e97870f263700f46aa00d967821199b9bc5a120", "0x3d80b31a78c30fc628f20b2c89d7ddbf6e53cedc"] From f0a31404a43edd12192b34693029673de1dae9f5 Mon Sep 17 00:00:00 2001 From: Tan Hoang Date: Mon, 23 Sep 2024 15:11:22 +0700 Subject: [PATCH 2/3] refactor: naming & types change klay to kaia change typo in response types --- web3rpc/rpc-specs/components/schemas/common/Common.yaml | 2 +- .../components/schemas/common/KaiaTransactionTypes.yaml | 2 +- .../components/schemas/common/KlaytnTransactionTypes.yaml | 2 +- web3rpc/rpc-specs/paths/admin/addPeer.yaml | 2 +- web3rpc/rpc-specs/paths/admin/datadir.yaml | 2 +- web3rpc/rpc-specs/paths/admin/exportChain.yaml | 2 +- .../rpc-specs/paths/admin/getSpamThrottlerCandidateList.yaml | 2 +- .../rpc-specs/paths/admin/getSpamThrottlerThrottleList.yaml | 2 +- web3rpc/rpc-specs/paths/admin/getSpamThrottlerWhiteList.yaml | 2 +- web3rpc/rpc-specs/paths/admin/importChain.yaml | 2 +- web3rpc/rpc-specs/paths/admin/importChainFromString.yaml | 2 +- web3rpc/rpc-specs/paths/admin/nodeConfig.yaml | 2 +- web3rpc/rpc-specs/paths/admin/nodeInfo.yaml | 2 +- web3rpc/rpc-specs/paths/admin/peers.yaml | 2 +- web3rpc/rpc-specs/paths/admin/removePeer.yaml | 2 +- web3rpc/rpc-specs/paths/admin/saveTrieNodeCacheToDisk.yaml | 2 +- .../rpc-specs/paths/admin/setMaxSubscriptionPerWSConn.yaml | 2 +- web3rpc/rpc-specs/paths/admin/setSpamThrottlerWhiteList.yaml | 2 +- web3rpc/rpc-specs/paths/admin/spamThrottlerConfig.yaml | 2 +- web3rpc/rpc-specs/paths/admin/startHTTP.yaml | 2 +- web3rpc/rpc-specs/paths/admin/startSpamThrottler.yaml | 2 +- web3rpc/rpc-specs/paths/admin/startStateMigration.yaml | 2 +- web3rpc/rpc-specs/paths/admin/startWS.yaml | 2 +- web3rpc/rpc-specs/paths/admin/stateMigrationStatus.yaml | 2 +- web3rpc/rpc-specs/paths/admin/stopHTTP.yaml | 2 +- web3rpc/rpc-specs/paths/admin/stopSpamThrottler.yaml | 2 +- web3rpc/rpc-specs/paths/admin/stopStateMigration.yaml | 2 +- web3rpc/rpc-specs/paths/admin/stopWS.yaml | 2 +- .../rpc-specs/paths/debug/blockchainInspection/dumpBlock.yaml | 2 +- .../paths/debug/blockchainInspection/dumpStateTrie.yaml | 2 +- .../paths/debug/blockchainInspection/getBadBlocks.yaml | 2 +- .../paths/debug/blockchainInspection/getBlockRlp.yaml | 2 +- .../debug/blockchainInspection/getModifiedAccountsByHash.yaml | 2 +- .../blockchainInspection/getModifiedAccountsByNumber.yaml | 2 +- .../rpc-specs/paths/debug/blockchainInspection/preimage.yaml | 2 +- .../paths/debug/blockchainInspection/printBlock.yaml | 2 +- .../rpc-specs/paths/debug/blockchainInspection/setHead.yaml | 2 +- .../debug/blockchainInspection/startCollectingTrieStats.yaml | 2 +- .../paths/debug/blockchainInspection/startContractWarmUp.yaml | 2 +- .../paths/debug/blockchainInspection/startWarmUp.yaml | 2 +- .../paths/debug/blockchainInspection/stopWarmUp.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/backtraceAt.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/verbosity.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/verbosityByID.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/verbosityByName.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/vmodule.yaml | 2 +- web3rpc/rpc-specs/paths/debug/others/chaindbCompact.yaml | 2 +- web3rpc/rpc-specs/paths/debug/others/chaindbProperty.yaml | 4 ++-- .../paths/debug/others/getModifiedStorageNodesByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/debug/others/seedHash.yaml | 2 +- .../rpc-specs/paths/debug/others/setMutexProfileFraction.yaml | 2 +- web3rpc/rpc-specs/paths/debug/others/storageRangeAt.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml | 2 +- .../rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/startPProf.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/stopPProf.yaml | 2 +- .../rpc-specs/paths/debug/profiling/writeBlockProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml | 2 +- .../rpc-specs/paths/debug/profiling/writeMutexProfile.yaml | 2 +- .../rpc-specs/paths/debug/runtimeDebugging/freeOSMemory.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeDebugging/gcStats.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeDebugging/memStats.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeDebugging/metrics.yaml | 2 +- .../rpc-specs/paths/debug/runtimeDebugging/setGCPercent.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeDebugging/stacks.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml | 2 +- .../rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml | 2 +- .../debug/vMStandardTracing/standardTraceBadBlockToFile.yaml | 2 +- .../debug/vMStandardTracing/standardTraceBlockToFile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml | 2 +- .../rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml | 2 +- .../paths/debug/vMTracing/traceBlockByNumberRange.yaml | 2 +- .../rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/accounts.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/getBalance.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/sign.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getBlockByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getBlockReceipts.yaml | 2 +- .../paths/eth/block/getBlockTransactionCountByHash.yaml | 2 +- .../paths/eth/block/getBlockTransactionCountByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getHeaderByHash.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getStorageAt.yaml | 2 +- .../paths/eth/block/getUncleByBlockHashAndIndex.yaml | 2 +- .../paths/eth/block/getUncleByBlockNumberAndIndex.yaml | 2 +- .../rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml | 2 +- .../rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/mining.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/syncing.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/chainId.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/coinbase.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/etherbase.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/protocolVersion.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/getFilterChanges.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/getLogs.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/newBlockFilter.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/newFilter.yaml | 2 +- .../paths/eth/filter/newPendingTransactionFilter.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/subscribe.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/unsubscribe.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/call.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml | 2 +- .../eth/transaction/getRawTransactionByBlockHashAndIndex.yaml | 2 +- .../transaction/getRawTransactionByBlockNumberAndIndex.yaml | 2 +- .../paths/eth/transaction/getRawTransactionByHash.yaml | 2 +- .../eth/transaction/getTransactionByBlockHashAndIndex.yaml | 2 +- .../eth/transaction/getTransactionByBlockNumberAndIndex.yaml | 2 +- .../rpc-specs/paths/eth/transaction/getTransactionByHash.yaml | 2 +- .../paths/eth/transaction/getTransactionReceipt.yaml | 2 +- .../rpc-specs/paths/eth/transaction/pendingTransactions.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/resend.yaml | 2 +- .../rpc-specs/paths/eth/transaction/sendRawTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/governance/chainConfig.yaml | 2 +- web3rpc/rpc-specs/paths/governance/getChainConfig.yaml | 2 +- web3rpc/rpc-specs/paths/governance/getParams.yaml | 2 +- web3rpc/rpc-specs/paths/governance/getRewardsAccumulated.yaml | 2 +- web3rpc/rpc-specs/paths/governance/getStakingInfo.yaml | 4 ++-- web3rpc/rpc-specs/paths/governance/idxCache.yaml | 2 +- web3rpc/rpc-specs/paths/governance/idxCacheFromDb.yaml | 2 +- web3rpc/rpc-specs/paths/governance/itemCacheFromDb.yaml | 2 +- web3rpc/rpc-specs/paths/governance/itemsAt.yaml | 2 +- web3rpc/rpc-specs/paths/governance/myVotes.yaml | 2 +- web3rpc/rpc-specs/paths/governance/myVotingPower.yaml | 2 +- web3rpc/rpc-specs/paths/governance/nodeAddress.yaml | 2 +- web3rpc/rpc-specs/paths/governance/pendingChanges.yaml | 2 +- web3rpc/rpc-specs/paths/governance/showTally.yaml | 2 +- web3rpc/rpc-specs/paths/governance/totalVotingPower.yaml | 2 +- web3rpc/rpc-specs/paths/governance/vote.yaml | 4 ++-- web3rpc/rpc-specs/paths/governance/votes.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/accountCreated.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/accounts.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/decodeAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/encodeAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/getAccount.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/getAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/getBalance.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/getCode.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/getTransactionCount.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/isContractAccount.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/account/sign.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/blockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getBlockByHash.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getBlockByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getBlockReceipts.yaml | 2 +- .../paths/kaia/block/getBlockTransactionCountByHash.yaml | 2 +- .../paths/kaia/block/getBlockTransactionCountByNumber.yaml | 2 +- .../paths/kaia/block/getBlockWithConsensusInfoByHash.yaml | 2 +- .../paths/kaia/block/getBlockWithConsensusInfoByNumber.yaml | 2 +- .../kaia/block/getBlockWithConsensusInfoByNumberRange.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getCommittee.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getCommitteeSize.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getCouncil.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getCouncilSize.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getHeaderByHash.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getHeaderByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getStorageAt.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/syncing.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/chainID.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/clientVersion.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/forkStatus.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/gasPrice.yaml | 2 +- .../rpc-specs/paths/kaia/configuration/getChainConfig.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/getParams.yaml | 2 +- .../rpc-specs/paths/kaia/configuration/isParallelDBWrite.yaml | 2 +- .../kaia/configuration/isSenderTxHashIndexingEnabled.yaml | 2 +- .../rpc-specs/paths/kaia/configuration/protocolVersion.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/configuration/rewardBase.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/getFilterChanges.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/getFilterLogs.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/getLogs.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/newBlockFilter.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/newFilter.yaml | 2 +- .../paths/kaia/filter/newPendingTransactionFilter.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/subscribe.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/uninstallFilter.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/filter/unsubscribe.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/gas/feeHistory.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/gas/lowerBoundGasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/gas/maxPriorityFeePerGas.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/gas/upperBoundGasPrice.yaml | 2 +- .../rpc-specs/paths/kaia/miscellaneous/getStakingInfo.yaml | 4 ++-- web3rpc/rpc-specs/paths/kaia/miscellaneous/nodeAddress.yaml | 2 +- .../paths/kaia/miscellaneous/recoverFromMessage.yaml | 2 +- .../paths/kaia/miscellaneous/recoverFromTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/miscellaneous/sha3.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/transaction/call.yaml | 2 +- .../rpc-specs/paths/kaia/transaction/createAccessList.yaml | 2 +- .../paths/kaia/transaction/estimateComputationCost.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/transaction/estimateGas.yaml | 2 +- .../transaction/getDecodedAnchoringTransactionByHash.yaml | 2 +- .../transaction/getRawTransactionByBlockHashAndIndex.yaml | 2 +- .../transaction/getRawTransactionByBlockNumberAndIndex.yaml | 2 +- .../paths/kaia/transaction/getRawTransactionByHash.yaml | 2 +- .../kaia/transaction/getTransactionByBlockHashAndIndex.yaml | 2 +- .../kaia/transaction/getTransactionByBlockNumberAndIndex.yaml | 2 +- .../paths/kaia/transaction/getTransactionByHash.yaml | 2 +- .../paths/kaia/transaction/getTransactionBySenderTxHash.yaml | 2 +- .../paths/kaia/transaction/getTransactionReceipt.yaml | 2 +- .../kaia/transaction/getTransactionReceiptBySenderTxHash.yaml | 2 +- .../rpc-specs/paths/kaia/transaction/pendingTransactions.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/transaction/resend.yaml | 2 +- .../rpc-specs/paths/kaia/transaction/sendRawTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/transaction/sendTransaction.yaml | 2 +- .../paths/kaia/transaction/sendTransactionAsFeePayer.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/transaction/signTransaction.yaml | 2 +- .../paths/kaia/transaction/signTransactionAsFeePayer.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/accountCreated.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/accounts.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/decodeAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/encodeAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/getAccount.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/getAccountKey.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/getBalance.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/getCode.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/getTransactionCount.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/isContractAccount.yaml | 2 +- web3rpc/rpc-specs/paths/klay/account/sign.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/blockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getBlockByHash.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getBlockByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getBlockReceipts.yaml | 2 +- .../paths/klay/block/getBlockTransactionCountByHash.yaml | 2 +- .../paths/klay/block/getBlockTransactionCountByNumber.yaml | 2 +- .../paths/klay/block/getBlockWithConsensusInfoByHash.yaml | 2 +- .../paths/klay/block/getBlockWithConsensusInfoByNumber.yaml | 2 +- .../klay/block/getBlockWithConsensusInfoByNumberRange.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getCommittee.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getCommitteeSize.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getCouncil.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getCouncilSize.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getHeaderByHash.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getHeaderByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getRewards.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getStorageAt.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/syncing.yaml | 2 +- web3rpc/rpc-specs/paths/klay/configuration/chainID.yaml | 2 +- web3rpc/rpc-specs/paths/klay/configuration/clientVersion.yaml | 2 +- web3rpc/rpc-specs/paths/klay/configuration/forkStatus.yaml | 2 +- .../rpc-specs/paths/klay/configuration/getChainConfig.yaml | 2 +- web3rpc/rpc-specs/paths/klay/configuration/getParams.yaml | 4 ++-- .../rpc-specs/paths/klay/configuration/isParallelDBWrite.yaml | 2 +- .../klay/configuration/isSenderTxHashIndexingEnabled.yaml | 2 +- .../rpc-specs/paths/klay/configuration/protocolVersion.yaml | 2 +- web3rpc/rpc-specs/paths/klay/configuration/rewardBase.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/getFilterChanges.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/getFilterLogs.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/getLogs.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/newBlockFilter.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/newFilter.yaml | 2 +- .../paths/klay/filter/newPendingTransactionFilter.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/subscribe.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/uninstallFilter.yaml | 2 +- web3rpc/rpc-specs/paths/klay/filter/unsubscribe.yaml | 2 +- web3rpc/rpc-specs/paths/klay/gas/feeHistory.yaml | 2 +- web3rpc/rpc-specs/paths/klay/gas/gasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/klay/gas/lowerBoundGasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/klay/gas/maxPriorityFeePerGas.yaml | 2 +- web3rpc/rpc-specs/paths/klay/gas/upperBoundGasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/klay/index.yaml | 2 +- .../klay/miscellaneous/getActiveAddressFromRegistry.yaml | 2 +- .../paths/klay/miscellaneous/getAllRecordsFromRegistry.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml | 2 +- .../rpc-specs/paths/klay/miscellaneous/getStakingInfo.yaml | 4 ++-- .../rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/nodeAddress.yaml | 2 +- .../paths/klay/miscellaneous/recoverFromMessage.yaml | 2 +- .../paths/klay/miscellaneous/recoverFromTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/sha3.yaml | 2 +- web3rpc/rpc-specs/paths/klay/transaction/call.yaml | 2 +- .../rpc-specs/paths/klay/transaction/createAccessList.yaml | 2 +- .../paths/klay/transaction/estimateComputationCost.yaml | 2 +- web3rpc/rpc-specs/paths/klay/transaction/estimateGas.yaml | 2 +- .../transaction/getDecodedAnchoringTransactionByHash.yaml | 2 +- .../transaction/getRawTransactionByBlockHashAndIndex.yaml | 2 +- .../transaction/getRawTransactionByBlockNumberAndIndex.yaml | 2 +- .../paths/klay/transaction/getRawTransactionByHash.yaml | 2 +- .../klay/transaction/getTransactionByBlockHashAndIndex.yaml | 2 +- .../klay/transaction/getTransactionByBlockNumberAndIndex.yaml | 2 +- .../paths/klay/transaction/getTransactionByHash.yaml | 2 +- .../paths/klay/transaction/getTransactionBySenderTxHash.yaml | 2 +- .../paths/klay/transaction/getTransactionReceipt.yaml | 2 +- .../klay/transaction/getTransactionReceiptBySenderTxHash.yaml | 2 +- .../rpc-specs/paths/klay/transaction/pendingTransactions.yaml | 2 +- web3rpc/rpc-specs/paths/klay/transaction/resend.yaml | 2 +- .../rpc-specs/paths/klay/transaction/sendRawTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/klay/transaction/sendTransaction.yaml | 2 +- .../paths/klay/transaction/sendTransactionAsFeePayer.yaml | 2 +- web3rpc/rpc-specs/paths/klay/transaction/signTransaction.yaml | 2 +- .../paths/klay/transaction/signTransactionAsFeePayer.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml | 2 +- .../convertChildChainBlockHashToParentChainTxHash.yaml | 2 +- .../paths/mainbridge/getChildChainIndexingEnabled.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml | 2 +- web3rpc/rpc-specs/paths/net/listening.yaml | 2 +- web3rpc/rpc-specs/paths/net/networkID.yaml | 2 +- web3rpc/rpc-specs/paths/net/peerCount.yaml | 2 +- web3rpc/rpc-specs/paths/net/peerCountByType.yaml | 2 +- web3rpc/rpc-specs/paths/net/version.yaml | 2 +- web3rpc/rpc-specs/paths/personal/deriveAccount.yaml | 2 +- web3rpc/rpc-specs/paths/personal/ecRecover.yaml | 2 +- web3rpc/rpc-specs/paths/personal/importRawKey.yaml | 2 +- web3rpc/rpc-specs/paths/personal/listAccounts.yaml | 2 +- web3rpc/rpc-specs/paths/personal/listWallets.yaml | 2 +- web3rpc/rpc-specs/paths/personal/lockAccount.yaml | 2 +- web3rpc/rpc-specs/paths/personal/newAccount.yaml | 2 +- web3rpc/rpc-specs/paths/personal/openWallet.yaml | 2 +- web3rpc/rpc-specs/paths/personal/replaceRawKey.yaml | 2 +- web3rpc/rpc-specs/paths/personal/sendAccountUpdate.yaml | 2 +- web3rpc/rpc-specs/paths/personal/sendTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/personal/sendValueTransfer.yaml | 2 +- web3rpc/rpc-specs/paths/personal/sign.yaml | 2 +- web3rpc/rpc-specs/paths/personal/signTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/personal/unlockAccount.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/addPeer.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/anchoring.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperator.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml | 2 +- .../paths/subbridge/convertRequestTxHashToHandleTxHash.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml | 2 +- .../rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml | 2 +- .../rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/listBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/registerToken.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/removePeer.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/txPending.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml | 2 +- web3rpc/rpc-specs/paths/txpool/content.yaml | 2 +- web3rpc/rpc-specs/paths/txpool/inspect.yaml | 2 +- web3rpc/rpc-specs/paths/txpool/status.yaml | 2 +- 373 files changed, 379 insertions(+), 379 deletions(-) diff --git a/web3rpc/rpc-specs/components/schemas/common/Common.yaml b/web3rpc/rpc-specs/components/schemas/common/Common.yaml index 2d61c0dc3..566e1e115 100644 --- a/web3rpc/rpc-specs/components/schemas/common/Common.yaml +++ b/web3rpc/rpc-specs/components/schemas/common/Common.yaml @@ -1233,7 +1233,7 @@ components: accounts: type: array items: - type: object + type: string description: The list of account addresses. EthBlockHeader: diff --git a/web3rpc/rpc-specs/components/schemas/common/KaiaTransactionTypes.yaml b/web3rpc/rpc-specs/components/schemas/common/KaiaTransactionTypes.yaml index bdee53168..97e6e85fb 100644 --- a/web3rpc/rpc-specs/components/schemas/common/KaiaTransactionTypes.yaml +++ b/web3rpc/rpc-specs/components/schemas/common/KaiaTransactionTypes.yaml @@ -209,7 +209,7 @@ components: - to - value - input - description: TxTypeValueTransferMemo is used when a user wants to send KLAY with a specific message. For more information, see TxTypeValueTransferMemo. + description: TxTypeValueTransferMemo is used when a user wants to send KAIA with a specific message. For more information, see TxTypeValueTransferMemo. properties: typeInt: type: number diff --git a/web3rpc/rpc-specs/components/schemas/common/KlaytnTransactionTypes.yaml b/web3rpc/rpc-specs/components/schemas/common/KlaytnTransactionTypes.yaml index 7fda99929..ef3c4aa02 100644 --- a/web3rpc/rpc-specs/components/schemas/common/KlaytnTransactionTypes.yaml +++ b/web3rpc/rpc-specs/components/schemas/common/KlaytnTransactionTypes.yaml @@ -209,7 +209,7 @@ components: - to - value - input - description: TxTypeValueTransferMemo is used when a user wants to send KLAY with a specific message. For more information, see TxTypeValueTransferMemo. + description: TxTypeValueTransferMemo is used when a user wants to send KAIA with a specific message. For more information, see TxTypeValueTransferMemo. properties: typeInt: type: number diff --git a/web3rpc/rpc-specs/paths/admin/addPeer.yaml b/web3rpc/rpc-specs/paths/admin/addPeer.yaml index ce5fc749d..07c7e3d07 100644 --- a/web3rpc/rpc-specs/paths/admin/addPeer.yaml +++ b/web3rpc/rpc-specs/paths/admin/addPeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/datadir.yaml b/web3rpc/rpc-specs/paths/admin/datadir.yaml index 436f6d3b4..edabaf59e 100644 --- a/web3rpc/rpc-specs/paths/admin/datadir.yaml +++ b/web3rpc/rpc-specs/paths/admin/datadir.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/exportChain.yaml b/web3rpc/rpc-specs/paths/admin/exportChain.yaml index 205908763..162facaf7 100644 --- a/web3rpc/rpc-specs/paths/admin/exportChain.yaml +++ b/web3rpc/rpc-specs/paths/admin/exportChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerCandidateList.yaml b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerCandidateList.yaml index 31fb1cd7c..e0aa0c671 100644 --- a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerCandidateList.yaml +++ b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerCandidateList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerThrottleList.yaml b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerThrottleList.yaml index 4c97502ae..35f70271a 100644 --- a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerThrottleList.yaml +++ b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerThrottleList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerWhiteList.yaml b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerWhiteList.yaml index afa3f3de9..4fca2af29 100644 --- a/web3rpc/rpc-specs/paths/admin/getSpamThrottlerWhiteList.yaml +++ b/web3rpc/rpc-specs/paths/admin/getSpamThrottlerWhiteList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/importChain.yaml b/web3rpc/rpc-specs/paths/admin/importChain.yaml index 9fad28973..14da4c5c3 100644 --- a/web3rpc/rpc-specs/paths/admin/importChain.yaml +++ b/web3rpc/rpc-specs/paths/admin/importChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/importChainFromString.yaml b/web3rpc/rpc-specs/paths/admin/importChainFromString.yaml index 665c292a0..96c21350d 100644 --- a/web3rpc/rpc-specs/paths/admin/importChainFromString.yaml +++ b/web3rpc/rpc-specs/paths/admin/importChainFromString.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/nodeConfig.yaml b/web3rpc/rpc-specs/paths/admin/nodeConfig.yaml index dccf7762a..27d2a77a9 100644 --- a/web3rpc/rpc-specs/paths/admin/nodeConfig.yaml +++ b/web3rpc/rpc-specs/paths/admin/nodeConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/nodeInfo.yaml b/web3rpc/rpc-specs/paths/admin/nodeInfo.yaml index 974890388..abe700844 100644 --- a/web3rpc/rpc-specs/paths/admin/nodeInfo.yaml +++ b/web3rpc/rpc-specs/paths/admin/nodeInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/peers.yaml b/web3rpc/rpc-specs/paths/admin/peers.yaml index 9260a6504..c29550c21 100644 --- a/web3rpc/rpc-specs/paths/admin/peers.yaml +++ b/web3rpc/rpc-specs/paths/admin/peers.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/removePeer.yaml b/web3rpc/rpc-specs/paths/admin/removePeer.yaml index ea4e1f2b2..72a8c1a75 100644 --- a/web3rpc/rpc-specs/paths/admin/removePeer.yaml +++ b/web3rpc/rpc-specs/paths/admin/removePeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/saveTrieNodeCacheToDisk.yaml b/web3rpc/rpc-specs/paths/admin/saveTrieNodeCacheToDisk.yaml index 6fb381e44..8fa9bcb43 100644 --- a/web3rpc/rpc-specs/paths/admin/saveTrieNodeCacheToDisk.yaml +++ b/web3rpc/rpc-specs/paths/admin/saveTrieNodeCacheToDisk.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/setMaxSubscriptionPerWSConn.yaml b/web3rpc/rpc-specs/paths/admin/setMaxSubscriptionPerWSConn.yaml index 61749ae50..b13ea19a5 100644 --- a/web3rpc/rpc-specs/paths/admin/setMaxSubscriptionPerWSConn.yaml +++ b/web3rpc/rpc-specs/paths/admin/setMaxSubscriptionPerWSConn.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/setSpamThrottlerWhiteList.yaml b/web3rpc/rpc-specs/paths/admin/setSpamThrottlerWhiteList.yaml index 6f9deb7ce..cee55bba0 100644 --- a/web3rpc/rpc-specs/paths/admin/setSpamThrottlerWhiteList.yaml +++ b/web3rpc/rpc-specs/paths/admin/setSpamThrottlerWhiteList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/spamThrottlerConfig.yaml b/web3rpc/rpc-specs/paths/admin/spamThrottlerConfig.yaml index 82ca71fa2..99e0c6b28 100644 --- a/web3rpc/rpc-specs/paths/admin/spamThrottlerConfig.yaml +++ b/web3rpc/rpc-specs/paths/admin/spamThrottlerConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/startHTTP.yaml b/web3rpc/rpc-specs/paths/admin/startHTTP.yaml index d8e69fa3e..0e45d8329 100644 --- a/web3rpc/rpc-specs/paths/admin/startHTTP.yaml +++ b/web3rpc/rpc-specs/paths/admin/startHTTP.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/startSpamThrottler.yaml b/web3rpc/rpc-specs/paths/admin/startSpamThrottler.yaml index e1c226a30..bca37ee04 100644 --- a/web3rpc/rpc-specs/paths/admin/startSpamThrottler.yaml +++ b/web3rpc/rpc-specs/paths/admin/startSpamThrottler.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/startStateMigration.yaml b/web3rpc/rpc-specs/paths/admin/startStateMigration.yaml index afe6cc7e9..75801b43f 100644 --- a/web3rpc/rpc-specs/paths/admin/startStateMigration.yaml +++ b/web3rpc/rpc-specs/paths/admin/startStateMigration.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/startWS.yaml b/web3rpc/rpc-specs/paths/admin/startWS.yaml index c952d60a0..70102bb3e 100644 --- a/web3rpc/rpc-specs/paths/admin/startWS.yaml +++ b/web3rpc/rpc-specs/paths/admin/startWS.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/stateMigrationStatus.yaml b/web3rpc/rpc-specs/paths/admin/stateMigrationStatus.yaml index 9096a6ef9..f178458e7 100644 --- a/web3rpc/rpc-specs/paths/admin/stateMigrationStatus.yaml +++ b/web3rpc/rpc-specs/paths/admin/stateMigrationStatus.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/stopHTTP.yaml b/web3rpc/rpc-specs/paths/admin/stopHTTP.yaml index e23b9d2db..6a07959e6 100644 --- a/web3rpc/rpc-specs/paths/admin/stopHTTP.yaml +++ b/web3rpc/rpc-specs/paths/admin/stopHTTP.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/stopSpamThrottler.yaml b/web3rpc/rpc-specs/paths/admin/stopSpamThrottler.yaml index 623d08783..4e5b321e6 100644 --- a/web3rpc/rpc-specs/paths/admin/stopSpamThrottler.yaml +++ b/web3rpc/rpc-specs/paths/admin/stopSpamThrottler.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/stopStateMigration.yaml b/web3rpc/rpc-specs/paths/admin/stopStateMigration.yaml index 08e099c2e..2042b7f61 100644 --- a/web3rpc/rpc-specs/paths/admin/stopStateMigration.yaml +++ b/web3rpc/rpc-specs/paths/admin/stopStateMigration.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/admin/stopWS.yaml b/web3rpc/rpc-specs/paths/admin/stopWS.yaml index fbd7f45e4..552449a9d 100644 --- a/web3rpc/rpc-specs/paths/admin/stopWS.yaml +++ b/web3rpc/rpc-specs/paths/admin/stopWS.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpBlock.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpBlock.yaml index 7d9a2839b..91e2f6338 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpStateTrie.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpStateTrie.yaml index 947207cc9..546d9ed76 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpStateTrie.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/dumpStateTrie.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBadBlocks.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBadBlocks.yaml index b9eff7c28..5b8858581 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBadBlocks.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBadBlocks.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBlockRlp.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBlockRlp.yaml index 355e2634a..da4f9e5aa 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBlockRlp.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getBlockRlp.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByHash.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByHash.yaml index 9b0d3c4cf..419ce9450 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByHash.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByNumber.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByNumber.yaml index 66cefff55..5f5d066c1 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByNumber.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/getModifiedAccountsByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml index 33d793a05..e7fbfedd5 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/printBlock.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/printBlock.yaml index 82ccf9107..7691d804d 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/printBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/printBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/setHead.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/setHead.yaml index 07ef40d42..9c55b0d85 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/setHead.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/setHead.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startCollectingTrieStats.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startCollectingTrieStats.yaml index 8eb434db6..a53befb3e 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startCollectingTrieStats.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startCollectingTrieStats.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startContractWarmUp.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startContractWarmUp.yaml index 68914df89..437249da8 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startContractWarmUp.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startContractWarmUp.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startWarmUp.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startWarmUp.yaml index 9ca349edc..fb4759b4e 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/startWarmUp.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/startWarmUp.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/stopWarmUp.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/stopWarmUp.yaml index bc3ac92f7..5a3a228ee 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/stopWarmUp.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/stopWarmUp.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/backtraceAt.yaml b/web3rpc/rpc-specs/paths/debug/logging/backtraceAt.yaml index fca26514e..f7077f97c 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/backtraceAt.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/backtraceAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml b/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml index 720e5e753..2f9f75d4a 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/verbosity.yaml b/web3rpc/rpc-specs/paths/debug/logging/verbosity.yaml index 4cde93842..c0c6f0501 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/verbosity.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/verbosity.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/verbosityByID.yaml b/web3rpc/rpc-specs/paths/debug/logging/verbosityByID.yaml index 8aa9ded9d..ae1cbe8d2 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/verbosityByID.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/verbosityByID.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/verbosityByName.yaml b/web3rpc/rpc-specs/paths/debug/logging/verbosityByName.yaml index f3c415c3b..b6c2d464f 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/verbosityByName.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/verbosityByName.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/vmodule.yaml b/web3rpc/rpc-specs/paths/debug/logging/vmodule.yaml index 9757361b4..610eb9b0a 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/vmodule.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/vmodule.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/others/chaindbCompact.yaml b/web3rpc/rpc-specs/paths/debug/others/chaindbCompact.yaml index 49ff6c174..0d80e26c0 100644 --- a/web3rpc/rpc-specs/paths/debug/others/chaindbCompact.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/chaindbCompact.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/others/chaindbProperty.yaml b/web3rpc/rpc-specs/paths/debug/others/chaindbProperty.yaml index 10b00b9c8..d8b20a216 100644 --- a/web3rpc/rpc-specs/paths/debug/others/chaindbProperty.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/chaindbProperty.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -85,4 +85,4 @@ components: type: array items: type: string - example: ["string"] \ No newline at end of file + example: ["0xe17d821e9a8a8736b9aea8c2de1f3a4934ac0a2f"] \ No newline at end of file diff --git a/web3rpc/rpc-specs/paths/debug/others/getModifiedStorageNodesByNumber.yaml b/web3rpc/rpc-specs/paths/debug/others/getModifiedStorageNodesByNumber.yaml index 326ac8f22..d5db60795 100644 --- a/web3rpc/rpc-specs/paths/debug/others/getModifiedStorageNodesByNumber.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/getModifiedStorageNodesByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/others/seedHash.yaml b/web3rpc/rpc-specs/paths/debug/others/seedHash.yaml index 0712a1ac2..daebf77a2 100644 --- a/web3rpc/rpc-specs/paths/debug/others/seedHash.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/seedHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/others/setMutexProfileFraction.yaml b/web3rpc/rpc-specs/paths/debug/others/setMutexProfileFraction.yaml index e83c9c333..2ba62a965 100644 --- a/web3rpc/rpc-specs/paths/debug/others/setMutexProfileFraction.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/setMutexProfileFraction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/others/storageRangeAt.yaml b/web3rpc/rpc-specs/paths/debug/others/storageRangeAt.yaml index 282fd25b8..ea8bdef7f 100644 --- a/web3rpc/rpc-specs/paths/debug/others/storageRangeAt.yaml +++ b/web3rpc/rpc-specs/paths/debug/others/storageRangeAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml index d91b1705b..4e7b2a78f 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml index 496454b80..784dc74a7 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml b/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml index 17df4e46a..a901799be 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml index e4826ef01..408a31a3a 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml b/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml index 46c6339ff..4ad8b0e8e 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml index dee79b418..f45aef7c3 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/startPProf.yaml b/web3rpc/rpc-specs/paths/debug/profiling/startPProf.yaml index 3e9bb2b8b..ce626b871 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/startPProf.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/startPProf.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml index cd38df1ca..9345951ad 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/stopPProf.yaml b/web3rpc/rpc-specs/paths/debug/profiling/stopPProf.yaml index f29920ed2..f4ff3d046 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/stopPProf.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/stopPProf.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml index 7600dfe71..58f8cedb4 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml index b918887a7..ef55f7a1c 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml index db84c2e85..c8cca4553 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/freeOSMemory.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/freeOSMemory.yaml index d6b1600c0..6fb7ef194 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/freeOSMemory.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/freeOSMemory.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/gcStats.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/gcStats.yaml index c38a9dac1..07be97584 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/gcStats.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/gcStats.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/memStats.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/memStats.yaml index 9d976e077..dccaa5bba 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/memStats.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/memStats.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/metrics.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/metrics.yaml index d586a97b9..cd1b543d3 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/metrics.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/metrics.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/setGCPercent.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/setGCPercent.yaml index 1c9de9770..afba9c54d 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/setGCPercent.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/setGCPercent.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/stacks.yaml b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/stacks.yaml index b3e52330f..17146853c 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeDebugging/stacks.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeDebugging/stacks.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml index c7025eb2c..f22cdaec5 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml index 2a78b4e93..17722b1c9 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml index 8142eb5e3..1e732489c 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml index 3bc392771..1445c395e 100644 --- a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml index 3e4ad7b82..3d4cd567f 100644 --- a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml index e395e4357..f8b185b7b 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml index 10ae60586..d4538bffa 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml index a5384e471..7525d738f 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml index 34ad774f7..798d42ff1 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml index 0d98c98b2..59518b916 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml index 1f367d211..6152cc8cc 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml index 8d93c65d6..5dc0f9fda 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml index 876238f05..2ddce5f0b 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml index 766fbf2eb..61d000d48 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/accounts.yaml b/web3rpc/rpc-specs/paths/eth/account/accounts.yaml index 3cd8911a7..b56d0197e 100644 --- a/web3rpc/rpc-specs/paths/eth/account/accounts.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/accounts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/getBalance.yaml b/web3rpc/rpc-specs/paths/eth/account/getBalance.yaml index 300134aa0..23a5e67b6 100644 --- a/web3rpc/rpc-specs/paths/eth/account/getBalance.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/getBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml b/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml index ef9d8566e..83ca4dff2 100644 --- a/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/sign.yaml b/web3rpc/rpc-specs/paths/eth/account/sign.yaml index 7998bf51d..8fd2e0b19 100644 --- a/web3rpc/rpc-specs/paths/eth/account/sign.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/sign.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml index eb259957b..cf6bd154c 100644 --- a/web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/blockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml index c8586d345..95f15631a 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockByNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockByNumber.yaml index 89300fc6b..0021cd5d8 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockByNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockReceipts.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockReceipts.yaml index a016342b4..87ce06e74 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockReceipts.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockReceipts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByHash.yaml index 14a9968a7..f8e28672b 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml index fc2e7e77f..90fc5a2a7 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getHeaderByHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getHeaderByHash.yaml index 9005e7d13..f47d330cf 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getHeaderByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getHeaderByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml index 8c2faab19..405591778 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getStorageAt.yaml b/web3rpc/rpc-specs/paths/eth/block/getStorageAt.yaml index 41a37fb3d..25bee26a6 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getStorageAt.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getStorageAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml index b19a3e76d..4ae5e0e20 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml index 8d75c272b..7fc30aaad 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml index a1dd658a3..86ca8ba3d 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml index 32ff6101f..4c6ca620f 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/mining.yaml b/web3rpc/rpc-specs/paths/eth/block/mining.yaml index 48ed6a641..759587371 100644 --- a/web3rpc/rpc-specs/paths/eth/block/mining.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/mining.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/syncing.yaml b/web3rpc/rpc-specs/paths/eth/block/syncing.yaml index accbd5790..083573719 100644 --- a/web3rpc/rpc-specs/paths/eth/block/syncing.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/syncing.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/chainId.yaml b/web3rpc/rpc-specs/paths/eth/config/chainId.yaml index ff4ee3792..65d2d5896 100644 --- a/web3rpc/rpc-specs/paths/eth/config/chainId.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/chainId.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml b/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml index 632b08b21..8ffe35dc0 100644 --- a/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml b/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml index 19b9c740c..2d1d647d3 100644 --- a/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/protocolVersion.yaml b/web3rpc/rpc-specs/paths/eth/config/protocolVersion.yaml index fdc967fa2..10af99d5e 100644 --- a/web3rpc/rpc-specs/paths/eth/config/protocolVersion.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/protocolVersion.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/getFilterChanges.yaml b/web3rpc/rpc-specs/paths/eth/filter/getFilterChanges.yaml index b9a454ea3..8e4da2590 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/getFilterChanges.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/getFilterChanges.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml b/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml index e8422f114..e17d4d873 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/getLogs.yaml b/web3rpc/rpc-specs/paths/eth/filter/getLogs.yaml index dfa2cfc33..cf595ada3 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/getLogs.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/getLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/newBlockFilter.yaml b/web3rpc/rpc-specs/paths/eth/filter/newBlockFilter.yaml index bf4b47bb3..c4256be79 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/newBlockFilter.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/newBlockFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/newFilter.yaml b/web3rpc/rpc-specs/paths/eth/filter/newFilter.yaml index c8bd62000..ebf6ee240 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/newFilter.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/newFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/newPendingTransactionFilter.yaml b/web3rpc/rpc-specs/paths/eth/filter/newPendingTransactionFilter.yaml index 50d8d3b83..1f412d851 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/newPendingTransactionFilter.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/newPendingTransactionFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/subscribe.yaml b/web3rpc/rpc-specs/paths/eth/filter/subscribe.yaml index ac2bf10bd..1b6f71dbe 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/subscribe.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/subscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml b/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml index bb6bf69be..e0ecdeec8 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/unsubscribe.yaml b/web3rpc/rpc-specs/paths/eth/filter/unsubscribe.yaml index 8319ec7d3..c934bc82a 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/unsubscribe.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/unsubscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml b/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml index 7e4823fa3..b3866a78a 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml b/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml index 2395c1e8d..61a95065e 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml b/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml index 045315f4a..08ea8dc20 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml index d5fcf8bb0..9e430ffe3 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml index 4070b2581..47ba94a0d 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml index a98ae57b4..e7169c161 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml index 64d9a8b6e..a3bdcd53f 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml index b1071db72..b26a3be72 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml index 9803cc9e2..9a50569cd 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/call.yaml b/web3rpc/rpc-specs/paths/eth/transaction/call.yaml index 2171656ba..5ada18a8b 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/call.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/call.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml b/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml index f19b6439f..39b89fd74 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml b/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml index 04247e758..556bb0559 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml index e6e23323e..2a8c7d4ab 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockHashAndIndex.yaml index 6e6df5ab6..378e34879 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockNumberAndIndex.yaml index a2348e293..478fa19b4 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByHash.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByHash.yaml index 5f93f578b..e3075f81e 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getRawTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml index 80d966a07..becd49cff 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml index 2b83daee6..96c01c272 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml index fd1f2360a..20e428190 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml index 99855acca..3bddd00c6 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/pendingTransactions.yaml b/web3rpc/rpc-specs/paths/eth/transaction/pendingTransactions.yaml index c4e1d5826..67d95ed61 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/pendingTransactions.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/pendingTransactions.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/resend.yaml b/web3rpc/rpc-specs/paths/eth/transaction/resend.yaml index 43f8a777e..d4f36728c 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/resend.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/resend.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml index 988e5aa9a..f0da0dc09 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml index 4b6d50d72..3ffe5591c 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml index e3ed74698..377f3a6a7 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/chainConfig.yaml b/web3rpc/rpc-specs/paths/governance/chainConfig.yaml index 14d7886a3..77b68d547 100644 --- a/web3rpc/rpc-specs/paths/governance/chainConfig.yaml +++ b/web3rpc/rpc-specs/paths/governance/chainConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/getChainConfig.yaml b/web3rpc/rpc-specs/paths/governance/getChainConfig.yaml index 72ea64532..351663030 100644 --- a/web3rpc/rpc-specs/paths/governance/getChainConfig.yaml +++ b/web3rpc/rpc-specs/paths/governance/getChainConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/getParams.yaml b/web3rpc/rpc-specs/paths/governance/getParams.yaml index b3b4b1ddc..d588ef14b 100644 --- a/web3rpc/rpc-specs/paths/governance/getParams.yaml +++ b/web3rpc/rpc-specs/paths/governance/getParams.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/getRewardsAccumulated.yaml b/web3rpc/rpc-specs/paths/governance/getRewardsAccumulated.yaml index 1e3715cff..3041019c6 100644 --- a/web3rpc/rpc-specs/paths/governance/getRewardsAccumulated.yaml +++ b/web3rpc/rpc-specs/paths/governance/getRewardsAccumulated.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/getStakingInfo.yaml b/web3rpc/rpc-specs/paths/governance/getStakingInfo.yaml index 6dc82cff4..60873ef18 100644 --- a/web3rpc/rpc-specs/paths/governance/getStakingInfo.yaml +++ b/web3rpc/rpc-specs/paths/governance/getStakingInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -20,7 +20,7 @@ paths: - CouncilNodeAddrs: The addresses of the consensus node. - CouncilRewardAddrs: The addresses to which the block reward of the associated nodes is sent. - CouncilStakingAddrs: The contract addresses in which the associated nodes deploy for staking. - - CouncilStakingAmounts: The amount of KLAY which the associated nodes stake. + - CouncilStakingAmounts: The amount of KAIA which the associated nodes stake. - Gini: Gini coefficient. - KIRAddr: The contract address of KIR. - PoCAddr: The contract address of KGF. PoC is the previous name of KGF. diff --git a/web3rpc/rpc-specs/paths/governance/idxCache.yaml b/web3rpc/rpc-specs/paths/governance/idxCache.yaml index 6a4cb3c68..ba0fd7ed9 100644 --- a/web3rpc/rpc-specs/paths/governance/idxCache.yaml +++ b/web3rpc/rpc-specs/paths/governance/idxCache.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/idxCacheFromDb.yaml b/web3rpc/rpc-specs/paths/governance/idxCacheFromDb.yaml index 523c35fd2..815284ffb 100644 --- a/web3rpc/rpc-specs/paths/governance/idxCacheFromDb.yaml +++ b/web3rpc/rpc-specs/paths/governance/idxCacheFromDb.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/itemCacheFromDb.yaml b/web3rpc/rpc-specs/paths/governance/itemCacheFromDb.yaml index cfd19a991..bba2c337b 100644 --- a/web3rpc/rpc-specs/paths/governance/itemCacheFromDb.yaml +++ b/web3rpc/rpc-specs/paths/governance/itemCacheFromDb.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/itemsAt.yaml b/web3rpc/rpc-specs/paths/governance/itemsAt.yaml index 24265578d..2fa7dbc59 100644 --- a/web3rpc/rpc-specs/paths/governance/itemsAt.yaml +++ b/web3rpc/rpc-specs/paths/governance/itemsAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/myVotes.yaml b/web3rpc/rpc-specs/paths/governance/myVotes.yaml index 829999189..eec26c568 100644 --- a/web3rpc/rpc-specs/paths/governance/myVotes.yaml +++ b/web3rpc/rpc-specs/paths/governance/myVotes.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/myVotingPower.yaml b/web3rpc/rpc-specs/paths/governance/myVotingPower.yaml index 7a8307f8a..1ee0d535e 100644 --- a/web3rpc/rpc-specs/paths/governance/myVotingPower.yaml +++ b/web3rpc/rpc-specs/paths/governance/myVotingPower.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/nodeAddress.yaml b/web3rpc/rpc-specs/paths/governance/nodeAddress.yaml index 5465e4e89..3fe13d3f3 100644 --- a/web3rpc/rpc-specs/paths/governance/nodeAddress.yaml +++ b/web3rpc/rpc-specs/paths/governance/nodeAddress.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/pendingChanges.yaml b/web3rpc/rpc-specs/paths/governance/pendingChanges.yaml index bbaa5f5e3..35c8196d5 100644 --- a/web3rpc/rpc-specs/paths/governance/pendingChanges.yaml +++ b/web3rpc/rpc-specs/paths/governance/pendingChanges.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/showTally.yaml b/web3rpc/rpc-specs/paths/governance/showTally.yaml index baf32cd92..140afa20c 100644 --- a/web3rpc/rpc-specs/paths/governance/showTally.yaml +++ b/web3rpc/rpc-specs/paths/governance/showTally.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/totalVotingPower.yaml b/web3rpc/rpc-specs/paths/governance/totalVotingPower.yaml index 86de5ca04..cef731d1c 100644 --- a/web3rpc/rpc-specs/paths/governance/totalVotingPower.yaml +++ b/web3rpc/rpc-specs/paths/governance/totalVotingPower.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/governance/vote.yaml b/web3rpc/rpc-specs/paths/governance/vote.yaml index 0b85a9ff4..04de82b83 100644 --- a/web3rpc/rpc-specs/paths/governance/vote.yaml +++ b/web3rpc/rpc-specs/paths/governance/vote.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -168,7 +168,7 @@ components: "reward.minimumstake" - STRING. Amount of Klay required to be a CN (Consensus Node). Double quotation marks are needed for a value. e.g., "5000000" + STRING. Amount of Kaia required to be a CN (Consensus Node). Double quotation marks are needed for a value. e.g., "5000000" "kip71.lowerboundbasefee" diff --git a/web3rpc/rpc-specs/paths/governance/votes.yaml b/web3rpc/rpc-specs/paths/governance/votes.yaml index c31187e4f..7fc305d0e 100644 --- a/web3rpc/rpc-specs/paths/governance/votes.yaml +++ b/web3rpc/rpc-specs/paths/governance/votes.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/accountCreated.yaml b/web3rpc/rpc-specs/paths/kaia/account/accountCreated.yaml index 2ca1b35f9..102a3e2cb 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/accountCreated.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/accountCreated.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/accounts.yaml b/web3rpc/rpc-specs/paths/kaia/account/accounts.yaml index c65a13c20..edbd38abe 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/accounts.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/accounts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/decodeAccountKey.yaml b/web3rpc/rpc-specs/paths/kaia/account/decodeAccountKey.yaml index 8d81cff30..9fe92a5fc 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/decodeAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/decodeAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/encodeAccountKey.yaml b/web3rpc/rpc-specs/paths/kaia/account/encodeAccountKey.yaml index 9cda7308f..718451807 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/encodeAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/encodeAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/getAccount.yaml b/web3rpc/rpc-specs/paths/kaia/account/getAccount.yaml index f553a17fe..652c8836b 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/getAccount.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/getAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/getAccountKey.yaml b/web3rpc/rpc-specs/paths/kaia/account/getAccountKey.yaml index 8e2147bd6..50bd7d31d 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/getAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/getAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/getBalance.yaml b/web3rpc/rpc-specs/paths/kaia/account/getBalance.yaml index 9ff486b00..add1e70cd 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/getBalance.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/getBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/getCode.yaml b/web3rpc/rpc-specs/paths/kaia/account/getCode.yaml index 579ad983d..663debede 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/getCode.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/getCode.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/getTransactionCount.yaml b/web3rpc/rpc-specs/paths/kaia/account/getTransactionCount.yaml index 63689b57b..ffb443384 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/getTransactionCount.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/getTransactionCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/isContractAccount.yaml b/web3rpc/rpc-specs/paths/kaia/account/isContractAccount.yaml index 602bbe892..e8f7dcf07 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/isContractAccount.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/isContractAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/account/sign.yaml b/web3rpc/rpc-specs/paths/kaia/account/sign.yaml index 1e86518c1..776c63163 100644 --- a/web3rpc/rpc-specs/paths/kaia/account/sign.yaml +++ b/web3rpc/rpc-specs/paths/kaia/account/sign.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/blockNumber.yaml b/web3rpc/rpc-specs/paths/kaia/block/blockNumber.yaml index 9e1516256..6f795c2a4 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/blockNumber.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/blockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockByHash.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockByHash.yaml index d2a18fa82..9eb1f2007 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockByNumber.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockByNumber.yaml index ad3517a53..84a0d04a5 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockByNumber.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockReceipts.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockReceipts.yaml index 45ebfc0fa..75f132cb9 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockReceipts.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockReceipts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByHash.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByHash.yaml index 6893130ea..9c1f268a8 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByNumber.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByNumber.yaml index c1f3386e7..ef63fb4ab 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByNumber.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockTransactionCountByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByHash.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByHash.yaml index 06ab0d218..bd20776ad 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumber.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumber.yaml index ff111d975..376519749 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumber.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumberRange.yaml b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumberRange.yaml index da578d656..d0046eefe 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumberRange.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getBlockWithConsensusInfoByNumberRange.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getCommittee.yaml b/web3rpc/rpc-specs/paths/kaia/block/getCommittee.yaml index 69e27bd5b..3308912d0 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getCommittee.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getCommittee.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getCommitteeSize.yaml b/web3rpc/rpc-specs/paths/kaia/block/getCommitteeSize.yaml index c580bb6f3..d481e4210 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getCommitteeSize.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getCommitteeSize.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getCouncil.yaml b/web3rpc/rpc-specs/paths/kaia/block/getCouncil.yaml index 0e3790c2d..5e2d9fa5b 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getCouncil.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getCouncil.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getCouncilSize.yaml b/web3rpc/rpc-specs/paths/kaia/block/getCouncilSize.yaml index e14fa1dde..ea17012fb 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getCouncilSize.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getCouncilSize.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getHeaderByHash.yaml b/web3rpc/rpc-specs/paths/kaia/block/getHeaderByHash.yaml index 0d9360e72..0d3c3fb56 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getHeaderByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getHeaderByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getHeaderByNumber.yaml b/web3rpc/rpc-specs/paths/kaia/block/getHeaderByNumber.yaml index 1c06b7ecd..d090f2ac8 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getHeaderByNumber.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getHeaderByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getStorageAt.yaml b/web3rpc/rpc-specs/paths/kaia/block/getStorageAt.yaml index a3d56ca66..5cee7e899 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getStorageAt.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getStorageAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/syncing.yaml b/web3rpc/rpc-specs/paths/kaia/block/syncing.yaml index ed5441cc9..1a2cf6ddc 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/syncing.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/syncing.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/chainID.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/chainID.yaml index eec30a6b3..70f093fa1 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/chainID.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/chainID.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/clientVersion.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/clientVersion.yaml index a118766db..00a5da13d 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/clientVersion.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/clientVersion.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/forkStatus.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/forkStatus.yaml index 05e4ff73d..0949d8f0f 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/forkStatus.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/forkStatus.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/gasPrice.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/gasPrice.yaml index ade61c6bb..3ea73b4da 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/gasPrice.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/gasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/getChainConfig.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/getChainConfig.yaml index 4dadfb072..3fda6b855 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/getChainConfig.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/getChainConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/getParams.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/getParams.yaml index bd039c322..91b417319 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/getParams.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/getParams.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/isParallelDBWrite.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/isParallelDBWrite.yaml index 8e7c64b8e..6b279df35 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/isParallelDBWrite.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/isParallelDBWrite.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/isSenderTxHashIndexingEnabled.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/isSenderTxHashIndexingEnabled.yaml index 34931d98b..a11cdc2f9 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/isSenderTxHashIndexingEnabled.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/isSenderTxHashIndexingEnabled.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/protocolVersion.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/protocolVersion.yaml index 4c777a7b2..f21fceae7 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/protocolVersion.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/protocolVersion.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/configuration/rewardBase.yaml b/web3rpc/rpc-specs/paths/kaia/configuration/rewardBase.yaml index 212163cda..8a710e402 100644 --- a/web3rpc/rpc-specs/paths/kaia/configuration/rewardBase.yaml +++ b/web3rpc/rpc-specs/paths/kaia/configuration/rewardBase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/getFilterChanges.yaml b/web3rpc/rpc-specs/paths/kaia/filter/getFilterChanges.yaml index c07277ffe..83fc6c3dd 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/getFilterChanges.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/getFilterChanges.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/getFilterLogs.yaml b/web3rpc/rpc-specs/paths/kaia/filter/getFilterLogs.yaml index 91f47ab37..98a363bbf 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/getFilterLogs.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/getFilterLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/getLogs.yaml b/web3rpc/rpc-specs/paths/kaia/filter/getLogs.yaml index 19094fe72..2685473ab 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/getLogs.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/getLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/newBlockFilter.yaml b/web3rpc/rpc-specs/paths/kaia/filter/newBlockFilter.yaml index 99c1deba6..fc8957bd2 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/newBlockFilter.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/newBlockFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/newFilter.yaml b/web3rpc/rpc-specs/paths/kaia/filter/newFilter.yaml index 55aadef73..dfcca3ab5 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/newFilter.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/newFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/newPendingTransactionFilter.yaml b/web3rpc/rpc-specs/paths/kaia/filter/newPendingTransactionFilter.yaml index 007908fd6..f3a3c46da 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/newPendingTransactionFilter.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/newPendingTransactionFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/subscribe.yaml b/web3rpc/rpc-specs/paths/kaia/filter/subscribe.yaml index f7a135303..cdd92275e 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/subscribe.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/subscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/uninstallFilter.yaml b/web3rpc/rpc-specs/paths/kaia/filter/uninstallFilter.yaml index f0486a1fb..37bea185f 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/uninstallFilter.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/uninstallFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/filter/unsubscribe.yaml b/web3rpc/rpc-specs/paths/kaia/filter/unsubscribe.yaml index b3eb57932..5eb811e92 100644 --- a/web3rpc/rpc-specs/paths/kaia/filter/unsubscribe.yaml +++ b/web3rpc/rpc-specs/paths/kaia/filter/unsubscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/gas/feeHistory.yaml b/web3rpc/rpc-specs/paths/kaia/gas/feeHistory.yaml index 442c7185e..49978b1f8 100644 --- a/web3rpc/rpc-specs/paths/kaia/gas/feeHistory.yaml +++ b/web3rpc/rpc-specs/paths/kaia/gas/feeHistory.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/gas/lowerBoundGasPrice.yaml b/web3rpc/rpc-specs/paths/kaia/gas/lowerBoundGasPrice.yaml index be16f0f32..3a00ed399 100644 --- a/web3rpc/rpc-specs/paths/kaia/gas/lowerBoundGasPrice.yaml +++ b/web3rpc/rpc-specs/paths/kaia/gas/lowerBoundGasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/gas/maxPriorityFeePerGas.yaml b/web3rpc/rpc-specs/paths/kaia/gas/maxPriorityFeePerGas.yaml index 535d0ce51..588f55c04 100644 --- a/web3rpc/rpc-specs/paths/kaia/gas/maxPriorityFeePerGas.yaml +++ b/web3rpc/rpc-specs/paths/kaia/gas/maxPriorityFeePerGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/gas/upperBoundGasPrice.yaml b/web3rpc/rpc-specs/paths/kaia/gas/upperBoundGasPrice.yaml index e18f1044f..09b5dcc67 100644 --- a/web3rpc/rpc-specs/paths/kaia/gas/upperBoundGasPrice.yaml +++ b/web3rpc/rpc-specs/paths/kaia/gas/upperBoundGasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getStakingInfo.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getStakingInfo.yaml index 348cccf00..4bc42040a 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getStakingInfo.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getStakingInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -22,7 +22,7 @@ paths: - CouncilNodeAddrs: The addresses of the consensus node. - CouncilRewardAddrs: The addresses to which the block reward of the associated nodes is sent. - CouncilStakingAddrs: The contract addresses in which the associated nodes deploy for staking. - - CouncilStakingAmounts: The amount of KLAY which the associated nodes stake. + - CouncilStakingAmounts: The amount of KAIA which the associated nodes stake. - Gini: Gini coefficient. - KIRAddr: The contract address of KIR. - PoCAddr: The contract address of KGF. PoC is the previous name of KGF. diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/nodeAddress.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/nodeAddress.yaml index e603b8753..5da65d88b 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/nodeAddress.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/nodeAddress.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromMessage.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromMessage.yaml index d10f7e870..dff6e1e76 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromMessage.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromMessage.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromTransaction.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromTransaction.yaml index 1e1a670c8..ae6d9317f 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromTransaction.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/recoverFromTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/sha3.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/sha3.yaml index 1d411779c..a561e5ae9 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/sha3.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/sha3.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/call.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/call.yaml index 43eda7c14..7202d037e 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/call.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/call.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/createAccessList.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/createAccessList.yaml index 9239a9623..c64cfea9a 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/createAccessList.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/createAccessList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/estimateComputationCost.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/estimateComputationCost.yaml index f133b132b..2717aab8f 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/estimateComputationCost.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/estimateComputationCost.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/estimateGas.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/estimateGas.yaml index 3524933b3..4bd168dbc 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/estimateGas.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/estimateGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getDecodedAnchoringTransactionByHash.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getDecodedAnchoringTransactionByHash.yaml index 6a09d303f..f6d1a315d 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getDecodedAnchoringTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getDecodedAnchoringTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockHashAndIndex.yaml index 38054d4e2..0a2265be1 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockNumberAndIndex.yaml index 701f2f36b..bfcce3392 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByHash.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByHash.yaml index 65b382c0d..bb4c4b4e9 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getRawTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockHashAndIndex.yaml index 99ae343dc..35289c494 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockNumberAndIndex.yaml index 362a3768f..ac08ab145 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByHash.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByHash.yaml index 28b0f5b45..c5b4bbd75 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionBySenderTxHash.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionBySenderTxHash.yaml index 7b242d5df..f9e380f2a 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionBySenderTxHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionBySenderTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceipt.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceipt.yaml index 26e17012c..b9d857394 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceipt.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceipt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceiptBySenderTxHash.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceiptBySenderTxHash.yaml index 25d64e2b0..0e3de1d44 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceiptBySenderTxHash.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/getTransactionReceiptBySenderTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/pendingTransactions.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/pendingTransactions.yaml index ef6ca6a1e..954e34549 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/pendingTransactions.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/pendingTransactions.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/resend.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/resend.yaml index 37de88ea9..cb2adfda2 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/resend.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/resend.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/sendRawTransaction.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/sendRawTransaction.yaml index b36df4e98..f7cacb13a 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/sendRawTransaction.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/sendRawTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/sendTransaction.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/sendTransaction.yaml index 21f5602de..5f8c4abe3 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/sendTransaction.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/sendTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/sendTransactionAsFeePayer.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/sendTransactionAsFeePayer.yaml index b7998b015..7f48fa55f 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/sendTransactionAsFeePayer.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/sendTransactionAsFeePayer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/signTransaction.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/signTransaction.yaml index 6cf063594..eff1746c0 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/signTransaction.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/signTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/transaction/signTransactionAsFeePayer.yaml b/web3rpc/rpc-specs/paths/kaia/transaction/signTransactionAsFeePayer.yaml index c46be2d98..7f9f4972e 100644 --- a/web3rpc/rpc-specs/paths/kaia/transaction/signTransactionAsFeePayer.yaml +++ b/web3rpc/rpc-specs/paths/kaia/transaction/signTransactionAsFeePayer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/accountCreated.yaml b/web3rpc/rpc-specs/paths/klay/account/accountCreated.yaml index 536bb0f2f..a44dcfb00 100644 --- a/web3rpc/rpc-specs/paths/klay/account/accountCreated.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/accountCreated.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/accounts.yaml b/web3rpc/rpc-specs/paths/klay/account/accounts.yaml index 6bff074ab..ad5756da1 100644 --- a/web3rpc/rpc-specs/paths/klay/account/accounts.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/accounts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/decodeAccountKey.yaml b/web3rpc/rpc-specs/paths/klay/account/decodeAccountKey.yaml index 66d390052..5e1a10680 100644 --- a/web3rpc/rpc-specs/paths/klay/account/decodeAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/decodeAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/encodeAccountKey.yaml b/web3rpc/rpc-specs/paths/klay/account/encodeAccountKey.yaml index ea7d09ce9..b85e242f1 100644 --- a/web3rpc/rpc-specs/paths/klay/account/encodeAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/encodeAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/getAccount.yaml b/web3rpc/rpc-specs/paths/klay/account/getAccount.yaml index e7504a1e1..97af16c95 100644 --- a/web3rpc/rpc-specs/paths/klay/account/getAccount.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/getAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/getAccountKey.yaml b/web3rpc/rpc-specs/paths/klay/account/getAccountKey.yaml index 79e534e58..54c010ba5 100644 --- a/web3rpc/rpc-specs/paths/klay/account/getAccountKey.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/getAccountKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/getBalance.yaml b/web3rpc/rpc-specs/paths/klay/account/getBalance.yaml index 0fd01a2ec..83299a583 100644 --- a/web3rpc/rpc-specs/paths/klay/account/getBalance.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/getBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/getCode.yaml b/web3rpc/rpc-specs/paths/klay/account/getCode.yaml index d5d64cbd0..1b9297c08 100644 --- a/web3rpc/rpc-specs/paths/klay/account/getCode.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/getCode.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/getTransactionCount.yaml b/web3rpc/rpc-specs/paths/klay/account/getTransactionCount.yaml index a0781ed7a..ca7d4c44d 100644 --- a/web3rpc/rpc-specs/paths/klay/account/getTransactionCount.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/getTransactionCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/isContractAccount.yaml b/web3rpc/rpc-specs/paths/klay/account/isContractAccount.yaml index 6aa8859bd..d8990ef7b 100644 --- a/web3rpc/rpc-specs/paths/klay/account/isContractAccount.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/isContractAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/account/sign.yaml b/web3rpc/rpc-specs/paths/klay/account/sign.yaml index 5f9ac81f0..3a3b3007f 100644 --- a/web3rpc/rpc-specs/paths/klay/account/sign.yaml +++ b/web3rpc/rpc-specs/paths/klay/account/sign.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/blockNumber.yaml b/web3rpc/rpc-specs/paths/klay/block/blockNumber.yaml index 789e5dd30..1dc29d67a 100644 --- a/web3rpc/rpc-specs/paths/klay/block/blockNumber.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/blockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockByHash.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockByHash.yaml index 059535b7b..552138a09 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockByNumber.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockByNumber.yaml index 9114de1fd..0dd89749f 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockByNumber.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockReceipts.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockReceipts.yaml index 785ece925..a0dd893a6 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockReceipts.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockReceipts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByHash.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByHash.yaml index 9fd3bdec9..1827b20b8 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByNumber.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByNumber.yaml index f6e41987f..bbdce59a7 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByNumber.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockTransactionCountByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByHash.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByHash.yaml index 922284df6..a012b64f3 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumber.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumber.yaml index 8da656a52..835f56583 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumber.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumberRange.yaml b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumberRange.yaml index 181ca6449..798e8c4aa 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumberRange.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getBlockWithConsensusInfoByNumberRange.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getCommittee.yaml b/web3rpc/rpc-specs/paths/klay/block/getCommittee.yaml index 701bc765d..f21b3f20c 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getCommittee.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getCommittee.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getCommitteeSize.yaml b/web3rpc/rpc-specs/paths/klay/block/getCommitteeSize.yaml index 6dc7fb802..aa0dd2fd9 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getCommitteeSize.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getCommitteeSize.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getCouncil.yaml b/web3rpc/rpc-specs/paths/klay/block/getCouncil.yaml index 194d0c0d8..222aff769 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getCouncil.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getCouncil.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getCouncilSize.yaml b/web3rpc/rpc-specs/paths/klay/block/getCouncilSize.yaml index 7c8a7637f..86314f654 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getCouncilSize.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getCouncilSize.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getHeaderByHash.yaml b/web3rpc/rpc-specs/paths/klay/block/getHeaderByHash.yaml index 44663ec24..e07da9630 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getHeaderByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getHeaderByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getHeaderByNumber.yaml b/web3rpc/rpc-specs/paths/klay/block/getHeaderByNumber.yaml index d073da66d..0ed0af168 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getHeaderByNumber.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getHeaderByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml b/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml index a0e0b9a9a..5f70213fc 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getStorageAt.yaml b/web3rpc/rpc-specs/paths/klay/block/getStorageAt.yaml index d410cc066..18c4f0015 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getStorageAt.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getStorageAt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/syncing.yaml b/web3rpc/rpc-specs/paths/klay/block/syncing.yaml index 28559f942..f39a7baf6 100644 --- a/web3rpc/rpc-specs/paths/klay/block/syncing.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/syncing.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/chainID.yaml b/web3rpc/rpc-specs/paths/klay/configuration/chainID.yaml index 199453adf..6aa0993d9 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/chainID.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/chainID.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/clientVersion.yaml b/web3rpc/rpc-specs/paths/klay/configuration/clientVersion.yaml index 9c4a6186a..9eabace3c 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/clientVersion.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/clientVersion.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/forkStatus.yaml b/web3rpc/rpc-specs/paths/klay/configuration/forkStatus.yaml index 2e522253d..4e580af23 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/forkStatus.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/forkStatus.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/getChainConfig.yaml b/web3rpc/rpc-specs/paths/klay/configuration/getChainConfig.yaml index b2d230d12..e87bfa31d 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/getChainConfig.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/getChainConfig.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/getParams.yaml b/web3rpc/rpc-specs/paths/klay/configuration/getParams.yaml index aa437f489..1afd59bc4 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/getParams.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/getParams.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -17,7 +17,7 @@ paths: description: | Returns the governance parameters effective at the given block. - NOTE: The block number can be larger than the latest block number, in which case the API returns the tentative value based on the current chain state. The future klay parameters are subject to change via additional governance votes or GovParam contract state changes. + NOTE: The block number can be larger than the latest block number, in which case the API returns the tentative value based on the current chain state. The future kaia parameters are subject to change via additional governance votes or GovParam contract state changes. **JSONRPC:** `klay_getParams` diff --git a/web3rpc/rpc-specs/paths/klay/configuration/isParallelDBWrite.yaml b/web3rpc/rpc-specs/paths/klay/configuration/isParallelDBWrite.yaml index 7fe535b22..34213e432 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/isParallelDBWrite.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/isParallelDBWrite.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/isSenderTxHashIndexingEnabled.yaml b/web3rpc/rpc-specs/paths/klay/configuration/isSenderTxHashIndexingEnabled.yaml index e599c7351..8d2d7da2f 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/isSenderTxHashIndexingEnabled.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/isSenderTxHashIndexingEnabled.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/protocolVersion.yaml b/web3rpc/rpc-specs/paths/klay/configuration/protocolVersion.yaml index c1cb53c57..e2d7f9f72 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/protocolVersion.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/protocolVersion.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/configuration/rewardBase.yaml b/web3rpc/rpc-specs/paths/klay/configuration/rewardBase.yaml index 19c10606a..9266deab0 100644 --- a/web3rpc/rpc-specs/paths/klay/configuration/rewardBase.yaml +++ b/web3rpc/rpc-specs/paths/klay/configuration/rewardBase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/getFilterChanges.yaml b/web3rpc/rpc-specs/paths/klay/filter/getFilterChanges.yaml index 420da06ed..e650fbd44 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/getFilterChanges.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/getFilterChanges.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/getFilterLogs.yaml b/web3rpc/rpc-specs/paths/klay/filter/getFilterLogs.yaml index ee7122498..3e7bf4106 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/getFilterLogs.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/getFilterLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/getLogs.yaml b/web3rpc/rpc-specs/paths/klay/filter/getLogs.yaml index 1909a2d16..ee1e95967 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/getLogs.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/getLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/newBlockFilter.yaml b/web3rpc/rpc-specs/paths/klay/filter/newBlockFilter.yaml index fa98ab437..b0ad8272d 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/newBlockFilter.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/newBlockFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/newFilter.yaml b/web3rpc/rpc-specs/paths/klay/filter/newFilter.yaml index dbb37540d..1f15d92f1 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/newFilter.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/newFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/newPendingTransactionFilter.yaml b/web3rpc/rpc-specs/paths/klay/filter/newPendingTransactionFilter.yaml index a3ff94a88..f3bbd9469 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/newPendingTransactionFilter.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/newPendingTransactionFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/subscribe.yaml b/web3rpc/rpc-specs/paths/klay/filter/subscribe.yaml index 1991ae1aa..d729ebf9f 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/subscribe.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/subscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/uninstallFilter.yaml b/web3rpc/rpc-specs/paths/klay/filter/uninstallFilter.yaml index 46951249e..ba55a65ab 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/uninstallFilter.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/uninstallFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/filter/unsubscribe.yaml b/web3rpc/rpc-specs/paths/klay/filter/unsubscribe.yaml index 4d3b99788..1a70a22f6 100644 --- a/web3rpc/rpc-specs/paths/klay/filter/unsubscribe.yaml +++ b/web3rpc/rpc-specs/paths/klay/filter/unsubscribe.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/gas/feeHistory.yaml b/web3rpc/rpc-specs/paths/klay/gas/feeHistory.yaml index 766982e6d..622518e7b 100644 --- a/web3rpc/rpc-specs/paths/klay/gas/feeHistory.yaml +++ b/web3rpc/rpc-specs/paths/klay/gas/feeHistory.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/gas/gasPrice.yaml b/web3rpc/rpc-specs/paths/klay/gas/gasPrice.yaml index e40a291bf..b7f03894e 100644 --- a/web3rpc/rpc-specs/paths/klay/gas/gasPrice.yaml +++ b/web3rpc/rpc-specs/paths/klay/gas/gasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/gas/lowerBoundGasPrice.yaml b/web3rpc/rpc-specs/paths/klay/gas/lowerBoundGasPrice.yaml index 0a61cad0c..4f7af64c0 100644 --- a/web3rpc/rpc-specs/paths/klay/gas/lowerBoundGasPrice.yaml +++ b/web3rpc/rpc-specs/paths/klay/gas/lowerBoundGasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/gas/maxPriorityFeePerGas.yaml b/web3rpc/rpc-specs/paths/klay/gas/maxPriorityFeePerGas.yaml index 014577ee5..eb132a1b4 100644 --- a/web3rpc/rpc-specs/paths/klay/gas/maxPriorityFeePerGas.yaml +++ b/web3rpc/rpc-specs/paths/klay/gas/maxPriorityFeePerGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/gas/upperBoundGasPrice.yaml b/web3rpc/rpc-specs/paths/klay/gas/upperBoundGasPrice.yaml index 6aaea277b..78d386024 100644 --- a/web3rpc/rpc-specs/paths/klay/gas/upperBoundGasPrice.yaml +++ b/web3rpc/rpc-specs/paths/klay/gas/upperBoundGasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/index.yaml b/web3rpc/rpc-specs/paths/klay/index.yaml index 03c062102..2a5ddc424 100644 --- a/web3rpc/rpc-specs/paths/klay/index.yaml +++ b/web3rpc/rpc-specs/paths/klay/index.yaml @@ -10,7 +10,7 @@ info: url: https://www.apache.org/licenses/LICENSE-2.0.html tags: - name: klay - description: API for klay namespace + description: API for kaia namespace servers: - url: http://localhost:7151 - url: https://public-en-kairos.node.kaia.io diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getActiveAddressFromRegistry.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getActiveAddressFromRegistry.yaml index 1309bedd5..8703afd3f 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getActiveAddressFromRegistry.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getActiveAddressFromRegistry.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getAllRecordsFromRegistry.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getAllRecordsFromRegistry.yaml index fa3c28026..d56ed432f 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getAllRecordsFromRegistry.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getAllRecordsFromRegistry.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml index 0e9f53476..15f951b26 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml index a041982a5..f64b3b12f 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getStakingInfo.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getStakingInfo.yaml index 44d1aa98b..a363a20c4 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getStakingInfo.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getStakingInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 @@ -22,7 +22,7 @@ paths: - CouncilNodeAddrs: The addresses of the consensus node. - CouncilRewardAddrs: The addresses to which the block reward of the associated nodes is sent. - CouncilStakingAddrs: The contract addresses in which the associated nodes deploy for staking. - - CouncilStakingAmounts: The amount of KLAY which the associated nodes stake. + - CouncilStakingAmounts: The amount of KAIA which the associated nodes stake. - Gini: Gini coefficient. - KIRAddr: The contract address of KIR. - PoCAddr: The contract address of KGF. PoC is the previous name of KGF. diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml index 8e583dfba..96acec57b 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/nodeAddress.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/nodeAddress.yaml index 930aae769..de8c21fad 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/nodeAddress.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/nodeAddress.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromMessage.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromMessage.yaml index 1b544e38b..04b223cc9 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromMessage.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromMessage.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromTransaction.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromTransaction.yaml index 5a07188ad..b49d6223e 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromTransaction.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/recoverFromTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/sha3.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/sha3.yaml index 1e2226568..6fc81f22c 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/sha3.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/sha3.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/call.yaml b/web3rpc/rpc-specs/paths/klay/transaction/call.yaml index 8641c718f..289155959 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/call.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/call.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/createAccessList.yaml b/web3rpc/rpc-specs/paths/klay/transaction/createAccessList.yaml index 51bcddfc1..7e0e8e832 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/createAccessList.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/createAccessList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/estimateComputationCost.yaml b/web3rpc/rpc-specs/paths/klay/transaction/estimateComputationCost.yaml index ecbee6896..2448f02fd 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/estimateComputationCost.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/estimateComputationCost.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/estimateGas.yaml b/web3rpc/rpc-specs/paths/klay/transaction/estimateGas.yaml index 36223d9bc..06d3ff070 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/estimateGas.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/estimateGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getDecodedAnchoringTransactionByHash.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getDecodedAnchoringTransactionByHash.yaml index 7eb2482dc..ace943c2c 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getDecodedAnchoringTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getDecodedAnchoringTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockHashAndIndex.yaml index b0f86a969..a8e569cba 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockNumberAndIndex.yaml index 0c90fb630..5aadebd78 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByHash.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByHash.yaml index 39a7d1824..a92d01aab 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getRawTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockHashAndIndex.yaml index c5d389e06..574e0ae1e 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockNumberAndIndex.yaml index 5d374e79a..8bae8537f 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByHash.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByHash.yaml index 11c058664..efb7f49f2 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionBySenderTxHash.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionBySenderTxHash.yaml index 0d5472676..c9018de52 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionBySenderTxHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionBySenderTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceipt.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceipt.yaml index a97b83bf7..2d8a86204 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceipt.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceipt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceiptBySenderTxHash.yaml b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceiptBySenderTxHash.yaml index a97f5a72b..49ca2d497 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceiptBySenderTxHash.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/getTransactionReceiptBySenderTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/pendingTransactions.yaml b/web3rpc/rpc-specs/paths/klay/transaction/pendingTransactions.yaml index c6d6c4eb4..3eb443c19 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/pendingTransactions.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/pendingTransactions.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/resend.yaml b/web3rpc/rpc-specs/paths/klay/transaction/resend.yaml index 0064e280b..4feaef0d8 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/resend.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/resend.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/sendRawTransaction.yaml b/web3rpc/rpc-specs/paths/klay/transaction/sendRawTransaction.yaml index 1f443a774..4eccfda66 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/sendRawTransaction.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/sendRawTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/sendTransaction.yaml b/web3rpc/rpc-specs/paths/klay/transaction/sendTransaction.yaml index bfe66772b..09311e713 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/sendTransaction.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/sendTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/sendTransactionAsFeePayer.yaml b/web3rpc/rpc-specs/paths/klay/transaction/sendTransactionAsFeePayer.yaml index 3fd030318..9f388f02d 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/sendTransactionAsFeePayer.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/sendTransactionAsFeePayer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/signTransaction.yaml b/web3rpc/rpc-specs/paths/klay/transaction/signTransaction.yaml index ddac2a96d..c80ac0970 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/signTransaction.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/signTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/transaction/signTransactionAsFeePayer.yaml b/web3rpc/rpc-specs/paths/klay/transaction/signTransactionAsFeePayer.yaml index 0bf174086..08afb900c 100644 --- a/web3rpc/rpc-specs/paths/klay/transaction/signTransactionAsFeePayer.yaml +++ b/web3rpc/rpc-specs/paths/klay/transaction/signTransactionAsFeePayer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml b/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml index 44adf6fe8..d0f2749bf 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml b/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml index 6b429ac0f..2d50b797e 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml b/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml index 2798ca629..70e51f9f7 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml b/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml index 5dfb75eca..ffcc63da8 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml b/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml index 9d22f7189..aeb456eb0 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/net/listening.yaml b/web3rpc/rpc-specs/paths/net/listening.yaml index 595c22a42..6e236b048 100644 --- a/web3rpc/rpc-specs/paths/net/listening.yaml +++ b/web3rpc/rpc-specs/paths/net/listening.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/net/networkID.yaml b/web3rpc/rpc-specs/paths/net/networkID.yaml index 847e6c401..fe0705397 100644 --- a/web3rpc/rpc-specs/paths/net/networkID.yaml +++ b/web3rpc/rpc-specs/paths/net/networkID.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/net/peerCount.yaml b/web3rpc/rpc-specs/paths/net/peerCount.yaml index 384d2d6aa..956c2c7d5 100644 --- a/web3rpc/rpc-specs/paths/net/peerCount.yaml +++ b/web3rpc/rpc-specs/paths/net/peerCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/net/peerCountByType.yaml b/web3rpc/rpc-specs/paths/net/peerCountByType.yaml index 15ab0e3bc..8be760478 100644 --- a/web3rpc/rpc-specs/paths/net/peerCountByType.yaml +++ b/web3rpc/rpc-specs/paths/net/peerCountByType.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/net/version.yaml b/web3rpc/rpc-specs/paths/net/version.yaml index ff5e1a700..df119381b 100644 --- a/web3rpc/rpc-specs/paths/net/version.yaml +++ b/web3rpc/rpc-specs/paths/net/version.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/deriveAccount.yaml b/web3rpc/rpc-specs/paths/personal/deriveAccount.yaml index 76db12f34..d68303335 100644 --- a/web3rpc/rpc-specs/paths/personal/deriveAccount.yaml +++ b/web3rpc/rpc-specs/paths/personal/deriveAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/ecRecover.yaml b/web3rpc/rpc-specs/paths/personal/ecRecover.yaml index dc9710472..a5dc18321 100644 --- a/web3rpc/rpc-specs/paths/personal/ecRecover.yaml +++ b/web3rpc/rpc-specs/paths/personal/ecRecover.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/importRawKey.yaml b/web3rpc/rpc-specs/paths/personal/importRawKey.yaml index c585cbd8e..3539bf3ae 100644 --- a/web3rpc/rpc-specs/paths/personal/importRawKey.yaml +++ b/web3rpc/rpc-specs/paths/personal/importRawKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/listAccounts.yaml b/web3rpc/rpc-specs/paths/personal/listAccounts.yaml index f4bd84abd..cfa9a1c43 100644 --- a/web3rpc/rpc-specs/paths/personal/listAccounts.yaml +++ b/web3rpc/rpc-specs/paths/personal/listAccounts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/listWallets.yaml b/web3rpc/rpc-specs/paths/personal/listWallets.yaml index eda93dfcc..b554ac277 100644 --- a/web3rpc/rpc-specs/paths/personal/listWallets.yaml +++ b/web3rpc/rpc-specs/paths/personal/listWallets.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/lockAccount.yaml b/web3rpc/rpc-specs/paths/personal/lockAccount.yaml index 1fb5e7b26..5155bd36b 100644 --- a/web3rpc/rpc-specs/paths/personal/lockAccount.yaml +++ b/web3rpc/rpc-specs/paths/personal/lockAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/newAccount.yaml b/web3rpc/rpc-specs/paths/personal/newAccount.yaml index 44efb1ce8..7e712e61b 100644 --- a/web3rpc/rpc-specs/paths/personal/newAccount.yaml +++ b/web3rpc/rpc-specs/paths/personal/newAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/openWallet.yaml b/web3rpc/rpc-specs/paths/personal/openWallet.yaml index 18c32a8cc..8d5531b83 100644 --- a/web3rpc/rpc-specs/paths/personal/openWallet.yaml +++ b/web3rpc/rpc-specs/paths/personal/openWallet.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/replaceRawKey.yaml b/web3rpc/rpc-specs/paths/personal/replaceRawKey.yaml index e30a9070c..0251c7f0d 100644 --- a/web3rpc/rpc-specs/paths/personal/replaceRawKey.yaml +++ b/web3rpc/rpc-specs/paths/personal/replaceRawKey.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/sendAccountUpdate.yaml b/web3rpc/rpc-specs/paths/personal/sendAccountUpdate.yaml index 591ea90cf..32ff2eeac 100644 --- a/web3rpc/rpc-specs/paths/personal/sendAccountUpdate.yaml +++ b/web3rpc/rpc-specs/paths/personal/sendAccountUpdate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/sendTransaction.yaml b/web3rpc/rpc-specs/paths/personal/sendTransaction.yaml index 484eccbfe..b3603409d 100644 --- a/web3rpc/rpc-specs/paths/personal/sendTransaction.yaml +++ b/web3rpc/rpc-specs/paths/personal/sendTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/sendValueTransfer.yaml b/web3rpc/rpc-specs/paths/personal/sendValueTransfer.yaml index 81709e48e..ae6c6da88 100644 --- a/web3rpc/rpc-specs/paths/personal/sendValueTransfer.yaml +++ b/web3rpc/rpc-specs/paths/personal/sendValueTransfer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/sign.yaml b/web3rpc/rpc-specs/paths/personal/sign.yaml index 35f3c13b7..68712daa0 100644 --- a/web3rpc/rpc-specs/paths/personal/sign.yaml +++ b/web3rpc/rpc-specs/paths/personal/sign.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/signTransaction.yaml b/web3rpc/rpc-specs/paths/personal/signTransaction.yaml index 3176bda96..707d155ad 100644 --- a/web3rpc/rpc-specs/paths/personal/signTransaction.yaml +++ b/web3rpc/rpc-specs/paths/personal/signTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/personal/unlockAccount.yaml b/web3rpc/rpc-specs/paths/personal/unlockAccount.yaml index 5e227c865..b56593d12 100644 --- a/web3rpc/rpc-specs/paths/personal/unlockAccount.yaml +++ b/web3rpc/rpc-specs/paths/personal/unlockAccount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml b/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml index 1b3c994a9..4495d2996 100644 --- a/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml b/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml index 0dc95d038..faf3e1d2f 100644 --- a/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml index d5c41669f..0cd37559f 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml index aaccff9c2..c7d85599f 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml index 826395ceb..6c5c85c90 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml b/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml index 047f57e8a..dcf496d66 100644 --- a/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml index a46e434c1..f31cb0f55 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml index 38233a714..8a1ac89b1 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml b/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml index b31f6293c..cc243b937 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml b/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml index 2a45d3368..8017e7c79 100644 --- a/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml b/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml index f6c9f9996..dae98b8c2 100644 --- a/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml b/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml index 165787e81..e76c207dd 100644 --- a/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml index 291a2b63f..4e7701cb2 100644 --- a/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml b/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml index d3708e675..c2eb79ef9 100644 --- a/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml index 6d9843b3a..5ab583f6b 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml index 513732b54..21b19aec4 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml index 24e088456..5812408c7 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml index 5e0cafbf7..ddfc36016 100644 --- a/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml b/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml index 7e6278f01..0d03652f1 100644 --- a/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml b/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml index 76af6e89e..3187d1048 100644 --- a/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml b/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml index 461c57136..5d1181737 100644 --- a/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml index 78f026c0c..47448be70 100644 --- a/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/txPending.yaml b/web3rpc/rpc-specs/paths/subbridge/txPending.yaml index 9be2b38bb..765f8ad8f 100644 --- a/web3rpc/rpc-specs/paths/subbridge/txPending.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/txPending.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml b/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml index 20d1263c9..86c2446ed 100644 --- a/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml index 5718c4946..0f4ffd186 100644 --- a/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Klay Open API + title: Kaia Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/txpool/content.yaml b/web3rpc/rpc-specs/paths/txpool/content.yaml index d5a712670..97024c934 100644 --- a/web3rpc/rpc-specs/paths/txpool/content.yaml +++ b/web3rpc/rpc-specs/paths/txpool/content.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/txpool/inspect.yaml b/web3rpc/rpc-specs/paths/txpool/inspect.yaml index e02474c1b..d278e8e67 100644 --- a/web3rpc/rpc-specs/paths/txpool/inspect.yaml +++ b/web3rpc/rpc-specs/paths/txpool/inspect.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/txpool/status.yaml b/web3rpc/rpc-specs/paths/txpool/status.yaml index d9fbf5edb..25cc8164e 100644 --- a/web3rpc/rpc-specs/paths/txpool/status.yaml +++ b/web3rpc/rpc-specs/paths/txpool/status.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: KLAY OPEN API + title: KAIA OPEN API version: "1.10.0" license: name: Apache 2.0 From b16e0f0b176e45ad22e34a7bab12e130deecec6c Mon Sep 17 00:00:00 2001 From: Tan Hoang Date: Fri, 27 Sep 2024 09:07:13 +0700 Subject: [PATCH 3/3] fix: change title to uppercase --- .../rpc-specs/paths/debug/blockchainInspection/preimage.yaml | 2 +- web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml | 2 +- .../rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml | 2 +- web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml | 2 +- .../debug/vMStandardTracing/standardTraceBadBlockToFile.yaml | 2 +- .../paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml | 2 +- .../paths/debug/vMTracing/traceBlockByNumberRange.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml | 2 +- web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/accounts.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml | 2 +- web3rpc/rpc-specs/paths/eth/account/sign.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml | 2 +- .../paths/eth/block/getBlockTransactionCountByNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml | 2 +- .../rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml | 2 +- .../paths/eth/block/getUncleByBlockNumberAndIndex.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml | 2 +- .../rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/eth/block/mining.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/chainId.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/coinbase.yaml | 2 +- web3rpc/rpc-specs/paths/eth/config/etherbase.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml | 2 +- web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml | 2 +- web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml | 2 +- web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/call.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml | 2 +- .../eth/transaction/getTransactionByBlockHashAndIndex.yaml | 2 +- .../eth/transaction/getTransactionByBlockNumberAndIndex.yaml | 2 +- .../rpc-specs/paths/eth/transaction/getTransactionByHash.yaml | 2 +- .../rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/block/getRewards.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/miscellaneous/getProof.yaml | 2 +- web3rpc/rpc-specs/paths/kaia/miscellaneous/getTotalSupply.yaml | 2 +- web3rpc/rpc-specs/paths/klay/block/getRewards.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml | 2 +- web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml | 2 +- .../convertChildChainBlockHashToParentChainTxHash.yaml | 2 +- .../paths/mainbridge/getChildChainIndexingEnabled.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml | 2 +- web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/addPeer.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/anchoring.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperator.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml | 2 +- .../paths/subbridge/convertRequestTxHashToHandleTxHash.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml | 2 +- .../rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml | 2 +- .../rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/listBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/registerToken.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/removePeer.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/txPending.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml | 2 +- web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml | 2 +- 99 files changed, 99 insertions(+), 99 deletions(-) diff --git a/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml b/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml index e7fbfedd5..d2c5c2e03 100644 --- a/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml +++ b/web3rpc/rpc-specs/paths/debug/blockchainInspection/preimage.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml b/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml index 2f9f75d4a..e73086319 100644 --- a/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml +++ b/web3rpc/rpc-specs/paths/debug/logging/setVMLogTarget.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml index 4e7b2a78f..55375544d 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/blockProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml index 784dc74a7..4416c41fb 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/cpuProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml b/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml index a901799be..32bf2ea98 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/isPProfRunning.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml index 408a31a3a..867f0a9bd 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/mutexProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml b/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml index 4ad8b0e8e..12e3cecb5 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/setBlockProfileRate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml index f45aef7c3..44847364f 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/startCPUProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml index 9345951ad..a401f034d 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/stopCPUProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml index 58f8cedb4..665d51181 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeBlockProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml index ef55f7a1c..afa2a0ef3 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeMemProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml b/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml index c8cca4553..3b61e1870 100644 --- a/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml +++ b/web3rpc/rpc-specs/paths/debug/profiling/writeMutexProfile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml index f22cdaec5..0d360682b 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/goTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml index 17722b1c9..f24144265 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/startGoTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml b/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml index 1e732489c..5ff134abd 100644 --- a/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml +++ b/web3rpc/rpc-specs/paths/debug/runtimeTracing/stopGoTrace.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml index 1445c395e..01741c980 100644 --- a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBadBlockToFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml index 3d4cd567f..73200183b 100644 --- a/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMStandardTracing/standardTraceBlockToFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml index f8b185b7b..31ef9bbf0 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBadBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml index d4538bffa..62eecc092 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlock.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml index 7525d738f..f4db09585 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml index 798d42ff1..4b80d63c6 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml index 59518b916..398084431 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockByNumberRange.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml index 6152cc8cc..093bf94b7 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceBlockFromFile.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml index 5dc0f9fda..47ef15cc1 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceCall.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml index 2ddce5f0b..ac6f6dcc9 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml b/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml index 61d000d48..993ff13d7 100644 --- a/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml +++ b/web3rpc/rpc-specs/paths/debug/vMTracing/traceTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/accounts.yaml b/web3rpc/rpc-specs/paths/eth/account/accounts.yaml index b56d0197e..5082ab640 100644 --- a/web3rpc/rpc-specs/paths/eth/account/accounts.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/accounts.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml b/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml index 83ca4dff2..7c210e370 100644 --- a/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/getTransactionCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/account/sign.yaml b/web3rpc/rpc-specs/paths/eth/account/sign.yaml index 8fd2e0b19..cb6578a9a 100644 --- a/web3rpc/rpc-specs/paths/eth/account/sign.yaml +++ b/web3rpc/rpc-specs/paths/eth/account/sign.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml index 95f15631a..26c80a30a 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml index 90fc5a2a7..099fad347 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getBlockTransactionCountByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml index 405591778..a739f35f1 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getHeaderByNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml index 4ae5e0e20..436e70e51 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml index 7fc30aaad..1e2128156 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml index 86ca8ba3d..6108728b7 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml index 4c6ca620f..e686a1839 100644 --- a/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/getUncleCountByBlockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/block/mining.yaml b/web3rpc/rpc-specs/paths/eth/block/mining.yaml index 759587371..7c98a948e 100644 --- a/web3rpc/rpc-specs/paths/eth/block/mining.yaml +++ b/web3rpc/rpc-specs/paths/eth/block/mining.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/chainId.yaml b/web3rpc/rpc-specs/paths/eth/config/chainId.yaml index 65d2d5896..0a3461714 100644 --- a/web3rpc/rpc-specs/paths/eth/config/chainId.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/chainId.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml b/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml index 8ffe35dc0..a347e4123 100644 --- a/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/coinbase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml b/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml index 2d1d647d3..d78b767dd 100644 --- a/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml +++ b/web3rpc/rpc-specs/paths/eth/config/etherbase.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml b/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml index e17d4d873..240920b18 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/getFilterLogs.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml b/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml index e0ecdeec8..13b9d3ad5 100644 --- a/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml +++ b/web3rpc/rpc-specs/paths/eth/filter/uninstallFilter.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml b/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml index b3866a78a..5c6e9c2d3 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/feeHistory.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml b/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml index 61a95065e..c5b8300e1 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/gasPrice.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml b/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml index 08ea8dc20..3a8403c0c 100644 --- a/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml +++ b/web3rpc/rpc-specs/paths/eth/gas/maxPriorityFeePerGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml index 9e430ffe3..e933d2c2d 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getHashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml index 47ba94a0d..8cfd2ff60 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getProof.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml index e7169c161..a916d9a65 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/getWork.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml index a3bdcd53f..f310990b0 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/hashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml index b26a3be72..2627741e9 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitHashrate.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml index 9a50569cd..8fe878b2f 100644 --- a/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml +++ b/web3rpc/rpc-specs/paths/eth/miscellaneous/submitWork.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/call.yaml b/web3rpc/rpc-specs/paths/eth/transaction/call.yaml index 5ada18a8b..c7b1b5e1c 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/call.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/call.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml b/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml index 39b89fd74..21a4a9a5b 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/createAccessList.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml b/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml index 556bb0559..b4022fe31 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/estimateGas.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml index 2a8c7d4ab..ddc9ef854 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/fillTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml index becd49cff..b638c8ba2 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockHashAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml index 96c01c272..d089dcee9 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByBlockNumberAndIndex.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml index 20e428190..5aa17aaa9 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionByHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml index 3bddd00c6..49ab2c8d6 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/getTransactionReceipt.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml index f0da0dc09..4a530bac8 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/sendRawTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml index 3ffe5591c..bae4ff93e 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/sendTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml b/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml index 377f3a6a7..815fa7ab8 100644 --- a/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml +++ b/web3rpc/rpc-specs/paths/eth/transaction/signTransaction.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/block/getRewards.yaml b/web3rpc/rpc-specs/paths/kaia/block/getRewards.yaml index bd3bfcc59..0d793b1ec 100644 --- a/web3rpc/rpc-specs/paths/kaia/block/getRewards.yaml +++ b/web3rpc/rpc-specs/paths/kaia/block/getRewards.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getProof.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getProof.yaml index ef0ccf748..2d5606d3e 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getProof.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getProof.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getTotalSupply.yaml b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getTotalSupply.yaml index 181dedb6b..5392d5efe 100644 --- a/web3rpc/rpc-specs/paths/kaia/miscellaneous/getTotalSupply.yaml +++ b/web3rpc/rpc-specs/paths/kaia/miscellaneous/getTotalSupply.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml b/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml index 5f70213fc..72c15ffa6 100644 --- a/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml +++ b/web3rpc/rpc-specs/paths/klay/block/getRewards.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml index 15f951b26..6021c7c2b 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getBlsInfos.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml index f64b3b12f..176a4b5b4 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getProof.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml b/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml index 96acec57b..6222de7b6 100644 --- a/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml +++ b/web3rpc/rpc-specs/paths/klay/miscellaneous/getTotalSupply.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml b/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml index d0f2749bf..fa01f6288 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/addPeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml b/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml index 2d50b797e..a506ecb72 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/convertChildChainBlockHashToParentChainTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml b/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml index 70e51f9f7..20ba1b4d2 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/getChildChainIndexingEnabled.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml b/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml index ffcc63da8..903235e3f 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/nodeInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml b/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml index aeb456eb0..7a2fcf2b1 100644 --- a/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml +++ b/web3rpc/rpc-specs/paths/mainbridge/removePeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml b/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml index 4495d2996..fbdedc6ef 100644 --- a/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/addPeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml b/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml index faf3e1d2f..c8028cdb8 100644 --- a/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/anchoring.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml index 0cd37559f..329690fad 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperator.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml index c7d85599f..da625d39e 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperatorBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml b/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml index 6c5c85c90..99d8c36c4 100644 --- a/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/childOperatorNonce.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml b/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml index dcf496d66..47f0eb84f 100644 --- a/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/convertRequestTxHashToHandleTxHash.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml index f31cb0f55..841b94ab5 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deployBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml index 8a1ac89b1..359de6bfd 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deregisterBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml b/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml index cc243b937..947553535 100644 --- a/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/deregisterToken.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml b/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml index 8017e7c79..e9f02c0b5 100644 --- a/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/getBridgeInformation.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml b/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml index dae98b8c2..d14b483ee 100644 --- a/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/getReceiptFromParentChain.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml b/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml index e76c207dd..82d239b40 100644 --- a/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/latestAnchoredBlockNumber.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml index 4e7701cb2..b49496b7d 100644 --- a/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/listBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml b/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml index c2eb79ef9..26eec0fb4 100644 --- a/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/nodeInfo.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml index 5ab583f6b..d6668e021 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperator.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml index 21b19aec4..ffd4b85ed 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperatorBalance.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml b/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml index 5812408c7..dc14853a9 100644 --- a/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/parentOperatorNonce.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml index ddfc36016..977dc617d 100644 --- a/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/registerBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml b/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml index 0d03652f1..018a381ce 100644 --- a/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/registerToken.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml b/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml index 3187d1048..52768283d 100644 --- a/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/removePeer.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml b/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml index 5d1181737..6738cc049 100644 --- a/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/sendChainTxslimit.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml index 47448be70..d2922b857 100644 --- a/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/subscribeBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/txPending.yaml b/web3rpc/rpc-specs/paths/subbridge/txPending.yaml index 765f8ad8f..fe85d0d0e 100644 --- a/web3rpc/rpc-specs/paths/subbridge/txPending.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/txPending.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml b/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml index 86c2446ed..816c8c2a9 100644 --- a/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/txPendingCount.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0 diff --git a/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml b/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml index 0f4ffd186..9cfa76d55 100644 --- a/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml +++ b/web3rpc/rpc-specs/paths/subbridge/unsubscribeBridge.yaml @@ -1,6 +1,6 @@ openapi: "3.0.2" info: - title: Kaia Open API + title: KAIA Open API version: "1.10.0" license: name: Apache 2.0