Skip to content

Commit d360d0d

Browse files
Merge pull request #304 from iExecBlockchainComputing/feature/services-domains-migration
migrate scone SMS url
2 parents 1e0a657 + 978d762 commit d360d0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9+
- migrated SMS default URL (<https://sms.iex.ec>)
910
- migrated from SMS deprecated apps secrets endpoint
1011

1112
## [8.13.0] 2025-01-21

src/common/utils/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const hubMap = {};
3434

3535
const smsMap = {
3636
134: {
37-
[TEE_FRAMEWORKS.SCONE]: 'https://sms.scone-prod.v8-bellecour.iex.ec',
37+
[TEE_FRAMEWORKS.SCONE]: 'https://sms.iex.ec',
3838
[TEE_FRAMEWORKS.GRAMINE]: 'https://sms.gramine.v8-bellecour.iex.ec',
3939
},
4040
};

0 commit comments

Comments
 (0)