@armory-sh/base 0.2.22-alpha.3.23 → 0.2.23

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/dist/index.js +4 -4
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -350,7 +350,7 @@ var isCustomToken = (chainId, contractAddress) => tokenRegistry.has(tokenKey(cha
350
350
  // src/data/tokens.ts
351
351
  var USDC_BASE = {
352
352
  symbol: "USDC",
353
- name: "USD Coin",
353
+ name: "USDC",
354
354
  version: "2",
355
355
  contractAddress: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
356
356
  chainId: 8453,
@@ -366,7 +366,7 @@ var EURC_BASE = {
366
366
  };
367
367
  var USDC_BASE_SEPOLIA = {
368
368
  symbol: "USDC",
369
- name: "USD Coin",
369
+ name: "USDC",
370
370
  version: "2",
371
371
  contractAddress: "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
372
372
  chainId: 84532,
@@ -374,7 +374,7 @@ var USDC_BASE_SEPOLIA = {
374
374
  };
375
375
  var USDC_SKALE_BASE = {
376
376
  symbol: "USDC",
377
- name: "USD Coin",
377
+ name: "Bridged USDC (SKALE Bridge)",
378
378
  version: "2",
379
379
  contractAddress: "0x85889c8c714505E0c94b30fcfcF64fE3Ac8FCb20",
380
380
  chainId: 1187947933,
@@ -422,7 +422,7 @@ var SKL_SKALE_BASE_SEPOLIA = {
422
422
  };
423
423
  var USDC_SKALE_BASE_SEPOLIA = {
424
424
  symbol: "USDC",
425
- name: "USD Coin",
425
+ name: "Bridged USDC (SKALE Bridge)",
426
426
  version: "2",
427
427
  contractAddress: "0x2e08028E3C4c2356572E096d8EF835cD5C6030bD",
428
428
  chainId: 324705682,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armory-sh/base",
3
- "version": "0.2.22-alpha.3.23",
3
+ "version": "0.2.23",
4
4
  "license": "MIT",
5
5
  "author": "Sawyer Cutler <sawyer@dirtroad.dev>",
6
6
  "type": "module",
@@ -37,4 +37,4 @@
37
37
  "test": "bun test",
38
38
  "typecheck": "tsc --noEmit"
39
39
  }
40
- }
40
+ }