From 4837f1fd96b78e790f460d4ddffa9cf97a3419c6 Mon Sep 17 00:00:00 2001 From: Baptiste Marchand <75846779+baptiste-marchand@users.noreply.github.com> Date: Thu, 6 Jun 2024 06:38:41 +0200 Subject: [PATCH 1/3] Add Ghost Coin (#19) Co-authored-by: 0xjazper <0xjazper@gmail.com> --- .../token-info.json | 7 +++++++ .../token-logo.svg | 10 ++++++++++ chains/81457/token-list.json | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-info.json create mode 100644 chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-logo.svg diff --git a/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-info.json b/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-info.json new file mode 100644 index 0000000..324380d --- /dev/null +++ b/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-info.json @@ -0,0 +1,7 @@ +{ + "tokenAddress": "0xcc50560827465f25132929711d5b2cf78625d399", + "tokenName": "Ghost Coin", + "tokenSymbol": "GHOST", + "tokenDecimals": 18, + "tokenCategory": "Memecoin" +} \ No newline at end of file diff --git a/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-logo.svg b/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-logo.svg new file mode 100644 index 0000000..ac82dd9 --- /dev/null +++ b/chains/81457/assets/0xcc50560827465f25132929711d5b2cf78625d399/token-logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/chains/81457/token-list.json b/chains/81457/token-list.json index 73dfb1e..a5aee04 100644 --- a/chains/81457/token-list.json +++ b/chains/81457/token-list.json @@ -384,6 +384,13 @@ "tokenDecimals": 18, "tokenCategory": "DeFi" }, + { + "tokenAddress": "0xcc50560827465f25132929711d5b2cf78625d399", + "tokenName": "Ghost Coin", + "tokenSymbol": "GHOST", + "tokenDecimals": 18, + "tokenCategory": "Memecoin" + }, { "tokenAddress": "0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8", "tokenName": "Andy", From a9bb1467fcf61212c6b826f11895f3332d171cbb Mon Sep 17 00:00:00 2001 From: webmass Date: Thu, 6 Jun 2024 08:55:07 +0400 Subject: [PATCH 2/3] add dola token on blast (#25) Co-authored-by: 0xjazper <0xjazper@gmail.com> --- .../token-info.json | 7 +++++++ .../token-logo.svg | 1 + chains/81457/token-list.json | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-info.json create mode 100644 chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-logo.svg diff --git a/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-info.json b/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-info.json new file mode 100644 index 0000000..b4395f3 --- /dev/null +++ b/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-info.json @@ -0,0 +1,7 @@ +{ + "tokenAddress": "0x8e38179d361402f6a94767757e807146609e9b3d", + "tokenName": "DOLA USD Stablecoin", + "tokenSymbol": "DOLA", + "tokenDecimals": 18, + "tokenCategory": "Stablecoin" +} \ No newline at end of file diff --git a/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-logo.svg b/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-logo.svg new file mode 100644 index 0000000..26231e4 --- /dev/null +++ b/chains/81457/assets/0x8e38179d361402f6a94767757e807146609e9b3d/token-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/chains/81457/token-list.json b/chains/81457/token-list.json index a5aee04..9f7b7e8 100644 --- a/chains/81457/token-list.json +++ b/chains/81457/token-list.json @@ -321,6 +321,13 @@ "tokenDecimals": 18, "tokenCategory": "DeFi" }, + { + "tokenAddress": "0x8e38179d361402f6a94767757e807146609e9b3d", + "tokenName": "DOLA USD Stablecoin", + "tokenSymbol": "DOLA", + "tokenDecimals": 18, + "tokenCategory": "Stablecoin" + }, { "tokenAddress": "0x999f220296b5843b2909cc5f8b4204aaca5341d8", "tokenName": "MetaStreet V2 Deposit: WPUNKS-wstETH:40", From c5b409fde266b48f85a71801b53b1afe2d8e1643 Mon Sep 17 00:00:00 2001 From: 0xjazper <0xjazper@gmail.com> Date: Thu, 6 Jun 2024 14:03:16 +0800 Subject: [PATCH 3/3] add game category (#28) --- .github/scripts/validate-files.py | 2 +- README.md | 2 +- .../token-info.json | 2 +- .../token-info.json | 2 +- .../token-info.json | 2 +- .../token-info.json | 2 +- .../token-info.json | 2 +- chains/81457/token-list.json | 10 +++++----- pull_request_template.md | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/scripts/validate-files.py b/.github/scripts/validate-files.py index c208d78..5c5129a 100755 --- a/.github/scripts/validate-files.py +++ b/.github/scripts/validate-files.py @@ -26,7 +26,7 @@ def validate_json(json_file): return False # Ensure tokenCategory is valid - valid_categories = ["Stablecoin", "DeFi", "Memecoin", "Other"] + valid_categories = ["Stablecoin", "DeFi", "Memecoin", "Game", "Other"] if data["tokenCategory"] not in valid_categories: print(f"Invalid tokenCategory in: {json_file}") return False diff --git a/README.md b/README.md index b9b9a3b..b66017d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To submit a request to whitelist a token on the Thruster frontend, you must do t - `tokenName`: the token name on the blockchain - `tokenSymbol`: the token symbol on the blockchain - `tokenDecimals`: the decimals of the token on the blockchain - - `tokenCategory`: desired category for the token (i.e. `DeFi`, `Stablecoin`, `Memecoin`, or by default `Other`) + - `tokenCategory`: desired category for the token (i.e. `DeFi`, `Stablecoin`, `Memecoin`, `Game`, or by default `Other`) - `token-logo.svg` - A svg file image of your token logo as a circle, which **MUST** be under 150 KB. Rectangles and other shapes of images will not be accepted. - Additionally, in the submitted PR, please add a brief description of the type of token if the token contract is non-standard (e.g. non-ERC20, BT404, tax). diff --git a/chains/81457/assets/0x15d24de366f69b835be19f7cf9447e770315dd80/token-info.json b/chains/81457/assets/0x15d24de366f69b835be19f7cf9447e770315dd80/token-info.json index b32bf58..d71c32e 100644 --- a/chains/81457/assets/0x15d24de366f69b835be19f7cf9447e770315dd80/token-info.json +++ b/chains/81457/assets/0x15d24de366f69b835be19f7cf9447e770315dd80/token-info.json @@ -3,5 +3,5 @@ "tokenName": "KAP Games", "tokenSymbol": "KAP", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" } \ No newline at end of file diff --git a/chains/81457/assets/0x67fa2887914fa3729e9eed7630294fe124f417a0/token-info.json b/chains/81457/assets/0x67fa2887914fa3729e9eed7630294fe124f417a0/token-info.json index df1739c..1aba5f7 100644 --- a/chains/81457/assets/0x67fa2887914fa3729e9eed7630294fe124f417a0/token-info.json +++ b/chains/81457/assets/0x67fa2887914fa3729e9eed7630294fe124f417a0/token-info.json @@ -3,5 +3,5 @@ "tokenName": "Yield Token", "tokenSymbol": "YIELD", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" } \ No newline at end of file diff --git a/chains/81457/assets/0xb5a86030b64afaa75c42c0d28f8d5ce5f9f61401/token-info.json b/chains/81457/assets/0xb5a86030b64afaa75c42c0d28f8d5ce5f9f61401/token-info.json index cda6aec..bb78192 100644 --- a/chains/81457/assets/0xb5a86030b64afaa75c42c0d28f8d5ce5f9f61401/token-info.json +++ b/chains/81457/assets/0xb5a86030b64afaa75c42c0d28f8d5ce5f9f61401/token-info.json @@ -3,5 +3,5 @@ "tokenName": "bWOOL", "tokenSymbol": "bWOOL", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" } \ No newline at end of file diff --git a/chains/81457/assets/0xd582879453337bd149ae53ec2092b0af5281d1d7/token-info.json b/chains/81457/assets/0xd582879453337bd149ae53ec2092b0af5281d1d7/token-info.json index 07ef69d..e8331b6 100644 --- a/chains/81457/assets/0xd582879453337bd149ae53ec2092b0af5281d1d7/token-info.json +++ b/chains/81457/assets/0xd582879453337bd149ae53ec2092b0af5281d1d7/token-info.json @@ -3,5 +3,5 @@ "tokenName": "Sekai Glory", "tokenSymbol": "GLORY", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" } \ No newline at end of file diff --git a/chains/81457/assets/0xfd4d19f9fbb9f730c3c88a21755832bd2455144e/token-info.json b/chains/81457/assets/0xfd4d19f9fbb9f730c3c88a21755832bd2455144e/token-info.json index 98fee6a..53c659c 100644 --- a/chains/81457/assets/0xfd4d19f9fbb9f730c3c88a21755832bd2455144e/token-info.json +++ b/chains/81457/assets/0xfd4d19f9fbb9f730c3c88a21755832bd2455144e/token-info.json @@ -3,5 +3,5 @@ "tokenName": "SSS", "tokenSymbol": "SSS", "tokenDecimals": 18, - "tokenCategory": "Other" + "tokenCategory": "Game" } \ No newline at end of file diff --git a/chains/81457/token-list.json b/chains/81457/token-list.json index 9f7b7e8..f252197 100644 --- a/chains/81457/token-list.json +++ b/chains/81457/token-list.json @@ -74,7 +74,7 @@ "tokenName": "KAP Games", "tokenSymbol": "KAP", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" }, { "tokenAddress": "0x1a3d9b2fa5c6522c8c071dc07125ce55df90b253", @@ -242,7 +242,7 @@ "tokenName": "Yield Token", "tokenSymbol": "YIELD", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" }, { "tokenAddress": "0x68449870eea84453044bd430822827e21fd8f101", @@ -368,7 +368,7 @@ "tokenName": "bWOOL", "tokenSymbol": "bWOOL", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" }, { "tokenAddress": "0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f", @@ -410,7 +410,7 @@ "tokenName": "Sekai Glory", "tokenSymbol": "GLORY", "tokenDecimals": 18, - "tokenCategory": "DeFi" + "tokenCategory": "Game" }, { "tokenAddress": "0xd71035849d2fba67533bf50900a3e8b684ac1b42", @@ -466,6 +466,6 @@ "tokenName": "SSS", "tokenSymbol": "SSS", "tokenDecimals": 18, - "tokenCategory": "Other" + "tokenCategory": "Game" } ] diff --git a/pull_request_template.md b/pull_request_template.md index 59294c7..dbe62b1 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -4,7 +4,7 @@ - [ ] Description of token if non-standard ERC20, e.g. has tax, OFT token, bridged XERC20, ERC-404, etc. - [ ] An SVG <150 KB in size, cropped to be a circle. **Rectangles and other shapes of images will not be accepted.** - [ ] Token category you would like to be listed under - - Current categories: DeFi, Memecoin, Stablecoin, Other + - Current categories: DeFi, Memecoin, Stablecoin, Game, Other ### Additional Information -