diff --git a/src/components/StakingApplicationOperationIcon/index.tsx b/src/components/StakingApplicationOperationIcon/index.tsx index 2e05df289..79cf72a27 100644 --- a/src/components/StakingApplicationOperationIcon/index.tsx +++ b/src/components/StakingApplicationOperationIcon/index.tsx @@ -4,6 +4,8 @@ import randomBeaconIncrease from "../../static/images/RandomBeaconIncrease.png" import randomBeaconDecrease from "../../static/images/RandomBeaconDecrease.png" import tbtcIncrease from "../../static/images/TbtcIncrease.png" import tbtcDecrease from "../../static/images/TbtcDecrease.png" +import tacoIncrease from "../../static/images/TACoIncrease.png" +import tacoDecrease from "../../static/images/TACoDecrease.png" import { StakingAppName } from "../../store/staking-applications" type Operation = "increase" | "decrease" @@ -18,8 +20,8 @@ const iconMap: Record> = { decrease: randomBeaconDecrease, }, taco: { - increase: tbtcIncrease, - decrease: tbtcDecrease, + increase: tacoIncrease, + decrease: tacoDecrease, }, } diff --git a/src/static/images/AuthorizingApplicationsIllustrationDark.png b/src/static/images/AuthorizingApplicationsIllustrationDark.png index c0b19df74..36e5c8ccf 100644 Binary files a/src/static/images/AuthorizingApplicationsIllustrationDark.png and b/src/static/images/AuthorizingApplicationsIllustrationDark.png differ diff --git a/src/static/images/AuthorizingApplicationsIllustrationLight.png b/src/static/images/AuthorizingApplicationsIllustrationLight.png index 3dcdd009e..65f7ac9a9 100644 Binary files a/src/static/images/AuthorizingApplicationsIllustrationLight.png and b/src/static/images/AuthorizingApplicationsIllustrationLight.png differ diff --git a/src/static/images/StakingApplicationsIllustrationDark.png b/src/static/images/StakingApplicationsIllustrationDark.png index f78b4154b..3277b8d05 100644 Binary files a/src/static/images/StakingApplicationsIllustrationDark.png and b/src/static/images/StakingApplicationsIllustrationDark.png differ diff --git a/src/static/images/StakingApplicationsIllustrationLight.png b/src/static/images/StakingApplicationsIllustrationLight.png index ccf1354c3..99456ae8c 100644 Binary files a/src/static/images/StakingApplicationsIllustrationLight.png and b/src/static/images/StakingApplicationsIllustrationLight.png differ diff --git a/src/static/images/TACoDecrease.png b/src/static/images/TACoDecrease.png new file mode 100644 index 000000000..d4b96ce92 Binary files /dev/null and b/src/static/images/TACoDecrease.png differ diff --git a/src/static/images/TACoIncrease.png b/src/static/images/TACoIncrease.png new file mode 100644 index 000000000..ba1f32919 Binary files /dev/null and b/src/static/images/TACoIncrease.png differ diff --git a/yarn.lock b/yarn.lock index 9c656fa1b..f66a14fd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3729,10 +3729,10 @@ mkdirp "^1.0.4" rimraf "^3.0.2" -"@nucypher/nucypher-contracts@7.0.0-rc.1": - version "7.0.0-rc.1" - resolved "https://registry.yarnpkg.com/@nucypher/nucypher-contracts/-/nucypher-contracts-7.0.0-rc.1.tgz#e958ebda099c0642ab2d9eca24bcf451d01ff107" - integrity sha512-4fZZfwQIqyhNmPbrIAUX8WB6rW9d2t2fCX3eFfcMOIwjCl144jab6fTAGjJx3ea1vXysq1bk9Ydvp93R82EtVg== +"@nucypher/nucypher-contracts@0.13.0": + version "0.13.0" + resolved "https://registry.yarnpkg.com/@nucypher/nucypher-contracts/-/nucypher-contracts-0.13.0.tgz#43ead85d4cdf7eb6b459ba77a6ff90a8bb796300" + integrity sha512-QB9vCVq2mLR2SeA/gSX8Px2QW3wcc9keQuTwgtDOA5J7PLoxDHEAko4ow6ZlsfjsbK572Xz6YReH09MBr71ujA== "@openzeppelin/contracts-ethereum-package@^2.4.0": version "2.5.0"