Skip to content

Commit

Permalink
feat: bump permittableTokensAtom storage key to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Oct 16, 2023
1 parent 97295b0 commit 260a1fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { AddPermitTokenParams, PermittableTokens } from '../types'
* Contains either the permit info with `type` and `gasLimit` when supported or
* `false` when not supported
*/
export const permittableTokensAtom = atomWithStorage<PermittableTokens>('permittableTokens:v0', {
export const permittableTokensAtom = atomWithStorage<PermittableTokens>('permittableTokens:v1', {
[SupportedChainId.MAINNET]: {},
[SupportedChainId.GOERLI]: {},
[SupportedChainId.GNOSIS_CHAIN]: {},
Expand Down

0 comments on commit 260a1fd

Please sign in to comment.