Skip to content

Commit

Permalink
Merge branch 'wevm:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga-txfusion authored Oct 9, 2024
2 parents 415a5cd + 63a5ac8 commit 323d375
Show file tree
Hide file tree
Showing 29 changed files with 453 additions and 147 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@
{
"name": "import * from 'viem/account-abstraction'",
"path": "./src/_esm/account-abstraction/index.js",
"limit": "45.5 kB",
"limit": "46 kB",
"import": "*"
},
{
"name": "import { toCoinbaseSmartAccount } from 'viem/account-abstraction'",
"path": "./src/_esm/account-abstraction/index.js",
"limit": "35 kB",
"limit": "36 kB",
"import": "{ toCoinbaseSmartAccount }"
},
{
Expand All @@ -145,7 +145,7 @@
{
"name": "import { privateKeyToAccount } from 'viem/accounts'",
"path": "./src/_esm/accounts/index.js",
"limit": "20 kB",
"limit": "21 kB",
"import": "{ privateKeyToAccount }"
},
{
Expand All @@ -169,7 +169,7 @@
{
"name": "import * from 'viem/chains'",
"path": "./src/_esm/chains/index.js",
"limit": "40 kB",
"limit": "41 kB",
"import": "*"
},
{
Expand All @@ -187,7 +187,7 @@
{
"name": "import * from 'viem/ens'",
"path": "./src/_esm/ens/index.js",
"limit": "47 kB",
"limit": "47.5 kB",
"import": "*"
},
{
Expand Down
Loading

0 comments on commit 323d375

Please sign in to comment.