@monolythium/core-sdk 0.3.11 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +42 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1822,13 +1822,50 @@ var TESTNET_69420 = {
|
|
|
1822
1822
|
network: "testnet-69420",
|
|
1823
1823
|
display_name: "Monolythium Testnet",
|
|
1824
1824
|
description: "Public Monolythium testnet. Testnet state may reset without notice; do not store value on this network.",
|
|
1825
|
-
genesis_hash: "
|
|
1826
|
-
binary_sha: "
|
|
1825
|
+
genesis_hash: "0x1769ae4a741e3f326a6f6b2886abe118a10560688c365a654dc5805397d64e14",
|
|
1826
|
+
binary_sha: "9338995a",
|
|
1827
1827
|
rpc: [
|
|
1828
1828
|
{
|
|
1829
|
-
url: "
|
|
1830
|
-
provider: "monolythium",
|
|
1831
|
-
|
|
1829
|
+
url: "http://178.105.15.216:8545",
|
|
1830
|
+
provider: "monolythium-foundation",
|
|
1831
|
+
region: "fsn1",
|
|
1832
|
+
tier: "official",
|
|
1833
|
+
notes: "operator-2; primary foundation seed"
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
url: "http://178.104.233.182:8545",
|
|
1837
|
+
provider: "monolythium-foundation",
|
|
1838
|
+
region: "nbg1",
|
|
1839
|
+
tier: "official",
|
|
1840
|
+
notes: "operator-3"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
url: "http://65.108.94.1:8545",
|
|
1844
|
+
provider: "monolythium-foundation",
|
|
1845
|
+
region: "hel1",
|
|
1846
|
+
tier: "official",
|
|
1847
|
+
notes: "operator-4"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
url: "http://95.216.154.155:8545",
|
|
1851
|
+
provider: "monolythium-foundation",
|
|
1852
|
+
region: "hel1",
|
|
1853
|
+
tier: "official",
|
|
1854
|
+
notes: "operator-5"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
url: "http://87.99.145.48:8545",
|
|
1858
|
+
provider: "monolythium-foundation",
|
|
1859
|
+
region: "ash",
|
|
1860
|
+
tier: "official",
|
|
1861
|
+
notes: "operator-6; US east"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
url: "http://5.223.85.76:8545",
|
|
1865
|
+
provider: "monolythium-foundation",
|
|
1866
|
+
region: "sin",
|
|
1867
|
+
tier: "official",
|
|
1868
|
+
notes: "operator-7; APAC"
|
|
1832
1869
|
}
|
|
1833
1870
|
],
|
|
1834
1871
|
p2p: []
|