@pyxisjs/core 0.1.0 → 0.2.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/index.mjs CHANGED
@@ -394,11 +394,11 @@ var NetworkType = /* @__PURE__ */ ((NetworkType2) => {
394
394
  return NetworkType2;
395
395
  })(NetworkType || {});
396
396
  var ChainId = /* @__PURE__ */ ((ChainId2) => {
397
- ChainId2["APTOS_MAINNET"] = "aptos-mainnet";
398
- ChainId2["APTOS_TESTNET"] = "aptos-testnet";
399
- ChainId2["ETHEREUM_MAINNET"] = "ethereum-mainnet";
400
- ChainId2["ETHEREUM_SEPOLIA"] = "ethereum-sepolia";
401
- ChainId2["ARBITRUM_ONE"] = "arbitrum-one";
397
+ ChainId2["APTOS_MAINNET"] = "aptos_mainnet";
398
+ ChainId2["APTOS_TESTNET"] = "aptos_testnet";
399
+ ChainId2["ETHEREUM_MAINNET"] = "ethereum_mainnet";
400
+ ChainId2["ETHEREUM_SEPOLIA"] = "ethereum_sepolia";
401
+ ChainId2["ARBITRUM_ONE"] = "arbitrum_one";
402
402
  return ChainId2;
403
403
  })(ChainId || {});
404
404
  var ChainType = /* @__PURE__ */ ((ChainType3) => {
@@ -407,7 +407,7 @@ var ChainType = /* @__PURE__ */ ((ChainType3) => {
407
407
  return ChainType3;
408
408
  })(ChainType || {});
409
409
  var CHAIN_CONFIGS = {
410
- ["aptos-mainnet" /* APTOS_MAINNET */]: {
410
+ ["aptos_mainnet" /* APTOS_MAINNET */]: {
411
411
  type: "move_vm" /* MoveVM */,
412
412
  networkType: "mainnet" /* MAINNET */,
413
413
  name: "Aptos Mainnet",
@@ -415,7 +415,7 @@ var CHAIN_CONFIGS = {
415
415
  blockExplorerUrls: ["https://explorer.aptoslabs.com"],
416
416
  isTestnet: false
417
417
  },
418
- ["aptos-testnet" /* APTOS_TESTNET */]: {
418
+ ["aptos_testnet" /* APTOS_TESTNET */]: {
419
419
  type: "move_vm" /* MoveVM */,
420
420
  networkType: "testnet" /* TESTNET */,
421
421
  name: "Aptos Testnet",
@@ -423,7 +423,7 @@ var CHAIN_CONFIGS = {
423
423
  blockExplorerUrls: ["https://explorer.aptoslabs.com/?network=testnet"],
424
424
  isTestnet: true
425
425
  },
426
- ["ethereum-mainnet" /* ETHEREUM_MAINNET */]: {
426
+ ["ethereum_mainnet" /* ETHEREUM_MAINNET */]: {
427
427
  type: "evm" /* EVM */,
428
428
  networkType: "mainnet" /* MAINNET */,
429
429
  name: "Ethereum Mainnet",
@@ -432,7 +432,7 @@ var CHAIN_CONFIGS = {
432
432
  blockExplorerUrls: ["https://etherscan.io"],
433
433
  isTestnet: false
434
434
  },
435
- ["ethereum-sepolia" /* ETHEREUM_SEPOLIA */]: {
435
+ ["ethereum_sepolia" /* ETHEREUM_SEPOLIA */]: {
436
436
  type: "evm" /* EVM */,
437
437
  networkType: "testnet" /* TESTNET */,
438
438
  name: "Ethereum Sepolia",
@@ -441,7 +441,7 @@ var CHAIN_CONFIGS = {
441
441
  blockExplorerUrls: ["https://sepolia.etherscan.io"],
442
442
  isTestnet: true
443
443
  },
444
- ["arbitrum-one" /* ARBITRUM_ONE */]: {
444
+ ["arbitrum_one" /* ARBITRUM_ONE */]: {
445
445
  type: "evm" /* EVM */,
446
446
  networkType: "mainnet" /* MAINNET */,
447
447
  name: "Arbitrum One",