@venusprotocol/chains 0.9.0 → 0.10.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.
Files changed (2) hide show
  1. package/build/index.mjs +12 -0
  2. package/package.json +1 -1
package/build/index.mjs CHANGED
@@ -1856,6 +1856,12 @@ const tokens$5 = [
1856
1856
  decimals: 18,
1857
1857
  symbol: "USDF",
1858
1858
  iconSrc: iconSrcs.usdf
1859
+ },
1860
+ {
1861
+ address: "0x607c834cfb7fcbbb341cbe23f77a6e83bcf3f55c",
1862
+ decimals: 18,
1863
+ symbol: "PT-USDe-30OCT2025",
1864
+ iconSrc: iconSrcs.ptUsdE
1859
1865
  }
1860
1866
  ];
1861
1867
 
@@ -2223,6 +2229,12 @@ const tokens$6 = [
2223
2229
  decimals: 18,
2224
2230
  symbol: "USDF",
2225
2231
  iconSrc: iconSrcs.usdf
2232
+ },
2233
+ {
2234
+ address: "0x0c98334aCF440b9936D9cc1d99dc1A77bf26a93B",
2235
+ decimals: 18,
2236
+ symbol: "PT-USDe-30OCT2025",
2237
+ iconSrc: iconSrcs.ptUsdE
2226
2238
  }
2227
2239
  ];
2228
2240
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/chains",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",