@spectratools/assembly-cli 0.5.1 → 0.6.0
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.
- package/dist/cli.js +6 -1
- package/package.json +3 -2
package/dist/cli.js
CHANGED
|
@@ -4302,7 +4302,12 @@ var ABSTRACT_MAINNET_DEPLOYMENT_BLOCKS = {
|
|
|
4302
4302
|
};
|
|
4303
4303
|
|
|
4304
4304
|
// src/contracts/client.ts
|
|
4305
|
-
import {
|
|
4305
|
+
import {
|
|
4306
|
+
http,
|
|
4307
|
+
createPublicClient,
|
|
4308
|
+
createWalletClient,
|
|
4309
|
+
defineChain
|
|
4310
|
+
} from "viem";
|
|
4306
4311
|
var abstractMainnet = defineChain({
|
|
4307
4312
|
id: 2741,
|
|
4308
4313
|
name: "Abstract Mainnet",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectratools/assembly-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "CLI for Assembly governance on Abstract (members, council, forum, proposals, and treasury).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"incur": "^0.2.2",
|
|
33
33
|
"ox": "^0.14.0",
|
|
34
34
|
"viem": "^2.47.0",
|
|
35
|
-
"@spectratools/cli-shared": "0.1.1"
|
|
35
|
+
"@spectratools/cli-shared": "0.1.1",
|
|
36
|
+
"@spectratools/tx-shared": "0.3.0"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
39
|
"typescript": "5.7.3",
|