Skip to content

Commit

Permalink
Merge pull request #15 from frankcrypto2023/dev
Browse files Browse the repository at this point in the history
add eip-4337 base address
  • Loading branch information
dindinw authored Sep 24, 2024
2 parents 3db6f9d + ba0f092 commit 368acf9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/eip4337/address.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const EntryPointAddr = `0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789`;
export const QngAccountFactoryAddr = `0xa95a633294a8ce18298B488858d90c4E16FD0AB0`;
export const QngPaymasterAddr = `0x016001559A8685af58C45f0d6408fF88075343c5`;
export const MeerChangeAddr = `0x09654c5D28b462BA219038e534e685f703B2EE5f`;
10 changes: 10 additions & 0 deletions src/eip4337/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,20 @@ import {
BaseAccountAPI,
} from "./qngAccountAPI";
import { MeerChangeAPI } from "./meerchange";
import {
EntryPointAddr,
QngAccountFactoryAddr,
QngPaymasterAddr,
MeerChangeAddr,
} from "./address";
export {
QngAccountAPI,
PaymasterAPI,
HttpRpcClient,
BaseAccountAPI,
MeerChangeAPI,
EntryPointAddr,
QngAccountFactoryAddr,
QngPaymasterAddr,
MeerChangeAddr,
};
2 changes: 1 addition & 1 deletion src/eip4337/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@qng/eip4337-sdk",
"description": "Qng Account Abstraction (EIP 4337) contracts SDK",
"version": "0.6.7",
"version": "0.6.8",
"main": "./dist/index.js",
"files": [
"dist/"
Expand Down

0 comments on commit 368acf9

Please sign in to comment.