Skip to content

Commit

Permalink
Update AXS and SLP ERC20 (trustwallet#7393)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Iamdeadlyz and Iamdeadlyz authored May 5, 2021
1 parent 388e975 commit 0d19327
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 2 deletions.
2 changes: 2 additions & 0 deletions blockchains/ethereum/allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,7 @@
"0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420",
"0xbAe226690D7DCe1Da1823f0BF811529b8229134a",
"0xBAE235823D7255D9D48635cEd4735227244Cd583",
"0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F",
"0xBB13E608888E5D30C09b13F89d27631056161B9F",
"0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29",
Expand Down Expand Up @@ -5156,6 +5157,7 @@
"0xCC55cf17d21c758E52b87113a7143116e4d9EB10",
"0xCC6B25d2A3D95568d1C903a5376982b1f54c7791",
"0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e",
"0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",
"0xCC9254107D18493D018EE87C843a1D6d0c483c3C",
"0xcca0c9c383076649604eE31b20248BC04FdF61cA",
"0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"type": "ERC20",
"symbol": "SLP",
"decimals": 0,
"status": "active",
"status": "abandoned",
"id": "0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1"
}
Original file line number Diff line number Diff line change
@@ -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"
}
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,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"
}
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 @@ -7,6 +7,6 @@
"type": "ERC20",
"symbol": "AXS",
"decimals": 18,
"status": "active",
"status": "abandoned",
"id": "0xF5D669627376EBd411E34b98F19C868c8ABA5ADA"
}

0 comments on commit 0d19327

Please sign in to comment.