We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e0a657 + 978d762 commit d360d0dCopy full SHA for d360d0d
CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
7
### Changed
8
9
+- migrated SMS default URL (<https://sms.iex.ec>)
10
- migrated from SMS deprecated apps secrets endpoint
11
12
## [8.13.0] 2025-01-21
src/common/utils/config.js
@@ -34,7 +34,7 @@ const hubMap = {};
34
35
const smsMap = {
36
134: {
37
- [TEE_FRAMEWORKS.SCONE]: 'https://sms.scone-prod.v8-bellecour.iex.ec',
+ [TEE_FRAMEWORKS.SCONE]: 'https://sms.iex.ec',
38
[TEE_FRAMEWORKS.GRAMINE]: 'https://sms.gramine.v8-bellecour.iex.ec',
39
},
40
};
0 commit comments