Skip to content

Commit

Permalink
fix: remove unused config (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jan 18, 2022
1 parent 0a2deec commit 6c382ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/helpers/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export type NetworkConfig = {
rewardTokenSymbol: string;
rewardTokenAddress: string;
rewardTokenDecimals: number;
incentivePrecision: number;
usdMarket?: boolean;
// function returning a link to etherscan et al
explorerLink: string;
Expand Down
6 changes: 0 additions & 6 deletions src/ui-config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'stkAAVE',
rewardTokenAddress: '0xb597cd8d3217ea6477232f9217fa70837ff667af',
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://kovan.etherscan.io',
rpcOnly: true,
isTestnet: true,
Expand All @@ -47,7 +46,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'stkAAVE',
rewardTokenAddress: '0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9',
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://etherscan.io',
rpcOnly: false,
},
Expand All @@ -69,7 +67,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'WMATIC',
rewardTokenAddress: API_ETH_MOCK_ADDRESS,
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://polygonscan.com',
rpcOnly: false,
bridge: {
Expand All @@ -95,7 +92,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'WMATIC',
rewardTokenAddress: '0x9c3c9283d3e44854697cd22d3faa240cfb032889',
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://explorer-mumbai.maticvigil.com',
rpcOnly: true,
isTestnet: true,
Expand All @@ -117,7 +113,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'WAVAX',
rewardTokenAddress: API_ETH_MOCK_ADDRESS,
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://cchain.explorer.avax-test.network',
rpcOnly: true,
usdMarket: true,
Expand Down Expand Up @@ -148,7 +143,6 @@ export const networkConfigs: Record<string, BaseNetworkConfig> = {
rewardTokenSymbol: 'WAVAX',
rewardTokenAddress: API_ETH_MOCK_ADDRESS,
rewardTokenDecimals: 18,
incentivePrecision: 18,
explorerLink: 'https://cchain.explorer.avax.network',
rpcOnly: false,
usdMarket: true,
Expand Down

1 comment on commit 6c382ff

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.