From 37ed805af614aa633dd6bbc54a99bfb55e20ad50 Mon Sep 17 00:00:00 2001 From: e6 Date: Fri, 24 Nov 2023 15:20:21 +0000 Subject: [PATCH] feat: add nft demo paylink --- pages/checkout/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/checkout/index.tsx b/pages/checkout/index.tsx index 5127e4a..2fdf143 100644 --- a/pages/checkout/index.tsx +++ b/pages/checkout/index.tsx @@ -79,6 +79,14 @@ const paylinks: Paylink[] = [ network: 'main' } }, + { + name: "NFT sale with countdown", + type: "mainnet", + params: { + paylinkId: '656094b867c5936c1c5576a4', + network: 'main' + } + }, ] const HOSTNAME = 'embed.hel.io'