Commit 680efdb2 authored by tom's avatar tom

remove unused field `has_decompiled_code`

parent a947450a
......@@ -82,7 +82,6 @@ export const token: Address = {
creation_transaction_hash: '0xc38cf7377bf72d6436f63c37b01b24d032101f20ec1849286dc703c712f10c98',
creator_address_hash: '0x34A9c688512ebdB575e82C50c9803F6ba2916E72',
exchange_rate: '0.04311',
has_decompiled_code: false,
has_logs: false,
has_token_transfers: true,
has_tokens: true,
......@@ -96,7 +95,6 @@ export const eoa: Address = {
creation_transaction_hash: '0xf2aff6501b632604c39978b47d309813d8a1bcca721864bbe86abf59704f195e',
creator_address_hash: '0x803ad3F50b9e1fF68615e8B053A186e1be288943',
exchange_rate: '0.04311',
has_decompiled_code: false,
has_logs: true,
has_token_transfers: false,
has_tokens: true,
......@@ -120,7 +118,6 @@ export const contract: Address = {
creation_transaction_hash: '0xf2aff6501b632604c39978b47d309813d8a1bcca721864bbe86abf59704f195e',
creator_address_hash: '0x803ad3F50b9e1fF68615e8B053A186e1be288943',
exchange_rate: '0.04311',
has_decompiled_code: false,
has_logs: true,
has_token_transfers: false,
has_tokens: false,
......@@ -146,7 +143,6 @@ export const validator: Address = {
creation_transaction_hash: null,
creator_address_hash: null,
exchange_rate: '0.00432018',
has_decompiled_code: false,
has_logs: false,
has_token_transfers: false,
has_tokens: false,
......
......@@ -22,7 +22,6 @@ export const ADDRESS_INFO: Address = {
creation_transaction_hash: null,
creator_address_hash: ADDRESS_HASH,
exchange_rate: null,
has_decompiled_code: false,
has_logs: true,
has_token_transfers: false,
has_tokens: false,
......
......@@ -20,7 +20,6 @@ export interface Address extends UserTags {
zilliqa?: AddressZilliqaParams;
// TODO: if we are happy with tabs-counters method, should we delete has_something fields?
has_beacon_chain_withdrawals?: boolean;
has_decompiled_code: boolean;
has_logs: boolean;
has_token_transfers: boolean;
has_tokens: boolean;
......
......@@ -77,7 +77,6 @@ export default function useAddressQuery({ hash, isEnabled = true }: Params): Add
creation_transaction_hash: null,
exchange_rate: null,
ens_domain_name: null,
has_decompiled_code: false,
has_logs: false,
has_token_transfers: false,
has_tokens: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment