Skip to content

Commit 3546042

Browse files
committed
remove testnets
1 parent e73a7e6 commit 3546042

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@real-wagmi/permit2-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"module": "dist/index.mjs",
@@ -41,7 +41,7 @@
4141
"ethereum"
4242
],
4343
"dependencies": {
44-
"@real-wagmi/sdk": "^1.4.1",
44+
"@real-wagmi/sdk": "^1.4.4",
4545
"tiny-invariant": "^1.3.1",
4646
"viem": "^2.7.20",
4747
"vitest": "^1.3.1"

src/constants.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ const PERMIT2_ADDRESSES = {
1111
[ChainId.KAVA]: '0xB5fa77E3929fe198a86Aa40fd6c77886785bCd0e',
1212
[ChainId.OPTIMISM]: '0x127d30002C2aeDc64A5e0C4Ee2043105F58107a9',
1313
[ChainId.METIS]: '0xb1F795776cB9DdAC6E7e162f31C7419Dd3d48297',
14-
[ChainId.METIS_SEPOLIA]: '0x1Ac569879EF7EacB17CC373EF801cDcE4acCdeD5',
1514
[ChainId.IOTA]: '0x8d8B490fCe6Ca1A31752E7cFAFa954Bf30eB7EE2',
1615
[ChainId.AVALANCHE]: '0x037F7b8de425Afc8A544920Bfb0786c1Fd74E473',
1716
[ChainId.POLYGON]: '0x5c811Ce03C3C56790C1cF2f3068713b80AB59495',
1817
[ChainId.BSC]: '0x678F6b93FB0670Be8a6610795cA4896Dc217a650',
19-
[ChainId.SONIC_TESTNET]: '0x8B741B0D79BE80E135C880F7583d427B4D41F015',
2018
[ChainId.SONIC]: '0x7Ac9E324c2a211a389fac64b773433A17dB22948'
2119
} satisfies Record<ChainId, Address>;
2220

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,10 +1440,10 @@
14401440
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
14411441
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
14421442

1443-
"@real-wagmi/sdk@^1.4.1":
1444-
version "1.4.1"
1445-
resolved "https://registry.yarnpkg.com/@real-wagmi/sdk/-/sdk-1.4.1.tgz#60d07adbdb56bd01599ca5ce9caf3867ca95b12b"
1446-
integrity sha512-RxGxnZCazmVgUmdthIfKSXmaGME3p5xNqOPALMjGe/MFdw3lE3irrV2kOv+JwYIWLAtzwpx84yBdG7i6l3Wc0A==
1443+
"@real-wagmi/sdk@^1.4.4":
1444+
version "1.4.4"
1445+
resolved "https://registry.yarnpkg.com/@real-wagmi/sdk/-/sdk-1.4.4.tgz#692986db9e09ee8f77b1f3e2408fd3aa110b0f18"
1446+
integrity sha512-hQX21hH3TZgPypbxBOaddpqBKVJrD6LcHgXEETRw8feh6t6XuJaM83fXiWK7Lh0J7S/DKtAuVKFjuCVSwnz77g==
14471447
dependencies:
14481448
"@uniswap/token-lists" "1.0.0-beta.33"
14491449
big.js "^6.2.1"

0 commit comments

Comments
 (0)