Skip to content

Commit

Permalink
Merge pull request #49 from marcelooblan2016/hotfix/remove_weth
Browse files Browse the repository at this point in the history
remove weth
  • Loading branch information
marcelooblan2016 authored Jan 18, 2022
2 parents eccfa73 + e7b7fa6 commit 1c3d77b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ swapping of [ERC-20 Tokens][erc20] (buy/sell) based on the market health with bo
![image](https://drive.google.com/uc?export=view&id=1IzFTRLwAVSPK3j1h2AkwkqbOBOq6VzeC)

## List of ERC-20 Tokens Included
- ChainLink Token, Decentraland, Uniswap, Aave, Curve (CRV), Sushi Token, Avalanche, Wrapped Matic, Wrapped BTC, Wrapped Ether
- ChainLink Token, Decentraland, Uniswap, Aave, Curve (CRV), Sushi Token, Avalanche, Wrapped Matic, Wrapped BTC
- [Full Details][erc20List]
## Compatible Networks
- Polygon
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crypto-bot-trader",
"description": "swapping of ERC-20 Tokens (buy/sell) based on the market health with bot strategy (condition) - by utilizing metamask & pupeteer",
"version": "2.1.5",
"version": "2.1.6",
"main": "./dist/index.js",
"repository": {
"type": "git",
Expand Down
11 changes: 0 additions & 11 deletions src/Records/Migrations/tokenContracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,5 @@ export default [
"site": "https://www.wbtc.network/",
"network_url": "https://polygonscan.com/token/0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",
"minimum_balance": 0
},
{
"network_slug": "matic-mainnet",
"name": "Wrapped Ether",
"slug": "weth",
"stablecoin": false,
"contract": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
"decimals": 18,
"site": "https://weth.io/",
"network_url": "https://polygonscan.com/token/0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
"minimum_balance": 0
}
];

0 comments on commit 1c3d77b

Please sign in to comment.