Skip to content

Commit

Permalink
Merge branch 'development' into SERVICES-1836-api-tests-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
cfaur09 committed Oct 18, 2023
2 parents e94acaf + 455f3d2 commit 844e516
Show file tree
Hide file tree
Showing 22 changed files with 370 additions and 324 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
5 changes: 0 additions & 5 deletions config/config.devnet2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ aws:
s3Region: ''
urls:
self: 'https://devnet2-api.multiversx.com'
api:
- 'https://devnet2-api.multiversx.com'
- 'https://testnet-api.multiversx.com'
- 'https://api.multiversx.com'
- 'http://localhost:3001'
elastic:
- 'https://devnet2-index.multiversx.com'
gateway:
Expand Down
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
Loading

0 comments on commit 844e516

Please sign in to comment.