@cartesi/cli 2.0.0-alpha.1 → 2.0.0-alpha.2
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/config.d.ts +1 -1
- package/dist/config.js +1 -1
- package/dist/contracts.d.ts +10 -10
- package/dist/contracts.js +5 -5
- package/dist/node/docker-compose-anvil.yaml +2 -2
- package/dist/node/docker-compose-bundler.yaml +1 -1
- package/dist/node/docker-compose-paymaster.yaml +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/dist/config.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare class RequiredFieldError extends Error {
|
|
|
29
29
|
export declare class InvalidStringArrayError extends Error {
|
|
30
30
|
constructor();
|
|
31
31
|
}
|
|
32
|
-
export declare const DEFAULT_SDK = "cartesi/sdk:0.12.0-alpha.
|
|
32
|
+
export declare const DEFAULT_SDK = "cartesi/sdk:0.12.0-alpha.1";
|
|
33
33
|
type DriveFormat = "ext2" | "sqfs";
|
|
34
34
|
export type ImageInfo = {
|
|
35
35
|
cmd: string[];
|
package/dist/config.js
CHANGED
|
@@ -67,7 +67,7 @@ const DEFAULT_RAM = "128Mi";
|
|
|
67
67
|
const DEFAULT_RAM_IMAGE_DOCKER = "/usr/share/cartesi-machine/images/linux.bin";
|
|
68
68
|
const DEFAULT_RAM_IMAGE_LINUX = "/usr/share/cartesi-machine/images/linux.bin";
|
|
69
69
|
const DEFAULT_RAM_IMAGE_MAC = "/opt/homebrew/share/cartesi-machine/images/linux.bin";
|
|
70
|
-
export const DEFAULT_SDK = "cartesi/sdk:0.12.0-alpha.
|
|
70
|
+
export const DEFAULT_SDK = "cartesi/sdk:0.12.0-alpha.1";
|
|
71
71
|
export const defaultRootDriveConfig = () => ({
|
|
72
72
|
builder: "docker",
|
|
73
73
|
context: ".",
|
package/dist/contracts.d.ts
CHANGED
|
@@ -98,9 +98,9 @@ export declare const applicationFactoryAbi: readonly [{
|
|
|
98
98
|
}];
|
|
99
99
|
readonly stateMutability: "nonpayable";
|
|
100
100
|
}];
|
|
101
|
-
export declare const applicationFactoryAddress: "
|
|
101
|
+
export declare const applicationFactoryAddress: "0xd7d4d184b82b1a4e08f304DDaB0A2A7a301C2620";
|
|
102
102
|
export declare const applicationFactoryConfig: {
|
|
103
|
-
readonly address: "
|
|
103
|
+
readonly address: "0xd7d4d184b82b1a4e08f304DDaB0A2A7a301C2620";
|
|
104
104
|
readonly abi: readonly [{
|
|
105
105
|
readonly type: "event";
|
|
106
106
|
readonly anonymous: false;
|
|
@@ -1349,9 +1349,9 @@ export declare const selfHostedApplicationFactoryAbi: readonly [{
|
|
|
1349
1349
|
}];
|
|
1350
1350
|
readonly stateMutability: "view";
|
|
1351
1351
|
}];
|
|
1352
|
-
export declare const selfHostedApplicationFactoryAddress: "
|
|
1352
|
+
export declare const selfHostedApplicationFactoryAddress: "0xF925E1467DfCb1be6904bcF70621A974b5eA8708";
|
|
1353
1353
|
export declare const selfHostedApplicationFactoryConfig: {
|
|
1354
|
-
readonly address: "
|
|
1354
|
+
readonly address: "0xF925E1467DfCb1be6904bcF70621A974b5eA8708";
|
|
1355
1355
|
readonly abi: readonly [{
|
|
1356
1356
|
readonly type: "constructor";
|
|
1357
1357
|
readonly inputs: readonly [{
|
|
@@ -1893,9 +1893,9 @@ export declare const testMultiTokenAbi: readonly [{
|
|
|
1893
1893
|
}];
|
|
1894
1894
|
readonly stateMutability: "view";
|
|
1895
1895
|
}];
|
|
1896
|
-
export declare const testMultiTokenAddress: "
|
|
1896
|
+
export declare const testMultiTokenAddress: "0x9d72403870769eE1af0145e1ad3F7f1d29E86Af5";
|
|
1897
1897
|
export declare const testMultiTokenConfig: {
|
|
1898
|
-
readonly address: "
|
|
1898
|
+
readonly address: "0x9d72403870769eE1af0145e1ad3F7f1d29E86Af5";
|
|
1899
1899
|
readonly abi: readonly [{
|
|
1900
1900
|
readonly type: "constructor";
|
|
1901
1901
|
readonly inputs: readonly [{
|
|
@@ -2775,9 +2775,9 @@ export declare const testNftAbi: readonly [{
|
|
|
2775
2775
|
readonly outputs: readonly [];
|
|
2776
2776
|
readonly stateMutability: "nonpayable";
|
|
2777
2777
|
}];
|
|
2778
|
-
export declare const testNftAddress: "
|
|
2778
|
+
export declare const testNftAddress: "0x5dF0fB951D9f9a37E53Ae0111a653B1187938213";
|
|
2779
2779
|
export declare const testNftConfig: {
|
|
2780
|
-
readonly address: "
|
|
2780
|
+
readonly address: "0x5dF0fB951D9f9a37E53Ae0111a653B1187938213";
|
|
2781
2781
|
readonly abi: readonly [{
|
|
2782
2782
|
readonly type: "constructor";
|
|
2783
2783
|
readonly inputs: readonly [{
|
|
@@ -3764,9 +3764,9 @@ export declare const testTokenAbi: readonly [{
|
|
|
3764
3764
|
readonly outputs: readonly [];
|
|
3765
3765
|
readonly stateMutability: "nonpayable";
|
|
3766
3766
|
}];
|
|
3767
|
-
export declare const testTokenAddress: "
|
|
3767
|
+
export declare const testTokenAddress: "0xfb47f7065a6a81E28520cA5Ce0E4D787E3683973";
|
|
3768
3768
|
export declare const testTokenConfig: {
|
|
3769
|
-
readonly address: "
|
|
3769
|
+
readonly address: "0xfb47f7065a6a81E28520cA5Ce0E4D787E3683973";
|
|
3770
3770
|
readonly abi: readonly [{
|
|
3771
3771
|
readonly type: "constructor";
|
|
3772
3772
|
readonly inputs: readonly [{
|
package/dist/contracts.js
CHANGED
|
@@ -93,7 +93,7 @@ export const applicationFactoryAbi = [
|
|
|
93
93
|
stateMutability: 'nonpayable',
|
|
94
94
|
},
|
|
95
95
|
];
|
|
96
|
-
export const applicationFactoryAddress = '
|
|
96
|
+
export const applicationFactoryAddress = '0xd7d4d184b82b1a4e08f304DDaB0A2A7a301C2620';
|
|
97
97
|
export const applicationFactoryConfig = {
|
|
98
98
|
address: applicationFactoryAddress,
|
|
99
99
|
abi: applicationFactoryAbi,
|
|
@@ -676,7 +676,7 @@ export const selfHostedApplicationFactoryAbi = [
|
|
|
676
676
|
stateMutability: 'view',
|
|
677
677
|
},
|
|
678
678
|
];
|
|
679
|
-
export const selfHostedApplicationFactoryAddress = '
|
|
679
|
+
export const selfHostedApplicationFactoryAddress = '0xF925E1467DfCb1be6904bcF70621A974b5eA8708';
|
|
680
680
|
export const selfHostedApplicationFactoryConfig = {
|
|
681
681
|
address: selfHostedApplicationFactoryAddress,
|
|
682
682
|
abi: selfHostedApplicationFactoryAbi,
|
|
@@ -1028,7 +1028,7 @@ export const testMultiTokenAbi = [
|
|
|
1028
1028
|
stateMutability: 'view',
|
|
1029
1029
|
},
|
|
1030
1030
|
];
|
|
1031
|
-
export const testMultiTokenAddress = '
|
|
1031
|
+
export const testMultiTokenAddress = '0x9d72403870769eE1af0145e1ad3F7f1d29E86Af5';
|
|
1032
1032
|
export const testMultiTokenConfig = {
|
|
1033
1033
|
address: testMultiTokenAddress,
|
|
1034
1034
|
abi: testMultiTokenAbi,
|
|
@@ -1383,7 +1383,7 @@ export const testNftAbi = [
|
|
|
1383
1383
|
stateMutability: 'nonpayable',
|
|
1384
1384
|
},
|
|
1385
1385
|
];
|
|
1386
|
-
export const testNftAddress = '
|
|
1386
|
+
export const testNftAddress = '0x5dF0fB951D9f9a37E53Ae0111a653B1187938213';
|
|
1387
1387
|
export const testNftConfig = {
|
|
1388
1388
|
address: testNftAddress,
|
|
1389
1389
|
abi: testNftAbi,
|
|
@@ -1792,7 +1792,7 @@ export const testTokenAbi = [
|
|
|
1792
1792
|
stateMutability: 'nonpayable',
|
|
1793
1793
|
},
|
|
1794
1794
|
];
|
|
1795
|
-
export const testTokenAddress = '
|
|
1795
|
+
export const testTokenAddress = '0xfb47f7065a6a81E28520cA5Ce0E4D787E3683973';
|
|
1796
1796
|
export const testTokenConfig = {
|
|
1797
1797
|
address: testTokenAddress,
|
|
1798
1798
|
abi: testTokenAbi,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
services:
|
|
2
2
|
anvil:
|
|
3
|
-
image: cartesi/sdk:0.12.0-alpha.
|
|
3
|
+
image: cartesi/sdk:0.12.0-alpha.1
|
|
4
4
|
command:
|
|
5
5
|
[
|
|
6
6
|
"devnet",
|
|
@@ -19,7 +19,7 @@ services:
|
|
|
19
19
|
- 8545:8545
|
|
20
20
|
|
|
21
21
|
dapp_deployer:
|
|
22
|
-
image: cartesi/sdk:0.12.0-alpha.
|
|
22
|
+
image: cartesi/sdk:0.12.0-alpha.1
|
|
23
23
|
restart: on-failure
|
|
24
24
|
depends_on:
|
|
25
25
|
anvil:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cartesi/cli",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.2",
|
|
4
4
|
"description": "Cartesi CLI",
|
|
5
5
|
"author": "Danilo Tuler <tuler@pobox.com>",
|
|
6
6
|
"bin": {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"tslib": "^2.8.0",
|
|
66
66
|
"typescript": "^5.6.3",
|
|
67
67
|
"vitest": "^2.1.3",
|
|
68
|
-
"@cartesi/devnet": "2.0.0-alpha.
|
|
68
|
+
"@cartesi/devnet": "2.0.0-alpha.1",
|
|
69
69
|
"@cartesi/eslint-config": "0.0.0",
|
|
70
70
|
"tsconfig": "0.0.0"
|
|
71
71
|
},
|