@tonappchain/sdk 0.8.0-aa-alpha-test → 0.8.0-aa-alpha-test.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,8 @@ exports.AA_NETWORKS = {
11
11
  chainId: 2391,
12
12
  entryPoint: '0x239DBD98defbad1c369034a2897bD5b8b57b468A',
13
13
  accountFactory: '0x7879c3237811A86092E89AD94837163Ae71d6669',
14
- paymaster: '0x5b3242786e8E2F0A3068AFcE6ca90288acBf5e33',
14
+ // paymaster for token USD₮ (0xbA7E…9220, 6-dec); the fee token is read on-chain
15
+ paymaster: '0xD41B5AC8803bd9371c0bdB44CB95B8b1879F8865',
15
16
  permit2: '0x36d6565DcdE4674115bBd1d86E511bebB1C425b9',
16
17
  // bundlerUrl: undefined — provide it via TacAccountSdk.create({ bundlerUrl })
17
18
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonappchain/sdk",
3
- "version": "0.8.0-aa-alpha-test",
3
+ "version": "0.8.0-aa-alpha-test.1",
4
4
  "repository": "https://github.com/TacBuild/tac-sdk.git",
5
5
  "author": "TAC. <developers@tac>",
6
6
  "license": "MIT",