From c58272aaa117bbbb8360fe101a458332b9e25cd7 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Fri, 20 Oct 2023 18:12:09 +0500 Subject: [PATCH 1/2] add flare paymasters --- packages/params/src/whitelisted-entities/paymasters.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/params/src/whitelisted-entities/paymasters.ts b/packages/params/src/whitelisted-entities/paymasters.ts index 518ec10f..c8635c03 100644 --- a/packages/params/src/whitelisted-entities/paymasters.ts +++ b/packages/params/src/whitelisted-entities/paymasters.ts @@ -61,6 +61,11 @@ export const WhitelistedPaymasters: IWhitelistedEntity = { // https://docs.stackup.sh/docs/entity-addresses getAddress("0xE93ECa6595fe94091DC1af46aaC2A8b5D7990770"), ], + // Flare + 14: [ + // eUSDT + getAddress("0x6Bb048981E67f1a0aD41c0BD05635244d3ADaA2c"), + ], /* ====== TESTNETS ====== */ 5: [ @@ -125,4 +130,9 @@ export const WhitelistedPaymasters: IWhitelistedEntity = { // Testing getAddress("0x0a6Aa1Bd30D6954cA525315287AdeeEcbb6eFB59"), ], + // Coston 2 + 114: [ + // USDC/ETH + getAddress("0x8b067387ec0B922483Eadb771bc9290194685522"), + ], }; From b66234ad1a81b21dba24835edca0bff07b854866 Mon Sep 17 00:00:00 2001 From: marie-fourier Date: Fri, 20 Oct 2023 18:12:31 +0500 Subject: [PATCH 2/2] chore(release): 1.0.13-alpha --- lerna.json | 2 +- package.json | 2 +- packages/api/package.json | 6 +++--- packages/cli/package.json | 12 ++++++------ packages/db/package.json | 4 ++-- packages/executor/package.json | 6 +++--- packages/node/package.json | 14 +++++++------- packages/params/package.json | 6 +++--- packages/types/package.json | 2 +- packages/utils/package.json | 4 ++-- 10 files changed, 29 insertions(+), 29 deletions(-) diff --git a/lerna.json b/lerna.json index e74a77a9..d544facd 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "stream": "true", "command": { "version": { diff --git a/package.json b/package.json index 7c70e49a..f7b83e7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "engines": { "node": ">=18.0.0" }, diff --git a/packages/api/package.json b/packages/api/package.json index ea67e315..9016b704 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "The API module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -35,12 +35,12 @@ "class-transformer": "0.5.1", "class-validator": "0.14.0", "ethers": "5.7.2", - "executor": "^1.0.12-alpha", + "executor": "^1.0.13-alpha", "fastify": "4.14.1", "pino": "8.11.0", "pino-pretty": "10.0.0", "reflect-metadata": "0.1.13", - "types": "^1.0.12-alpha" + "types": "^1.0.13-alpha" }, "devDependencies": { "@types/connect": "3.4.35" diff --git a/packages/cli/package.json b/packages/cli/package.json index e77dced9..6f415c59 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "cli", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "> TODO: description", "author": "zincoshine ", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -38,14 +38,14 @@ "@libp2p/peer-id-factory": "2.0.1", "@libp2p/prometheus-metrics": "1.1.3", "@multiformats/multiaddr": "12.1.3", - "api": "^1.0.12-alpha", - "db": "^1.0.12-alpha", - "executor": "^1.0.12-alpha", + "api": "^1.0.13-alpha", + "db": "^1.0.13-alpha", + "executor": "^1.0.13-alpha", "find-up": "5.0.0", "got": "12.5.3", "js-yaml": "4.1.0", - "node": "^1.0.12-alpha", - "types": "^1.0.12-alpha", + "node": "^1.0.13-alpha", + "types": "^1.0.13-alpha", "yargs": "17.6.2" }, "devDependencies": { diff --git a/packages/db/package.json b/packages/db/package.json index 0b2e0fd3..76299b46 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "db", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "The DB module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://github.com/etherspot/etherspot-bundler#readme", @@ -33,7 +33,7 @@ "dependencies": { "@chainsafe/ssz": "0.10.1", "@farcaster/rocksdb": "5.5.0", - "types": "^1.0.12-alpha" + "types": "^1.0.13-alpha" }, "devDependencies": { "@types/rocksdb": "3.0.1", diff --git a/packages/executor/package.json b/packages/executor/package.json index 1958ea03..74885475 100644 --- a/packages/executor/package.json +++ b/packages/executor/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "The Relayer module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -33,7 +33,7 @@ "dependencies": { "async-mutex": "0.4.0", "ethers": "5.7.2", - "params": "^1.0.12-alpha", - "types": "^1.0.12-alpha" + "params": "^1.0.13-alpha", + "types": "^1.0.13-alpha" } } diff --git a/packages/node/package.json b/packages/node/package.json index 6a4a1718..7b727ab7 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "node", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "The bundler node module of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -56,24 +56,24 @@ "@libp2p/tcp": "6.1.0", "@multiformats/multiaddr": "11.4.0", "abstract-leveldown": "7.2.0", - "api": "^1.0.12-alpha", + "api": "^1.0.13-alpha", "datastore-core": "8.0.1", - "db": "^1.0.12-alpha", + "db": "^1.0.13-alpha", "ethers": "5.7.2", - "executor": "^1.0.12-alpha", + "executor": "^1.0.13-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", - "params": "^1.0.12-alpha", + "params": "^1.0.13-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.12-alpha", - "utils": "^1.0.12-alpha", + "types": "^1.0.13-alpha", + "utils": "^1.0.13-alpha", "varint": "6.0.0", "xxhash-wasm": "1.0.2" }, diff --git a/packages/params/package.json b/packages/params/package.json index b2c732a8..3098309b 100644 --- a/packages/params/package.json +++ b/packages/params/package.json @@ -1,6 +1,6 @@ { "name": "params", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "Various bundler parameters", "author": "Etherspot", "homepage": "https://github.com/etherspot/skandha#readme", @@ -26,8 +26,8 @@ "@eth-optimism/sdk": "3.0.0", "@mantleio/sdk": "0.2.1", "ethers": "5.7.2", - "types": "^1.0.12-alpha", - "utils": "^1.0.12-alpha" + "types": "^1.0.13-alpha", + "utils": "^1.0.13-alpha" }, "scripts": { "clean": "rm -rf lib && rm -f *.tsbuildinfo", diff --git a/packages/types/package.json b/packages/types/package.json index 3377187c..39e577d5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "types", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "The types of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", diff --git a/packages/utils/package.json b/packages/utils/package.json index da07fb16..6b704f1c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "utils", - "version": "1.0.12-alpha", + "version": "1.0.13-alpha", "description": "utils of Etherspot bundler client", "author": "Etherspot", "homepage": "https://https://github.com/etherspot/skandha#readme", @@ -37,6 +37,6 @@ "case": "^1.6.3", "pino": "8.11.0", "pino-pretty": "10.0.0", - "types": "^1.0.12-alpha" + "types": "^1.0.13-alpha" } }