Add AAVE (BEP2 and BEP20) (#5569)

* Add AAVE (BEP2 and BEP20)

* Fixes (sanity and consistency, auto)

Co-authored-by: Iamdeadlyz <Iamdeadlyz@users.noreply.github.com>
This commit is contained in:
Ian E 2021-02-12 14:35:51 +08:00 committed by GitHub
parent bbe22a2eec
commit a8b6111839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[
"AAVE-8FA",
"ABCD-5D8",
"ADA-9F4",
"AERGO-46B",

View File

@ -0,0 +1,12 @@
{
"name": "Aave Token",
"symbol": "AAVE",
"type": "BEP2",
"decimals": 8,
"description": "Aave is a decentralized finance protocol that allows people to lend and borrow crypto.",
"website": "https://aave.com",
"explorer": "https://explorer.binance.org/asset/AAVE-8FA",
"research": "https://research.binance.com/en/projects/aave-protocol",
"status": "active",
"id": "AAVE-8FA"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -180,6 +180,7 @@
"0xf79037F6f6bE66832DE4E7516be52826BC3cBcc4",
"0xF8A0BF9cF54Bb92F17374d9e9A321E6a111a51bD",
"0xf91d58b5aE142DAcC749f58A49FCBac340Cb0343",
"0xfb6115445Bff7b52FeB98650C87f44907E58f802",
"0xfD26889cd6454D8751562f1c0FcF88b18B46F7B7",
"0xfD5840Cd36d94D7229439859C0112a4185BC0255",
"0xFd7B3A77848f1C2D67E05E54d78d174a0C850335"

View File

@ -0,0 +1,12 @@
{
"name": "Binance-Peg Aave Token",
"website": "https://aave.com",
"description": "Aave is a decentralized finance protocol that allows people to lend and borrow crypto.",
"explorer": "https://bscscan.com/token/0xfb6115445bff7b52feb98650c87f44907e58f802",
"research": "https://research.binance.com/en/projects/aave-protocol",
"type": "BEP20",
"symbol": "AAVE",
"decimals": 18,
"status": "active",
"id": "0xfb6115445Bff7b52FeB98650C87f44907E58f802"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB