@sentio/runtime 2.62.4-rc.1 → 2.62.5-rc.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.
@@ -36097,9 +36097,9 @@ var require_eventemitter3 = __commonJS({
|
|
36097
36097
|
}
|
36098
36098
|
});
|
36099
36099
|
|
36100
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
36100
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-id.js
|
36101
36101
|
var require_chain_id = __commonJS({
|
36102
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
36102
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-id.js"(exports) {
|
36103
36103
|
"use strict";
|
36104
36104
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36105
36105
|
exports.ChainIdToType = exports.ChainTypeToChainId = exports.ChainId = exports.NonEthChainId = exports.BTCChainId = exports.StarknetChainId = exports.CosmosChainId = exports.FuelChainId = exports.SolanaChainId = exports.SuiChainId = exports.AptosChainId = exports.EthChainId = exports.ChainType = void 0;
|
@@ -36130,7 +36130,7 @@ var require_chain_id = __commonJS({
|
|
36130
36130
|
EthChainId3["XLAYER_MAINNET"] = "196";
|
36131
36131
|
EthChainId3["OP_BNB_MAINNET"] = "204";
|
36132
36132
|
EthChainId3["SONIC_MAINNET"] = "146";
|
36133
|
-
EthChainId3["SONIC_TESTNET"] = "
|
36133
|
+
EthChainId3["SONIC_TESTNET"] = "14601";
|
36134
36134
|
EthChainId3["B2_MAINNET"] = "223";
|
36135
36135
|
EthChainId3["FRAXTAL"] = "252";
|
36136
36136
|
EthChainId3["KUCOIN"] = "321";
|
@@ -36185,6 +36185,7 @@ var require_chain_id = __commonJS({
|
|
36185
36185
|
EthChainId3["AURORA"] = "1313161554";
|
36186
36186
|
EthChainId3["BLAST_SEPOLIA"] = "168587773";
|
36187
36187
|
EthChainId3["ABSTRACT"] = "2741";
|
36188
|
+
EthChainId3["GOAT_MAINNET"] = "2345";
|
36188
36189
|
EthChainId3["CUSTOM"] = "customized";
|
36189
36190
|
})(EthChainId2 || (exports.EthChainId = EthChainId2 = {}));
|
36190
36191
|
var AptosChainId;
|
@@ -36276,9 +36277,9 @@ var require_chain_id = __commonJS({
|
|
36276
36277
|
}
|
36277
36278
|
});
|
36278
36279
|
|
36279
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
36280
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-info.js
|
36280
36281
|
var require_chain_info = __commonJS({
|
36281
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
36282
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-info.js"(exports) {
|
36282
36283
|
"use strict";
|
36283
36284
|
Object.defineProperty(exports, "__esModule", { value: true });
|
36284
36285
|
exports.ChainInfo = exports.NonEthChainInfo = exports.CosmosChainInfo = exports.StarknetChainInfo = exports.FuelChainInfo = exports.SuiChainInfo = exports.SolanaChainInfo = exports.AptosChainInfo = exports.BTCChainInfo = exports.EthChainInfo = exports.EthVariation = exports.ExplorerApiType = void 0;
|
@@ -36914,6 +36915,21 @@ var require_chain_info = __commonJS({
|
|
36914
36915
|
explorerApi: "https://api.etherscan.io/v2",
|
36915
36916
|
lightIcon: "https://assets.sentio.xyz/chains/fraxtal.svg"
|
36916
36917
|
},
|
36918
|
+
[chain_id_1.EthChainId.GOAT_MAINNET]: {
|
36919
|
+
name: "Goat Network",
|
36920
|
+
slug: "goat",
|
36921
|
+
chainId: chain_id_1.EthChainId.GOAT_MAINNET,
|
36922
|
+
variation: EthVariation.DEFAULT,
|
36923
|
+
priceTokenAddress: "0x0000000000000000000000000000000000000000",
|
36924
|
+
tokenAddress: "0x0000000000000000000000000000000000000000",
|
36925
|
+
wrappedTokenAddress: "0xbC10000000000000000000000000000000000000",
|
36926
|
+
tokenSymbol: "BTC",
|
36927
|
+
tokenDecimals: 18,
|
36928
|
+
explorerUrl: "https://explorer.goat.network",
|
36929
|
+
explorerApiType: ExplorerApiType.BLOCKSCOUT,
|
36930
|
+
lightIcon: "https://assets.sentio.xyz/chains/goat.svg",
|
36931
|
+
darkIcon: "https://assets.sentio.xyz/chains/goat-dark.svg"
|
36932
|
+
},
|
36917
36933
|
[chain_id_1.EthChainId.KUCOIN]: {
|
36918
36934
|
name: "KCC Mainnet",
|
36919
36935
|
slug: "kucoin",
|
@@ -37784,9 +37800,9 @@ var require_chain_info = __commonJS({
|
|
37784
37800
|
}
|
37785
37801
|
});
|
37786
37802
|
|
37787
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
37803
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-name.js
|
37788
37804
|
var require_chain_name = __commonJS({
|
37789
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
37805
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/chain-name.js"(exports) {
|
37790
37806
|
"use strict";
|
37791
37807
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37792
37808
|
exports.getChainName = getChainName;
|
@@ -37814,9 +37830,9 @@ var require_chain_name = __commonJS({
|
|
37814
37830
|
}
|
37815
37831
|
});
|
37816
37832
|
|
37817
|
-
// ../../node_modules/.pnpm/@sentio+chain@3.4.
|
37833
|
+
// ../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/index.js
|
37818
37834
|
var require_dist = __commonJS({
|
37819
|
-
"../../node_modules/.pnpm/@sentio+chain@3.4.
|
37835
|
+
"../../node_modules/.pnpm/@sentio+chain@3.4.11/node_modules/@sentio/chain/dist/index.js"(exports) {
|
37820
37836
|
"use strict";
|
37821
37837
|
var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
|
37822
37838
|
if (k2 === void 0) k2 = k;
|
@@ -60099,4 +60115,4 @@ long/umd/index.js:
|
|
60099
60115
|
@noble/curves/esm/secp256k1.js:
|
60100
60116
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
60101
60117
|
*/
|
60102
|
-
//# sourceMappingURL=chunk-
|
60118
|
+
//# sourceMappingURL=chunk-3QIPRNAH.js.map
|