@axonfi/sdk 0.5.3 → 0.5.4

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.
package/dist/index.cjs CHANGED
@@ -49,32 +49,19 @@ var CHAIN_NAMES = {
49
49
  [8453 /* Base */]: "Base",
50
50
  [84532 /* BaseSepolia */]: "Base Sepolia",
51
51
  [42161 /* Arbitrum */]: "Arbitrum One",
52
- [421614 /* ArbitrumSepolia */]: "Arbitrum Sepolia",
53
- // Future v1 chains (metadata only — not in SUPPORTED_CHAIN_IDS yet)
54
- 10: "Optimism",
55
- 11155420: "OP Sepolia",
56
- 137: "Polygon",
57
- 80002: "Polygon Amoy"
52
+ [421614 /* ArbitrumSepolia */]: "Arbitrum Sepolia"
58
53
  };
59
54
  var EXPLORER_TX = {
60
55
  [8453 /* Base */]: "https://basescan.org/tx/",
61
56
  [84532 /* BaseSepolia */]: "https://sepolia.basescan.org/tx/",
62
57
  [42161 /* Arbitrum */]: "https://arbiscan.io/tx/",
63
- [421614 /* ArbitrumSepolia */]: "https://sepolia.arbiscan.io/tx/",
64
- 10: "https://optimistic.etherscan.io/tx/",
65
- 11155420: "https://sepolia-optimism.etherscan.io/tx/",
66
- 137: "https://polygonscan.com/tx/",
67
- 80002: "https://amoy.polygonscan.com/tx/"
58
+ [421614 /* ArbitrumSepolia */]: "https://sepolia.arbiscan.io/tx/"
68
59
  };
69
60
  var EXPLORER_ADDR = {
70
61
  [8453 /* Base */]: "https://basescan.org/address/",
71
62
  [84532 /* BaseSepolia */]: "https://sepolia.basescan.org/address/",
72
63
  [42161 /* Arbitrum */]: "https://arbiscan.io/address/",
73
- [421614 /* ArbitrumSepolia */]: "https://sepolia.arbiscan.io/address/",
74
- 10: "https://optimistic.etherscan.io/address/",
75
- 11155420: "https://sepolia-optimism.etherscan.io/address/",
76
- 137: "https://polygonscan.com/address/",
77
- 80002: "https://amoy.polygonscan.com/address/"
64
+ [421614 /* ArbitrumSepolia */]: "https://sepolia.arbiscan.io/address/"
78
65
  };
79
66
  var DEFAULT_DEADLINE_SECONDS = 300;
80
67
  var WINDOW = {
@@ -2565,8 +2552,6 @@ var Token = /* @__PURE__ */ ((Token2) => {
2565
2552
  Token2["COMP"] = "COMP";
2566
2553
  Token2["CRV"] = "CRV";
2567
2554
  Token2["SNX"] = "SNX";
2568
- Token2["ARB"] = "ARB";
2569
- Token2["AERO"] = "AERO";
2570
2555
  Token2["GMX"] = "GMX";
2571
2556
  return Token2;
2572
2557
  })(Token || {});
@@ -2724,23 +2709,6 @@ var KNOWN_TOKENS = {
2724
2709
  8453: "0x22e6966B799c4D5B13BE962E1D117b56327FDa66"
2725
2710
  }
2726
2711
  },
2727
- // ── Chain-native governance ─────────────────────────────
2728
- ARB: {
2729
- symbol: "ARB",
2730
- name: "Arbitrum",
2731
- decimals: 18,
2732
- addresses: {
2733
- 42161: "0x912CE59144191C1204E64559FE8253a0e49E6548"
2734
- }
2735
- },
2736
- AERO: {
2737
- symbol: "AERO",
2738
- name: "Aerodrome",
2739
- decimals: 18,
2740
- addresses: {
2741
- 8453: "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
2742
- }
2743
- },
2744
2712
  GMX: {
2745
2713
  symbol: "GMX",
2746
2714
  name: "GMX",