diff --git a/coins b/coins index 1a6d4a8..fb37450 100644 --- a/coins +++ b/coins @@ -1,4 +1,16 @@ [ + { + "coin":"CHAIN", + "asset":"CHAIN", + "fname": "Chainmakers", + "rpcport":15587 + }, + { + "coin":"GLXT", + "asset":"GLXT", + "fname": "GLX Token", + "rpcport":13109 + }, { "coin":"SPK", "name":"Sparks", diff --git a/electrums/CHAIN b/electrums/CHAIN new file mode 100644 index 0000000..57624a8 --- /dev/null +++ b/electrums/CHAIN @@ -0,0 +1 @@ +[{"electrum1.chainmakers.co":55417}, {"electrum2.chainmakers.co":55417}] diff --git a/electrums/GLXT b/electrums/GLXT new file mode 100644 index 0000000..11ac610 --- /dev/null +++ b/electrums/GLXT @@ -0,0 +1 @@ +[{"electrum1.glx.co":60012},{"electrum2.glx.co":60012}] diff --git a/explorers/CHAIN b/explorers/CHAIN new file mode 100644 index 0000000..7bbc578 --- /dev/null +++ b/explorers/CHAIN @@ -0,0 +1 @@ +["https://explorer.chainmakers.co/tx/"] diff --git a/explorers/GLXT b/explorers/GLXT new file mode 100644 index 0000000..6fd446d --- /dev/null +++ b/explorers/GLXT @@ -0,0 +1 @@ +["http://glx.info/tx/"] diff --git a/icons/chain.png b/icons/chain.png new file mode 100644 index 0000000..3a424de Binary files /dev/null and b/icons/chain.png differ diff --git a/icons/glxt.png b/icons/glxt.png new file mode 100644 index 0000000..6e7fe29 Binary files /dev/null and b/icons/glxt.png differ