Skip to content

Commit

Permalink
chore: limit to 3 relayers
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 2, 2024
1 parent 4e6a6df commit 8d2d1a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/Staff/SignupContract/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ const relayAddresses: Address[] = [
'0x03Ba34f6Ea1496fa316873CF8350A3f7eaD317EF',
'0x1A15ACfd4293Da7F6dD964f065A0b418355B2b92',
'0x69827eB22B5e153de6ff480417c436a0A56Be7F7',
'0x77EE64875072055836eB966633cf690acdB0529d',
'0xa12F2B9e9bf26f1A22D4Ff4b79483e8953A436F8',
'0x9B1B32981E9444BaF6CBcC79903Fb67A6587F3cD'
'0x77EE64875072055836eB966633cf690acdB0529d'
];

const SignupContract: NextPage = () => {
Expand Down

1 comment on commit 8d2d1a0

@vercel
Copy link

@vercel vercel bot commented on 8d2d1a0 Mar 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz

Please sign in to comment.