@spicenet-io/spiceflow-ui 1.8.3 → 1.8.4

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/dist/index.cjs.js CHANGED
@@ -51,6 +51,12 @@ const CHAIN_CONFIGS = {
51
51
  symbol: "USDC",
52
52
  decimals: 6
53
53
  },
54
+ {
55
+ address: "0x76f983E0F5a4B72C4bac99Fc9399845a58078787",
56
+ name: "Mock Tether USD",
57
+ symbol: "USDT",
58
+ decimals: 6
59
+ },
54
60
  {
55
61
  address: "0x4Fc381B6CC6Df8cF1c1bD46D184475bE5b7A3c62",
56
62
  name: "Mock Wrapped BTC",
package/dist/index.js CHANGED
@@ -49,6 +49,12 @@ const CHAIN_CONFIGS = {
49
49
  symbol: "USDC",
50
50
  decimals: 6
51
51
  },
52
+ {
53
+ address: "0x76f983E0F5a4B72C4bac99Fc9399845a58078787",
54
+ name: "Mock Tether USD",
55
+ symbol: "USDT",
56
+ decimals: 6
57
+ },
52
58
  {
53
59
  address: "0x4Fc381B6CC6Df8cF1c1bD46D184475bE5b7A3c62",
54
60
  name: "Mock Wrapped BTC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spicenet-io/spiceflow-ui",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Spiceflow UI SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",