@yodlpay/tokenlists 0.9.4 → 0.9.6

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.
@@ -6170,7 +6170,7 @@ var chains = [
6170
6170
  },
6171
6171
  {
6172
6172
  chainName: "BSC testnet",
6173
- shortName: "bsc-sepolia",
6173
+ shortName: "bsc-testnet",
6174
6174
  testnet: true,
6175
6175
  chainId: 97,
6176
6176
  logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/56/logo.svg",
@@ -24770,7 +24770,7 @@ var tokens = [
24770
24770
  symbol: "USDC.test",
24771
24771
  currency: "USD",
24772
24772
  logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
24773
- decimals: 6,
24773
+ decimals: 18,
24774
24774
  tags: [
24775
24775
  ],
24776
24776
  address: "0x3eC7DA586A34589157e0B3AFA5F9eFADa51f36ec",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yodlpay/tokenlists",
3
- "version": "0.9.4",
3
+ "version": "0.9.6",
4
4
  "description": "Tokenlist typings, schema and lists.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",