Skip to content

Commit

Permalink
fix(permit): replace permit signer used for quoting (#3562)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito authored Dec 28, 2023
1 parent f8bb906 commit 907d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/permit-utils/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ms from 'ms.macro'

// PK used only for signing permit requests for quoting and identifying token 'permittability'
// Do not use or try to send funds to it. Or do. It'll be your funds 🤷
const PERMIT_PK = '0xec10458cfaafb32533a4a27e18d9da345758094dde7052521b939a41c55dd1b0' // address: 0x9eF31A6BB1A80e58cb73A906bddFaE308978095C
const PERMIT_PK = '0x4dae303b820e9878cafeb0f84edcc015e8a81b1bff510e824e4fc27544e458dd' // address: 0xCe69D355dfdf13C3eAd95eC1C437DF5d4bac05E4

export const PERMIT_SIGNER = new Wallet(PERMIT_PK)

Expand Down

2 comments on commit 907d908

@vercel
Copy link

@vercel vercel bot commented on 907d908 Dec 28, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 907d908 Dec 28, 2023

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:

cosmos – ./

cosmos-git-main-cowswap.vercel.app
cosmos.cow.fi
cowswap-seven.vercel.app
cosmos-cowswap.vercel.app

Please sign in to comment.