-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathconfig.e2e-mocked.mainnet.yaml
More file actions
81 lines (81 loc) · 2.06 KB
/
config.e2e-mocked.mainnet.yaml
File metadata and controls
81 lines (81 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
network: 'mainnet'
metaChainShardId: 4294967295
api:
public: true
private: true
graphql: true
features:
sovereign:
enabled: false
dataApi:
enabled: false
serviceUrl: 'https://data-api.multiversx.com'
auth:
enabled: false
maxExpirySeconds: 86400
acceptedOrigins:
- ''
cron:
transactionProcessor: false
transactionProcessorMaxLookBehind: 1000
cacheWarmer: false
flags:
useRequestCaching: true
useKeepAliveAgent: true
useTracing: false
collectionPropertiesFromGateway: false
urls:
self: 'https://api.multiversx.com'
elastic:
- 'https://index.multiversx.com'
gateway:
- 'https://gateway.multiversx.com'
verifier: 'https://play-api.multiversx.com'
redis: '127.0.0.1'
rabbitmq: 'amqp://127.0.0.1:5672'
providers: 'https://internal-delegation-api.multiversx.com/providers'
delegation: 'https://delegation-api.multiversx.com'
media: 'https://media.elrond.com'
nftThumbnails: 'https://media.elrond.com/nfts/thumbnail'
maiarId: 'https://id-api.multiversx.com'
database:
enabled: false
url: 'mongodb://127.0.0.1:27017/api?authSource=admin'
host: 'localhost'
port: 3306
username: 'root'
password: 'root'
database: 'api'
caching:
cacheTtl: 6
processTtl: 600
poolLimit: 10
keepAliveTimeout:
downstream: 61000
upstream: 60000
contracts:
esdt: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzllls8a5w6u'
auction: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqplllst77y4l'
staking: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqllls0lczs7'
delegationManager: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6'
delegation: 'erd1qqqqqqqqqqqqqpgqxwakt2g7u9atsnr03gqcgmhcv38pt7mkd94q6shuwt'
metabonding: 'erd1qqqqqqqqqqqqqpgq50dge6rrpcra4tp9hl57jl0893a4r2r72jpsk39rjj'
inflation:
- 1952123
- 1746637
- 1541150
- 1335663
- 1130177
- 924690
- 719203
security:
admins:
jwtSecret:
test:
mockKeybases: true
mockNodes: true
mockTokens: true
mockPath: './src/test/mocks/'
transaction-action:
mex:
microServiceUrl: 'https://graph.xexchange.com/graphql'