@noditlabs/nodit-mcp-server 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (393) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +179 -0
  3. package/build/index.js +22 -0
  4. package/build/nodit-apidoc-helper.js +116 -0
  5. package/build/nodit-aptos-indexer-api-schema.json +2421 -0
  6. package/build/spec/reference/aptos.yaml +651 -0
  7. package/build/spec/reference/arbitrum.yaml +10975 -0
  8. package/build/spec/reference/base.yaml +10975 -0
  9. package/build/spec/reference/bitcoin.yaml +1856 -0
  10. package/build/spec/reference/dogecoin.yaml +1856 -0
  11. package/build/spec/reference/ethereum.yaml +12527 -0
  12. package/build/spec/reference/evm-arbitrum-debug_traceblockbyhash.yaml +198 -0
  13. package/build/spec/reference/evm-arbitrum-debug_traceblockbynumber.yaml +225 -0
  14. package/build/spec/reference/evm-arbitrum-debug_tracecall.yaml +261 -0
  15. package/build/spec/reference/evm-arbitrum-debug_tracetransaction.yaml +173 -0
  16. package/build/spec/reference/evm-arbitrum-eth_blocknumber.yaml +96 -0
  17. package/build/spec/reference/evm-arbitrum-eth_call.yaml +233 -0
  18. package/build/spec/reference/evm-arbitrum-eth_chainid.yaml +98 -0
  19. package/build/spec/reference/evm-arbitrum-eth_createaccesslist.yaml +221 -0
  20. package/build/spec/reference/evm-arbitrum-eth_estimategas.yaml +156 -0
  21. package/build/spec/reference/evm-arbitrum-eth_feehistory.yaml +187 -0
  22. package/build/spec/reference/evm-arbitrum-eth_gasprice.yaml +96 -0
  23. package/build/spec/reference/evm-arbitrum-eth_getbalance.yaml +176 -0
  24. package/build/spec/reference/evm-arbitrum-eth_getblockbyhash.yaml +189 -0
  25. package/build/spec/reference/evm-arbitrum-eth_getblockbynumber.yaml +210 -0
  26. package/build/spec/reference/evm-arbitrum-eth_getblockreceipts.yaml +210 -0
  27. package/build/spec/reference/evm-arbitrum-eth_getblocktransactioncountbyhash.yaml +119 -0
  28. package/build/spec/reference/evm-arbitrum-eth_getblocktransactioncountbynumber.yaml +153 -0
  29. package/build/spec/reference/evm-arbitrum-eth_getcode.yaml +163 -0
  30. package/build/spec/reference/evm-arbitrum-eth_getfilterchanges.yaml +135 -0
  31. package/build/spec/reference/evm-arbitrum-eth_getfilterlogs.yaml +135 -0
  32. package/build/spec/reference/evm-arbitrum-eth_getlogs.yaml +217 -0
  33. package/build/spec/reference/evm-arbitrum-eth_getproof.yaml +225 -0
  34. package/build/spec/reference/evm-arbitrum-eth_getstorageat.yaml +170 -0
  35. package/build/spec/reference/evm-arbitrum-eth_gettransactionbyblockhashandindex.yaml +212 -0
  36. package/build/spec/reference/evm-arbitrum-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  37. package/build/spec/reference/evm-arbitrum-eth_gettransactionbyhash.yaml +202 -0
  38. package/build/spec/reference/evm-arbitrum-eth_gettransactioncount.yaml +169 -0
  39. package/build/spec/reference/evm-arbitrum-eth_gettransactionreceipt.yaml +148 -0
  40. package/build/spec/reference/evm-arbitrum-eth_getunclebyblockhashandindex.yaml +153 -0
  41. package/build/spec/reference/evm-arbitrum-eth_getunclebyblocknumberandindex.yaml +186 -0
  42. package/build/spec/reference/evm-arbitrum-eth_getunclecountbyblockhash.yaml +115 -0
  43. package/build/spec/reference/evm-arbitrum-eth_getunclecountbyblocknumber.yaml +149 -0
  44. package/build/spec/reference/evm-arbitrum-eth_maxpriorityfeepergas.yaml +98 -0
  45. package/build/spec/reference/evm-arbitrum-eth_newblockfilter.yaml +98 -0
  46. package/build/spec/reference/evm-arbitrum-eth_newfilter.yaml +188 -0
  47. package/build/spec/reference/evm-arbitrum-eth_newpendingtransactionfilter.yaml +98 -0
  48. package/build/spec/reference/evm-arbitrum-eth_sendrawtransaction.yaml +130 -0
  49. package/build/spec/reference/evm-arbitrum-eth_uninstallfilter.yaml +117 -0
  50. package/build/spec/reference/evm-arbitrum-net_version.yaml +100 -0
  51. package/build/spec/reference/evm-arbitrum-web3_clientversion.yaml +96 -0
  52. package/build/spec/reference/evm-arbitrum-web3_sha3.yaml +122 -0
  53. package/build/spec/reference/evm-base-debug_traceblockbyhash.yaml +198 -0
  54. package/build/spec/reference/evm-base-debug_traceblockbynumber.yaml +225 -0
  55. package/build/spec/reference/evm-base-debug_tracecall.yaml +261 -0
  56. package/build/spec/reference/evm-base-debug_tracetransaction.yaml +173 -0
  57. package/build/spec/reference/evm-base-eth_blocknumber.yaml +96 -0
  58. package/build/spec/reference/evm-base-eth_call.yaml +233 -0
  59. package/build/spec/reference/evm-base-eth_chainid.yaml +98 -0
  60. package/build/spec/reference/evm-base-eth_createaccesslist.yaml +221 -0
  61. package/build/spec/reference/evm-base-eth_estimategas.yaml +156 -0
  62. package/build/spec/reference/evm-base-eth_feehistory.yaml +187 -0
  63. package/build/spec/reference/evm-base-eth_gasprice.yaml +96 -0
  64. package/build/spec/reference/evm-base-eth_getbalance.yaml +176 -0
  65. package/build/spec/reference/evm-base-eth_getblockbyhash.yaml +189 -0
  66. package/build/spec/reference/evm-base-eth_getblockbynumber.yaml +210 -0
  67. package/build/spec/reference/evm-base-eth_getblockreceipts.yaml +210 -0
  68. package/build/spec/reference/evm-base-eth_getblocktransactioncountbyhash.yaml +119 -0
  69. package/build/spec/reference/evm-base-eth_getblocktransactioncountbynumber.yaml +153 -0
  70. package/build/spec/reference/evm-base-eth_getcode.yaml +163 -0
  71. package/build/spec/reference/evm-base-eth_getfilterchanges.yaml +135 -0
  72. package/build/spec/reference/evm-base-eth_getfilterlogs.yaml +135 -0
  73. package/build/spec/reference/evm-base-eth_getlogs.yaml +217 -0
  74. package/build/spec/reference/evm-base-eth_getproof.yaml +225 -0
  75. package/build/spec/reference/evm-base-eth_getstorageat.yaml +170 -0
  76. package/build/spec/reference/evm-base-eth_gettransactionbyblockhashandindex.yaml +212 -0
  77. package/build/spec/reference/evm-base-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  78. package/build/spec/reference/evm-base-eth_gettransactionbyhash.yaml +202 -0
  79. package/build/spec/reference/evm-base-eth_gettransactioncount.yaml +169 -0
  80. package/build/spec/reference/evm-base-eth_gettransactionreceipt.yaml +148 -0
  81. package/build/spec/reference/evm-base-eth_getunclebyblockhashandindex.yaml +153 -0
  82. package/build/spec/reference/evm-base-eth_getunclebyblocknumberandindex.yaml +186 -0
  83. package/build/spec/reference/evm-base-eth_getunclecountbyblockhash.yaml +115 -0
  84. package/build/spec/reference/evm-base-eth_getunclecountbyblocknumber.yaml +149 -0
  85. package/build/spec/reference/evm-base-eth_maxpriorityfeepergas.yaml +98 -0
  86. package/build/spec/reference/evm-base-eth_newblockfilter.yaml +98 -0
  87. package/build/spec/reference/evm-base-eth_newfilter.yaml +188 -0
  88. package/build/spec/reference/evm-base-eth_newpendingtransactionfilter.yaml +98 -0
  89. package/build/spec/reference/evm-base-eth_sendrawtransaction.yaml +130 -0
  90. package/build/spec/reference/evm-base-eth_uninstallfilter.yaml +117 -0
  91. package/build/spec/reference/evm-base-net_listening.yaml +96 -0
  92. package/build/spec/reference/evm-base-net_version.yaml +100 -0
  93. package/build/spec/reference/evm-base-optimism_outputatblock.yaml +120 -0
  94. package/build/spec/reference/evm-base-optimism_rollupconfig.yaml +125 -0
  95. package/build/spec/reference/evm-base-web3_clientversion.yaml +96 -0
  96. package/build/spec/reference/evm-base-web3_sha3.yaml +122 -0
  97. package/build/spec/reference/evm-ethereum-debug_traceblockbyhash.yaml +199 -0
  98. package/build/spec/reference/evm-ethereum-debug_traceblockbynumber.yaml +226 -0
  99. package/build/spec/reference/evm-ethereum-debug_tracecall.yaml +262 -0
  100. package/build/spec/reference/evm-ethereum-debug_tracetransaction.yaml +174 -0
  101. package/build/spec/reference/evm-ethereum-eth_blocknumber.yaml +97 -0
  102. package/build/spec/reference/evm-ethereum-eth_call.yaml +234 -0
  103. package/build/spec/reference/evm-ethereum-eth_chainid.yaml +99 -0
  104. package/build/spec/reference/evm-ethereum-eth_createaccesslist.yaml +222 -0
  105. package/build/spec/reference/evm-ethereum-eth_estimategas.yaml +157 -0
  106. package/build/spec/reference/evm-ethereum-eth_feehistory.yaml +188 -0
  107. package/build/spec/reference/evm-ethereum-eth_gasprice.yaml +97 -0
  108. package/build/spec/reference/evm-ethereum-eth_getbalance.yaml +177 -0
  109. package/build/spec/reference/evm-ethereum-eth_getblockbyhash.yaml +190 -0
  110. package/build/spec/reference/evm-ethereum-eth_getblockbynumber.yaml +211 -0
  111. package/build/spec/reference/evm-ethereum-eth_getblockreceipts.yaml +211 -0
  112. package/build/spec/reference/evm-ethereum-eth_getblocktransactioncountbyhash.yaml +120 -0
  113. package/build/spec/reference/evm-ethereum-eth_getblocktransactioncountbynumber.yaml +154 -0
  114. package/build/spec/reference/evm-ethereum-eth_getcode.yaml +164 -0
  115. package/build/spec/reference/evm-ethereum-eth_getfilterchanges.yaml +136 -0
  116. package/build/spec/reference/evm-ethereum-eth_getfilterlogs.yaml +136 -0
  117. package/build/spec/reference/evm-ethereum-eth_getlogs.yaml +218 -0
  118. package/build/spec/reference/evm-ethereum-eth_getproof.yaml +226 -0
  119. package/build/spec/reference/evm-ethereum-eth_getstorageat.yaml +171 -0
  120. package/build/spec/reference/evm-ethereum-eth_gettransactionbyblockhashandindex.yaml +213 -0
  121. package/build/spec/reference/evm-ethereum-eth_gettransactionbyblocknumberandindex.yaml +246 -0
  122. package/build/spec/reference/evm-ethereum-eth_gettransactionbyhash.yaml +203 -0
  123. package/build/spec/reference/evm-ethereum-eth_gettransactioncount.yaml +170 -0
  124. package/build/spec/reference/evm-ethereum-eth_gettransactionreceipt.yaml +149 -0
  125. package/build/spec/reference/evm-ethereum-eth_getunclebyblockhashandindex.yaml +154 -0
  126. package/build/spec/reference/evm-ethereum-eth_getunclebyblocknumberandindex.yaml +187 -0
  127. package/build/spec/reference/evm-ethereum-eth_getunclecountbyblockhash.yaml +116 -0
  128. package/build/spec/reference/evm-ethereum-eth_getunclecountbyblocknumber.yaml +150 -0
  129. package/build/spec/reference/evm-ethereum-eth_maxpriorityfeepergas.yaml +99 -0
  130. package/build/spec/reference/evm-ethereum-eth_newblockfilter.yaml +99 -0
  131. package/build/spec/reference/evm-ethereum-eth_newfilter.yaml +189 -0
  132. package/build/spec/reference/evm-ethereum-eth_newpendingtransactionfilter.yaml +99 -0
  133. package/build/spec/reference/evm-ethereum-eth_sendrawtransaction.yaml +131 -0
  134. package/build/spec/reference/evm-ethereum-eth_uninstallfilter.yaml +118 -0
  135. package/build/spec/reference/evm-ethereum-net_listening.yaml +97 -0
  136. package/build/spec/reference/evm-ethereum-net_version.yaml +101 -0
  137. package/build/spec/reference/evm-ethereum-trace_block.yaml +173 -0
  138. package/build/spec/reference/evm-ethereum-trace_call.yaml +255 -0
  139. package/build/spec/reference/evm-ethereum-trace_filter.yaml +167 -0
  140. package/build/spec/reference/evm-ethereum-trace_get.yaml +155 -0
  141. package/build/spec/reference/evm-ethereum-trace_replayblocktransactions.yaml +202 -0
  142. package/build/spec/reference/evm-ethereum-trace_replaytransaction.yaml +173 -0
  143. package/build/spec/reference/evm-ethereum-trace_transaction.yaml +140 -0
  144. package/build/spec/reference/evm-ethereum-web3_clientversion.yaml +97 -0
  145. package/build/spec/reference/evm-ethereum-web3_sha3.yaml +123 -0
  146. package/build/spec/reference/evm-kaia-debug_traceblockbyhash.yaml +198 -0
  147. package/build/spec/reference/evm-kaia-debug_traceblockbynumber.yaml +225 -0
  148. package/build/spec/reference/evm-kaia-debug_tracecall.yaml +261 -0
  149. package/build/spec/reference/evm-kaia-debug_tracetransaction.yaml +173 -0
  150. package/build/spec/reference/evm-kaia-eth_blocknumber.yaml +96 -0
  151. package/build/spec/reference/evm-kaia-eth_call.yaml +233 -0
  152. package/build/spec/reference/evm-kaia-eth_chainid.yaml +98 -0
  153. package/build/spec/reference/evm-kaia-eth_createaccesslist.yaml +221 -0
  154. package/build/spec/reference/evm-kaia-eth_estimategas.yaml +156 -0
  155. package/build/spec/reference/evm-kaia-eth_feehistory.yaml +187 -0
  156. package/build/spec/reference/evm-kaia-eth_gasprice.yaml +96 -0
  157. package/build/spec/reference/evm-kaia-eth_getbalance.yaml +176 -0
  158. package/build/spec/reference/evm-kaia-eth_getblockbyhash.yaml +189 -0
  159. package/build/spec/reference/evm-kaia-eth_getblockbynumber.yaml +210 -0
  160. package/build/spec/reference/evm-kaia-eth_getblockreceipts.yaml +210 -0
  161. package/build/spec/reference/evm-kaia-eth_getblocktransactioncountbyhash.yaml +119 -0
  162. package/build/spec/reference/evm-kaia-eth_getblocktransactioncountbynumber.yaml +153 -0
  163. package/build/spec/reference/evm-kaia-eth_getcode.yaml +163 -0
  164. package/build/spec/reference/evm-kaia-eth_getfilterchanges.yaml +135 -0
  165. package/build/spec/reference/evm-kaia-eth_getfilterlogs.yaml +135 -0
  166. package/build/spec/reference/evm-kaia-eth_getlogs.yaml +217 -0
  167. package/build/spec/reference/evm-kaia-eth_getproof.yaml +225 -0
  168. package/build/spec/reference/evm-kaia-eth_getstorageat.yaml +170 -0
  169. package/build/spec/reference/evm-kaia-eth_gettransactionbyblockhashandindex.yaml +212 -0
  170. package/build/spec/reference/evm-kaia-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  171. package/build/spec/reference/evm-kaia-eth_gettransactionbyhash.yaml +202 -0
  172. package/build/spec/reference/evm-kaia-eth_gettransactioncount.yaml +169 -0
  173. package/build/spec/reference/evm-kaia-eth_gettransactionreceipt.yaml +148 -0
  174. package/build/spec/reference/evm-kaia-eth_getunclebyblockhashandindex.yaml +153 -0
  175. package/build/spec/reference/evm-kaia-eth_getunclebyblocknumberandindex.yaml +186 -0
  176. package/build/spec/reference/evm-kaia-eth_getunclecountbyblockhash.yaml +115 -0
  177. package/build/spec/reference/evm-kaia-eth_getunclecountbyblocknumber.yaml +149 -0
  178. package/build/spec/reference/evm-kaia-eth_maxpriorityfeepergas.yaml +98 -0
  179. package/build/spec/reference/evm-kaia-eth_newblockfilter.yaml +98 -0
  180. package/build/spec/reference/evm-kaia-eth_newfilter.yaml +188 -0
  181. package/build/spec/reference/evm-kaia-eth_newpendingtransactionfilter.yaml +98 -0
  182. package/build/spec/reference/evm-kaia-eth_sendrawtransaction.yaml +130 -0
  183. package/build/spec/reference/evm-kaia-eth_uninstallfilter.yaml +117 -0
  184. package/build/spec/reference/evm-kaia-kaia_blocknumber.yaml +92 -0
  185. package/build/spec/reference/evm-kaia-kaia_call.yaml +221 -0
  186. package/build/spec/reference/evm-kaia-kaia_chainid.yaml +94 -0
  187. package/build/spec/reference/evm-kaia-kaia_createaccesslist.yaml +202 -0
  188. package/build/spec/reference/evm-kaia-kaia_estimategas.yaml +152 -0
  189. package/build/spec/reference/evm-kaia-kaia_feehistory.yaml +163 -0
  190. package/build/spec/reference/evm-kaia-kaia_gasprice.yaml +92 -0
  191. package/build/spec/reference/evm-kaia-kaia_getbalance.yaml +165 -0
  192. package/build/spec/reference/evm-kaia-kaia_getblockbyhash.yaml +133 -0
  193. package/build/spec/reference/evm-kaia-kaia_getblockbynumber.yaml +147 -0
  194. package/build/spec/reference/evm-kaia-kaia_getblockreceipts.yaml +144 -0
  195. package/build/spec/reference/evm-kaia-kaia_getblocktransactioncountbyhash.yaml +115 -0
  196. package/build/spec/reference/evm-kaia-kaia_getblocktransactioncountbynumber.yaml +142 -0
  197. package/build/spec/reference/evm-kaia-kaia_getcode.yaml +152 -0
  198. package/build/spec/reference/evm-kaia-kaia_getfilterchanges.yaml +113 -0
  199. package/build/spec/reference/evm-kaia-kaia_getfilterlogs.yaml +113 -0
  200. package/build/spec/reference/evm-kaia-kaia_getlogs.yaml +195 -0
  201. package/build/spec/reference/evm-kaia-kaia_getproof.yaml +171 -0
  202. package/build/spec/reference/evm-kaia-kaia_getstorageat.yaml +158 -0
  203. package/build/spec/reference/evm-kaia-kaia_gettransactionbyblockhashandindex.yaml +123 -0
  204. package/build/spec/reference/evm-kaia-kaia_gettransactionbyblocknumberandindex.yaml +149 -0
  205. package/build/spec/reference/evm-kaia-kaia_gettransactionbyhash.yaml +113 -0
  206. package/build/spec/reference/evm-kaia-kaia_gettransactioncount.yaml +158 -0
  207. package/build/spec/reference/evm-kaia-kaia_gettransactionreceipt.yaml +113 -0
  208. package/build/spec/reference/evm-kaia-kaia_maxpriorityfeepergas.yaml +94 -0
  209. package/build/spec/reference/evm-kaia-kaia_newblockfilter.yaml +94 -0
  210. package/build/spec/reference/evm-kaia-kaia_newfilter.yaml +184 -0
  211. package/build/spec/reference/evm-kaia-kaia_newpendingtransactionfilter.yaml +94 -0
  212. package/build/spec/reference/evm-kaia-kaia_sendrawtransaction.yaml +126 -0
  213. package/build/spec/reference/evm-kaia-kaia_uninstallfilter.yaml +113 -0
  214. package/build/spec/reference/evm-kaia-klay_blocknumber.yaml +92 -0
  215. package/build/spec/reference/evm-kaia-klay_call.yaml +221 -0
  216. package/build/spec/reference/evm-kaia-klay_chainid.yaml +94 -0
  217. package/build/spec/reference/evm-kaia-klay_createaccesslist.yaml +202 -0
  218. package/build/spec/reference/evm-kaia-klay_estimategas.yaml +152 -0
  219. package/build/spec/reference/evm-kaia-klay_feehistory.yaml +163 -0
  220. package/build/spec/reference/evm-kaia-klay_gasprice.yaml +92 -0
  221. package/build/spec/reference/evm-kaia-klay_getbalance.yaml +165 -0
  222. package/build/spec/reference/evm-kaia-klay_getblockbyhash.yaml +133 -0
  223. package/build/spec/reference/evm-kaia-klay_getblockbynumber.yaml +147 -0
  224. package/build/spec/reference/evm-kaia-klay_getblockreceipts.yaml +144 -0
  225. package/build/spec/reference/evm-kaia-klay_getblocktransactioncountbyhash.yaml +115 -0
  226. package/build/spec/reference/evm-kaia-klay_getblocktransactioncountbynumber.yaml +142 -0
  227. package/build/spec/reference/evm-kaia-klay_getcode.yaml +159 -0
  228. package/build/spec/reference/evm-kaia-klay_getfilterchanges.yaml +113 -0
  229. package/build/spec/reference/evm-kaia-klay_getfilterlogs.yaml +113 -0
  230. package/build/spec/reference/evm-kaia-klay_getlogs.yaml +195 -0
  231. package/build/spec/reference/evm-kaia-klay_getproof.yaml +171 -0
  232. package/build/spec/reference/evm-kaia-klay_getstorageat.yaml +158 -0
  233. package/build/spec/reference/evm-kaia-klay_gettransactionbyblockhashandindex.yaml +123 -0
  234. package/build/spec/reference/evm-kaia-klay_gettransactionbyblocknumberandindex.yaml +149 -0
  235. package/build/spec/reference/evm-kaia-klay_gettransactionbyhash.yaml +113 -0
  236. package/build/spec/reference/evm-kaia-klay_gettransactioncount.yaml +158 -0
  237. package/build/spec/reference/evm-kaia-klay_gettransactionreceipt.yaml +113 -0
  238. package/build/spec/reference/evm-kaia-klay_maxpriorityfeepergas.yaml +94 -0
  239. package/build/spec/reference/evm-kaia-klay_newblockfilter.yaml +94 -0
  240. package/build/spec/reference/evm-kaia-klay_newfilter.yaml +184 -0
  241. package/build/spec/reference/evm-kaia-klay_newpendingtransactionfilter.yaml +94 -0
  242. package/build/spec/reference/evm-kaia-klay_sendrawtransaction.yaml +126 -0
  243. package/build/spec/reference/evm-kaia-klay_uninstallfilter.yaml +113 -0
  244. package/build/spec/reference/evm-kaia-net_listening.yaml +96 -0
  245. package/build/spec/reference/evm-kaia-net_version.yaml +100 -0
  246. package/build/spec/reference/evm-kaia-web3_clientversion.yaml +96 -0
  247. package/build/spec/reference/evm-kaia-web3_sha3.yaml +122 -0
  248. package/build/spec/reference/evm-luniverse-debug_traceblockbyhash.yaml +197 -0
  249. package/build/spec/reference/evm-luniverse-debug_traceblockbynumber.yaml +224 -0
  250. package/build/spec/reference/evm-luniverse-debug_tracecall.yaml +260 -0
  251. package/build/spec/reference/evm-luniverse-debug_tracetransaction.yaml +172 -0
  252. package/build/spec/reference/evm-luniverse-eth_blocknumber.yaml +95 -0
  253. package/build/spec/reference/evm-luniverse-eth_call.yaml +232 -0
  254. package/build/spec/reference/evm-luniverse-eth_chainid.yaml +97 -0
  255. package/build/spec/reference/evm-luniverse-eth_createaccesslist.yaml +220 -0
  256. package/build/spec/reference/evm-luniverse-eth_estimategas.yaml +155 -0
  257. package/build/spec/reference/evm-luniverse-eth_feehistory.yaml +186 -0
  258. package/build/spec/reference/evm-luniverse-eth_gasprice.yaml +95 -0
  259. package/build/spec/reference/evm-luniverse-eth_getbalance.yaml +175 -0
  260. package/build/spec/reference/evm-luniverse-eth_getblockbyhash.yaml +188 -0
  261. package/build/spec/reference/evm-luniverse-eth_getblockbynumber.yaml +209 -0
  262. package/build/spec/reference/evm-luniverse-eth_getblocktransactioncountbyhash.yaml +118 -0
  263. package/build/spec/reference/evm-luniverse-eth_getblocktransactioncountbynumber.yaml +152 -0
  264. package/build/spec/reference/evm-luniverse-eth_getcode.yaml +162 -0
  265. package/build/spec/reference/evm-luniverse-eth_getfilterchanges.yaml +134 -0
  266. package/build/spec/reference/evm-luniverse-eth_getfilterlogs.yaml +134 -0
  267. package/build/spec/reference/evm-luniverse-eth_getlogs.yaml +216 -0
  268. package/build/spec/reference/evm-luniverse-eth_getproof.yaml +224 -0
  269. package/build/spec/reference/evm-luniverse-eth_getstorageat.yaml +169 -0
  270. package/build/spec/reference/evm-luniverse-eth_gettransactionbyblockhashandindex.yaml +211 -0
  271. package/build/spec/reference/evm-luniverse-eth_gettransactionbyblocknumberandindex.yaml +244 -0
  272. package/build/spec/reference/evm-luniverse-eth_gettransactionbyhash.yaml +201 -0
  273. package/build/spec/reference/evm-luniverse-eth_gettransactioncount.yaml +168 -0
  274. package/build/spec/reference/evm-luniverse-eth_gettransactionreceipt.yaml +147 -0
  275. package/build/spec/reference/evm-luniverse-eth_getunclebyblockhashandindex.yaml +152 -0
  276. package/build/spec/reference/evm-luniverse-eth_getunclebyblocknumberandindex.yaml +185 -0
  277. package/build/spec/reference/evm-luniverse-eth_getunclecountbyblockhash.yaml +114 -0
  278. package/build/spec/reference/evm-luniverse-eth_getunclecountbyblocknumber.yaml +148 -0
  279. package/build/spec/reference/evm-luniverse-eth_maxpriorityfeepergas.yaml +97 -0
  280. package/build/spec/reference/evm-luniverse-eth_newblockfilter.yaml +97 -0
  281. package/build/spec/reference/evm-luniverse-eth_newfilter.yaml +187 -0
  282. package/build/spec/reference/evm-luniverse-eth_newpendingtransactionfilter.yaml +97 -0
  283. package/build/spec/reference/evm-luniverse-eth_sendrawtransaction.yaml +129 -0
  284. package/build/spec/reference/evm-luniverse-eth_uninstallfilter.yaml +116 -0
  285. package/build/spec/reference/evm-luniverse-net_listening.yaml +95 -0
  286. package/build/spec/reference/evm-luniverse-net_version.yaml +99 -0
  287. package/build/spec/reference/evm-luniverse-web3_clientversion.yaml +95 -0
  288. package/build/spec/reference/evm-luniverse-web3_sha3.yaml +121 -0
  289. package/build/spec/reference/evm-optimism-debug_traceblockbyhash.yaml +198 -0
  290. package/build/spec/reference/evm-optimism-debug_traceblockbynumber.yaml +225 -0
  291. package/build/spec/reference/evm-optimism-debug_tracecall.yaml +261 -0
  292. package/build/spec/reference/evm-optimism-debug_tracetransaction.yaml +173 -0
  293. package/build/spec/reference/evm-optimism-eth_blocknumber.yaml +96 -0
  294. package/build/spec/reference/evm-optimism-eth_call.yaml +233 -0
  295. package/build/spec/reference/evm-optimism-eth_chainid.yaml +98 -0
  296. package/build/spec/reference/evm-optimism-eth_createaccesslist.yaml +221 -0
  297. package/build/spec/reference/evm-optimism-eth_estimategas.yaml +156 -0
  298. package/build/spec/reference/evm-optimism-eth_feehistory.yaml +187 -0
  299. package/build/spec/reference/evm-optimism-eth_gasprice.yaml +96 -0
  300. package/build/spec/reference/evm-optimism-eth_getbalance.yaml +176 -0
  301. package/build/spec/reference/evm-optimism-eth_getblockbyhash.yaml +189 -0
  302. package/build/spec/reference/evm-optimism-eth_getblockbynumber.yaml +210 -0
  303. package/build/spec/reference/evm-optimism-eth_getblockreceipts.yaml +210 -0
  304. package/build/spec/reference/evm-optimism-eth_getblocktransactioncountbyhash.yaml +119 -0
  305. package/build/spec/reference/evm-optimism-eth_getblocktransactioncountbynumber.yaml +153 -0
  306. package/build/spec/reference/evm-optimism-eth_getcode.yaml +163 -0
  307. package/build/spec/reference/evm-optimism-eth_getfilterchanges.yaml +135 -0
  308. package/build/spec/reference/evm-optimism-eth_getfilterlogs.yaml +135 -0
  309. package/build/spec/reference/evm-optimism-eth_getlogs.yaml +217 -0
  310. package/build/spec/reference/evm-optimism-eth_getproof.yaml +225 -0
  311. package/build/spec/reference/evm-optimism-eth_getstorageat.yaml +170 -0
  312. package/build/spec/reference/evm-optimism-eth_gettransactionbyblockhashandindex.yaml +212 -0
  313. package/build/spec/reference/evm-optimism-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  314. package/build/spec/reference/evm-optimism-eth_gettransactionbyhash.yaml +202 -0
  315. package/build/spec/reference/evm-optimism-eth_gettransactioncount.yaml +169 -0
  316. package/build/spec/reference/evm-optimism-eth_gettransactionreceipt.yaml +148 -0
  317. package/build/spec/reference/evm-optimism-eth_getunclebyblockhashandindex.yaml +153 -0
  318. package/build/spec/reference/evm-optimism-eth_getunclebyblocknumberandindex.yaml +186 -0
  319. package/build/spec/reference/evm-optimism-eth_getunclecountbyblockhash.yaml +115 -0
  320. package/build/spec/reference/evm-optimism-eth_getunclecountbyblocknumber.yaml +149 -0
  321. package/build/spec/reference/evm-optimism-eth_maxpriorityfeepergas.yaml +98 -0
  322. package/build/spec/reference/evm-optimism-eth_newblockfilter.yaml +98 -0
  323. package/build/spec/reference/evm-optimism-eth_newfilter.yaml +188 -0
  324. package/build/spec/reference/evm-optimism-eth_newpendingtransactionfilter.yaml +98 -0
  325. package/build/spec/reference/evm-optimism-eth_sendrawtransaction.yaml +130 -0
  326. package/build/spec/reference/evm-optimism-eth_uninstallfilter.yaml +117 -0
  327. package/build/spec/reference/evm-optimism-net_listening.yaml +96 -0
  328. package/build/spec/reference/evm-optimism-net_version.yaml +100 -0
  329. package/build/spec/reference/evm-optimism-optimism_outputatblock.yaml +120 -0
  330. package/build/spec/reference/evm-optimism-optimism_rollupconfig.yaml +125 -0
  331. package/build/spec/reference/evm-optimism-web3_clientversion.yaml +96 -0
  332. package/build/spec/reference/evm-optimism-web3_sha3.yaml +122 -0
  333. package/build/spec/reference/evm-polygon-bor_getauthor.yaml +152 -0
  334. package/build/spec/reference/evm-polygon-bor_getcurrentproposer.yaml +99 -0
  335. package/build/spec/reference/evm-polygon-bor_getcurrentvalidators.yaml +103 -0
  336. package/build/spec/reference/evm-polygon-bor_getsignersathash.yaml +145 -0
  337. package/build/spec/reference/evm-polygon-debug_traceblockbyhash.yaml +198 -0
  338. package/build/spec/reference/evm-polygon-debug_traceblockbynumber.yaml +225 -0
  339. package/build/spec/reference/evm-polygon-debug_tracecall.yaml +261 -0
  340. package/build/spec/reference/evm-polygon-debug_tracetransaction.yaml +173 -0
  341. package/build/spec/reference/evm-polygon-eth_blocknumber.yaml +96 -0
  342. package/build/spec/reference/evm-polygon-eth_call.yaml +233 -0
  343. package/build/spec/reference/evm-polygon-eth_chainid.yaml +98 -0
  344. package/build/spec/reference/evm-polygon-eth_createaccesslist.yaml +221 -0
  345. package/build/spec/reference/evm-polygon-eth_estimategas.yaml +156 -0
  346. package/build/spec/reference/evm-polygon-eth_feehistory.yaml +187 -0
  347. package/build/spec/reference/evm-polygon-eth_gasprice.yaml +96 -0
  348. package/build/spec/reference/evm-polygon-eth_getbalance.yaml +176 -0
  349. package/build/spec/reference/evm-polygon-eth_getblockbyhash.yaml +189 -0
  350. package/build/spec/reference/evm-polygon-eth_getblockbynumber.yaml +210 -0
  351. package/build/spec/reference/evm-polygon-eth_getblocktransactioncountbyhash.yaml +119 -0
  352. package/build/spec/reference/evm-polygon-eth_getblocktransactioncountbynumber.yaml +153 -0
  353. package/build/spec/reference/evm-polygon-eth_getcode.yaml +163 -0
  354. package/build/spec/reference/evm-polygon-eth_getfilterchanges.yaml +135 -0
  355. package/build/spec/reference/evm-polygon-eth_getfilterlogs.yaml +135 -0
  356. package/build/spec/reference/evm-polygon-eth_getlogs.yaml +217 -0
  357. package/build/spec/reference/evm-polygon-eth_getproof.yaml +225 -0
  358. package/build/spec/reference/evm-polygon-eth_getstorageat.yaml +170 -0
  359. package/build/spec/reference/evm-polygon-eth_gettransactionbyblockhashandindex.yaml +212 -0
  360. package/build/spec/reference/evm-polygon-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  361. package/build/spec/reference/evm-polygon-eth_gettransactionbyhash.yaml +202 -0
  362. package/build/spec/reference/evm-polygon-eth_gettransactioncount.yaml +169 -0
  363. package/build/spec/reference/evm-polygon-eth_gettransactionreceipt.yaml +148 -0
  364. package/build/spec/reference/evm-polygon-eth_getunclebyblockhashandindex.yaml +153 -0
  365. package/build/spec/reference/evm-polygon-eth_getunclebyblocknumberandindex.yaml +186 -0
  366. package/build/spec/reference/evm-polygon-eth_getunclecountbyblockhash.yaml +115 -0
  367. package/build/spec/reference/evm-polygon-eth_getunclecountbyblocknumber.yaml +149 -0
  368. package/build/spec/reference/evm-polygon-eth_maxpriorityfeepergas.yaml +98 -0
  369. package/build/spec/reference/evm-polygon-eth_newblockfilter.yaml +98 -0
  370. package/build/spec/reference/evm-polygon-eth_newfilter.yaml +188 -0
  371. package/build/spec/reference/evm-polygon-eth_newpendingtransactionfilter.yaml +98 -0
  372. package/build/spec/reference/evm-polygon-eth_sendrawtransaction.yaml +130 -0
  373. package/build/spec/reference/evm-polygon-eth_uninstallfilter.yaml +117 -0
  374. package/build/spec/reference/evm-polygon-net_listening.yaml +96 -0
  375. package/build/spec/reference/evm-polygon-net_version.yaml +100 -0
  376. package/build/spec/reference/evm-polygon-web3_clientversion.yaml +96 -0
  377. package/build/spec/reference/evm-polygon-web3_sha3.yaml +122 -0
  378. package/build/spec/reference/kaia.yaml +11568 -0
  379. package/build/spec/reference/luniverse.yaml +11940 -0
  380. package/build/spec/reference/optimism.yaml +10453 -0
  381. package/build/spec/reference/polygon.yaml +10453 -0
  382. package/build/spec/reference/tron.yaml +5826 -0
  383. package/build/spec/reference/web3-data-api.yaml +23872 -0
  384. package/build/spec/reference/webhook.yaml +1324 -0
  385. package/build/spec/reference/xrpl.yaml +4419 -0
  386. package/build/tools/api-categories.js +70 -0
  387. package/build/tools/aptos-indexer.js +154 -0
  388. package/build/tools/call-nodit-api.js +84 -0
  389. package/build/tools/data-apis.js +39 -0
  390. package/build/tools/get-nodit-api-spec.js +21 -0
  391. package/build/tools/index.js +14 -0
  392. package/build/tools/node-apis.js +70 -0
  393. package/package.json +28 -0
