Skip to content

Commit

Permalink
remove blast, zklink
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfantaholic committed Oct 28, 2024
1 parent 3093609 commit 33e3417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@real-wagmi/permit2-sdk",
"version": "1.0.0",
"version": "1.0.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"ethereum"
],
"dependencies": {
"@real-wagmi/sdk": "^1.3.9",
"@real-wagmi/sdk": "^1.4.0",
"tiny-invariant": "^1.3.1",
"viem": "^2.7.20",
"vitest": "^1.3.1"
Expand Down
4 changes: 1 addition & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@real-wagmi/sdk';
import { Address } from 'viem';

// @fixme convert to ChainId after all chains are updated
const PERMIT2_ADDRESSES: Record<ChainId, Address | undefined> = {
const PERMIT2_ADDRESSES: Record<ChainId, Address> = {
[ChainId.ETHEREUM]: '0x4b5d9db7910448e2F236509D9eE242673AFa28aA',
[ChainId.BASE]: '0x16b413526d062142eb9eDA9d75312cA9f2e418FD',
[ChainId.ZKSYNC]: '0x87C0878B54c174199f438470FD74B3F7e1Def295',
Expand All @@ -12,12 +12,10 @@ const PERMIT2_ADDRESSES: Record<ChainId, Address | undefined> = {
[ChainId.OPTIMISM]: '0x127d30002C2aeDc64A5e0C4Ee2043105F58107a9',
[ChainId.METIS]: '0xb1F795776cB9DdAC6E7e162f31C7419Dd3d48297',
[ChainId.METIS_SEPOLIA]: '0x1Ac569879EF7EacB17CC373EF801cDcE4acCdeD5',
[ChainId.ZKLINK]: '0x8C685427ac9bB5D7915A2EC165F3aD9B1404D1A9',
[ChainId.IOTA]: '0x8d8B490fCe6Ca1A31752E7cFAFa954Bf30eB7EE2',
[ChainId.AVALANCHE]: '0x037F7b8de425Afc8A544920Bfb0786c1Fd74E473',
[ChainId.POLYGON]: '0x5c811Ce03C3C56790C1cF2f3068713b80AB59495',
[ChainId.BSC]: '0x678F6b93FB0670Be8a6610795cA4896Dc217a650',
[ChainId.BLAST]: undefined,
[ChainId.SONIC_TESTNET]: '0x1Ac569879EF7EacB17CC373EF801cDcE4acCdeD5',
};

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1440,10 +1440,10 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@real-wagmi/sdk@^1.3.9":
version "1.3.9"
resolved "https://registry.yarnpkg.com/@real-wagmi/sdk/-/sdk-1.3.9.tgz#ac25c951413aece8d99afac9a95ba4242c798456"
integrity sha512-Y8IHr4WKu+atPBUt4b1J0gfQ6GE9Gnrgu8d5pL6TEpSN7fwGLL1d6f7DDIw8gG5+97ElkGkHzqhfo2J3nfbnKw==
"@real-wagmi/sdk@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@real-wagmi/sdk/-/sdk-1.4.0.tgz#c1af6b3d5048aabc25f24e0cc4d69d2f6be904e2"
integrity sha512-i2GZbqzvz5SK8MII2uqnwfFgYejIKfjGRctxDecIyO1N9JADjhf7oP/MSvUVcdXFcBeneKkurTFkZvy4mp4IPw==
dependencies:
"@uniswap/token-lists" "1.0.0-beta.33"
big.js "^6.2.1"
Expand Down

0 comments on commit 33e3417

Please sign in to comment.