Skip to content

Commit

Permalink
Merge branch 'trustwallet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
xpunk7 authored Feb 8, 2024
2 parents 83b4b80 + d124d65 commit bf14336
Show file tree
Hide file tree
Showing 40 changed files with 470 additions and 167 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Unagi Token (UNA)",
"type": "ERC20",
"symbol": "UNA",
"decimals": 18,
"website": "https://unagi.games/",
"description": "UNA token is Unagi's web3 gaming ecosystem token. It is your universal ticket to the entire range of Unagi games, offering a seamless experience across various genres and platforms including Ultimate Champions, Persona and more to come! We’re creating a cohesive, interconnected gaming environment.",
"explorer": "https://etherscan.io/token/0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9",
"status": "active",
"id": "0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9",
"links": [
{
"name": "medium",
"url": "https://ultimatechampions.medium.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/Unagi_studio"
}
],
"tags": [
"gamefi",
"deflationary",
"staking",
"nft"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
{
"name": "OVR",
"symbol": "OVR",
"type": "ERC20",
"decimals": 18,
"description": "OVR is the decentralized infrastructure for the spatial web, merging physical and virtual world through Augmented Reality, creating a new dimension where everything is possible.",
"website": "https://www.ovr.ai",
"explorer": "https://etherscan.io/token/0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",
"status": "active",
"id": "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
"tags": [
"nft"
],
"links": [
{
"name": "telegram",
"url": "https://t.me/OVRtheReality"
},
{
"name": "twitter",
"url": "https://twitter.com/OVRtheReality"
},
{
"name": "facebook",
"url": "https://facebook.com/OVRmetaverse/"
},
{
"name": "telegram_news",
"url": "https://t.me/ovrannouncements"
},
{
"name": "medium",
"url": "https://medium.com/ovrthereality"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/ovr"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/ovr/"
}
]
"name": "OVR",
"symbol": "OVR",
"type": "ERC20",
"decimals": 18,
"description": "OVR is the decentralized infrastructure for the spatial web, merging physical and virtual world through Augmented Reality, creating a new dimension where everything is possible.",
"website": "https://www.overthereality.ai/",
"explorer": "https://etherscan.io/token/0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",
"status": "active",
"id": "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
"tags": ["nft"],
"links": [
{
"name": "telegram",
"url": "https://t.me/OVRtheReality"
},
{
"name": "twitter",
"url": "https://twitter.com/OVRtheReality"
},
{
"name": "facebook",
"url": "https://facebook.com/Overmetaverse"
},
{
"name": "telegram_news",
"url": "https://t.me/ovrannouncements"
},
{
"name": "medium",
"url": "https://medium.com/ovrthereality"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/ovr"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/ovr/"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"website": "https://tether.to/",
"description": "Each XAU₮ token represents ownership of one troy fine ounce of physical gold on a specific gold bar. Furthermore, Tether Gold (XAU₮) is the only product among the competition that offers zero custody fees and has direct control over the physical gold storage.",
"explorer": "https://etherscan.io/token/0x4922a015c4407F87432B179bb209e125432E4a2A",
"status": "active",
"status": "abandoned",
"id": "0x4922a015c4407F87432B179bb209e125432E4a2A"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"website": "https://www.vlaunch.com",
"description": "First Fully Influencer-Backed Multi-Chain Launchpad",
"explorer": "https://etherscan.io/token/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc",
"status": "active",
"status": "abandoned",
"id": "0x51FE2E572e97BFEB1D719809d743Ec2675924EDc",
"links": [
{
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Tether Gold",
"type": "ERC20",
"symbol": "XAUt",
"decimals": 6,
"website": "https://gold.tether.to/",
"description": "Each XAU₮ token represents ownership of one troy fine ounce of physical gold on a specific gold bar. Furthermore, Tether Gold (XAU₮) is the only product among the competition that offers zero custody fees and has direct control over the physical gold storage.",
"explorer": "https://etherscan.io/token/0x68749665FF8D2d112Fa859AA293F07A622782F38",
"status": "active",
"id": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
"links": [
{
"name": "twitter",
"url": "https://twitter.com/tethergold/"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/tether-gold/"
}
]
}
29 changes: 29 additions & 0 deletions blockchains/nativezetachain/info/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Native ZetaChain",
"website": "https://www.zetachain.com/",
"description": "ZetaChain is the only public, decentralized blockchain and smart contract platform that enables message passing and value transfer between any blockchain. Our omnichain smart contracts give the power of programmability to non-smart contract chains like Bitcoin and Dogecoin. No other blockchain enables fully interoperable smart contracts like we do.",
"explorer": "https://explorer.zetachain.com/cosmos/tx",
"research": "",
"symbol": "ZETA",
"type": "coin",
"decimals": 18,
"status": "active",
"links": [
{
"name": "github",
"url": "https://github.com/zeta-chain"
},
{
"name": "twitter",
"url": "https://twitter.com/zetablockchain"
},
{
"name": "discord",
"url": "https://discord.com/invite/zetachain"
},
{
"name": "telegram",
"url": "https://t.me/zetachainofficial"
}
]
}
Binary file added blockchains/nativezetachain/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"symbol": "FDUSD",
"type": "OPBNB",
"decimals": 18,
"description": "FDUSD provides users with a stable digital currency that is backed by fiat currency, which can help reduce the volatility in the cryptocurrency market.",
"description": "FDUSD provides users with a stable digital currency that is backed by fiat currency, which can help to reduce the volatility in the cryptocurrency market.",
"website": "https://firstdigitallabs.com",
"explorer": "https://opbnbscan.com/token/0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "USD Coin (Bridged from Ethereum)",
"type": "OPTIMISM",
"symbol": "USDC",
"symbol": "USDC.e",
"decimals": 6,
"website": "https://www.centre.io/",
"description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Unagi Token (UNA)",
"type": "POLYGON",
"symbol": "UNA",
"decimals": 18,
"website": "https://unagi.games/",
"description": "UNA token is Unagi's web3 gaming ecosystem token. It is your universal ticket to the entire range of Unagi games, offering a seamless experience across various genres and platforms including Ultimate Champions, Persona and more to come! We’re creating a cohesive, interconnected gaming environment.",
"explorer": "https://polygonscan.com/token/0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9",
"status": "active",
"id": "0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9",
"links": [
{
"name": "medium",
"url": "https://ultimatechampions.medium.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/Unagi_studio"
}
],
"tags": [
"gamefi",
"deflationary",
"staking",
"nft"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,44 +1,42 @@
{
"name": "OVR",
"symbol": "OVR",
"type": "POLYGON",
"decimals": 18,
"description": "OVR is the decentralized infrastructure for the metaverse, merging physical and virtual world through Augmented Reality",
"website": "https://www.ovr.ai/",
"explorer": "https://polygonscan.com/token/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
"status": "active",
"id": "0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
"tags": [
"nft"
],
"links": [
{
"name": "telegram",
"url": "https://t.me/OVRtheReality"
},
{
"name": "twitter",
"url": "https://twitter.com/OVRtheReality"
},
{
"name": "facebook",
"url": "https://facebook.com/OVRmetaverse/"
},
{
"name": "telegram_news",
"url": "https://t.me/ovrannouncements"
},
{
"name": "medium",
"url": "https://medium.com/ovrthereality"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/ovr"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/ovr/"
}
]
"name": "OVR",
"symbol": "OVR",
"type": "POLYGON",
"decimals": 18,
"description": "OVR is the decentralized infrastructure for the metaverse, merging physical and virtual world through Augmented Reality",
"website": "https://www.overthereality.ai/",
"explorer": "https://polygonscan.com/token/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
"status": "active",
"id": "0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
"tags": ["nft"],
"links": [
{
"name": "telegram",
"url": "https://t.me/OVRtheReality"
},
{
"name": "twitter",
"url": "https://twitter.com/OVRtheReality"
},
{
"name": "facebook",
"url": "https://facebook.com/Overmetaverse"
},
{
"name": "telegram_news",
"url": "https://t.me/ovrannouncements"
},
{
"name": "medium",
"url": "https://medium.com/ovrthereality"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/ovr"
},
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/ovr/"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"id": "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
"name": "IDRX",
"type": "POLYGON",
"symbol": "IDRX",
"decimals": 0,
"website": "https://idrx.co/",
"description": "IDRX is a stable token pegged to the value of the Indonesian Rupiah (IDR). As a cryptocurrency, IDRX offers users the benefits of blockchain technology, including security, transparency, and decentralized control. At the same time, as a stable token, IDRX offers price stability by maintaining a fixed exchange rate with the IDR, which is the national currency of Indonesia.",
"explorer": "https://polygonscan.com/token/0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
"status": "active",
"tags": [
"stablecoin",
"staking"
],
"links": [
{
"name": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/idrx/"
},
{
"name": "coingecko",
"url": "https://coingecko.com/en/coins/idrx/"
},
{
"name": "github",
"url": "https://github.com/idrx-co/"
},
{
"name": "docs",
"url": "https://docs.idrx.co/"
},
{
"name": "whitepaper",
"url": "https://idrx.co/docs/Whitepaper%20IDRX.pdf"
},
{
"name": "telegram",
"url": "https://t.me/officialidrx"
},
{
"name": "medium",
"url": "https://idrx.medium.com/"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Unagi Token (UNA)",
"type": "BEP20",
"symbol": "UNA",
"decimals": 18,
"website": "https://unagi.games/",
"description": "UNA token is Unagi's web3 gaming ecosystem token. It is your universal ticket to the entire range of Unagi games, offering a seamless experience across various genres and platforms including Ultimate Champions, Persona and more to come! We’re creating a cohesive, interconnected gaming environment.",
"explorer": "https://bscscan.com/token/0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9",
"status": "active",
"id": "0x0B6f3eA2814F3FFf804bA5D5c237aebbc364fba9",
"links": [
{
"name": "medium",
"url": "https://ultimatechampions.medium.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/Unagi_studio"
}
],
"tags": [
"gamefi",
"deflationary",
"staking",
"nft"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bf14336

Please sign in to comment.