Commit 4220cafb authored by Moody Salem's avatar Moody Salem

fix the usdc permit

parent a61df585
...@@ -34,7 +34,7 @@ const PERMITTABLE_TOKENS: { ...@@ -34,7 +34,7 @@ const PERMITTABLE_TOKENS: {
} }
} = { } = {
[ChainId.MAINNET]: { [ChainId.MAINNET]: {
[USDC.address]: { type: PermitType.AMOUNT, name: 'USD Coin', version: '1' }, [USDC.address]: { type: PermitType.AMOUNT, name: 'USD Coin', version: '2' },
[DAI.address]: { type: PermitType.ALLOWED, name: 'Dai Stablecoin', version: '1' }, [DAI.address]: { type: PermitType.ALLOWED, name: 'Dai Stablecoin', version: '1' },
[UNI[ChainId.MAINNET].address]: { type: PermitType.AMOUNT, name: 'Uniswap' }, [UNI[ChainId.MAINNET].address]: { type: PermitType.AMOUNT, name: 'Uniswap' },
}, },
...@@ -44,6 +44,7 @@ const PERMITTABLE_TOKENS: { ...@@ -44,6 +44,7 @@ const PERMITTABLE_TOKENS: {
}, },
[ChainId.ROPSTEN]: { [ChainId.ROPSTEN]: {
[UNI[ChainId.ROPSTEN].address]: { type: PermitType.AMOUNT, name: 'Uniswap' }, [UNI[ChainId.ROPSTEN].address]: { type: PermitType.AMOUNT, name: 'Uniswap' },
['0x07865c6E87B9F70255377e024ace6630C1Eaa37F']: { type: PermitType.AMOUNT, name: 'USD Coin', version: '2' },
}, },
[ChainId.GÖRLI]: { [ChainId.GÖRLI]: {
[UNI[ChainId.GÖRLI].address]: { type: PermitType.AMOUNT, name: 'Uniswap' }, [UNI[ChainId.GÖRLI].address]: { type: PermitType.AMOUNT, name: 'Uniswap' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment