Skip to content

Commit

Permalink
Register Stellar Lumen (#4164)
Browse files Browse the repository at this point in the history
* Create temp.txt

* Add files via upload

* Create assetlist.json

* Delete _non-cosmos/stellar/images/temp.txt

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.schema.json

* Update assetlist.schema.json

* Update assetlist.json

* Update assetlist.json

* Update assetlist.json
  • Loading branch information
JeremyParish69 committed Mar 25, 2024
1 parent fcc3af0 commit 98d47c7
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 2 deletions.
39 changes: 39 additions & 0 deletions _non-cosmos/stellar/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "stellar",
"assets": [
{
"description": "Native token of Stellar network",
"extended_description": "The Stellar network is an open-sourced, public blockchain powered by the Stellar Consensus protocol (SCP), a proof-of-agreement (PoA) consensus mechanism. Thanks to PoA, the Stellar network is faster, cheaper, and far more energy-efficient than many other blockchains.\n\nIts core design makes it easy to create and issue digital assets that enable rapid payments at low-cost around the world. The Stellar network allows you to create your own currency or token within the network and distribute it digitally on a large scale. On the Stellar blockchain, you can create, send, and trade digital representations of almost any form of value such as – US dollars, Argentine pesos, gold, and real estate. Then, the network acts as a bridge that connects financial systems and makes global interoperability a reality.",
"denom_units": [
{
"denom": "stroop",
"exponent": 0
},
{
"denom": "lumen",
"exponent": 7
}
],
"base": "stroop",
"name": "Lumen",
"display": "lumen",
"symbol": "XLM",
"coingecko_id": "stellar",
"socials": {
"website": "https://stellar.org/",
"twitter": "https://twitter.com/StellarOrg"
},
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/stellar/images/xlm.svg"
}
}
]
}
Binary file added _non-cosmos/stellar/images/xlm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions _non-cosmos/stellar/images/xlm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assetlist.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
},
"channel_id": {
"type": "string",
"pattern": "^channel-\\d+$",
"pattern": "^channel-(JEnb|\\d+)$",
"description": "The counterparty IBC transfer channel(, e.g., 'channel-1')."
}
},
Expand Down
80 changes: 79 additions & 1 deletion cryptoorgchain/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,84 @@
"webiste": "https://cronos.org/",
"twitter": "https://twitter.com/cronos_chain"
}
},
{
"description": "Synthetic XLM pegged 1:1 by Crypto.com",
"denom_units": [
{
"denom": "baseXLM",
"exponent": 0,
"aliases": [
"stroop"
]
},
{
"denom": "lumen",
"exponent": 7
}
],
"base": "baseXLM",
"name": "Lumen (XLM) pegged token",
"display": "lumen",
"symbol": "XLM",
"traces": [
{
"type": "synthetic",
"counterparty": {
"chain_name": "stellar",
"base_denom": "stroop"
},
"provider": "Crypto.com"
}
]
},
{
"description": "The native token of Stellar network, transferred via Solo Machine.",
"denom_units": [
{
"denom": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
"exponent": 0,
"aliases": [
"stroop"
]
},
{
"denom": "lumen",
"exponent": 7
}
],
"base": "ibc/34A1D4BF5FFCDB912F64FE71D54426D56970F873F1279983B69C713B3A62D10D",
"name": "Lumen (Solo Machine)",
"display": "lumen",
"symbol": "XLM",
"traces": [
{
"type": "ibc",
"counterparty": {
"chain_name": "cryptoorgchain",
"base_denom": "baseXLM",
"channel_id": "channel-JEnb"
},
"chain": {
"channel_id": "channel-46",
"path": "transfer/channel-46/baseXLM"
}
}
],
"images": [
{
"image_sync": {
"chain_name": "stellar",
"base_denom": "stroop"
},
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"
}
}
]
}
}

0 comments on commit 98d47c7

Please sign in to comment.