diff --git a/public/img/zkJump.svg b/public/img/zkJump.svg new file mode 100644 index 000000000..811a0388b --- /dev/null +++ b/public/img/zkJump.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/views/transactions/Withdraw.vue b/views/transactions/Withdraw.vue index a75d1af8f..ed208afac 100644 --- a/views/transactions/Withdraw.vue +++ b/views/transactions/Withdraw.vue @@ -512,6 +512,12 @@ import WithdrawalSubmitted from "@/views/transactions/WithdrawalSubmitted.vue"; import { ETH_ADDRESS } from "~/zksync-web3-nova/src/utils"; const showBridge = ref(true); const chainList = [ + { + name: "zkJump", + logo: "zkJump.svg", + url: "https://zkjump.io/app", + description: "Bridge your $ZKL from Nova to Ethereum in minutes", + }, { name: "Orbiter Finance", logo: "orbiter.svg",