Skip to content

Commit ee1d126

Browse files
Merge pull request #1480 from multiversx/development
Release day
2 parents 2515c63 + a383889 commit ee1d126

87 files changed

Lines changed: 3815 additions & 2426 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = {
2828
"semi": ["error"],
2929
"comma-dangle": ["error", "always-multiline"],
3030
"eol-last": ["error"],
31+
"@typescript-eslint/await-thenable": "error",
3132
},
3233
ignorePatterns: ['.eslintrc.js'],
3334
};

config/config.devnet.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ features:
5252
assetsFetch:
5353
enabled: true
5454
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
55+
mediaRedirect:
56+
enabled: false
57+
storageUrls:
58+
- 'https://s3.amazonaws.com/devnet-media.elrond.com'
5559
auth:
5660
enabled: false
5761
maxExpirySeconds: 86400
@@ -64,6 +68,9 @@ features:
6468
enabled: false
6569
cronExpression: '*/5 * * * * *'
6670
activationEpoch: 1043
71+
chainAndromeda:
72+
enabled: false
73+
activationEpoch: 4
6774
nodeEpochsLeft:
6875
enabled: false
6976
transactionProcessor:

config/config.e2e.mainnet.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ features:
6262
enabled: false
6363
cronExpression: '*/5 * * * * *'
6464
activationEpoch: 1391
65+
chainAndromeda:
66+
enabled: false
67+
activationEpoch: 4
6568
nodeEpochsLeft:
6669
enabled: false
6770
transactionProcessor:

config/config.mainnet.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ features:
6262
enabled: false
6363
cronExpression: '*/5 * * * * *'
6464
activationEpoch: 1391
65+
chainAndromeda:
66+
enabled: false
67+
activationEpoch: 4
6568
nodeEpochsLeft:
6669
enabled: false
6770
transactionProcessor:
@@ -109,6 +112,10 @@ features:
109112
assetsFetch:
110113
enabled: true
111114
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
115+
mediaRedirect:
116+
enabled: false
117+
storageUrls:
118+
- 'https://s3.amazonaws.com/media.elrond.com'
112119
image:
113120
width: 600
114121
height: 600

config/config.testnet.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ features:
6161
enabled: false
6262
cronExpression: '*/5 * * * * *'
6363
activationEpoch: 1043
64+
chainAndromeda:
65+
enabled: false
66+
activationEpoch: 4
6467
nodeEpochsLeft:
6568
enabled: false
6669
transactionProcessor:
@@ -108,6 +111,10 @@ features:
108111
assetsFetch:
109112
enabled: true
110113
assetesUrl: 'https://tools.multiversx.com/assets-cdn'
114+
mediaRedirect:
115+
enabled: false
116+
storageUrls:
117+
- 'https://s3.amazonaws.com/testnet-media.elrond.com'
111118
image:
112119
width: 600
113120
height: 600

0 commit comments

Comments
 (0)