@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.js
CHANGED
|
@@ -1820,13 +1820,50 @@ var TESTNET_69420 = {
|
|
|
1820
1820
|
network: "testnet-69420",
|
|
1821
1821
|
display_name: "Monolythium Testnet",
|
|
1822
1822
|
description: "Public Monolythium testnet. Testnet state may reset without notice; do not store value on this network.",
|
|
1823
|
-
genesis_hash: "
|
|
1824
|
-
binary_sha: "
|
|
1823
|
+
genesis_hash: "0x1769ae4a741e3f326a6f6b2886abe118a10560688c365a654dc5805397d64e14",
|
|
1824
|
+
binary_sha: "9338995a",
|
|
1825
1825
|
rpc: [
|
|
1826
1826
|
{
|
|
1827
|
-
url: "
|
|
1828
|
-
provider: "monolythium",
|
|
1829
|
-
|
|
1827
|
+
url: "http://178.105.15.216:8545",
|
|
1828
|
+
provider: "monolythium-foundation",
|
|
1829
|
+
region: "fsn1",
|
|
1830
|
+
tier: "official",
|
|
1831
|
+
notes: "operator-2; primary foundation seed"
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
url: "http://178.104.233.182:8545",
|
|
1835
|
+
provider: "monolythium-foundation",
|
|
1836
|
+
region: "nbg1",
|
|
1837
|
+
tier: "official",
|
|
1838
|
+
notes: "operator-3"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
url: "http://65.108.94.1:8545",
|
|
1842
|
+
provider: "monolythium-foundation",
|
|
1843
|
+
region: "hel1",
|
|
1844
|
+
tier: "official",
|
|
1845
|
+
notes: "operator-4"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
url: "http://95.216.154.155:8545",
|
|
1849
|
+
provider: "monolythium-foundation",
|
|
1850
|
+
region: "hel1",
|
|
1851
|
+
tier: "official",
|
|
1852
|
+
notes: "operator-5"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
url: "http://87.99.145.48:8545",
|
|
1856
|
+
provider: "monolythium-foundation",
|
|
1857
|
+
region: "ash",
|
|
1858
|
+
tier: "official",
|
|
1859
|
+
notes: "operator-6; US east"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
url: "http://5.223.85.76:8545",
|
|
1863
|
+
provider: "monolythium-foundation",
|
|
1864
|
+
region: "sin",
|
|
1865
|
+
tier: "official",
|
|
1866
|
+
notes: "operator-7; APAC"
|
|
1830
1867
|
}
|
|
1831
1868
|
],
|
|
1832
1869
|
p2p: []
|