|
| 1 | +network: 'chain' |
| 2 | +metaChainShardId: 4294967295 |
| 3 | +api: |
| 4 | + public: true |
| 5 | + publicPort: 3001 |
| 6 | + private: true |
| 7 | + privatePort: 4001 |
| 8 | + websocket: true |
| 9 | +cron: |
| 10 | + cacheWarmer: false |
| 11 | + fastWarm: false |
| 12 | + queueWorker: false |
| 13 | + elasticUpdater: false |
| 14 | +flags: |
| 15 | + useRequestCaching: true |
| 16 | + useKeepAliveAgent: true |
| 17 | + useTracing: false |
| 18 | + useRequestLogging: false |
| 19 | + useVmQueryTracing: false |
| 20 | + processNfts: true |
| 21 | + collectionPropertiesFromGateway: false |
| 22 | +features: |
| 23 | + websocketSubscription: |
| 24 | + enabled: true |
| 25 | + port: 6002 |
| 26 | + maxSubscriptionsPerInstance: 10000 |
| 27 | + maxSubscriptionsPerClient: 10 |
| 28 | + broadcastIntervalMs: 6000 |
| 29 | + stateChanges: |
| 30 | + enabled: false |
| 31 | + port: 5675 |
| 32 | + rabbitUrl: 'amqp://guest:guest@157.245.73.214:5672' |
| 33 | + exchange: 'state_accesses' |
| 34 | + queueName: 'api_state_accesses_queue-test' |
| 35 | + deadLetterExchange: 'api_state_accesses_queue_dlx' |
| 36 | + esdtEnabled: true |
| 37 | + eventsNotifier: |
| 38 | + enabled: false |
| 39 | + port: 5674 |
| 40 | + url: 'amqp://guest:guest@127.0.0.1:5673' |
| 41 | + exchange: 'all_events' |
| 42 | + queue: 'api-process-logs-and-events' |
| 43 | + guestCaching: |
| 44 | + enabled: false |
| 45 | + hitsThreshold: 100 |
| 46 | + ttl: 12 |
| 47 | + transactionPool: |
| 48 | + enabled: true |
| 49 | + transactionPoolWarmer: |
| 50 | + enabled: false |
| 51 | + cronExpression: '*/5 * * * * *' |
| 52 | + ttlInSeconds: 60 |
| 53 | + updateCollectionExtraDetails: |
| 54 | + enabled: false |
| 55 | + updateAccountExtraDetails: |
| 56 | + enabled: false |
| 57 | + marketplace: |
| 58 | + enabled: false |
| 59 | + serviceUrl: 'https://devnet-nfts-graph.multiversx.com/graphql' |
| 60 | + exchange: |
| 61 | + enabled: false |
| 62 | + serviceUrl: 'https://devnet-graph.xexchange.com/graphql' |
| 63 | + dataApi: |
| 64 | + enabled: false |
| 65 | + serviceUrl: 'https://devnet-data-api.multiversx.com' |
| 66 | + assetsFetch: |
| 67 | + enabled: false |
| 68 | + assetesUrl: 'https://tools.multiversx.com/assets-cdn' |
| 69 | + auth: |
| 70 | + enabled: false |
| 71 | + maxExpirySeconds: 86400 |
| 72 | + acceptedOrigins: |
| 73 | + - '' |
| 74 | + admins: |
| 75 | + - '' |
| 76 | + jwtSecret: '' |
| 77 | + stakingV4: |
| 78 | + enabled: false |
| 79 | + cronExpression: '*/5 * * * * *' |
| 80 | + activationEpoch: 1043 |
| 81 | + stakingV5: |
| 82 | + enabled: true |
| 83 | + activationEpoch: 4817 |
| 84 | + chainBarnard: |
| 85 | + enabled: true |
| 86 | + activationEpoch: 1820 |
| 87 | + activationTimestamp: 1753376544 |
| 88 | + chainAndromeda: |
| 89 | + enabled: true |
| 90 | + activationEpoch: 4 |
| 91 | + nodeEpochsLeft: |
| 92 | + enabled: false |
| 93 | + transactionProcessor: |
| 94 | + enabled: false |
| 95 | + maxLookBehind: 100 |
| 96 | + transactionCompleted: |
| 97 | + enabled: false |
| 98 | + maxLookBehind: 100 |
| 99 | + logLevel: 'Error' |
| 100 | + transactionBatch: |
| 101 | + enabled: false |
| 102 | + maxLookBehind: 100 |
| 103 | + elasticCircuitBreaker: |
| 104 | + enabled: false |
| 105 | + durationThresholdMs: 5000 |
| 106 | + failureCountThreshold: 5 |
| 107 | + resetTimeoutMs: 30000 |
| 108 | + elasticMigratedIndices: |
| 109 | + logs: 'events' |
| 110 | + statusChecker: |
| 111 | + enabled: false |
| 112 | + thresholds: |
| 113 | + tokens: 500 |
| 114 | + nodes: 3000 |
| 115 | + providers: 10 |
| 116 | + tokenSupplyCount: 20 |
| 117 | + tokenAssets: 20 |
| 118 | + tokenAccounts: 500 |
| 119 | + tokenTransactions: 500 |
| 120 | + nodeValidators: 300 |
| 121 | + nftScamInfo: |
| 122 | + enabled: false |
| 123 | + processNfts: |
| 124 | + enabled: false |
| 125 | + nftQueueName: 'api-process-nfts' |
| 126 | + deadLetterQueueName: 'api-process-nfts-dlq' |
| 127 | + tps: |
| 128 | + enabled: false |
| 129 | + maxLookBehindNonces: 100 |
| 130 | + nodesFetch: |
| 131 | + enabled: true |
| 132 | + serviceUrl: 'https://devnet-api.multiversx.com' |
| 133 | + tokensFetch: |
| 134 | + enabled: true |
| 135 | + serviceUrl: 'https://devnet-api.multiversx.com' |
| 136 | + providersFetch: |
| 137 | + enabled: true |
| 138 | + serviceUrl: 'https://devnet-api.multiversx.com' |
| 139 | +image: |
| 140 | + width: 600 |
| 141 | + height: 600 |
| 142 | + type: 'png' |
| 143 | +aws: |
| 144 | + s3KeyId: '' |
| 145 | + s3Secret: '' |
| 146 | + s3Bucket: 'devnet-media.elrond.com' |
| 147 | + s3Region: '' |
| 148 | + s3Endpoint: '' |
| 149 | +urls: |
| 150 | + self: 'https://devnet-api.multiversx.com' |
| 151 | + elastic: |
| 152 | + - 'http://localhost:9200' |
| 153 | + gateway: |
| 154 | + - 'http://localhost:8085' |
| 155 | + verifier: 'https://play-api.multiversx.com' |
| 156 | + redis: '127.0.0.1' |
| 157 | + rabbitmq: 'amqp://127.0.0.1:5672' |
| 158 | + providers: 'https://devnet-delegation-api.multiversx.com/providers' |
| 159 | + delegation: 'https://devnet-delegation-api.multiversx.com' |
| 160 | + media: 'https://devnet-media.elrond.com' |
| 161 | + tmp: '/tmp' |
| 162 | + ipfs: 'https://ipfs.io/ipfs' |
| 163 | + socket: 'devnet-socket-api.multiversx.com' |
| 164 | + maiarId: 'https://devnet-id-api.multiversx.com' |
| 165 | +indexer: |
| 166 | + type: 'elastic' |
| 167 | + maxPagination: 10000 |
| 168 | +database: |
| 169 | + enabled: true |
| 170 | + url: 'mongodb://root:secret@127.0.0.1:27017/api?authSource=admin' |
| 171 | + tls: false |
| 172 | + type: 'mysql' |
| 173 | + host: 'localhost' |
| 174 | + port: 3306 |
| 175 | + username: 'root' |
| 176 | + password: 'root' |
| 177 | + database: 'api' |
| 178 | +caching: |
| 179 | + cacheTtl: 6 |
| 180 | + processTtl: 600 |
| 181 | + poolLimit: 50 |
| 182 | + cacheDuration: 3 |
| 183 | +keepAliveTimeout: |
| 184 | + downstream: 61000 |
| 185 | + upstream: 60000 |
| 186 | +contracts: |
| 187 | + esdt: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzllls8a5w6u' |
| 188 | + auction: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqplllst77y4l' |
| 189 | + staking: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqllls0lczs7' |
| 190 | + delegationManager: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6' |
| 191 | + delegation: 'erd1qqqqqqqqqqqqqpgq97wezxw6l7lgg7k9rxvycrz66vn92ksh2tssxwf7ep' |
| 192 | + metabonding: 'erd1qqqqqqqqqqqqqpgqkg7we73j769ew5we4yyx7uyvnn0nefqgd8ssm6vjc2' |
| 193 | +inflation: |
| 194 | + - 1952123 |
| 195 | + - 1746637 |
| 196 | + - 1541150 |
| 197 | + - 1335663 |
| 198 | + - 1130177 |
| 199 | + - 924690 |
| 200 | + - 719203 |
| 201 | +stakingV5Inflation: |
| 202 | + - 1069805 |
| 203 | +nftProcess: |
| 204 | + parallelism: 1 |
| 205 | + maxRetries: 3 |
| 206 | +compression: |
| 207 | + enabled: true |
| 208 | + level: 6 |
| 209 | + threshold: 1024 |
| 210 | + chunkSize: 16384 |
| 211 | +pubSubListener: |
| 212 | + enabled: false |
| 213 | +restrictedRoutes: |
| 214 | + enabled: true |
| 215 | + routes: |
| 216 | + - '/package.json' |
| 217 | + - '/docs/package.json' |
0 commit comments