Skip to content

Commit

Permalink
Merge branch 'master' into tada-token
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmultiversx authored Nov 18, 2024
2 parents af61bd9 + 376fa52 commit 055b8b9
Show file tree
Hide file tree
Showing 641 changed files with 19,231 additions and 2,532 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
46 changes: 46 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,49 @@ This is done via a message signature verification, where the message is the late
To do so, on the PR page, go to the `Commits` tab of the Pull Request and copy the latest commit hash (should look similar to `9c6164f1b195ce96bc5b65d6878ebe813e852550`). Then sign
that string by using the owner of the asset you are branding. The easiest way is to use our [Utils Dapp](https://utils.multiversx.com) where you should log in with the owner wallet
and then go to the 'Sign Message' tab and sign the commit hash previously copied. After that, leave a comment inside the Pull Request with the obtained signature.

# Custom token price fetching

By default, tokens issued on MultiversX will have their price displayed on frontend products (such as Explorer, Web Wallet, and so on) only if they have a pair listed on xExchange.

However, there is the possibility for tokens to provide a custom price source for tokens. Here's how:

Inside the `info.json` file corresponding to the token, add the following property:

```
"priceSource": {
"type": "customUrl",
"url": "https://your-api.com/your-token-price-endpoint",
"path": "0.usdPrice"
},
```

Using the above settings, your endpoint must return a response that follows this definition:

```json
[
{
"usdPrice": 0.05
}
]
```

The default `path`, also used when nothing is set (`0.usdPrice`), will assume that the object containing the `usdPrice` is the first entry of an array.

If you want to expose something different on your endpoint, such as:

```json
{
"myCustomPriceField": 0.05
}
```

you'll need to update the `path` field accordingly:

```
"priceSource": {
"type": "customUrl",
"url": "https://your-api.com/your-token-price-endpoint",
"path": "myCustomPriceField"
},
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Kwak - Team Wallet",
"description": "",
"social": {
"website": "https://kwak.lol",
"telegram": "https://t.me/dakwakklub",
"twitter": "https://x.com/kwakdotlol"
},
"tags": ["kwak"],
"icon": "kwak"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Boogas",
"description": "A storytelling brand about the Boogas: fun-loving, prehistoric characters that unexpectedly end up in modern times.",
"social": {
"website": "https://boogasofficial.com",
"twitter": "https://x.com/BoogasOfficial",
"whitepaper": "https://x.com/boogasofficial/status/1801132954913038429"
},
"tags": [
"community"
],
"icon": "boogasofficial"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Kwak - DAO Wallet",
"description": "",
"social": {
"website": "https://kwak.lol",
"telegram": "https://t.me/dakwakklub",
"twitter": "https://x.com/kwakdotlol"
},
"tags": ["kwak"],
"icon": "kwak"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Kwak - Airdrop Wallet",
"description": "",
"social": {
"website": "https://kwak.lol",
"telegram": "https://t.me/dakwakklub",
"twitter": "https://x.com/kwakdotlol"
},
"tags": ["kwak"],
"icon": "kwak"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "PLΛTΛ",
"description": "Driver One",
"social": {
"website": "https://plata.network",
"twitter": "https://twitter.com/plataNetwork"
"website": "https://linktr.ee/plataLinks",
"twitter": "https://x.com/plataNetwork"
},
"tags": [
"plata",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Kwak - PfpContest Pot Wallet",
"description": "",
"social": {
"website": "https://kwak.lol",
"telegram": "https://t.me/dakwakklub",
"twitter": "https://x.com/kwakdotlol"
},
"tags": ["kwak"],
"icon": "kwak"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "ƆƆ⅁ ** 🅾🆁🅸🅶🅸🅽🆂 ** PLΛTΛ ",
"description": "Gentleman's Crypto Club. EST MMXXI",
"social": {
"website": "https://linktr.ee/plataLinks",
"twitter": "https://x.com/plataLegacy"
},
"tags": [
"plata",
"droids",
"council"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "TRΛCKΞR ** 🅲🅾🆄🅽🅲🅸🅻 ** PLΛTΛ ",
"description": "Advanced Droid Reconnaissance.",
"social": {
"website": "https://xspotlight.com/collections/GCCMMXXI-ccc198",
"twitter": "https://x.com/plataNetwork"
},
"tags": [
"gcc",
"droids",
"council"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Ofero: Zero Protocol",
"description": "The Ofero Network's Relayer Protocol",
"social": {
"website": "https://www.ofero.network",
"email": "[email protected]",
"twitter": "https://twitter.com/oferonetwork",
"whitepaper": "https://ofero.network/documents/whitepaper.pdf",
"coinmarketcap": "https://coinmarketcap.com/currencies/ofero-network",
"coingecko": "https://www.coingecko.com/en/coins/ofero",
"telegram": "https://t.me/oferonetwork",
"youtube": "https://www.youtube.com/@oferonetwork",
"facebook": "https://www.facebook.com/oferonetwork",
"instagram": "http://instagram.com/oferonetwork",
"linkedin": "https://www.linkedin.com/company/oferonetwork",
"linktree": "https://linktr.ee/oferonetwork",
"discord": "https://discord.gg/PrKZpqbwk4",
"blog": "https://medium.com/@oferonetwork",
"reddit": "https://www.reddit.com/r/ofero_network"
},
"tags": [
"ofero",
"ofero network",
"zero",
"zero protocol",
"community"
],
"icon": "oferonetwork"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Kwak - Owner Wallet",
"description": "",
"social": {
"website": "https://kwak.lol",
"telegram": "https://t.me/dakwakklub",
"twitter": "https://x.com/kwakdotlol"
},
"tags": ["kwak"],
"icon": "kwak"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "PeerMe: ROARHighSpeX",
"description": "DAO of ROARHighSpeX community driven project",
"social": {
"website": "https://peerme.io",
"email": "[email protected]",
"twitter": "https://x.com/PeerMeHQ",
"coingecko": "https://www.coingecko.com/en/coins/peerme-super",
"coinmarketcap": "https://coinmarketcap.com/currencies/superciety",
"discord": "https://discord.peerme.io",
"telegram": "https://telegram.peerme.io",
"youtube": "https://www.youtube.com/@peerme",
"github": "https://github.com/PeerMeHQ",
"community": "https://egld.community/projects/PeerMe"
},
"tags": [
"peerme",
"governance",
"dao",
"multisig"
],
"icon": "peerme"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"bhero",
"cowcow",
"launchpad"
]
],
"icon": "bhero"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Valoro: MemeX Fund",
"description": "Valoro MemeX is a lighthearted fund dedicated to supporting and growing the meme culture.",
"social": {
"website": "https://valoro.fund/investment-funds/memex",
"twitter": "https://twitter.com/ValoroFund",
"telegram": "https://t.me/valorofund",
"whitepaper": "https://docs.valoro.fund/"
},
"tags": [
"valoro",
"index-fund",
"investment",
"meme",
"memex"
],
"icon": "valoro"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "ESTAR: xCastle Craft",
"description": "",
"social": {
"website": "https://estar.games",
"twitter": "https://twitter.com/EstarToken",
"whitepaper": "https://whitepaper.estar.games",
"email": "[email protected]",
"discord": "https://discord.com/invite/estar",
"telegram": "https://t.me/estartoken"
},
"tags": ["game", "craft"],
"icon": "estar"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"bhero",
"staking",
"m3"
]
],
"icon": "bhero"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"bhero",
"bee",
"launchpad"
]
],
"icon": "bhero"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"bhat",
"staking",
"flexible"
]
],
"icon": "bhero"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "vLeap: Warp Registry",
"description": "Registers and manages Warps on Multiversᕽ.",
"social": {
"website": "https://vleap.io",
"email": "[email protected]",
"twitter": "https://x.com/vLeapGroup",
"telegram": "https://telegram.vleap.io",
"github": "https://github.com/vLeapGroup"
},
"tags": ["vleap", "warps", "actions"],
"icon": "vleap"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "xExchange: Position Creator",
"description": "",
"social": {
"website": "https://xexchange.com",
"twitter": "https://twitter.com/xExchangeApp",
"telegram": "https://t.me/xExchangeApp",
"blog": "https://xexchange.com/x-exchange-economics.pdf"
},
"tags": [
"xexchange",
"positioncreator"
],
"icon": "xexchange"
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"public",
"sale"
],
"icon": "onedex"
"icon": "one"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"bhat",
"staking",
"sm12"
]
],
"icon": "bhero"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "E.V Ecosystem: Roma Tickets Ed.2",
"social": {
"website": "https://www.eventivivi.it/nft",
"email": "[email protected]",
"twitter": "https://twitter.com/EVNFTreal",
"instagram": "https://www.instagram.com/evnftreal",
"discord": "https://discord.gg/63w5zDujzA",
"dApp": "https://dapp.eventivivi.it",
"facebook": "https://www.facebook.com/evnftreal",
"telegram": "https://t.me/evnftreal",
"tiktok": "https://www.tiktok.com/@evnftreal",
"whitepaper": "https://e-v-ecosystem.gitbook.io/e.v-ecosystem"
},
"tags": ["ev", "nft"],
"icon": "ev"
}
Loading

0 comments on commit 055b8b9

Please sign in to comment.