mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Add BEP20 KEX and fix URL to https on ethereum (#5930)
* Add KEX to smartchain * address fix to checksum * Revert tokenlist * Autofix Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
8ef53cac5d
commit
af9ea3af48
|
@ -1,10 +1,28 @@
|
|||
{
|
||||
"name": "KIRA Network",
|
||||
"socials": [
|
||||
{
|
||||
"name": "Twitter",
|
||||
"url": "https://twitter.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Telegram",
|
||||
"url": "https://tg.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Github",
|
||||
"url": "https://git.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"url": "https://blog.kira.network"
|
||||
}
|
||||
],
|
||||
"symbol": "KEX",
|
||||
"type": "ERC20",
|
||||
"decimals": 6,
|
||||
"description": "KIRA is a Layer 1 network enabling market access to any digital asset in the cryptocurrency ecosystem.",
|
||||
"website": "http://kira.network",
|
||||
"website": "https://kira.network",
|
||||
"explorer": "https://etherscan.io/token/0x16980b3b4a3f9d89e33311b5aa8f80303e5ca4f8",
|
||||
"status": "active",
|
||||
"id": "0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8"
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
"0x897fE07d613037c206429628611A2665E18C657d",
|
||||
"0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
|
||||
"0x8cc7E2a6de999758499658bB702143FD025E09B2",
|
||||
"0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
|
||||
"0x8E9f5173e16Ff93F81579d73A7f9723324d6B6aF",
|
||||
"0x8f4087Cb09E0F378f4278a314C94A636665dE24b",
|
||||
"0x8fF795a6F4D97E7887C79beA79aba5cc76444aDf",
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "KIRA Network",
|
||||
"website": "https://kira.network",
|
||||
"description": "Maintain 100% liquidity of your capital, trade and use DeFi while simultaneously earning block and fee rewards by staking ANY digital asset",
|
||||
"explorer": "https://bscscan.com/token/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
|
||||
"socials": [
|
||||
{
|
||||
"name": "Twitter",
|
||||
"url": "https://twitter.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Telegram",
|
||||
"url": "https://tg.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Github",
|
||||
"url": "https://git.kira.network"
|
||||
},
|
||||
{
|
||||
"name": "Medium",
|
||||
"url": "https://blog.kira.network"
|
||||
}
|
||||
],
|
||||
"type": "BEP20",
|
||||
"symbol": "KEX",
|
||||
"decimals": 6,
|
||||
"status": "active",
|
||||
"id": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user