Skip to content

Commit

Permalink
Merge branch 'development' into SERVICES-1785-transactions-relayed-v-…
Browse files Browse the repository at this point in the history
…2-filter
  • Loading branch information
cfaur09 committed Oct 3, 2023
2 parents 3b2c389 + 455f3d2 commit 6c2627a
Show file tree
Hide file tree
Showing 40 changed files with 748 additions and 343 deletions.
7 changes: 1 addition & 6 deletions config/config.devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,8 @@ aws:
s3Region: ''
urls:
self: 'https://devnet-api.multiversx.com'
api:
- 'https://devnet-api.multiversx.com'
- 'https://testnet-api.multiversx.com'
- 'https://api.multiversx.com'
- 'http://localhost:3001'
elastic:
- 'https://devnet-index.elrond.com'
- 'https://devnet-index.multiversx.com'
gateway:
- 'https://devnet-gateway.multiversx.com'
verifier: 'https://play-api.multiversx.com'
Expand Down
119 changes: 119 additions & 0 deletions config/config.devnet2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
network: 'devnet2'
metaChainShardId: 4294967295
api:
public: true
private: true
cron:
transactionProcessor: true
transactionProcessorMaxLookBehind: 100
transactionCompleted: false
transactionCompletedMaxLookBehind: 100
transactionBatch: false
transactionBatchMaxLookBehind: 100
cacheWarmer: true
fastWarm: true
queueWorker: true
elasticUpdater: false
statusChecker: false
flags:
useRequestCaching: true
useKeepAliveAgent: true
useTracing: false
useRequestLogging: false
useVmQueryTracing: false
processNfts: true
indexer-v3: true
collectionPropertiesFromGateway: false
features:
eventsNotifier:
enabled: false
port: 5674
url: 'amqp://guest:[email protected]:5673'
exchange: 'all_events'
queue: 'api-process-logs-and-events'
guestCaching:
enabled: false
hitsThreshold: 100
ttl: 12
updateCollectionExtraDetails:
enabled: false
marketplace:
enabled: false
serviceUrl: 'https://devnet2-nfts-graph.multiversx.com/graphql'
exchange:
enabled: false
serviceUrl: 'https://devnet2-graph.xexchange.com/graphql'
dataApi:
enabled: false
serviceUrl: 'https://devnet2-data-api.multiversx.com'
auth:
enabled: false
maxExpirySeconds: 86400
acceptedOrigins:
- ''
admins:
- ''
jwtSecret: ''
image:
width: 600
height: 600
type: 'png'
aws:
s3KeyId: ''
s3Secret: ''
s3Bucket: 'devnet2-media.elrond.com'
s3Region: ''
urls:
self: 'https://devnet2-api.multiversx.com'
elastic:
- 'https://devnet2-index.multiversx.com'
gateway:
- 'https://devnet2-gateway.multiversx.com'
verifier: 'https://play-api.multiversx.com'
redis: '127.0.0.1'
rabbitmq: 'amqp://127.0.0.1:5672'
providers: 'https://devnet2-delegation-api.multiversx.com/providers'
delegation: 'https://devnet2-delegation-api.multiversx.com'
media: 'https://devnet2-media.elrond.com'
nftThumbnails: 'https://devnet2-media.elrond.com/nfts/thumbnail'
tmp: '/tmp'
ipfs: 'https://ipfs.io/ipfs'
socket: 'devnet2-socket-fra.elrond.com'
maiarId: 'https://devnet2-id-api.multiversx.com'
indexer:
type: 'elastic'
maxPagination: 10000
database:
enabled: false
url: 'mongodb://127.0.0.1:27017/api?authSource=admin'
type: 'mysql'
host: 'localhost'
port: 3306
username: 'root'
password: 'root'
database: 'api'
caching:
cacheTtl: 6
processTtl: 600
poolLimit: 50
keepAliveTimeout:
downstream: 61000
upstream: 60000
contracts:
esdt: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzllls8a5w6u'
auction: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqplllst77y4l'
staking: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqllls0lczs7'
delegationManager: 'erd1qqqqqqqqqqqqqqqpqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqylllslmq6y6'
delegation: 'erd1qqqqqqqqqqqqqpgqp699jngundfqw07d8jzkepucvpzush6k3wvqyc44rx'
metabonding: 'erd1qqqqqqqqqqqqqpgqkg7we73j769ew5we4yyx7uyvnn0nefqgd8ssm6vjc2'
inflation:
- 1952123
- 1746637
- 1541150
- 1335663
- 1130177
- 924690
- 719203
nftProcess:
parallelism: 1
maxRetries: 3
4 changes: 0 additions & 4 deletions config/config.e2e-mocked.mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ flags:
collectionPropertiesFromGateway: false
urls:
self: 'https://api.multiversx.com'
api:
- 'https://api.multiversx.com'
- 'https://devnet-api.multiversx.com'
- 'https://testnet-api.multiversx.com'
elastic:
- 'https://index.multiversx.com'
gateway:
Expand Down
4 changes: 0 additions & 4 deletions config/config.e2e.mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ flags:
collectionPropertiesFromGateway: false
urls:
self: 'https://api.multiversx.com'
api:
- 'https://api.multiversx.com'
- 'https://devnet-api.multiversx.com'
- 'https://testnet-api.multiversx.com'
elastic:
- 'https://index.multiversx.com'
gateway:
Expand Down
4 changes: 0 additions & 4 deletions config/config.mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ aws:
s3Region: ''
urls:
self: 'https://api.multiversx.com'
api:
- 'https://api.multiversx.com'
- 'https://devnet-api.multiversx.com'
- 'https://testnet-api.multiversx.com'
elastic:
- 'https://index.multiversx.com'
gateway:
Expand Down
4 changes: 0 additions & 4 deletions config/config.testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ aws:
s3Region: ''
urls:
self: 'https://testnet-api.multiversx.com'
api:
- 'https://testnet-api.multiversx.com'
- 'https://devnet-api.multiversx.com'
- 'https://api.multiversx.com'
elastic:
- 'https://testnet-index.multiversx.com'
gateway:
Expand Down
17 changes: 17 additions & 0 deletions config/dapp.config.devnet2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"id": "devnet2",
"name": "Devnet",
"egldLabel": "xEGLD",
"decimals": "4",
"egldDenomination": "18",
"gasPerDataByte": "1500",
"apiTimeout": "4000",
"walletConnectDeepLink": "https://maiar.page.link/?apn=com.multiversx.maiar.wallet&isi=1519405832&ibi=com.multiversx.maiar.wallet&link=https://maiar.com/",
"walletConnectBridgeAddresses": [
"https://bridge.walletconnect.org"
],
"walletAddress": "https://devnet2-wallet.multiversx.com",
"apiAddress": "https://devnet2-api.multiversx.com",
"explorerAddress": "http://devnet2-explorer.multiversx.com",
"chainId": "D"
}
Loading

0 comments on commit 6c2627a

Please sign in to comment.