@sentio/cli 2.18.8-rc.1 → 2.18.8-rc.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/lib/index.js +18 -17
- package/lib/index.js.map +3 -3
- package/package.json +1 -1
- package/src/commands/run-create.ts +3 -1
- package/templates/sui/abis/sui/testnet/0x1e2b124f746a339b3cf99b9f969393a96594519aafb1d06517aacfeeae20e7a5.json +265 -0
- package/templates/sui/abis/sui/testnet/0xebaa2ad3eacc230f309cd933958cc52684df0a41ae7ac214d186b80f830867d2.json +10060 -0
- package/templates/sui/package.json +19 -0
- package/templates/sui/sentio.yaml +4 -0
- package/templates/sui/src/processor.test.ts +16 -0
- package/templates/sui/src/processor.ts +30 -0
- package/templates/sui/tsconfig.json +23 -0
package/lib/index.js
CHANGED
|
@@ -25074,9 +25074,9 @@ var init_multipart_parser = __esm({
|
|
|
25074
25074
|
}
|
|
25075
25075
|
});
|
|
25076
25076
|
|
|
25077
|
-
// ../../node_modules/.pnpm/@sentio+chain@1.1.
|
|
25077
|
+
// ../../node_modules/.pnpm/@sentio+chain@1.1.5/node_modules/@sentio/chain/dist/chain-id.js
|
|
25078
25078
|
var require_chain_id = __commonJS({
|
|
25079
|
-
"../../node_modules/.pnpm/@sentio+chain@1.1.
|
|
25079
|
+
"../../node_modules/.pnpm/@sentio+chain@1.1.5/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
|
|
25080
25080
|
"use strict";
|
|
25081
25081
|
init_cjs_shim();
|
|
25082
25082
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -25096,9 +25096,10 @@ var require_chain_id = __commonJS({
|
|
|
25096
25096
|
EthChainId3["CRONOS"] = "25";
|
|
25097
25097
|
EthChainId3["BINANCE"] = "56";
|
|
25098
25098
|
EthChainId3["POLYGON"] = "137";
|
|
25099
|
-
EthChainId3["
|
|
25099
|
+
EthChainId3["MANTA_PACIFIC"] = "169";
|
|
25100
25100
|
EthChainId3["XLAYER_TESTNET"] = "195";
|
|
25101
25101
|
EthChainId3["XLAYER_MAINNET"] = "196";
|
|
25102
|
+
EthChainId3["B2_MAINNET"] = "223";
|
|
25102
25103
|
EthChainId3["FANTOM"] = "250";
|
|
25103
25104
|
EthChainId3["KUCOIN"] = "321";
|
|
25104
25105
|
EthChainId3["ZKSYNC_ERA"] = "324";
|
|
@@ -25129,7 +25130,7 @@ var require_chain_id = __commonJS({
|
|
|
25129
25130
|
EthChainId3["BITLAYER"] = "200901";
|
|
25130
25131
|
EthChainId3["ARBITRUM_GOERLI"] = "421613";
|
|
25131
25132
|
EthChainId3["SCROLL"] = "534352";
|
|
25132
|
-
EthChainId3["
|
|
25133
|
+
EthChainId3["ZKLINK_NOVA"] = "810180";
|
|
25133
25134
|
EthChainId3["ZKATANA"] = "1261120";
|
|
25134
25135
|
EthChainId3["SEPOLIA"] = "11155111";
|
|
25135
25136
|
EthChainId3["AURORA"] = "1313161554";
|
|
@@ -25164,8 +25165,6 @@ var require_chain_id = __commonJS({
|
|
|
25164
25165
|
(function(FuelChainId2) {
|
|
25165
25166
|
FuelChainId2["FUEL_MAINNET"] = "fuel_mainnet";
|
|
25166
25167
|
FuelChainId2["FUEL_TESTNET"] = "fuel_testnet";
|
|
25167
|
-
FuelChainId2["FUEL_TESTNET_BETA_V4"] = "fuel_testnet_beta_v4";
|
|
25168
|
-
FuelChainId2["FUEL_TESTNET_BETA_V5"] = "fuel_testnet_beta_v5";
|
|
25169
25168
|
})(FuelChainId || (exports.FuelChainId = FuelChainId = {}));
|
|
25170
25169
|
var CosmosChainId;
|
|
25171
25170
|
(function(CosmosChainId2) {
|
|
@@ -25585,9 +25584,9 @@ var require_chain_id = __commonJS({
|
|
|
25585
25584
|
}
|
|
25586
25585
|
});
|
|
25587
25586
|
|
|
25588
|
-
// ../../node_modules/.pnpm/@sentio+chain@1.1.
|
|
25587
|
+
// ../../node_modules/.pnpm/@sentio+chain@1.1.5/node_modules/@sentio/chain/dist/index.js
|
|
25589
25588
|
var require_dist5 = __commonJS({
|
|
25590
|
-
"../../node_modules/.pnpm/@sentio+chain@1.1.
|
|
25589
|
+
"../../node_modules/.pnpm/@sentio+chain@1.1.5/node_modules/@sentio/chain/dist/index.js"(exports) {
|
|
25591
25590
|
"use strict";
|
|
25592
25591
|
init_cjs_shim();
|
|
25593
25592
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o20, m16, k3, k22) {
|
|
@@ -62602,9 +62601,9 @@ var require_ms3 = __commonJS({
|
|
|
62602
62601
|
}
|
|
62603
62602
|
});
|
|
62604
62603
|
|
|
62605
|
-
// ../../node_modules/.pnpm/debug@4.3.
|
|
62604
|
+
// ../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/common.js
|
|
62606
62605
|
var require_common2 = __commonJS({
|
|
62607
|
-
"../../node_modules/.pnpm/debug@4.3.
|
|
62606
|
+
"../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/common.js"(exports, module) {
|
|
62608
62607
|
init_cjs_shim();
|
|
62609
62608
|
function setup(env2) {
|
|
62610
62609
|
createDebug.debug = createDebug;
|
|
@@ -62766,9 +62765,9 @@ var require_common2 = __commonJS({
|
|
|
62766
62765
|
}
|
|
62767
62766
|
});
|
|
62768
62767
|
|
|
62769
|
-
// ../../node_modules/.pnpm/debug@4.3.
|
|
62768
|
+
// ../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/browser.js
|
|
62770
62769
|
var require_browser2 = __commonJS({
|
|
62771
|
-
"../../node_modules/.pnpm/debug@4.3.
|
|
62770
|
+
"../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/browser.js"(exports, module) {
|
|
62772
62771
|
init_cjs_shim();
|
|
62773
62772
|
exports.formatArgs = formatArgs;
|
|
62774
62773
|
exports.save = save;
|
|
@@ -63051,9 +63050,9 @@ var require_supports_color2 = __commonJS({
|
|
|
63051
63050
|
}
|
|
63052
63051
|
});
|
|
63053
63052
|
|
|
63054
|
-
// ../../node_modules/.pnpm/debug@4.3.
|
|
63053
|
+
// ../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/node.js
|
|
63055
63054
|
var require_node3 = __commonJS({
|
|
63056
|
-
"../../node_modules/.pnpm/debug@4.3.
|
|
63055
|
+
"../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/node.js"(exports, module) {
|
|
63057
63056
|
init_cjs_shim();
|
|
63058
63057
|
var tty2 = __require("tty");
|
|
63059
63058
|
var util = __require("util");
|
|
@@ -63226,9 +63225,9 @@ var require_node3 = __commonJS({
|
|
|
63226
63225
|
}
|
|
63227
63226
|
});
|
|
63228
63227
|
|
|
63229
|
-
// ../../node_modules/.pnpm/debug@4.3.
|
|
63228
|
+
// ../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/index.js
|
|
63230
63229
|
var require_src7 = __commonJS({
|
|
63231
|
-
"../../node_modules/.pnpm/debug@4.3.
|
|
63230
|
+
"../../node_modules/.pnpm/debug@4.3.4_supports-color@8.1.1/node_modules/debug/src/index.js"(exports, module) {
|
|
63232
63231
|
init_cjs_shim();
|
|
63233
63232
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
63234
63233
|
module.exports = require_browser2();
|
|
@@ -86262,7 +86261,7 @@ async function runCreate(argv2) {
|
|
|
86262
86261
|
{
|
|
86263
86262
|
name: "chain-type",
|
|
86264
86263
|
alias: "c",
|
|
86265
|
-
description: "The type of project you want to create, can be eth, aptos, solana, raw (if you want to start from scratch and support multiple types of chains)",
|
|
86264
|
+
description: "The type of project you want to create, can be eth, aptos, fuel, solana, sui, raw (if you want to start from scratch and support multiple types of chains)",
|
|
86266
86265
|
type: String,
|
|
86267
86266
|
defaultValue: "eth"
|
|
86268
86267
|
}
|
|
@@ -86291,6 +86290,8 @@ async function runCreate(argv2) {
|
|
|
86291
86290
|
break;
|
|
86292
86291
|
case "solana":
|
|
86293
86292
|
break;
|
|
86293
|
+
case "sui":
|
|
86294
|
+
break;
|
|
86294
86295
|
case "fuel":
|
|
86295
86296
|
break;
|
|
86296
86297
|
default:
|