UNPKG
stratumn-sdk
Version:
alpha (1.5.0)
latest (0.7.0)
1.5.0
1.4.0
1.3.2
1.3.1
1.2.3
1.2.2
1.2.1
1.0.2
1.0.2-alpha
1.0.1-alpha
1.0.0
1.0.0-alpha
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.3.1
0.2.0
0.1.2
0.1.1
Stratumn SDK for Javascript
github.com/stratumn/stratumn-sdk-js
stratumn/stratumn-sdk-js
stratumn-sdk
/
src
/
config.js
7 lines
(5 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
config = {
baseUrl
:
'https://stratumn.rocks'
,
applicationUrl
:
'https://%s.stratumn.rocks'
};
export
default
config;