1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.configPresets = void 0;
|
4 | const configPresets = {
|
5 | 'jungle4': {
|
6 | network: 'jungle4',
|
7 | explorerUrl: 'https://jungle4.eosq.eosnation.io/',
|
8 | eosRpcUrl: 'https://jungle4.greymass.com/',
|
9 | eosChainId: '73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d',
|
10 | ipfsEndpoint: 'https://ipfs.effect.ai',
|
11 | atomicHubIpfsEndpoint: 'https://atomichub-ipfs.com/ipfs/',
|
12 | atomicHubAssetEndpoint: 'https://eos.atomichub.io/explorer/asset/',
|
13 | tasksContract: 'effecttasks2',
|
14 | tokenContract: 'efxtoken1112',
|
15 | stakeContract: 'efxstake1111',
|
16 | feepoolContract: 'efxfeepool11',
|
17 | proposalsContract: 'efxproposals',
|
18 | vaccountContract: 'efxaccount11',
|
19 | daoContract: 'theeffectdao',
|
20 | atomicAssetsContract: 'atomicassets',
|
21 | efxSymbol: 'EFX',
|
22 | efxPrecision: 4,
|
23 | eosRelayerAccount: 'effectrelayr',
|
24 | eosRelayerPermission: 'active',
|
25 | eosRelayerUrl: 'https://vaccount-relayer-service-jungle-96xyn.ondigitalocean.app',
|
26 | ipfsCache: true
|
27 | },
|
28 | 'eos': {
|
29 | network: 'eos',
|
30 | explorerUrl: 'https://eos.eosq.eosnation.io/',
|
31 | eosRpcUrl: 'https://eos.greymass.com/',
|
32 | eosChainId: '73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d',
|
33 | ipfsEndpoint: 'https://ipfs.effect.ai',
|
34 | atomicHubIpfsEndpoint: 'https://atomichub-ipfs.com/ipfs/',
|
35 | atomicHubAssetEndpoint: 'https://eos.atomichub.io/explorer/asset/',
|
36 | tasksContract: 'effecttasks2',
|
37 | tokenContract: 'efxtoken1112',
|
38 | stakeContract: 'efxstake1111',
|
39 | feepoolContract: 'efxfeepool11',
|
40 | proposalsContract: 'efxproposals',
|
41 | vaccountContract: 'efxaccount11',
|
42 | daoContract: 'theeffectdao',
|
43 | atomicAssetsContract: 'atomicassets',
|
44 | efxSymbol: 'EFX',
|
45 | efxPrecision: 4,
|
46 | eosRelayerAccount: 'effectrelayr',
|
47 | eosRelayerPermission: 'active',
|
48 | eosRelayerUrl: 'https://vaccount-relayer-service-jungle-96xyn.ondigitalocean.app',
|
49 | ipfsCache: true
|
50 | }
|
51 | };
|
52 | exports.configPresets = configPresets;
|
53 |
|
\ | No newline at end of file |