@openocean.finance/wallet 1.10.46 → 1.10.48

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/lib/Chains.js CHANGED
@@ -52,7 +52,7 @@ var chainObj = {
52
52
  compiler: 'EVM',
53
53
  chainName: "Polygon Mainnet", chainId: 137, blockExplorerUrl: "https://polygonscan.com/tx/", popularToken: ["USDT", "USDC", "MATIC", "AAVE", "DINO", "ADDY", "MIMATIC"],
54
54
  nativeCurrency: { name: "MATIC", symbol: "MATIC", decimals: 18, address: "0x0000000000000000000000000000000000001010" },
55
- rpcUrls: ["https://polygon.llamarpc.com"]
55
+ rpcUrls: ["https://polygon-rpc.com", "https://polygon.llamarpc.com"]
56
56
  },
57
57
  "polygon_zkevm": {
58
58
  compiler: 'EVM',
@@ -159,7 +159,7 @@ var chainObj = {
159
159
  chainId: 10,
160
160
  blockExplorerUrl: "https://optimistic.etherscan.io/tx/",
161
161
  nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
162
- rpcUrls: ["https://rpc.ankr.com/optimism", "https://optimism-mainnet.public.blastapi.io", "https://mainnet.optimism.io"]
162
+ rpcUrls: ["https://mainnet.optimism.io", "https://rpc.ankr.com/optimism", "https://optimism-mainnet.public.blastapi.io",]
163
163
  },
164
164
  "harmony": {
165
165
  compiler: 'EVM',
@@ -590,7 +590,7 @@ var chainObj = {
590
590
  compiler: 'EVM',
591
591
  chainName: "HyperEVM",
592
592
  chainId: 999,
593
- blockExplorerUrl: "https://purrsec.com/tx/",
593
+ blockExplorerUrl: "https://hyperevmscan.io/tx/",
594
594
  nativeCurrency: { name: "HYPE", symbol: "HYPE", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
595
595
  rpcUrls: ["https://rpc.hyperliquid.xyz/evm"]
596
596
  },
@@ -602,6 +602,14 @@ var chainObj = {
602
602
  nativeCurrency: { name: "PLUME", symbol: "PLUME", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
603
603
  rpcUrls: ["https://rpc.plume.org"]
604
604
  },
605
+ "tac": {
606
+ compiler: 'EVM',
607
+ chainName: "TAC Mainnet",
608
+ chainId: 239,
609
+ blockExplorerUrl: "https://explorer.tac.build/tx/",
610
+ nativeCurrency: { name: "TAC", symbol: "TAC", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
611
+ rpcUrls: ["https://rpc.ankr.com/tac"]
612
+ },
605
613
  };
606
614
  var Chains = /** @class */ (function () {
607
615
  function Chains() {
@@ -99,7 +99,8 @@ var CoinbaseWallet = /** @class */ (function (_super) {
99
99
  types_1.EnumChains.Monad,
100
100
  types_1.EnumChains.Swell,
101
101
  types_1.EnumChains.HyperEvm,
102
- types_1.EnumChains.Plume
102
+ types_1.EnumChains.Plume,
103
+ types_1.EnumChains.Tac
103
104
  ];
104
105
  _this.type = types_1.EnumWalletType.Extension;
105
106
  _this.sdk = null;
@@ -122,7 +122,8 @@ var MetaMask = /** @class */ (function (_super) {
122
122
  types_1.EnumChains.Monad,
123
123
  types_1.EnumChains.Swell,
124
124
  types_1.EnumChains.HyperEvm,
125
- types_1.EnumChains.Plume
125
+ types_1.EnumChains.Plume,
126
+ types_1.EnumChains.Tac
126
127
  ];
127
128
  _this.type = types_1.EnumWalletType.Extension;
128
129
  _this.sdk = null;
@@ -103,7 +103,8 @@ var OKXWallet = /** @class */ (function (_super) {
103
103
  types_1.EnumChains.Monad,
104
104
  types_1.EnumChains.Swell,
105
105
  types_1.EnumChains.HyperEvm,
106
- types_1.EnumChains.Plume
106
+ types_1.EnumChains.Plume,
107
+ types_1.EnumChains.Tac
107
108
  ];
108
109
  _this.type = types_1.EnumWalletType.Extension;
109
110
  _this.sdk = null;
@@ -94,7 +94,8 @@ var RabbyWallet = /** @class */ (function (_super) {
94
94
  types_1.EnumChains.Monad,
95
95
  types_1.EnumChains.Swell,
96
96
  types_1.EnumChains.HyperEvm,
97
- types_1.EnumChains.Plume
97
+ types_1.EnumChains.Plume,
98
+ types_1.EnumChains.Tac
98
99
  ];
99
100
  _this.type = types_1.EnumWalletType.Extension;
100
101
  _this.sdk = null;
@@ -105,7 +105,8 @@ var SafePalWallet = /** @class */ (function (_super) {
105
105
  types_1.EnumChains.Monad,
106
106
  types_1.EnumChains.Swell,
107
107
  types_1.EnumChains.HyperEvm,
108
- types_1.EnumChains.Plume
108
+ types_1.EnumChains.Plume,
109
+ types_1.EnumChains.Tac
109
110
  ];
110
111
  _this.type = types_1.EnumWalletType.Extension;
111
112
  _this.sdk = null;
package/lib/types.d.ts CHANGED
@@ -71,7 +71,8 @@ export declare enum EnumChains {
71
71
  Monad = "monad",
72
72
  Swell = "swell",
73
73
  HyperEvm = "hyperevm",
74
- Plume = "plume"
74
+ Plume = "plume",
75
+ Tac = "tac"
75
76
  }
76
77
  export declare enum EnumWalletType {
77
78
  Extension = "Extension",
package/lib/types.js CHANGED
@@ -72,6 +72,7 @@ var EnumChains;
72
72
  EnumChains["Swell"] = "swell";
73
73
  EnumChains["HyperEvm"] = "hyperevm";
74
74
  EnumChains["Plume"] = "plume";
75
+ EnumChains["Tac"] = "tac";
75
76
  })(EnumChains || (exports.EnumChains = EnumChains = {}));
76
77
  var EnumWalletType;
77
78
  (function (EnumWalletType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.46",
3
+ "version": "1.10.48",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {