Update AXS and SLP ERC20 (#7393)

* Update AXS and SLP ERC20

Token migration: https://axie.substack.com/p/migration

AXS: `0xF5D669627376EBd411E34b98F19C868c8ABA5ADA` to `0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b`

SLP: `0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1` to `0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25`

* Fixes (sanity and consistency, auto), history

Co-authored-by: Iamdeadlyz <Iamdeadlyz@users.noreply.github.com>
This commit is contained in:
Ian E 2021-05-06 01:40:21 +08:00 committed by GitHub
parent 388e975265
commit 0d1932784f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 28 additions and 2 deletions

View File

@ -4737,6 +4737,7 @@
"0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420",
"0xbAe226690D7DCe1Da1823f0BF811529b8229134a",
"0xBAE235823D7255D9D48635cEd4735227244Cd583",
"0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F",
"0xBB13E608888E5D30C09b13F89d27631056161B9F",
"0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29",
@ -5156,6 +5157,7 @@
"0xCC55cf17d21c758E52b87113a7143116e4d9EB10",
"0xCC6B25d2A3D95568d1C903a5376982b1f54c7791",
"0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e",
"0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",
"0xCC9254107D18493D018EE87C843a1D6d0c483c3C",
"0xcca0c9c383076649604eE31b20248BC04FdF61cA",
"0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535",

View File

@ -7,6 +7,6 @@
"type": "ERC20",
"symbol": "SLP",
"decimals": 0,
"status": "active",
"status": "abandoned",
"id": "0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1"
}

View File

@ -0,0 +1,12 @@
{
"name": "Axie Infinity Shard",
"website": "https://axieinfinity.com",
"description": "Axie Infinity Shards are Axie Infinity's governance token.",
"explorer": "https://etherscan.io/token/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"research": "https://research.binance.com/en/projects/axie-infinity",
"type": "ERC20",
"symbol": "AXS",
"decimals": 18,
"status": "active",
"id": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,12 @@
{
"name": "Smooth Love Potion",
"website": "https://axieinfinity.com",
"description": "Smooth Love Potion (SLP) is an ERC-20 token on the Axie Infinity platform that is used to breed new digital pets (Axies).",
"explorer": "https://etherscan.io/token/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",
"research": "https://research.binance.com/en/projects/small-love-potion",
"type": "ERC20",
"symbol": "SLP",
"decimals": 0,
"status": "active",
"id": "0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -7,6 +7,6 @@
"type": "ERC20",
"symbol": "AXS",
"decimals": 18,
"status": "active",
"status": "abandoned",
"id": "0xF5D669627376EBd411E34b98F19C868c8ABA5ADA"
}