@@ -0,0 +1,2421 @@
1
+ {
2
+ "resource_version": 38,
3
+ "metadata": {
4
+ "version": 3,
5
+ "sources": [
6
+ {
7
+ "name": "indexer-v2",
8
+ "kind": "postgres",
9
+ "tables": [
10
+ {
11
+ "table": {
12
+ "name": "address_version_from_move_resources",
13
+ "schema": "legacy_migration_v1"
14
+ },
15
+ "configuration": {
16
+ "column_config": {},
17
+ "custom_column_names": {},
18
+ "custom_name": "address_version_from_move_resources",
19
+ "custom_root_fields": {}
20
+ },
21
+ "array_relationships": [
22
+ {
23
+ "name": "coin_activities",
24
+ "using": {
25
+ "manual_configuration": {
26
+ "column_mapping": {
27
+ "transaction_version": "transaction_version"
28
+ },
29
+ "insertion_order": null,
30
+ "remote_table": {
31
+ "name": "coin_activities",
32
+ "schema": "legacy_migration_v1"
33
+ }
34
+ }
35
+ }
36
+ },
37
+ {
38
+ "name": "delegated_staking_activities",
39
+ "using": {
40
+ "manual_configuration": {
41
+ "column_mapping": {
42
+ "transaction_version": "transaction_version"
43
+ },
44
+ "insertion_order": null,
45
+ "remote_table": {
46
+ "name": "delegated_staking_activities",
47
+ "schema": "public"
48
+ }
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "name": "token_activities",
54
+ "using": {
55
+ "manual_configuration": {
56
+ "column_mapping": {
57
+ "transaction_version": "transaction_version"
58
+ },
59
+ "insertion_order": null,
60
+ "remote_table": {
61
+ "name": "token_activities",
62
+ "schema": "legacy_migration_v1"
63
+ }
64
+ }
65
+ }
66
+ },
67
+ {
68
+ "name": "token_activities_v2",
69
+ "using": {
70
+ "manual_configuration": {
71
+ "column_mapping": {
72
+ "transaction_version": "transaction_version"
73
+ },
74
+ "insertion_order": null,
75
+ "remote_table": {
76
+ "name": "token_activities_v2",
77
+ "schema": "public"
78
+ }
79
+ }
80
+ }
81
+ }
82
+ ],
83
+ "select_permissions": [
84
+ {
85
+ "role": "anonymous",
86
+ "permission": {
87
+ "columns": [
88
+ "address",
89
+ "transaction_version"
90
+ ],
91
+ "filter": {},
92
+ "limit": 100,
93
+ "allow_aggregations": true
94
+ }
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ "table": {
100
+ "name": "coin_activities",
101
+ "schema": "legacy_migration_v1"
102
+ },
103
+ "configuration": {
104
+ "column_config": {},
105
+ "custom_column_names": {},
106
+ "custom_name": "coin_activities",
107
+ "custom_root_fields": {}
108
+ },
109
+ "object_relationships": [
110
+ {
111
+ "name": "coin_info",
112
+ "using": {
113
+ "manual_configuration": {
114
+ "column_mapping": {
115
+ "coin_type": "coin_type"
116
+ },
117
+ "insertion_order": null,
118
+ "remote_table": {
119
+ "name": "coin_infos",
120
+ "schema": "legacy_migration_v1"
121
+ }
122
+ }
123
+ }
124
+ }
125
+ ],
126
+ "array_relationships": [
127
+ {
128
+ "name": "aptos_names",
129
+ "using": {
130
+ "manual_configuration": {
131
+ "column_mapping": {
132
+ "owner_address": "registered_address"
133
+ },
134
+ "insertion_order": null,
135
+ "remote_table": {
136
+ "name": "current_aptos_names",
137
+ "schema": "public"
138
+ }
139
+ }
140
+ }
141
+ }
142
+ ],
143
+ "select_permissions": [
144
+ {
145
+ "role": "anonymous",
146
+ "permission": {
147
+ "columns": [
148
+ "activity_type",
149
+ "amount",
150
+ "block_height",
151
+ "coin_type",
152
+ "entry_function_id_str",
153
+ "event_account_address",
154
+ "event_creation_number",
155
+ "event_index",
156
+ "event_sequence_number",
157
+ "is_gas_fee",
158
+ "is_transaction_success",
159
+ "owner_address",
160
+ "storage_refund_amount",
161
+ "transaction_timestamp",
162
+ "transaction_version"
163
+ ],
164
+ "filter": {},
165
+ "limit": 100,
166
+ "allow_aggregations": true
167
+ }
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "table": {
173
+ "name": "coin_balances",
174
+ "schema": "legacy_migration_v1"
175
+ },
176
+ "configuration": {
177
+ "column_config": {},
178
+ "custom_column_names": {},
179
+ "custom_name": "coin_balances",
180
+ "custom_root_fields": {}
181
+ },
182
+ "select_permissions": [
183
+ {
184
+ "role": "anonymous",
185
+ "permission": {
186
+ "columns": [
187
+ "amount",
188
+ "coin_type",
189
+ "coin_type_hash",
190
+ "owner_address",
191
+ "transaction_timestamp",
192
+ "transaction_version"
193
+ ],
194
+ "filter": {},
195
+ "limit": 100
196
+ }
197
+ }
198
+ ]
199
+ },
200
+ {
201
+ "table": {
202
+ "name": "coin_infos",
203
+ "schema": "legacy_migration_v1"
204
+ },
205
+ "configuration": {
206
+ "column_config": {},
207
+ "custom_column_names": {},
208
+ "custom_name": "coin_infos",
209
+ "custom_root_fields": {}
210
+ },
211
+ "select_permissions": [
212
+ {
213
+ "role": "anonymous",
214
+ "permission": {
215
+ "columns": [
216
+ "coin_type",
217
+ "coin_type_hash",
218
+ "creator_address",
219
+ "decimals",
220
+ "name",
221
+ "supply_aggregator_table_handle",
222
+ "supply_aggregator_table_key",
223
+ "symbol",
224
+ "transaction_created_timestamp",
225
+ "transaction_version_created"
226
+ ],
227
+ "filter": {},
228
+ "limit": 100
229
+ }
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "table": {
235
+ "name": "collection_datas",
236
+ "schema": "legacy_migration_v1"
237
+ },
238
+ "configuration": {
239
+ "column_config": {},
240
+ "custom_column_names": {},
241
+ "custom_name": "collection_datas",
242
+ "custom_root_fields": {}
243
+ },
244
+ "select_permissions": [
245
+ {
246
+ "role": "anonymous",
247
+ "permission": {
248
+ "columns": [
249
+ "collection_data_id_hash",
250
+ "collection_name",
251
+ "creator_address",
252
+ "description",
253
+ "description_mutable",
254
+ "maximum",
255
+ "maximum_mutable",
256
+ "metadata_uri",
257
+ "supply",
258
+ "table_handle",
259
+ "transaction_timestamp",
260
+ "transaction_version",
261
+ "uri_mutable"
262
+ ],
263
+ "filter": {},
264
+ "limit": 100
265
+ }
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "table": {
271
+ "name": "current_ans_lookup",
272
+ "schema": "legacy_migration_v1"
273
+ },
274
+ "configuration": {
275
+ "column_config": {},
276
+ "custom_column_names": {},
277
+ "custom_name": "current_ans_lookup",
278
+ "custom_root_fields": {}
279
+ },
280
+ "array_relationships": [
281
+ {
282
+ "name": "all_token_ownerships",
283
+ "using": {
284
+ "manual_configuration": {
285
+ "column_mapping": {
286
+ "token_name": "name"
287
+ },
288
+ "insertion_order": null,
289
+ "remote_table": {
290
+ "name": "current_token_ownerships",
291
+ "schema": "legacy_migration_v1"
292
+ }
293
+ }
294
+ }
295
+ }
296
+ ],
297
+ "select_permissions": [
298
+ {
299
+ "role": "anonymous",
300
+ "permission": {
301
+ "columns": [
302
+ "domain",
303
+ "expiration_timestamp",
304
+ "is_deleted",
305
+ "last_transaction_version",
306
+ "registered_address",
307
+ "subdomain",
308
+ "token_name"
309
+ ],
310
+ "filter": {},
311
+ "limit": 100
312
+ }
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "table": {
318
+ "name": "current_coin_balances",
319
+ "schema": "legacy_migration_v1"
320
+ },
321
+ "configuration": {
322
+ "column_config": {},
323
+ "custom_column_names": {},
324
+ "custom_name": "current_coin_balances",
325
+ "custom_root_fields": {}
326
+ },
327
+ "object_relationships": [
328
+ {
329
+ "name": "coin_info",
330
+ "using": {
331
+ "manual_configuration": {
332
+ "column_mapping": {
333
+ "coin_type_hash": "coin_type_hash"
334
+ },
335
+ "insertion_order": null,
336
+ "remote_table": {
337
+ "name": "coin_infos",
338
+ "schema": "legacy_migration_v1"
339
+ }
340
+ }
341
+ }
342
+ }
343
+ ],
344
+ "select_permissions": [
345
+ {
346
+ "role": "anonymous",
347
+ "permission": {
348
+ "columns": [
349
+ "amount",
350
+ "coin_type",
351
+ "coin_type_hash",
352
+ "last_transaction_timestamp",
353
+ "last_transaction_version",
354
+ "owner_address"
355
+ ],
356
+ "filter": {},
357
+ "limit": 100
358
+ }
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "table": {
364
+ "name": "current_collection_datas",
365
+ "schema": "legacy_migration_v1"
366
+ },
367
+ "configuration": {
368
+ "column_config": {},
369
+ "custom_column_names": {},
370
+ "custom_name": "current_collection_datas",
371
+ "custom_root_fields": {
372
+ "select": "current_collection_datas"
373
+ }
374
+ },
375
+ "select_permissions": [
376
+ {
377
+ "role": "anonymous",
378
+ "permission": {
379
+ "columns": [
380
+ "collection_data_id_hash",
381
+ "collection_name",
382
+ "creator_address",
383
+ "description",
384
+ "description_mutable",
385
+ "last_transaction_timestamp",
386
+ "last_transaction_version",
387
+ "maximum",
388
+ "maximum_mutable",
389
+ "metadata_uri",
390
+ "supply",
391
+ "table_handle",
392
+ "uri_mutable"
393
+ ],
394
+ "filter": {},
395
+ "limit": 100
396
+ }
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "table": {
402
+ "name": "current_token_datas",
403
+ "schema": "legacy_migration_v1"
404
+ },
405
+ "configuration": {
406
+ "column_config": {},
407
+ "custom_column_names": {},
408
+ "custom_name": "current_token_datas",
409
+ "custom_root_fields": {}
410
+ },
411
+ "object_relationships": [
412
+ {
413
+ "name": "current_collection_data",
414
+ "using": {
415
+ "manual_configuration": {
416
+ "column_mapping": {
417
+ "collection_data_id_hash": "collection_data_id_hash"
418
+ },
419
+ "insertion_order": null,
420
+ "remote_table": {
421
+ "name": "current_collection_datas",
422
+ "schema": "legacy_migration_v1"
423
+ }
424
+ }
425
+ }
426
+ }
427
+ ],
428
+ "select_permissions": [
429
+ {
430
+ "role": "anonymous",
431
+ "permission": {
432
+ "columns": [
433
+ "collection_data_id_hash",
434
+ "collection_name",
435
+ "creator_address",
436
+ "default_properties",
437
+ "description",
438
+ "description_mutable",
439
+ "largest_property_version",
440
+ "last_transaction_timestamp",
441
+ "last_transaction_version",
442
+ "maximum",
443
+ "maximum_mutable",
444
+ "metadata_uri",
445
+ "name",
446
+ "payee_address",
447
+ "properties_mutable",
448
+ "royalty_mutable",
449
+ "royalty_points_denominator",
450
+ "royalty_points_numerator",
451
+ "supply",
452
+ "token_data_id_hash",
453
+ "uri_mutable"
454
+ ],
455
+ "filter": {},
456
+ "limit": 100
457
+ }
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "table": {
463
+ "name": "current_token_ownerships",
464
+ "schema": "legacy_migration_v1"
465
+ },
466
+ "configuration": {
467
+ "column_config": {},
468
+ "custom_column_names": {},
469
+ "custom_name": "current_token_ownerships",
470
+ "custom_root_fields": {}
471
+ },
472
+ "object_relationships": [
473
+ {
474
+ "name": "aptos_name",
475
+ "using": {
476
+ "manual_configuration": {
477
+ "column_mapping": {
478
+ "name": "token_name"
479
+ },
480
+ "insertion_order": null,
481
+ "remote_table": {
482
+ "name": "current_aptos_names",
483
+ "schema": "public"
484
+ }
485
+ }
486
+ }
487
+ },
488
+ {
489
+ "name": "current_collection_data",
490
+ "using": {
491
+ "manual_configuration": {
492
+ "column_mapping": {
493
+ "collection_data_id_hash": "collection_data_id_hash"
494
+ },
495
+ "insertion_order": null,
496
+ "remote_table": {
497
+ "name": "current_collection_datas",
498
+ "schema": "legacy_migration_v1"
499
+ }
500
+ }
501
+ }
502
+ },
503
+ {
504
+ "name": "current_token_data",
505
+ "using": {
506
+ "manual_configuration": {
507
+ "column_mapping": {
508
+ "token_data_id_hash": "token_data_id_hash"
509
+ },
510
+ "insertion_order": null,
511
+ "remote_table": {
512
+ "name": "current_token_datas",
513
+ "schema": "legacy_migration_v1"
514
+ }
515
+ }
516
+ }
517
+ }
518
+ ],
519
+ "select_permissions": [
520
+ {
521
+ "role": "anonymous",
522
+ "permission": {
523
+ "columns": [
524
+ "amount",
525
+ "collection_data_id_hash",
526
+ "collection_name",
527
+ "creator_address",
528
+ "last_transaction_timestamp",
529
+ "last_transaction_version",
530
+ "name",
531
+ "owner_address",
532
+ "property_version",
533
+ "table_type",
534
+ "token_data_id_hash",
535
+ "token_properties"
536
+ ],
537
+ "filter": {},
538
+ "limit": 100,
539
+ "allow_aggregations": true
540
+ }
541
+ }
542
+ ]
543
+ },
544
+ {
545
+ "table": {
546
+ "name": "move_resources",
547
+ "schema": "legacy_migration_v1"
548
+ },
549
+ "configuration": {
550
+ "column_config": {},
551
+ "custom_column_names": {},
552
+ "custom_name": "move_resources",
553
+ "custom_root_fields": {}
554
+ },
555
+ "select_permissions": [
556
+ {
557
+ "role": "anonymous",
558
+ "permission": {
559
+ "columns": [
560
+ "address",
561
+ "transaction_version"
562
+ ],
563
+ "filter": {},
564
+ "limit": 100,
565
+ "allow_aggregations": true
566
+ }
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "table": {
572
+ "name": "token_activities",
573
+ "schema": "legacy_migration_v1"
574
+ },
575
+ "configuration": {
576
+ "column_config": {},
577
+ "custom_column_names": {},
578
+ "custom_name": "token_activities",
579
+ "custom_root_fields": {}
580
+ },
581
+ "object_relationships": [
582
+ {
583
+ "name": "current_token_data",
584
+ "using": {
585
+ "manual_configuration": {
586
+ "column_mapping": {
587
+ "token_data_id_hash": "token_data_id_hash"
588
+ },
589
+ "insertion_order": null,
590
+ "remote_table": {
591
+ "name": "current_token_datas",
592
+ "schema": "legacy_migration_v1"
593
+ }
594
+ }
595
+ }
596
+ }
597
+ ],
598
+ "array_relationships": [
599
+ {
600
+ "name": "aptos_names_owner",
601
+ "using": {
602
+ "manual_configuration": {
603
+ "column_mapping": {
604
+ "event_account_address": "registered_address"
605
+ },
606
+ "insertion_order": null,
607
+ "remote_table": {
608
+ "name": "current_aptos_names",
609
+ "schema": "public"
610
+ }
611
+ }
612
+ }
613
+ },
614
+ {
615
+ "name": "aptos_names_to",
616
+ "using": {
617
+ "manual_configuration": {
618
+ "column_mapping": {
619
+ "to_address": "registered_address"
620
+ },
621
+ "insertion_order": null,
622
+ "remote_table": {
623
+ "name": "current_aptos_names",
624
+ "schema": "public"
625
+ }
626
+ }
627
+ }
628
+ }
629
+ ],
630
+ "select_permissions": [
631
+ {
632
+ "role": "anonymous",
633
+ "permission": {
634
+ "columns": [
635
+ "coin_amount",
636
+ "coin_type",
637
+ "collection_data_id_hash",
638
+ "collection_name",
639
+ "creator_address",
640
+ "event_account_address",
641
+ "event_creation_number",
642
+ "event_index",
643
+ "event_sequence_number",
644
+ "from_address",
645
+ "name",
646
+ "property_version",
647
+ "to_address",
648
+ "token_amount",
649
+ "token_data_id_hash",
650
+ "transaction_timestamp",
651
+ "transaction_version",
652
+ "transfer_type"
653
+ ],
654
+ "filter": {},
655
+ "limit": 100,
656
+ "allow_aggregations": true
657
+ }
658
+ }
659
+ ]
660
+ },
661
+ {
662
+ "table": {
663
+ "name": "token_datas",
664
+ "schema": "legacy_migration_v1"
665
+ },
666
+ "configuration": {
667
+ "column_config": {},
668
+ "custom_column_names": {},
669
+ "custom_name": "token_datas",
670
+ "custom_root_fields": {}
671
+ },
672
+ "select_permissions": [
673
+ {
674
+ "role": "anonymous",
675
+ "permission": {
676
+ "columns": [
677
+ "collection_data_id_hash",
678
+ "collection_name",
679
+ "creator_address",
680
+ "default_properties",
681
+ "description",
682
+ "description_mutable",
683
+ "largest_property_version",
684
+ "maximum",
685
+ "maximum_mutable",
686
+ "metadata_uri",
687
+ "name",
688
+ "payee_address",
689
+ "properties_mutable",
690
+ "royalty_mutable",
691
+ "royalty_points_denominator",
692
+ "royalty_points_numerator",
693
+ "supply",
694
+ "token_data_id_hash",
695
+ "transaction_timestamp",
696
+ "transaction_version",
697
+ "uri_mutable"
698
+ ],
699
+ "filter": {},
700
+ "limit": 100
701
+ }
702
+ }
703
+ ]
704
+ },
705
+ {
706
+ "table": {
707
+ "name": "token_ownerships",
708
+ "schema": "legacy_migration_v1"
709
+ },
710
+ "configuration": {
711
+ "column_config": {},
712
+ "custom_column_names": {},
713
+ "custom_name": "token_ownerships",
714
+ "custom_root_fields": {}
715
+ },
716
+ "select_permissions": [
717
+ {
718
+ "role": "anonymous",
719
+ "permission": {
720
+ "columns": [
721
+ "amount",
722
+ "collection_data_id_hash",
723
+ "collection_name",
724
+ "creator_address",
725
+ "name",
726
+ "owner_address",
727
+ "property_version",
728
+ "table_handle",
729
+ "table_type",
730
+ "token_data_id_hash",
731
+ "transaction_timestamp",
732
+ "transaction_version"
733
+ ],
734
+ "filter": {},
735
+ "limit": 100
736
+ }
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "table": {
742
+ "name": "tokens",
743
+ "schema": "legacy_migration_v1"
744
+ },
745
+ "configuration": {
746
+ "column_config": {},
747
+ "custom_column_names": {},
748
+ "custom_name": "tokens",
749
+ "custom_root_fields": {}
750
+ },
751
+ "select_permissions": [
752
+ {
753
+ "role": "anonymous",
754
+ "permission": {
755
+ "columns": [
756
+ "collection_data_id_hash",
757
+ "collection_name",
758
+ "creator_address",
759
+ "name",
760
+ "property_version",
761
+ "token_data_id_hash",
762
+ "token_properties",
763
+ "transaction_timestamp",
764
+ "transaction_version"
765
+ ],
766
+ "filter": {},
767
+ "limit": 100
768
+ }
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "table": {
774
+ "name": "parsed_asset_uris",
775
+ "schema": "nft_metadata_crawler"
776
+ },
777
+ "select_permissions": [
778
+ {
779
+ "role": "anonymous",
780
+ "permission": {
781
+ "columns": [
782
+ "animation_optimizer_retry_count",
783
+ "asset_uri",
784
+ "cdn_animation_uri",
785
+ "cdn_image_uri",
786
+ "cdn_json_uri",
787
+ "image_optimizer_retry_count",
788
+ "json_parser_retry_count",
789
+ "raw_animation_uri",
790
+ "raw_image_uri"
791
+ ],
792
+ "filter": {},
793
+ "limit": 100
794
+ }
795
+ }
796
+ ]
797
+ },
798
+ {
799
+ "table": {
800
+ "name": "account_transactions",
801
+ "schema": "public"
802
+ },
803
+ "object_relationships": [
804
+ {
805
+ "name": "user_transaction",
806
+ "using": {
807
+ "manual_configuration": {
808
+ "column_mapping": {
809
+ "transaction_version": "version"
810
+ },
811
+ "insertion_order": null,
812
+ "remote_table": {
813
+ "name": "user_transactions",
814
+ "schema": "public"
815
+ }
816
+ }
817
+ }
818
+ }
819
+ ],
820
+ "array_relationships": [
821
+ {
822
+ "name": "coin_activities",
823
+ "using": {
824
+ "manual_configuration": {
825
+ "column_mapping": {
826
+ "transaction_version": "transaction_version"
827
+ },
828
+ "insertion_order": null,
829
+ "remote_table": {
830
+ "name": "coin_activities",
831
+ "schema": "legacy_migration_v1"
832
+ }
833
+ }
834
+ }
835
+ },
836
+ {
837
+ "name": "delegated_staking_activities",
838
+ "using": {
839
+ "manual_configuration": {
840
+ "column_mapping": {
841
+ "transaction_version": "transaction_version"
842
+ },
843
+ "insertion_order": null,
844
+ "remote_table": {
845
+ "name": "delegated_staking_activities",
846
+ "schema": "public"
847
+ }
848
+ }
849
+ }
850
+ },
851
+ {
852
+ "name": "fungible_asset_activities",
853
+ "using": {
854
+ "manual_configuration": {
855
+ "column_mapping": {
856
+ "transaction_version": "transaction_version"
857
+ },
858
+ "insertion_order": null,
859
+ "remote_table": {
860
+ "name": "fungible_asset_activities",
861
+ "schema": "public"
862
+ }
863
+ }
864
+ }
865
+ },
866
+ {
867
+ "name": "token_activities",
868
+ "using": {
869
+ "manual_configuration": {
870
+ "column_mapping": {
871
+ "transaction_version": "transaction_version"
872
+ },
873
+ "insertion_order": null,
874
+ "remote_table": {
875
+ "name": "token_activities",
876
+ "schema": "legacy_migration_v1"
877
+ }
878
+ }
879
+ }
880
+ },
881
+ {
882
+ "name": "token_activities_v2",
883
+ "using": {
884
+ "manual_configuration": {
885
+ "column_mapping": {
886
+ "transaction_version": "transaction_version"
887
+ },
888
+ "insertion_order": null,
889
+ "remote_table": {
890
+ "name": "token_activities_v2",
891
+ "schema": "public"
892
+ }
893
+ }
894
+ }
895
+ }
896
+ ],
897
+ "select_permissions": [
898
+ {
899
+ "role": "anonymous",
900
+ "permission": {
901
+ "columns": [
902
+ "account_address",
903
+ "transaction_version"
904
+ ],
905
+ "filter": {},
906
+ "limit": 100,
907
+ "allow_aggregations": true
908
+ }
909
+ }
910
+ ]
911
+ },
912
+ {
913
+ "table": {
914
+ "name": "address_events_summary",
915
+ "schema": "public"
916
+ },
917
+ "object_relationships": [
918
+ {
919
+ "name": "block_metadata",
920
+ "using": {
921
+ "manual_configuration": {
922
+ "column_mapping": {
923
+ "min_block_height": "block_height"
924
+ },
925
+ "insertion_order": null,
926
+ "remote_table": {
927
+ "name": "block_metadata_transactions",
928
+ "schema": "public"
929
+ }
930
+ }
931
+ }
932
+ }
933
+ ],
934
+ "select_permissions": [
935
+ {
936
+ "role": "anonymous",
937
+ "permission": {
938
+ "columns": [
939
+ "min_block_height",
940
+ "num_distinct_versions",
941
+ "account_address"
942
+ ],
943
+ "filter": {},
944
+ "limit": 100
945
+ }
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "table": {
951
+ "name": "address_version_from_events",
952
+ "schema": "public"
953
+ },
954
+ "array_relationships": [
955
+ {
956
+ "name": "coin_activities",
957
+ "using": {
958
+ "manual_configuration": {
959
+ "column_mapping": {
960
+ "transaction_version": "transaction_version"
961
+ },
962
+ "insertion_order": null,
963
+ "remote_table": {
964
+ "name": "coin_activities",
965
+ "schema": "legacy_migration_v1"
966
+ }
967
+ }
968
+ }
969
+ },
970
+ {
971
+ "name": "delegated_staking_activities",
972
+ "using": {
973
+ "manual_configuration": {
974
+ "column_mapping": {
975
+ "transaction_version": "transaction_version"
976
+ },
977
+ "insertion_order": null,
978
+ "remote_table": {
979
+ "name": "delegated_staking_activities",
980
+ "schema": "public"
981
+ }
982
+ }
983
+ }
984
+ },
985
+ {
986
+ "name": "token_activities",
987
+ "using": {
988
+ "manual_configuration": {
989
+ "column_mapping": {
990
+ "transaction_version": "transaction_version"
991
+ },
992
+ "insertion_order": null,
993
+ "remote_table": {
994
+ "name": "token_activities",
995
+ "schema": "legacy_migration_v1"
996
+ }
997
+ }
998
+ }
999
+ },
1000
+ {
1001
+ "name": "token_activities_v2",
1002
+ "using": {
1003
+ "manual_configuration": {
1004
+ "column_mapping": {
1005
+ "transaction_version": "transaction_version"
1006
+ },
1007
+ "insertion_order": null,
1008
+ "remote_table": {
1009
+ "name": "token_activities_v2",
1010
+ "schema": "public"
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ ],
1016
+ "select_permissions": [
1017
+ {
1018
+ "role": "anonymous",
1019
+ "permission": {
1020
+ "columns": [
1021
+ "account_address",
1022
+ "transaction_version"
1023
+ ],
1024
+ "filter": {},
1025
+ "limit": 100,
1026
+ "allow_aggregations": true
1027
+ }
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "table": {
1033
+ "name": "block_metadata_transactions",
1034
+ "schema": "public"
1035
+ },
1036
+ "select_permissions": [
1037
+ {
1038
+ "role": "anonymous",
1039
+ "permission": {
1040
+ "columns": [
1041
+ "block_height",
1042
+ "epoch",
1043
+ "failed_proposer_indices",
1044
+ "id",
1045
+ "previous_block_votes_bitvec",
1046
+ "proposer",
1047
+ "round",
1048
+ "timestamp",
1049
+ "version"
1050
+ ],
1051
+ "filter": {},
1052
+ "limit": 100
1053
+ }
1054
+ }
1055
+ ]
1056
+ },
1057
+ {
1058
+ "table": {
1059
+ "name": "coin_supply",
1060
+ "schema": "public"
1061
+ },
1062
+ "select_permissions": [
1063
+ {
1064
+ "role": "anonymous",
1065
+ "permission": {
1066
+ "columns": [
1067
+ "coin_type",
1068
+ "coin_type_hash",
1069
+ "supply",
1070
+ "transaction_epoch",
1071
+ "transaction_timestamp",
1072
+ "transaction_version"
1073
+ ],
1074
+ "filter": {},
1075
+ "limit": 100
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
1080
+ {
1081
+ "table": {
1082
+ "name": "current_ans_lookup_v2",
1083
+ "schema": "public"
1084
+ },
1085
+ "select_permissions": [
1086
+ {
1087
+ "role": "anonymous",
1088
+ "permission": {
1089
+ "columns": [
1090
+ "domain",
1091
+ "expiration_timestamp",
1092
+ "is_deleted",
1093
+ "last_transaction_version",
1094
+ "registered_address",
1095
+ "subdomain",
1096
+ "token_name",
1097
+ "token_standard"
1098
+ ],
1099
+ "filter": {},
1100
+ "limit": 100
1101
+ },
1102
+ "comment": ""
1103
+ }
1104
+ ]
1105
+ },
1106
+ {
1107
+ "table": {
1108
+ "name": "current_aptos_names",
1109
+ "schema": "public"
1110
+ },
1111
+ "object_relationships": [
1112
+ {
1113
+ "name": "is_domain_owner",
1114
+ "using": {
1115
+ "manual_configuration": {
1116
+ "column_mapping": {
1117
+ "domain_with_suffix": "token_name",
1118
+ "owner_address": "owner_address"
1119
+ },
1120
+ "insertion_order": null,
1121
+ "remote_table": {
1122
+ "name": "current_aptos_names",
1123
+ "schema": "public"
1124
+ }
1125
+ }
1126
+ }
1127
+ }
1128
+ ],
1129
+ "select_permissions": [
1130
+ {
1131
+ "role": "anonymous",
1132
+ "permission": {
1133
+ "columns": [
1134
+ "domain",
1135
+ "domain_expiration_timestamp",
1136
+ "domain_with_suffix",
1137
+ "expiration_timestamp",
1138
+ "is_active",
1139
+ "is_primary",
1140
+ "last_transaction_version",
1141
+ "owner_address",
1142
+ "registered_address",
1143
+ "subdomain",
1144
+ "subdomain_expiration_policy",
1145
+ "token_name",
1146
+ "token_standard"
1147
+ ],
1148
+ "filter": {},
1149
+ "limit": 100,
1150
+ "allow_aggregations": true
1151
+ },
1152
+ "comment": ""
1153
+ }
1154
+ ]
1155
+ },
1156
+ {
1157
+ "table": {
1158
+ "name": "current_collection_ownership_v2_view",
1159
+ "schema": "public"
1160
+ },
1161
+ "object_relationships": [
1162
+ {
1163
+ "name": "current_collection",
1164
+ "using": {
1165
+ "manual_configuration": {
1166
+ "column_mapping": {
1167
+ "collection_id": "collection_id"
1168
+ },
1169
+ "insertion_order": null,
1170
+ "remote_table": {
1171
+ "name": "current_collections_v2",
1172
+ "schema": "public"
1173
+ }
1174
+ }
1175
+ }
1176
+ }
1177
+ ],
1178
+ "select_permissions": [
1179
+ {
1180
+ "role": "anonymous",
1181
+ "permission": {
1182
+ "columns": [
1183
+ "distinct_tokens",
1184
+ "last_transaction_version",
1185
+ "collection_id",
1186
+ "collection_name",
1187
+ "creator_address",
1188
+ "owner_address",
1189
+ "collection_uri",
1190
+ "single_token_uri"
1191
+ ],
1192
+ "filter": {},
1193
+ "limit": 100,
1194
+ "allow_aggregations": true
1195
+ }
1196
+ }
1197
+ ]
1198
+ },
1199
+ {
1200
+ "table": {
1201
+ "name": "current_collections_v2",
1202
+ "schema": "public"
1203
+ },
1204
+ "object_relationships": [
1205
+ {
1206
+ "name": "cdn_asset_uris",
1207
+ "using": {
1208
+ "manual_configuration": {
1209
+ "column_mapping": {
1210
+ "uri": "asset_uri"
1211
+ },
1212
+ "insertion_order": null,
1213
+ "remote_table": {
1214
+ "name": "parsed_asset_uris",
1215
+ "schema": "nft_metadata_crawler"
1216
+ }
1217
+ }
1218
+ }
1219
+ }
1220
+ ],
1221
+ "select_permissions": [
1222
+ {
1223
+ "role": "anonymous",
1224
+ "permission": {
1225
+ "columns": [
1226
+ "collection_id",
1227
+ "collection_name",
1228
+ "collection_properties",
1229
+ "creator_address",
1230
+ "current_supply",
1231
+ "description",
1232
+ "last_transaction_timestamp",
1233
+ "last_transaction_version",
1234
+ "max_supply",
1235
+ "mutable_description",
1236
+ "mutable_uri",
1237
+ "table_handle_v1",
1238
+ "token_standard",
1239
+ "total_minted_v2",
1240
+ "uri"
1241
+ ],
1242
+ "filter": {},
1243
+ "limit": 100
1244
+ }
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "table": {
1250
+ "name": "current_delegated_staking_pool_balances",
1251
+ "schema": "public"
1252
+ },
1253
+ "select_permissions": [
1254
+ {
1255
+ "role": "anonymous",
1256
+ "permission": {
1257
+ "columns": [
1258
+ "active_table_handle",
1259
+ "inactive_table_handle",
1260
+ "last_transaction_version",
1261
+ "operator_commission_percentage",
1262
+ "staking_pool_address",
1263
+ "total_coins",
1264
+ "total_shares"
1265
+ ],
1266
+ "filter": {},
1267
+ "limit": 100
1268
+ }
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "table": {
1274
+ "name": "current_delegated_voter",
1275
+ "schema": "public"
1276
+ },
1277
+ "select_permissions": [
1278
+ {
1279
+ "role": "anonymous",
1280
+ "permission": {
1281
+ "columns": [
1282
+ "delegation_pool_address",
1283
+ "delegator_address",
1284
+ "last_transaction_timestamp",
1285
+ "last_transaction_version",
1286
+ "pending_voter",
1287
+ "table_handle",
1288
+ "voter"
1289
+ ],
1290
+ "filter": {},
1291
+ "limit": 100
1292
+ },
1293
+ "comment": ""
1294
+ }
1295
+ ]
1296
+ },
1297
+ {
1298
+ "table": {
1299
+ "name": "current_delegator_balances",
1300
+ "schema": "public"
1301
+ },
1302
+ "object_relationships": [
1303
+ {
1304
+ "name": "current_pool_balance",
1305
+ "using": {
1306
+ "manual_configuration": {
1307
+ "column_mapping": {
1308
+ "pool_address": "staking_pool_address"
1309
+ },
1310
+ "insertion_order": null,
1311
+ "remote_table": {
1312
+ "name": "current_delegated_staking_pool_balances",
1313
+ "schema": "public"
1314
+ }
1315
+ }
1316
+ }
1317
+ },
1318
+ {
1319
+ "name": "staking_pool_metadata",
1320
+ "using": {
1321
+ "manual_configuration": {
1322
+ "column_mapping": {
1323
+ "pool_address": "staking_pool_address"
1324
+ },
1325
+ "insertion_order": null,
1326
+ "remote_table": {
1327
+ "name": "current_staking_pool_voter",
1328
+ "schema": "public"
1329
+ }
1330
+ }
1331
+ }
1332
+ }
1333
+ ],
1334
+ "select_permissions": [
1335
+ {
1336
+ "role": "anonymous",
1337
+ "permission": {
1338
+ "columns": [
1339
+ "delegator_address",
1340
+ "last_transaction_version",
1341
+ "parent_table_handle",
1342
+ "pool_address",
1343
+ "pool_type",
1344
+ "shares",
1345
+ "table_handle"
1346
+ ],
1347
+ "filter": {},
1348
+ "limit": 100
1349
+ }
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "table": {
1355
+ "name": "current_fungible_asset_balances",
1356
+ "schema": "public"
1357
+ },
1358
+ "object_relationships": [
1359
+ {
1360
+ "name": "metadata",
1361
+ "using": {
1362
+ "manual_configuration": {
1363
+ "column_mapping": {
1364
+ "asset_type": "asset_type"
1365
+ },
1366
+ "insertion_order": null,
1367
+ "remote_table": {
1368
+ "name": "fungible_asset_metadata",
1369
+ "schema": "public"
1370
+ }
1371
+ }
1372
+ }
1373
+ }
1374
+ ],
1375
+ "select_permissions": [
1376
+ {
1377
+ "role": "anonymous",
1378
+ "permission": {
1379
+ "columns": [
1380
+ "amount",
1381
+ "amount_v1",
1382
+ "amount_v2",
1383
+ "asset_type",
1384
+ "asset_type_v1",
1385
+ "asset_type_v2",
1386
+ "is_frozen",
1387
+ "is_primary",
1388
+ "last_transaction_timestamp",
1389
+ "last_transaction_timestamp_v1",
1390
+ "last_transaction_timestamp_v2",
1391
+ "last_transaction_version",
1392
+ "last_transaction_version_v1",
1393
+ "last_transaction_version_v2",
1394
+ "owner_address",
1395
+ "storage_id",
1396
+ "token_standard"
1397
+ ],
1398
+ "filter": {},
1399
+ "limit": 100,
1400
+ "allow_aggregations": true
1401
+ },
1402
+ "comment": ""
1403
+ }
1404
+ ]
1405
+ },
1406
+ {
1407
+ "table": {
1408
+ "name": "fungible_asset_balances",
1409
+ "schema": "public"
1410
+ },
1411
+ "object_relationships": [
1412
+ {
1413
+ "name": "metadata",
1414
+ "using": {
1415
+ "manual_configuration": {
1416
+ "column_mapping": {
1417
+ "asset_type": "asset_type"
1418
+ },
1419
+ "insertion_order": null,
1420
+ "remote_table": {
1421
+ "name": "fungible_asset_metadata",
1422
+ "schema": "public"
1423
+ }
1424
+ }
1425
+ }
1426
+ }
1427
+ ],
1428
+ "select_permissions": [
1429
+ {
1430
+ "role": "anonymous",
1431
+ "permission": {
1432
+ "columns": [
1433
+ "amount",
1434
+ "asset_type",
1435
+ "is_frozen",
1436
+ "is_primary",
1437
+ "transaction_timestamp",
1438
+ "transaction_version",
1439
+ "owner_address",
1440
+ "storage_id",
1441
+ "token_standard"
1442
+ ],
1443
+ "filter": {},
1444
+ "limit": 100
1445
+ }
1446
+ }
1447
+ ]
1448
+ },
1449
+ {
1450
+ "table": {
1451
+ "name": "current_objects",
1452
+ "schema": "public"
1453
+ },
1454
+ "select_permissions": [
1455
+ {
1456
+ "role": "anonymous",
1457
+ "permission": {
1458
+ "columns": [
1459
+ "allow_ungated_transfer",
1460
+ "is_deleted",
1461
+ "last_guid_creation_num",
1462
+ "last_transaction_version",
1463
+ "object_address",
1464
+ "owner_address",
1465
+ "state_key_hash"
1466
+ ],
1467
+ "filter": {},
1468
+ "limit": 100
1469
+ }
1470
+ }
1471
+ ]
1472
+ },
1473
+ {
1474
+ "table": {
1475
+ "name": "current_staking_pool_voter",
1476
+ "schema": "public"
1477
+ },
1478
+ "array_relationships": [
1479
+ {
1480
+ "name": "operator_aptos_name",
1481
+ "using": {
1482
+ "manual_configuration": {
1483
+ "column_mapping": {
1484
+ "operator_address": "registered_address"
1485
+ },
1486
+ "insertion_order": null,
1487
+ "remote_table": {
1488
+ "name": "current_aptos_names",
1489
+ "schema": "public"
1490
+ }
1491
+ }
1492
+ }
1493
+ }
1494
+ ],
1495
+ "select_permissions": [
1496
+ {
1497
+ "role": "anonymous",
1498
+ "permission": {
1499
+ "columns": [
1500
+ "last_transaction_version",
1501
+ "operator_address",
1502
+ "staking_pool_address",
1503
+ "voter_address"
1504
+ ],
1505
+ "filter": {},
1506
+ "limit": 100
1507
+ }
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "table": {
1513
+ "name": "current_table_items",
1514
+ "schema": "public"
1515
+ },
1516
+ "select_permissions": [
1517
+ {
1518
+ "role": "anonymous",
1519
+ "permission": {
1520
+ "columns": [
1521
+ "decoded_key",
1522
+ "decoded_value",
1523
+ "is_deleted",
1524
+ "key",
1525
+ "key_hash",
1526
+ "last_transaction_version",
1527
+ "table_handle"
1528
+ ],
1529
+ "filter": {},
1530
+ "limit": 100
1531
+ }
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "table": {
1537
+ "name": "current_token_datas_v2",
1538
+ "schema": "public"
1539
+ },
1540
+ "object_relationships": [
1541
+ {
1542
+ "name": "aptos_name",
1543
+ "using": {
1544
+ "manual_configuration": {
1545
+ "column_mapping": {
1546
+ "token_name": "token_name"
1547
+ },
1548
+ "insertion_order": null,
1549
+ "remote_table": {
1550
+ "name": "current_aptos_names",
1551
+ "schema": "public"
1552
+ }
1553
+ }
1554
+ }
1555
+ },
1556
+ {
1557
+ "name": "cdn_asset_uris",
1558
+ "using": {
1559
+ "manual_configuration": {
1560
+ "column_mapping": {
1561
+ "token_uri": "asset_uri"
1562
+ },
1563
+ "insertion_order": null,
1564
+ "remote_table": {
1565
+ "name": "parsed_asset_uris",
1566
+ "schema": "nft_metadata_crawler"
1567
+ }
1568
+ }
1569
+ }
1570
+ },
1571
+ {
1572
+ "name": "current_collection",
1573
+ "using": {
1574
+ "manual_configuration": {
1575
+ "column_mapping": {
1576
+ "collection_id": "collection_id"
1577
+ },
1578
+ "insertion_order": null,
1579
+ "remote_table": {
1580
+ "name": "current_collections_v2",
1581
+ "schema": "public"
1582
+ }
1583
+ }
1584
+ }
1585
+ },
1586
+ {
1587
+ "name": "current_royalty_v1",
1588
+ "using": {
1589
+ "manual_configuration": {
1590
+ "column_mapping": {
1591
+ "token_data_id": "token_data_id"
1592
+ },
1593
+ "insertion_order": null,
1594
+ "remote_table": {
1595
+ "name": "current_token_royalty_v1",
1596
+ "schema": "public"
1597
+ }
1598
+ }
1599
+ }
1600
+ }
1601
+ ],
1602
+ "array_relationships": [
1603
+ {
1604
+ "name": "current_token_ownerships",
1605
+ "using": {
1606
+ "manual_configuration": {
1607
+ "column_mapping": {
1608
+ "token_data_id": "token_data_id"
1609
+ },
1610
+ "insertion_order": null,
1611
+ "remote_table": {
1612
+ "name": "current_token_ownerships_v2",
1613
+ "schema": "public"
1614
+ }
1615
+ }
1616
+ }
1617
+ }
1618
+ ],
1619
+ "select_permissions": [
1620
+ {
1621
+ "role": "anonymous",
1622
+ "permission": {
1623
+ "columns": [
1624
+ "collection_id",
1625
+ "decimals",
1626
+ "description",
1627
+ "is_deleted_v2",
1628
+ "is_fungible_v2",
1629
+ "largest_property_version_v1",
1630
+ "last_transaction_timestamp",
1631
+ "last_transaction_version",
1632
+ "maximum",
1633
+ "supply",
1634
+ "token_data_id",
1635
+ "token_name",
1636
+ "token_properties",
1637
+ "token_standard",
1638
+ "token_uri"
1639
+ ],
1640
+ "filter": {},
1641
+ "limit": 100
1642
+ }
1643
+ }
1644
+ ]
1645
+ },
1646
+ {
1647
+ "table": {
1648
+ "name": "current_token_ownerships_v2",
1649
+ "schema": "public"
1650
+ },
1651
+ "object_relationships": [
1652
+ {
1653
+ "name": "current_token_data",
1654
+ "using": {
1655
+ "manual_configuration": {
1656
+ "column_mapping": {
1657
+ "token_data_id": "token_data_id"
1658
+ },
1659
+ "insertion_order": null,
1660
+ "remote_table": {
1661
+ "name": "current_token_datas_v2",
1662
+ "schema": "public"
1663
+ }
1664
+ }
1665
+ }
1666
+ }
1667
+ ],
1668
+ "array_relationships": [
1669
+ {
1670
+ "name": "composed_nfts",
1671
+ "using": {
1672
+ "manual_configuration": {
1673
+ "column_mapping": {
1674
+ "token_data_id": "owner_address"
1675
+ },
1676
+ "insertion_order": null,
1677
+ "remote_table": {
1678
+ "name": "current_token_ownerships_v2",
1679
+ "schema": "public"
1680
+ }
1681
+ }
1682
+ }
1683
+ }
1684
+ ],
1685
+ "select_permissions": [
1686
+ {
1687
+ "role": "anonymous",
1688
+ "permission": {
1689
+ "columns": [
1690
+ "amount",
1691
+ "is_fungible_v2",
1692
+ "is_soulbound_v2",
1693
+ "last_transaction_timestamp",
1694
+ "last_transaction_version",
1695
+ "non_transferrable_by_owner",
1696
+ "owner_address",
1697
+ "property_version_v1",
1698
+ "storage_id",
1699
+ "table_type_v1",
1700
+ "token_data_id",
1701
+ "token_properties_mutated_v1",
1702
+ "token_standard"
1703
+ ],
1704
+ "filter": {},
1705
+ "limit": 100,
1706
+ "allow_aggregations": true
1707
+ }
1708
+ }
1709
+ ]
1710
+ },
1711
+ {
1712
+ "table": {
1713
+ "name": "current_token_pending_claims",
1714
+ "schema": "public"
1715
+ },
1716
+ "object_relationships": [
1717
+ {
1718
+ "name": "current_collection_data",
1719
+ "using": {
1720
+ "manual_configuration": {
1721
+ "column_mapping": {
1722
+ "collection_data_id_hash": "collection_data_id_hash"
1723
+ },
1724
+ "insertion_order": null,
1725
+ "remote_table": {
1726
+ "name": "current_collection_datas",
1727
+ "schema": "legacy_migration_v1"
1728
+ }
1729
+ }
1730
+ }
1731
+ },
1732
+ {
1733
+ "name": "current_collection_v2",
1734
+ "using": {
1735
+ "manual_configuration": {
1736
+ "column_mapping": {
1737
+ "collection_id": "collection_id"
1738
+ },
1739
+ "insertion_order": null,
1740
+ "remote_table": {
1741
+ "name": "current_collections_v2",
1742
+ "schema": "public"
1743
+ }
1744
+ }
1745
+ }
1746
+ },
1747
+ {
1748
+ "name": "current_token_data",
1749
+ "using": {
1750
+ "manual_configuration": {
1751
+ "column_mapping": {
1752
+ "token_data_id_hash": "token_data_id_hash"
1753
+ },
1754
+ "insertion_order": null,
1755
+ "remote_table": {
1756
+ "name": "current_token_datas",
1757
+ "schema": "legacy_migration_v1"
1758
+ }
1759
+ }
1760
+ }
1761
+ },
1762
+ {
1763
+ "name": "current_token_data_v2",
1764
+ "using": {
1765
+ "manual_configuration": {
1766
+ "column_mapping": {
1767
+ "token_data_id": "token_data_id"
1768
+ },
1769
+ "insertion_order": null,
1770
+ "remote_table": {
1771
+ "name": "current_token_datas_v2",
1772
+ "schema": "public"
1773
+ }
1774
+ }
1775
+ }
1776
+ },
1777
+ {
1778
+ "name": "token",
1779
+ "using": {
1780
+ "manual_configuration": {
1781
+ "column_mapping": {
1782
+ "last_transaction_version": "transaction_version",
1783
+ "property_version": "property_version",
1784
+ "token_data_id_hash": "token_data_id_hash"
1785
+ },
1786
+ "insertion_order": null,
1787
+ "remote_table": {
1788
+ "name": "tokens",
1789
+ "schema": "legacy_migration_v1"
1790
+ }
1791
+ }
1792
+ }
1793
+ }
1794
+ ],
1795
+ "select_permissions": [
1796
+ {
1797
+ "role": "anonymous",
1798
+ "permission": {
1799
+ "columns": [
1800
+ "amount",
1801
+ "collection_data_id_hash",
1802
+ "collection_id",
1803
+ "collection_name",
1804
+ "creator_address",
1805
+ "from_address",
1806
+ "last_transaction_timestamp",
1807
+ "last_transaction_version",
1808
+ "name",
1809
+ "property_version",
1810
+ "table_handle",
1811
+ "to_address",
1812
+ "token_data_id",
1813
+ "token_data_id_hash"
1814
+ ],
1815
+ "filter": {},
1816
+ "limit": 100
1817
+ }
1818
+ }
1819
+ ]
1820
+ },
1821
+ {
1822
+ "table": {
1823
+ "name": "current_token_royalty_v1",
1824
+ "schema": "public"
1825
+ },
1826
+ "select_permissions": [
1827
+ {
1828
+ "role": "anonymous",
1829
+ "permission": {
1830
+ "columns": [
1831
+ "last_transaction_timestamp",
1832
+ "last_transaction_version",
1833
+ "payee_address",
1834
+ "royalty_points_denominator",
1835
+ "royalty_points_numerator",
1836
+ "token_data_id"
1837
+ ],
1838
+ "filter": {},
1839
+ "limit": 100
1840
+ },
1841
+ "comment": ""
1842
+ }
1843
+ ]
1844
+ },
1845
+ {
1846
+ "table": {
1847
+ "name": "delegated_staking_activities",
1848
+ "schema": "public"
1849
+ },
1850
+ "select_permissions": [
1851
+ {
1852
+ "role": "anonymous",
1853
+ "permission": {
1854
+ "columns": [
1855
+ "amount",
1856
+ "delegator_address",
1857
+ "event_index",
1858
+ "event_type",
1859
+ "pool_address",
1860
+ "transaction_version"
1861
+ ],
1862
+ "filter": {},
1863
+ "limit": 100
1864
+ }
1865
+ }
1866
+ ]
1867
+ },
1868
+ {
1869
+ "table": {
1870
+ "name": "delegated_staking_pool_balances",
1871
+ "schema": "public"
1872
+ },
1873
+ "select_permissions": [
1874
+ {
1875
+ "role": "anonymous",
1876
+ "permission": {
1877
+ "columns": [
1878
+ "active_table_handle",
1879
+ "inactive_table_handle",
1880
+ "operator_commission_percentage",
1881
+ "staking_pool_address",
1882
+ "total_coins",
1883
+ "total_shares",
1884
+ "transaction_version"
1885
+ ],
1886
+ "filter": {},
1887
+ "limit": 100,
1888
+ "allow_aggregations": true
1889
+ },
1890
+ "comment": ""
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "table": {
1896
+ "name": "delegated_staking_pools",
1897
+ "schema": "public"
1898
+ },
1899
+ "object_relationships": [
1900
+ {
1901
+ "name": "current_staking_pool",
1902
+ "using": {
1903
+ "manual_configuration": {
1904
+ "column_mapping": {
1905
+ "staking_pool_address": "staking_pool_address"
1906
+ },
1907
+ "insertion_order": null,
1908
+ "remote_table": {
1909
+ "name": "current_staking_pool_voter",
1910
+ "schema": "public"
1911
+ }
1912
+ }
1913
+ }
1914
+ }
1915
+ ],
1916
+ "select_permissions": [
1917
+ {
1918
+ "role": "anonymous",
1919
+ "permission": {
1920
+ "columns": [
1921
+ "first_transaction_version",
1922
+ "staking_pool_address"
1923
+ ],
1924
+ "filter": {},
1925
+ "limit": 100
1926
+ }
1927
+ }
1928
+ ]
1929
+ },
1930
+ {
1931
+ "table": {
1932
+ "name": "delegator_distinct_pool",
1933
+ "schema": "public"
1934
+ },
1935
+ "object_relationships": [
1936
+ {
1937
+ "name": "current_pool_balance",
1938
+ "using": {
1939
+ "manual_configuration": {
1940
+ "column_mapping": {
1941
+ "pool_address": "staking_pool_address"
1942
+ },
1943
+ "insertion_order": null,
1944
+ "remote_table": {
1945
+ "name": "current_delegated_staking_pool_balances",
1946
+ "schema": "public"
1947
+ }
1948
+ }
1949
+ }
1950
+ },
1951
+ {
1952
+ "name": "staking_pool_metadata",
1953
+ "using": {
1954
+ "manual_configuration": {
1955
+ "column_mapping": {
1956
+ "pool_address": "staking_pool_address"
1957
+ },
1958
+ "insertion_order": null,
1959
+ "remote_table": {
1960
+ "name": "current_staking_pool_voter",
1961
+ "schema": "public"
1962
+ }
1963
+ }
1964
+ }
1965
+ }
1966
+ ],
1967
+ "select_permissions": [
1968
+ {
1969
+ "role": "anonymous",
1970
+ "permission": {
1971
+ "columns": [
1972
+ "delegator_address",
1973
+ "pool_address"
1974
+ ],
1975
+ "filter": {},
1976
+ "limit": 100,
1977
+ "allow_aggregations": true
1978
+ }
1979
+ }
1980
+ ]
1981
+ },
1982
+ {
1983
+ "table": {
1984
+ "name": "events",
1985
+ "schema": "public"
1986
+ },
1987
+ "select_permissions": [
1988
+ {
1989
+ "role": "anonymous",
1990
+ "permission": {
1991
+ "columns": [
1992
+ "account_address",
1993
+ "creation_number",
1994
+ "data",
1995
+ "event_index",
1996
+ "sequence_number",
1997
+ "transaction_block_height",
1998
+ "transaction_version",
1999
+ "type",
2000
+ "indexed_type"
2001
+ ],
2002
+ "filter": {},
2003
+ "limit": 100
2004
+ }
2005
+ }
2006
+ ]
2007
+ },
2008
+ {
2009
+ "table": {
2010
+ "name": "fungible_asset_activities",
2011
+ "schema": "public"
2012
+ },
2013
+ "object_relationships": [
2014
+ {
2015
+ "name": "metadata",
2016
+ "using": {
2017
+ "manual_configuration": {
2018
+ "column_mapping": {
2019
+ "asset_type": "asset_type"
2020
+ },
2021
+ "insertion_order": null,
2022
+ "remote_table": {
2023
+ "name": "fungible_asset_metadata",
2024
+ "schema": "public"
2025
+ }
2026
+ }
2027
+ }
2028
+ }
2029
+ ],
2030
+ "array_relationships": [
2031
+ {
2032
+ "name": "owner_aptos_names",
2033
+ "using": {
2034
+ "manual_configuration": {
2035
+ "column_mapping": {
2036
+ "owner_address": "registered_address"
2037
+ },
2038
+ "insertion_order": null,
2039
+ "remote_table": {
2040
+ "name": "current_aptos_names",
2041
+ "schema": "public"
2042
+ }
2043
+ }
2044
+ }
2045
+ }
2046
+ ],
2047
+ "select_permissions": [
2048
+ {
2049
+ "role": "anonymous",
2050
+ "permission": {
2051
+ "columns": [
2052
+ "amount",
2053
+ "asset_type",
2054
+ "block_height",
2055
+ "entry_function_id_str",
2056
+ "event_index",
2057
+ "gas_fee_payer_address",
2058
+ "is_frozen",
2059
+ "is_gas_fee",
2060
+ "is_transaction_success",
2061
+ "owner_address",
2062
+ "storage_id",
2063
+ "storage_refund_amount",
2064
+ "token_standard",
2065
+ "transaction_timestamp",
2066
+ "transaction_version",
2067
+ "type"
2068
+ ],
2069
+ "filter": {},
2070
+ "limit": 100
2071
+ }
2072
+ }
2073
+ ]
2074
+ },
2075
+ {
2076
+ "table": {
2077
+ "name": "fungible_asset_metadata",
2078
+ "schema": "public"
2079
+ },
2080
+ "select_permissions": [
2081
+ {
2082
+ "role": "anonymous",
2083
+ "permission": {
2084
+ "columns": [
2085
+ "asset_type",
2086
+ "creator_address",
2087
+ "decimals",
2088
+ "icon_uri",
2089
+ "last_transaction_timestamp",
2090
+ "last_transaction_version",
2091
+ "maximum_v2",
2092
+ "name",
2093
+ "project_uri",
2094
+ "supply_aggregator_table_handle_v1",
2095
+ "supply_aggregator_table_key_v1",
2096
+ "supply_v2",
2097
+ "symbol",
2098
+ "token_standard"
2099
+ ],
2100
+ "filter": {},
2101
+ "limit": 100
2102
+ }
2103
+ }
2104
+ ]
2105
+ },
2106
+ {
2107
+ "table": {
2108
+ "name": "indexer_status",
2109
+ "schema": "public"
2110
+ },
2111
+ "select_permissions": [
2112
+ {
2113
+ "role": "anonymous",
2114
+ "permission": {
2115
+ "columns": [
2116
+ "db",
2117
+ "is_indexer_up"
2118
+ ],
2119
+ "filter": {},
2120
+ "limit": 100
2121
+ }
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "table": {
2127
+ "name": "ledger_infos",
2128
+ "schema": "public"
2129
+ },
2130
+ "select_permissions": [
2131
+ {
2132
+ "role": "anonymous",
2133
+ "permission": {
2134
+ "columns": [
2135
+ "chain_id"
2136
+ ],
2137
+ "filter": {}
2138
+ }
2139
+ }
2140
+ ]
2141
+ },
2142
+ {
2143
+ "table": {
2144
+ "name": "num_active_delegator_per_pool",
2145
+ "schema": "public"
2146
+ },
2147
+ "select_permissions": [
2148
+ {
2149
+ "role": "anonymous",
2150
+ "permission": {
2151
+ "columns": [
2152
+ "num_active_delegator",
2153
+ "pool_address"
2154
+ ],
2155
+ "filter": {},
2156
+ "limit": 100
2157
+ }
2158
+ }
2159
+ ]
2160
+ },
2161
+ {
2162
+ "table": {
2163
+ "name": "processor_status",
2164
+ "schema": "public"
2165
+ },
2166
+ "select_permissions": [
2167
+ {
2168
+ "role": "anonymous",
2169
+ "permission": {
2170
+ "columns": [
2171
+ "last_success_version",
2172
+ "last_transaction_timestamp",
2173
+ "last_updated",
2174
+ "processor"
2175
+ ],
2176
+ "filter": {},
2177
+ "limit": 100
2178
+ }
2179
+ }
2180
+ ]
2181
+ },
2182
+ {
2183
+ "table": {
2184
+ "name": "proposal_votes",
2185
+ "schema": "public"
2186
+ },
2187
+ "select_permissions": [
2188
+ {
2189
+ "role": "anonymous",
2190
+ "permission": {
2191
+ "columns": [
2192
+ "num_votes",
2193
+ "proposal_id",
2194
+ "should_pass",
2195
+ "staking_pool_address",
2196
+ "transaction_timestamp",
2197
+ "transaction_version",
2198
+ "voter_address"
2199
+ ],
2200
+ "filter": {},
2201
+ "limit": 100,
2202
+ "allow_aggregations": true
2203
+ }
2204
+ }
2205
+ ]
2206
+ },
2207
+ {
2208
+ "table": {
2209
+ "name": "signatures",
2210
+ "schema": "public"
2211
+ },
2212
+ "select_permissions": [
2213
+ {
2214
+ "role": "anonymous",
2215
+ "permission": {
2216
+ "columns": [
2217
+ "is_sender_primary",
2218
+ "multi_agent_index",
2219
+ "multi_sig_index",
2220
+ "public_key",
2221
+ "public_key_indices",
2222
+ "signature",
2223
+ "signer",
2224
+ "threshold",
2225
+ "transaction_block_height",
2226
+ "transaction_version",
2227
+ "type"
2228
+ ],
2229
+ "filter": {},
2230
+ "limit": 100
2231
+ },
2232
+ "comment": ""
2233
+ }
2234
+ ]
2235
+ },
2236
+ {
2237
+ "table": {
2238
+ "name": "table_items",
2239
+ "schema": "public"
2240
+ },
2241
+ "select_permissions": [
2242
+ {
2243
+ "role": "anonymous",
2244
+ "permission": {
2245
+ "columns": [
2246
+ "decoded_key",
2247
+ "decoded_value",
2248
+ "key",
2249
+ "table_handle",
2250
+ "transaction_version",
2251
+ "write_set_change_index"
2252
+ ],
2253
+ "filter": {},
2254
+ "limit": 100
2255
+ }
2256
+ }
2257
+ ]
2258
+ },
2259
+ {
2260
+ "table": {
2261
+ "name": "table_metadatas",
2262
+ "schema": "public"
2263
+ },
2264
+ "select_permissions": [
2265
+ {
2266
+ "role": "anonymous",
2267
+ "permission": {
2268
+ "columns": [
2269
+ "handle",
2270
+ "key_type",
2271
+ "value_type"
2272
+ ],
2273
+ "filter": {},
2274
+ "limit": 100
2275
+ }
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "table": {
2281
+ "name": "token_activities_v2",
2282
+ "schema": "public"
2283
+ },
2284
+ "object_relationships": [
2285
+ {
2286
+ "name": "current_token_data",
2287
+ "using": {
2288
+ "manual_configuration": {
2289
+ "column_mapping": {
2290
+ "token_data_id": "token_data_id"
2291
+ },
2292
+ "insertion_order": null,
2293
+ "remote_table": {
2294
+ "name": "current_token_datas_v2",
2295
+ "schema": "public"
2296
+ }
2297
+ }
2298
+ }
2299
+ }
2300
+ ],
2301
+ "array_relationships": [
2302
+ {
2303
+ "name": "aptos_names_from",
2304
+ "using": {
2305
+ "manual_configuration": {
2306
+ "column_mapping": {
2307
+ "from_address": "registered_address"
2308
+ },
2309
+ "insertion_order": null,
2310
+ "remote_table": {
2311
+ "name": "current_aptos_names",
2312
+ "schema": "public"
2313
+ }
2314
+ }
2315
+ }
2316
+ },
2317
+ {
2318
+ "name": "aptos_names_to",
2319
+ "using": {
2320
+ "manual_configuration": {
2321
+ "column_mapping": {
2322
+ "to_address": "registered_address"
2323
+ },
2324
+ "insertion_order": null,
2325
+ "remote_table": {
2326
+ "name": "current_aptos_names",
2327
+ "schema": "public"
2328
+ }
2329
+ }
2330
+ }
2331
+ }
2332
+ ],
2333
+ "select_permissions": [
2334
+ {
2335
+ "role": "anonymous",
2336
+ "permission": {
2337
+ "columns": [
2338
+ "after_value",
2339
+ "before_value",
2340
+ "entry_function_id_str",
2341
+ "event_account_address",
2342
+ "event_index",
2343
+ "from_address",
2344
+ "is_fungible_v2",
2345
+ "property_version_v1",
2346
+ "to_address",
2347
+ "token_amount",
2348
+ "token_data_id",
2349
+ "token_standard",
2350
+ "transaction_timestamp",
2351
+ "transaction_version",
2352
+ "type"
2353
+ ],
2354
+ "filter": {},
2355
+ "limit": 100,
2356
+ "allow_aggregations": true
2357
+ }
2358
+ }
2359
+ ]
2360
+ },
2361
+ {
2362
+ "table": {
2363
+ "name": "user_transactions",
2364
+ "schema": "public"
2365
+ },
2366
+ "select_permissions": [
2367
+ {
2368
+ "role": "anonymous",
2369
+ "permission": {
2370
+ "columns": [
2371
+ "block_height",
2372
+ "entry_function_id_str",
2373
+ "epoch",
2374
+ "expiration_timestamp_secs",
2375
+ "gas_unit_price",
2376
+ "max_gas_amount",
2377
+ "parent_signature_type",
2378
+ "sender",
2379
+ "sequence_number",
2380
+ "timestamp",
2381
+ "version"
2382
+ ],
2383
+ "filter": {},
2384
+ "limit": 100
2385
+ }
2386
+ }
2387
+ ]
2388
+ }
2389
+ ],
2390
+ "configuration": {
2391
+ "connection_info": {
2392
+ "database_url": {
2393
+ "from_env": "INDEXER_V2_POSTGRES_URL"
2394
+ },
2395
+ "isolation_level": "read-committed",
2396
+ "pool_settings": {
2397
+ "connection_lifetime": 600,
2398
+ "max_connections": 100
2399
+ },
2400
+ "use_prepared_statements": false
2401
+ }
2402
+ }
2403
+ }
2404
+ ],
2405
+ "api_limits": {
2406
+ "depth_limit": {
2407
+ "global": 5,
2408
+ "per_role": {}
2409
+ },
2410
+ "disabled": false,
2411
+ "time_limit": {
2412
+ "global": 10,
2413
+ "per_role": {}
2414
+ }
2415
+ },
2416
+ "metrics_config": {
2417
+ "analyze_query_variables": true,
2418
+ "analyze_response_body": true
2419
+ }
2420
+ }
2421
+ }