Skip to content

Commit

Permalink
Revert "refactor: adjust network configuration (#42)"
Browse files Browse the repository at this point in the history
This reverts commit e0f487d.
  • Loading branch information
goga-m committed Apr 3, 2024
1 parent fdd31b5 commit 522b18f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions packages/mainsail/source/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import MainsailDevnet from "./networks/mainsail.devnet.js";
import MainsailMainnet from "./networks/mainsail.mainnet.js";
import ArkDevnet from "./networks/ark.devnet.js";
import ArkMainnet from "./networks/ark.mainnet.js";

export const manifest = {
name: "ARK",
networks: {
"mainsail.devnet": MainsailDevnet,
"mainsail.mainnet": MainsailMainnet,
"ark.devnet": ArkDevnet,
"ark.mainnet": ArkMainnet,
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { explorer, featureFlags, importMethods, transactions } from "./shared.js
const network: Networks.NetworkManifest = {
coin: "ARK",
constants: {
epoch: "2023-12-21T00:00:00.000Z",
epoch: "2017-03-21T13:00:00.000Z",
slip44: 1,
},
currency: {
Expand All @@ -16,7 +16,7 @@ const network: Networks.NetworkManifest = {
explorer,
featureFlags,
governance: {
delegateCount: 53,
delegateCount: 51,
votesPerTransaction: 1,
votesPerWallet: 1,
},
Expand All @@ -38,7 +38,7 @@ const network: Networks.NetworkManifest = {
type: "explorer",
},
],
id: "mainsail.devnet",
id: "ark.devnet",
importMethods,
knownWallets: "https://raw.githubusercontent.com/ArkEcosystem/common/master/devnet/known-wallets-extended.json",
meta: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const network: Networks.NetworkManifest = {
explorer,
featureFlags,
governance: {
delegateCount: 53,
delegateCount: 51,
votesPerTransaction: 1,
votesPerWallet: 1,
},
Expand All @@ -34,7 +34,7 @@ const network: Networks.NetworkManifest = {
type: "explorer",
},
],
id: "mainsail.mainnet",
id: "ark.mainnet",
importMethods,
knownWallets: "https://raw.githubusercontent.com/ArkEcosystem/common/master/mainnet/known-wallets-extended.json",
meta: {
Expand Down

0 comments on commit 522b18f

Please sign in to comment.