@tria-sdk/constants 1.0.21 → 1.0.22

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.
@@ -196,7 +196,7 @@ export const networks = [
196
196
  },
197
197
  {
198
198
  chainName: neoxTestnet,
199
- logo: `${baseLogoUrl}/Neox.webp`,
199
+ logo: `${baseLogoUrl}/Neo.webp`,
200
200
  type: "testnet",
201
201
  },
202
202
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tria-sdk/constants",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/chains.ts CHANGED
@@ -209,7 +209,7 @@ export const networks = [
209
209
  },
210
210
  {
211
211
  chainName: neoxTestnet,
212
- logo: `${baseLogoUrl}/Neox.webp`,
212
+ logo: `${baseLogoUrl}/Neo.webp`,
213
213
  type: "testnet",
214
214
  },
215
215
  ];