Skip to content

Commit

Permalink
add several alloys and uwu
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 committed Aug 12, 2024
1 parent 32da045 commit e043eca
Show file tree
Hide file tree
Showing 4 changed files with 894 additions and 23 deletions.
21 changes: 21 additions & 0 deletions language_files/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@
},
"ROUTE": {
"description": "The native token of Router Chain\n\nRouter Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains."
},
"allOP": {
"description": "An alloy of OP asset variants on Osmosis."
},
"allSHIB": {
"description": "An alloy of SHIB asset variants on Osmosis."
},
"allARB": {
"description": "An alloy of ARB asset variants on Osmosis."
},
"allLINK": {
"description": "An alloy of LINK asset variants on Osmosis."
},
"allPEPE": {
"description": "An alloy of PEPE asset variants on Osmosis."
},
"allDOT": {
"description": "An alloy of DOT asset variants on Osmosis."
},
"UWU(dot)sol(dot)pica": {
"description": "Unicorn from Solana via Picasso IBC"
}
},
"osmosistestnet": {}
Expand Down
42 changes: 42 additions & 0 deletions osmosis-1/generated/asset_detail/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2453,6 +2453,48 @@
"symbol": "ROUTE",
"description": "The native token of Router Chain\n\nRouter Chain is a PoS L1 that allows stateful bridging–enabling truly omnichain dapps that can abstract chains from the users and aggregate liquidity across multiple chains.",
"coingeckoID": "route"
},
{
"name": "Alloyed OP",
"symbol": "allOP",
"description": "An alloy of OP asset variants on Osmosis."
},
{
"name": "Optimism (Axelar)",
"symbol": "OP.axl",
"description": ""
},
{
"name": "Alloyed SHIB",
"symbol": "allSHIB",
"description": "An alloy of SHIB asset variants on Osmosis."
},
{
"name": "Alloyed ARB",
"symbol": "allARB",
"description": "An alloy of ARB asset variants on Osmosis."
},
{
"name": "Alloyed LINK",
"symbol": "allLINK",
"description": "An alloy of LINK asset variants on Osmosis."
},
{
"name": "Alloyed PEPE",
"symbol": "allPEPE",
"description": "An alloy of PEPE asset variants on Osmosis."
},
{
"name": "Alloyed DOT",
"symbol": "allDOT",
"description": "An alloy of DOT asset variants on Osmosis."
},
{
"name": "Unicorn (Solana) (Picasso)",
"symbol": "UWU.sol.pica",
"description": "Unicorn from Solana via Picasso IBC",
"websiteURL": "https://unicorn.meme/",
"twitterURL": "https://x.com/unicornandmemes"
}
]
}
Loading

0 comments on commit e043eca

Please sign in to comment.