-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (29 loc) · 1.1 KB
/
404.html
File metadata and controls
31 lines (29 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
permalink: /404.html
---
<script>
if (window.location.pathname === '/.well-known/test.txt') {
document.write(`NETWORK_PASSPHRASE = "Public Global Stellar Network ; September 2015"
ACCOUNTS = ["GCHW7CWI7GMIYQYFXMFJNJX5645XGWIINIAEQK3SABQO6CAYL5T7JYIH"]
[DOCUMENTATION]
ORG_NAME = "synt.tech"
ORG_URL = "https://synt.tech"
ORG_LOGO = "https://synt.tech/synt_tech_100c.png"
ORG_OFFICIAL_EMAIL = "hi@synt.tech"
ORG_DESCRIPTION = "synt.tech issues synthetic assets pegged to tradfi assets"
[[CURRENCIES]]
code = "sUSD"
name = "synthetic USD"
image = "https://synt.tech/sUSD_100c.png"
issuer = "GCHW7CWI7GMIYQYFXMFJNJX5645XGWIINIAEQK3SABQO6CAYL5T7JYIH"
display_decimals = 7
desc = "a synthetic USD asset on the Stellar network, price-pegged to USD but not redeemable or directly asset-backed"
conditions = "this asset is not redeemable for actual USD, instead it tracks the price of USD."
anchor_asset_type = "other"
anchor_asset = "USD"`);
document.querySelector('html').style.whiteSpace = 'pre';
document.querySelector('body').style.fontFamily = 'monospace';
} else {
document.write('404 - Page not found');
}
</script>