diff --git a/README.md b/README.md
index 2c7afa98..73d99281 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,22 @@
+## Powering Account Abstraction Infrastructure in
+ - [Ethereum](https://ethereum.org)
+ - [Polygon](https://polygon.network)
+ - [Arbitrum](https://arbitrum.io)
+ - [Optimism](https://optimism.io)
+ - [Scroll](https://scroll.io)
+ - [Linea](https://linea.build)
+ - [Fuse (Default Bundler)](https://fuse.io)
+ - [Flare (Default Bundler)](https://flare.network)
+ - [Mantle (Default Bundler)](https://mantle.xyz)
+ - [Bifrost (Default Bundler)](https://bifrostnetwork.com)
+ - [Klaytn (Default Bundler)](https://klaytn.foundation)
+
+ and many more....
+
+
diff --git a/packages/api/package.json b/packages/api/package.json
index 7f8f7367..2d335185 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,7 +1,7 @@
{
- "name": "api",
+ "name": "@skandha/api",
"version": "1.0.24-alpha",
- "description": "The API module of Etherspot bundler client",
+ "description": "The RPC module of Etherspot bundler client",
"author": "Etherspot",
"homepage": "https://https://github.com/etherspot/skandha#readme",
"license": "MIT",
@@ -35,9 +35,9 @@
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"ethers": "5.7.2",
- "executor": "^1.0.24-alpha",
+ "@skandha/executor": "^1.0.24-alpha",
"fastify": "4.14.1",
- "monitoring": "^1.0.24-alpha",
+ "@skandha/monitoring": "^1.0.24-alpha",
"pino": "8.11.0",
"pino-pretty": "10.0.0",
"reflect-metadata": "0.1.13",
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 694ade87..07b3fe42 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,5 +1,5 @@
{
- "name": "cli",
+ "name": "@skandha/cli",
"version": "1.0.24-alpha",
"description": "> TODO: description",
"author": "zincoshine ",
@@ -38,15 +38,15 @@
"@libp2p/peer-id-factory": "2.0.1",
"@libp2p/prometheus-metrics": "1.1.3",
"@multiformats/multiaddr": "12.1.3",
- "api": "^1.0.24-alpha",
- "db": "^1.0.24-alpha",
- "executor": "^1.0.24-alpha",
+ "@skandha/api": "^1.0.24-alpha",
+ "@skandha/db": "^1.0.24-alpha",
+ "@skandha/executor": "^1.0.24-alpha",
"find-up": "5.0.0",
"got": "12.5.3",
"js-yaml": "4.1.0",
"monitoring": "^1.0.24-alpha",
- "node": "^1.0.24-alpha",
- "types": "^1.0.24-alpha",
+ "@skandha/node": "^1.0.24-alpha",
+ "@skandha/types": "^1.0.24-alpha",
"yargs": "17.6.2"
},
"devDependencies": {
diff --git a/packages/db/package.json b/packages/db/package.json
index 4007ac6b..9fb9d342 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,5 +1,5 @@
{
- "name": "db",
+ "name": "@skandha/db",
"version": "1.0.24-alpha",
"description": "The DB module of Etherspot bundler client",
"author": "Etherspot",
@@ -33,7 +33,7 @@
"dependencies": {
"@chainsafe/ssz": "0.10.1",
"@farcaster/rocksdb": "5.5.0",
- "types": "^1.0.24-alpha"
+ "@skandha/types": "^1.0.24-alpha"
},
"devDependencies": {
"@types/rocksdb": "3.0.1",
diff --git a/packages/executor/package.json b/packages/executor/package.json
index 58a577b3..9b31eda9 100644
--- a/packages/executor/package.json
+++ b/packages/executor/package.json
@@ -1,5 +1,5 @@
{
- "name": "executor",
+ "name": "@skandha/executor",
"version": "1.0.24-alpha",
"description": "The Relayer module of Etherspot bundler client",
"author": "Etherspot",
@@ -33,8 +33,8 @@
"dependencies": {
"async-mutex": "0.4.0",
"ethers": "5.7.2",
- "monitoring": "^1.0.24-alpha",
- "params": "^1.0.24-alpha",
- "types": "^1.0.24-alpha"
+ "@skandha/monitoring": "^1.0.24-alpha",
+ "@skandha/params": "^1.0.24-alpha",
+ "@skandha/types": "^1.0.24-alpha"
}
}
diff --git a/packages/node/package.json b/packages/node/package.json
index b75c987f..4834cfba 100644
--- a/packages/node/package.json
+++ b/packages/node/package.json
@@ -1,5 +1,5 @@
{
- "name": "node",
+ "name": "@skandha/node",
"version": "1.0.24-alpha",
"description": "The bundler node module of Etherspot bundler client",
"author": "Etherspot",
@@ -56,25 +56,25 @@
"@libp2p/tcp": "6.1.0",
"@multiformats/multiaddr": "11.4.0",
"abstract-leveldown": "7.2.0",
- "api": "^1.0.24-alpha",
+ "@skandha/api": "^1.0.24-alpha",
"datastore-core": "8.0.1",
- "db": "^1.0.24-alpha",
+ "@skandha/db": "^1.0.24-alpha",
"ethers": "5.7.2",
- "executor": "^1.0.24-alpha",
+ "@skandha/executor": "^1.0.24-alpha",
"it-filter": "1.0.2",
"it-map": "1.0.5",
"it-sort": "1.0.0",
"it-take": "1.0.1",
"libp2p": "0.42.2",
- "monitoring": "^1.0.24-alpha",
- "params": "^1.0.24-alpha",
+ "@skandha/monitoring": "^1.0.24-alpha",
+ "@skandha/params": "^1.0.24-alpha",
"prettier": "2.8.4",
"snappy": "7.2.2",
"snappyjs": "0.7.0",
"stream-to-it": "0.2.4",
"strict-event-emitter-types": "2.0.0",
- "types": "^1.0.24-alpha",
- "utils": "^1.0.24-alpha",
+ "@skandha/types": "^1.0.24-alpha",
+ "@skandha/utils": "^1.0.24-alpha",
"varint": "6.0.0",
"xxhash-wasm": "1.0.2"
},
diff --git a/packages/params/package.json b/packages/params/package.json
index a971e4e1..7985703a 100644
--- a/packages/params/package.json
+++ b/packages/params/package.json
@@ -26,8 +26,8 @@
"@eth-optimism/sdk": "3.0.0",
"@mantleio/sdk": "0.2.1",
"ethers": "5.7.2",
- "types": "^1.0.24-alpha",
- "utils": "^1.0.24-alpha"
+ "@skandha/types": "^1.0.24-alpha",
+ "@skandha/utils": "^1.0.24-alpha"
},
"scripts": {
"clean": "rm -rf lib && rm -f *.tsbuildinfo",
diff --git a/packages/types/package.json b/packages/types/package.json
index b296dd47..2a6ae9b3 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,5 +1,5 @@
{
- "name": "types",
+ "name": "@skandha/types",
"version": "1.0.24-alpha",
"description": "The types of Etherspot bundler client",
"author": "Etherspot",
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 75c11196..b78da215 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,5 +1,5 @@
{
- "name": "utils",
+ "name": "@skandha/utils",
"version": "1.0.24-alpha",
"description": "utils of Etherspot bundler client",
"author": "Etherspot",