@kumbaya_xyz/default-token-list 1.0.9 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,7 +7,7 @@ This NPM module and GitHub repo contains the default token list used in the Kumb
7
7
  ## Adding a token
8
8
 
9
9
  To request that we add a token to the list,
10
- [file an issue](https://github.com/kumbaya_xyz/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).
10
+ [file an issue](https://github.com/kumbaya-xyz/default-token-list/issues/new?assignees=&labels=token+request&template=token-request.md&title=Add+%7BTOKEN_SYMBOL%7D%3A+%7BTOKEN_NAME%7D).
11
11
 
12
12
  ### Disclaimer
13
13
 
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "Kumbaya Default",
3
- "timestamp": "2026-02-09T17:38:04.713Z",
3
+ "timestamp": "2026-02-19T18:40:21.825Z",
4
4
  "version": {
5
5
  "major": 1,
6
- "minor": 0,
7
- "patch": 9
6
+ "minor": 1,
7
+ "patch": 0
8
8
  },
9
9
  "tags": {},
10
10
  "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/icon/kumbaya-256.png",
@@ -21,6 +21,14 @@
21
21
  "decimals": 8,
22
22
  "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/assets/4326/0xB0F70C0bD6FD87dbEb7C10dC692a2a6106817072.png"
23
23
  },
24
+ {
25
+ "chainId": 4326,
26
+ "address": "0xf7d2F0d0b0517CBDbf87C86910ce10FaAab3589D",
27
+ "name": "Crown Credits",
28
+ "symbol": "CROWN",
29
+ "decimals": 18,
30
+ "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/assets/4326/0xf7d2F0d0b0517CBDbf87C86910ce10FaAab3589D.png"
31
+ },
24
32
  {
25
33
  "chainId": 4326,
26
34
  "address": "0xcCcc62962d17b8914c62D74FfB843d73B2a3cccC",
@@ -37,6 +45,22 @@
37
45
  "decimals": 18,
38
46
  "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/assets/4326/0x021ee124cF23D302A7f725AE7a01B77A8ce9782B.png"
39
47
  },
48
+ {
49
+ "chainId": 4326,
50
+ "address": "0x551DFe38994eC53c9E7E18084D73893225Eea3bf",
51
+ "name": "Gains Network",
52
+ "symbol": "GNS",
53
+ "decimals": 18,
54
+ "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/assets/4326/0x551DFe38994eC53c9E7E18084D73893225Eea3bf.png"
55
+ },
56
+ {
57
+ "chainId": 4326,
58
+ "address": "0x9367A0c482703d8d9bda995B03f8E71056a72500",
59
+ "name": "Synthetics Implemented Right",
60
+ "symbol": "MegaSIR",
61
+ "decimals": 12,
62
+ "logoURI": "https://raw.githubusercontent.com/Kumbaya-xyz/default-token-list/refs/heads/main/src/assets/4326/0x9367A0c482703d8d9bda995B03f8E71056a72500.png"
63
+ },
40
64
  {
41
65
  "chainId": 4326,
42
66
  "address": "0xc3eACf0612346366Db554C991D7858716db09f58",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumbaya_xyz/default-token-list",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "The Kumbaya default token list",
5
5
  "type": "module",
6
6
  "main": "build/index.js",