From ec731150f67cb89a21328a029df0748069f30f4e Mon Sep 17 00:00:00 2001 From: Daniel Kelleher Date: Thu, 31 Aug 2023 23:40:08 +0200 Subject: [PATCH] feat(platforms): civic stamp - add fantom support (#1661) --- platforms/src/Civic/App-Bindings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/src/Civic/App-Bindings.ts b/platforms/src/Civic/App-Bindings.ts index fafc8efa6e..fb1bbbb873 100644 --- a/platforms/src/Civic/App-Bindings.ts +++ b/platforms/src/Civic/App-Bindings.ts @@ -22,7 +22,7 @@ export class CivicPlatform extends Platform { "Once you have one or more Civic Passes, select them above and click 'Verify'. Note: Polygon is recommended for the lowest gas cost.", cta: { label: "Get Civic Pass", - url: "https://getpass.civic.com?scope=uniqueness,captcha,liveness&chain=polygon,arbitrum%20one,xdc,ethereum", + url: "https://getpass.civic.com?scope=uniqueness,captcha,liveness&chain=polygon,arbitrum%20one,xdc,ethereum,fantom", }, }; }