@rhinestone/shared-configs 1.6.0 → 1.6.1

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.
@@ -54,7 +54,7 @@
54
54
  "decimals": 6,
55
55
  "pegGroup": "USD",
56
56
  "priceSymbol": "USDT",
57
- "symbol": "USDT0"
57
+ "symbol": "USDT"
58
58
  }
59
59
  ],
60
60
  "vmType": "evm",
@@ -927,7 +927,7 @@
927
927
  "decimals": 6,
928
928
  "pegGroup": "USD",
929
929
  "priceSymbol": "USDT",
930
- "symbol": "USDT0"
930
+ "symbol": "USDT"
931
931
  }
932
932
  ],
933
933
  "vmType": "svm",
@@ -57,7 +57,7 @@ const chains = {
57
57
  "decimals": 6,
58
58
  "pegGroup": "USD",
59
59
  "priceSymbol": "USDT",
60
- "symbol": "USDT0"
60
+ "symbol": "USDT"
61
61
  }
62
62
  ],
63
63
  "vmType": "evm",
@@ -999,7 +999,7 @@ const chains = {
999
999
  "decimals": 6,
1000
1000
  "pegGroup": "USD",
1001
1001
  "priceSymbol": "USDT",
1002
- "symbol": "USDT0"
1002
+ "symbol": "USDT"
1003
1003
  }
1004
1004
  ],
1005
1005
  "vmType": "svm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",