Skip to content

Commit

Permalink
Delete static tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
amacar committed Apr 29, 2020
1 parent 49ead09 commit 6dec8d6
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 12,716 deletions.
1 change: 0 additions & 1 deletion common/v2/database/data/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './tokens';
export * from './contracts';
export { NETWORKS_CONFIG, NetworkConfig } from './networks';
export { NODES_CONFIG } from './nodes';
Expand Down
22 changes: 11 additions & 11 deletions common/v2/database/data/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: ethPlorer,
address: ETHTokenExplorer
},
tokens: [], //require('./tokens/eth.json'),
tokens: [],
contracts: require('./contracts/eth.json'),
dPaths: {
[WalletId.TREZOR]: DPaths.ETH_TREZOR,
Expand All @@ -54,7 +54,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Etherscan',
origin: 'https://ropsten.etherscan.io'
}),
tokens: [], //require('./tokens/rop.json'),
tokens: [],
contracts: require('./contracts/ropsten.json'),
isTestnet: true,
dPaths: {
Expand All @@ -76,7 +76,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Etherscan',
origin: 'https://kovan.etherscan.io'
}),
tokens: [], //require('./tokens/kov.json'),
tokens: [],
contracts: require('./contracts/kovan.json'),
isTestnet: true,
dPaths: {
Expand All @@ -98,7 +98,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Etherscan',
origin: 'https://rinkeby.etherscan.io'
}),
tokens: [], //require('./tokens/rin.json'),
tokens: [],
contracts: require('./contracts/rinkeby.json'),
isTestnet: true,
dPaths: {
Expand All @@ -120,7 +120,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Etherscan',
origin: 'https://goerli.etherscan.io/'
}),
tokens: [], //require('./tokens/gor.json'),
tokens: [],
contracts: [],
isTestnet: true,
dPaths: {
Expand All @@ -143,7 +143,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
origin: 'https://blockscout.com/etc/mainnet',
addressPath: 'address'
}),
tokens: [], //require('./tokens/etc.json'),
tokens: [],
contracts: require('./contracts/etc.json'),
dPaths: {
[WalletId.TREZOR]: DPaths.ETC_TREZOR,
Expand All @@ -168,7 +168,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Ubiqscan',
origin: 'https://ubiqscan.io'
}),
tokens: [], //require('./tokens/ubq.json'),
tokens: [],
contracts: require('./contracts/ubq.json'),
dPaths: {
[WalletId.TREZOR]: DPaths.UBQ_DEFAULT,
Expand All @@ -193,7 +193,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'Gander',
origin: 'https://www.gander.tech'
}),
tokens: [], //require('./tokens/exp.json'),
tokens: [],
contracts: require('./contracts/exp.json'),
dPaths: {
[WalletId.TREZOR]: DPaths.EXP_DEFAULT,
Expand Down Expand Up @@ -350,7 +350,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'RSK Explorer',
origin: 'https://explorer.rsk.co'
}),
tokens: [], //require('./tokens/rsk.json'),
tokens: [],
contracts: require('./contracts/rsk.json'),
isTestnet: false,
dPaths: {
Expand Down Expand Up @@ -378,7 +378,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'RSK Testnet Explorer',
origin: 'https://explorer.testnet.rsk.co'
}),
tokens: [], //require('./tokens/rsk_testnet.json'),
tokens: [],
contracts: require('./contracts/rsk_testnet.json'),
isTestnet: true,
dPaths: {
Expand Down Expand Up @@ -456,7 +456,7 @@ export const NETWORKS_CONFIG: NetworkConfig = {
name: 'ESN Explorer',
origin: 'https://ethersocial.net'
}),
tokens: [], //require('./tokens/esn.json'),
tokens: [],
contracts: require('./contracts/esn.json'),
dPaths: {
[WalletId.TREZOR]: DPaths.ESN_DEFAULT,
Expand Down
47 changes: 0 additions & 47 deletions common/v2/database/data/tokens.spec.ts

This file was deleted.

7 changes: 0 additions & 7 deletions common/v2/database/data/tokens/artis_sigma1.json

This file was deleted.

1 change: 0 additions & 1 deletion common/v2/database/data/tokens/artis_tau1.json

This file was deleted.

9 changes: 0 additions & 9 deletions common/v2/database/data/tokens/ella.json

This file was deleted.

16 changes: 0 additions & 16 deletions common/v2/database/data/tokens/esn.json

This file was deleted.

30 changes: 0 additions & 30 deletions common/v2/database/data/tokens/etc.json

This file was deleted.

Loading

0 comments on commit 6dec8d6

Please sign in to comment.