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/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/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/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/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 c8fa044..ef92743 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",
@@ -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",
@@ -368,7 +375,7 @@
"tokenName": "bWOOL",
"tokenSymbol": "bWOOL",
"tokenDecimals": 18,
- "tokenCategory": "DeFi"
+ "tokenCategory": "Game"
},
{
"tokenAddress": "0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f",
@@ -391,6 +398,13 @@
"tokenDecimals": 18,
"tokenCategory": "DeFi"
},
+ {
+ "tokenAddress": "0xcc50560827465f25132929711d5b2cf78625d399",
+ "tokenName": "Ghost Coin",
+ "tokenSymbol": "GHOST",
+ "tokenDecimals": 18,
+ "tokenCategory": "Memecoin"
+ },
{
"tokenAddress": "0xd43d8adac6a4c7d9aeece7c3151fca8f23752cf8",
"tokenName": "Andy",
@@ -403,7 +417,7 @@
"tokenName": "Sekai Glory",
"tokenSymbol": "GLORY",
"tokenDecimals": 18,
- "tokenCategory": "DeFi"
+ "tokenCategory": "Game"
},
{
"tokenAddress": "0xd71035849d2fba67533bf50900a3e8b684ac1b42",
@@ -459,6 +473,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
-