@venusprotocol/chains 0.25.0 → 0.26.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 +14 -0
  2. package/package.json +1 -1
package/build/index.mjs CHANGED
@@ -5836,6 +5836,20 @@ const bscTestnet$1 = [
5836
5836
  decimals: 18,
5837
5837
  symbol: "XAUm",
5838
5838
  iconSrc: iconSrcs.xaum
5839
+ },
5840
+ {
5841
+ chainId: ChainId.BSC_TESTNET,
5842
+ address: "0x312e39c7641cE64BEccDe53613f07952258fa810",
5843
+ decimals: 6,
5844
+ symbol: "MOCK_USDC",
5845
+ iconSrc: iconSrcs.usdc
5846
+ },
5847
+ {
5848
+ chainId: ChainId.BSC_TESTNET,
5849
+ address: "0xCC3933141a64E26C9317b19CE4BbB4ec2c333bc6",
5850
+ decimals: 8,
5851
+ symbol: "MOCK_WBTC",
5852
+ iconSrc: iconSrcs.wbtc
5839
5853
  }
5840
5854
  ];
5841
5855
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venusprotocol/chains",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public",