Skip to content

Commit

Permalink
Disable testnet tokens that are disabled in mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS authored Jun 25, 2024
1 parent f6a7898 commit 7922447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/configs/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"WETH": {
"isActive": true,
"isActive": false,
"name": "Wrapped Ether",
"symbol": "WETH",
"logo": "https://ethereum.org/static/bfc04ac72981166c740b189463e1f74c/448ee/eth-diamond-black-white.webp",
Expand All @@ -79,7 +79,7 @@
}
},
"WBNB": {
"isActive": true,
"isActive": false,
"name": "Wrapped BNB",
"symbol": "WBNB",
"logo": "https://bscscan.com/token/images/binance_32.png",
Expand Down Expand Up @@ -162,4 +162,4 @@
}
}
}
}
}

0 comments on commit 7922447

Please sign in to comment.