From bc9a584bf7dd1d961b9184e71d6f6b8f6d273904 Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Wed, 19 May 2021 10:12:34 +0200 Subject: [PATCH] [Internal] Add missing info.json to 10 BEP20 tokens (#8391) Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com> --- blockchains/smartchain/allowlist.json | 1 + .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ .../info.json | 11 +++++++++++ 11 files changed, 111 insertions(+) create mode 100644 blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json create mode 100644 blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json create mode 100644 blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json create mode 100644 blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json create mode 100644 blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json create mode 100644 blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json create mode 100644 blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json create mode 100644 blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json create mode 100644 blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json create mode 100644 blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json diff --git a/blockchains/smartchain/allowlist.json b/blockchains/smartchain/allowlist.json index 938a06be7..c176b4da4 100644 --- a/blockchains/smartchain/allowlist.json +++ b/blockchains/smartchain/allowlist.json @@ -563,6 +563,7 @@ "0xB723F6dCE74BbdE8f19ac882e539C1C53fDb888B", "0xb74ed4112C23B7c8ef1439FA55D304D537C5599B", "0xb7CEF49d89321e22dd3F51a212d58398Ad542640", + "0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762", "0xb7F2bca9b034f8cc143339Dd12bb31D3D50Cf27a", "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094", "0xB89ADD4A17eaDB084a065f9CAcE752a268dab8b3", diff --git a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json new file mode 100644 index 000000000..4626143dd --- /dev/null +++ b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json @@ -0,0 +1,11 @@ +{ + "name": "Canyz", + "type": "BEP20", + "symbol": "CAN", + "decimals": 18, + "website": "https://canya.io/", + "description": "-", + "explorer": "https://bscscan.com/token/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56", + "status": "active", + "id": "0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json b/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json new file mode 100644 index 000000000..65b2901cd --- /dev/null +++ b/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json @@ -0,0 +1,11 @@ +{ + "name": "Syrup", + "type": "BEP20", + "symbol": "SYRUP", + "decimals": 18, + "website": "https://pancakeswap.finance/", + "description": "-", + "explorer": "https://bscscan.com/token/0x009cF7bC57584b7998236eff51b98A168DceA9B0", + "status": "active", + "id": "0x009cF7bC57584b7998236eff51b98A168DceA9B0" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json b/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json new file mode 100644 index 000000000..fc9a81323 --- /dev/null +++ b/blockchains/smartchain/assets/0x10747e2045a0ef884a0586AC81558F43285ea3c7/info.json @@ -0,0 +1,11 @@ +{ + "name": "Best", + "type": "BEP20", + "symbol": "BEST", + "decimals": 18, + "website": "https://bsc.bestswap.com/swap", + "description": "-", + "explorer": "https://bscscan.com/token/0x10747e2045a0ef884a0586AC81558F43285ea3c7", + "status": "active", + "id": "0x10747e2045a0ef884a0586AC81558F43285ea3c7" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json b/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json new file mode 100644 index 000000000..8b8682334 --- /dev/null +++ b/blockchains/smartchain/assets/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8/info.json @@ -0,0 +1,11 @@ +{ + "name": "Pet", + "type": "BEP20", + "symbol": "PET", + "decimals": 18, + "website": "http://battlepets.finance/", + "description": "-", + "explorer": "https://bscscan.com/token/0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8", + "status": "active", + "id": "0x4d4e595d643dc61EA7FCbF12e4b1AAA39f9975B8" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json b/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json new file mode 100644 index 000000000..dea6fc9f2 --- /dev/null +++ b/blockchains/smartchain/assets/0x748AD98b14C814B28812eB42ad219C8672909879/info.json @@ -0,0 +1,11 @@ +{ + "name": "Dice", + "type": "BEP20", + "symbol": "DICE", + "decimals": 18, + "website": "https://dice.finance/", + "description": "-", + "explorer": "https://bscscan.com/token/0x748AD98b14C814B28812eB42ad219C8672909879", + "status": "active", + "id": "0x748AD98b14C814B28812eB42ad219C8672909879" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json b/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json new file mode 100644 index 000000000..b236184d7 --- /dev/null +++ b/blockchains/smartchain/assets/0x78e1936f065Fd4082387622878C7d11c9f05ECF4/info.json @@ -0,0 +1,11 @@ +{ + "name": "Jointer", + "type": "BEP20", + "symbol": "JNTR/b", + "decimals": 18, + "website": "https://jointer.io/", + "description": "-", + "explorer": "https://bscscan.com/token/0x78e1936f065Fd4082387622878C7d11c9f05ECF4", + "status": "active", + "id": "0x78e1936f065Fd4082387622878C7d11c9f05ECF4" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json b/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json new file mode 100644 index 000000000..d3f27ec5b --- /dev/null +++ b/blockchains/smartchain/assets/0x897fE07d613037c206429628611A2665E18C657d/info.json @@ -0,0 +1,11 @@ +{ + "name": "Nether", + "type": "BEP20", + "symbol": "NN", + "decimals": 18, + "website": "https://nether.network/", + "description": "-", + "explorer": "https://bscscan.com/token/0x897fE07d613037c206429628611A2665E18C657d", + "status": "active", + "id": "0x897fE07d613037c206429628611A2665E18C657d" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json b/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json new file mode 100644 index 000000000..2958ac6c3 --- /dev/null +++ b/blockchains/smartchain/assets/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb/info.json @@ -0,0 +1,11 @@ +{ + "name": "Streamity", + "type": "BEP20", + "symbol": "STM", + "decimals": 18, + "website": "https://streamity.org", + "description": "-", + "explorer": "https://bscscan.com/token/0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb", + "status": "active", + "id": "0x90DF11a8ccE420675e73922419e3f4f3Fe13CCCb" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json b/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json new file mode 100644 index 000000000..f72bdc66e --- /dev/null +++ b/blockchains/smartchain/assets/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762/info.json @@ -0,0 +1,11 @@ +{ + "name": "Ngnt", + "type": "BEP20", + "symbol": "NGNT", + "decimals": 2, + "website": "https://ngnt.org/", + "description": "-", + "explorer": "https://bscscan.com/token/0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762", + "status": "active", + "id": "0xB7d9905eDf8B7B093E3C74af8d6982D0F3d37762" +} \ No newline at end of file diff --git a/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json b/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json new file mode 100644 index 000000000..92925df84 --- /dev/null +++ b/blockchains/smartchain/assets/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575/info.json @@ -0,0 +1,11 @@ +{ + "name": "Beer", + "type": "BEP20", + "symbol": "Beer", + "decimals": 18, + "website": "https://beergarden.finance/", + "description": "-", + "explorer": "https://bscscan.com/token/0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575", + "status": "active", + "id": "0xbB8DB5e17BBe9c90Da8E3445E335b82d7cc53575" +} \ No newline at end of file