-
Notifications
You must be signed in to change notification settings - Fork 23.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add USDT KAVAevm #26511
Merged
Merged
Add USDT KAVAevm #26511
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7090ab4
Create info.json
cryptomanz1 d4b415e
Create logo.png
cryptomanz1 6998c0e
Auto fix all (sanity and consistency)
cryptomanz1 bf544fd
change type
cryptomanz1 9d7bae7
Merge branch 'master' into add-usdt-kavaevm
cryptomanz1 e0c96d7
Auto fix all (sanity and consistency)
cryptomanz1 53ed665
Update info.json
cryptomanz1 eab1054
Auto fix all (sanity and consistency)
cryptomanz1 9333314
Update info.json
vcoolish 7f41ce6
Auto fix all (sanity and consistency)
vcoolish 20af3cd
fix
defisaur 057e707
Auto fix all (sanity and consistency)
defisaur fdd2e3c
fix
defisaur 9095c7c
Merge branch 'master' into add-usdt-kavaevm
defisaur cdb0477
fix
defisaur 7437403
fix
defisaur 75df90e
fix
defisaur 085ff28
Revert "fix"
defisaur 2c61999
Revert "fix"
defisaur bd0f478
Revert "fix"
defisaur 55e25c9
Revert "fix"
defisaur 6bf4d41
fix
defisaur e7481a7
fix
defisaur d9b81f7
Auto fix all (sanity and consistency)
defisaur 043e3cc
fix
defisaur a215eac
fix
defisaur 276120e
fix
defisaur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
blockchains/kavaevm/assets/0x919C1c267BC06a7039e03fcc2eF738525769109c/info.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "Tether", | ||
"symbol": "USDT", | ||
"type": "KAVAEVM", | ||
"decimals": 6, | ||
"description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.", | ||
"website": "https://tether.to", | ||
"explorer": "https://explorer.kava.io/token/0x919C1c267BC06a7039e03fcc2eF738525769109c", | ||
"status": "active", | ||
"id": "0x919C1c267BC06a7039e03fcc2eF738525769109c", | ||
"links": [ | ||
{ | ||
"name": "facebook", | ||
"url": "https://facebook.com/tether.to/" | ||
}, | ||
{ | ||
"name": "twitter", | ||
"url": "https://twitter.com/Tether_to/" | ||
}, | ||
{ | ||
"name": "coinmarketcap", | ||
"url": "https://coinmarketcap.com/ru/currencies/tether/" | ||
} | ||
], | ||
"tags": [ | ||
"stablecoin" | ||
] | ||
} |
Binary file added
BIN
+19.5 KB
blockchains/kavaevm/assets/0x919C1c267BC06a7039e03fcc2eF738525769109c/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vcoolish @cryptomanz1
KAVAEVM
(notKAVAERC20
) as requested