@openocean.finance/wallet 1.5.35 → 1.5.36

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
@@ -313,17 +313,17 @@ var chainObj = {
313
313
  ],
314
314
  compiler: 'EVM'
315
315
  },
316
- // "linea": {
317
- // chainName: "Linea Testnet",
318
- // chainId: 59140,
319
- // blockExplorerUrl: "https://explorer.goerli.linea.build/tx/",
320
- // nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
321
- // popularToken: [],
322
- // rpcUrls: [
323
- // "https://rpc.goerli.linea.build"
324
- // ],
325
- // compiler: 'EVM'
326
- // },
316
+ "lineaTest": {
317
+ chainName: "Linea Testnet",
318
+ chainId: 59140,
319
+ blockExplorerUrl: "https://explorer.goerli.linea.build/tx/",
320
+ nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
321
+ popularToken: [],
322
+ rpcUrls: [
323
+ "https://rpc.goerli.linea.build"
324
+ ],
325
+ compiler: 'EVM'
326
+ },
327
327
  "linea": {
328
328
  chainName: "Linea Mainnet",
329
329
  chainId: 59144,
@@ -84,6 +84,7 @@ var BitgetWallet = /** @class */ (function (_super) {
84
84
  types_1.EnumChains.Optimism,
85
85
  types_1.EnumChains.ZKSYNC,
86
86
  types_1.EnumChains.Linea,
87
+ types_1.EnumChains.LineaTest,
87
88
  types_1.EnumChains.PolygonzkEVM
88
89
  // EnumChains.Boba,
89
90
  // EnumChains.Moonriver,
@@ -82,6 +82,7 @@ var ImTokenWallet = /** @class */ (function (_super) {
82
82
  types_1.EnumChains.Avalanche,
83
83
  types_1.EnumChains.ZKSYNC,
84
84
  types_1.EnumChains.Linea,
85
+ types_1.EnumChains.LineaTest,
85
86
  types_1.EnumChains.PolygonzkEVM,
86
87
  types_1.EnumChains.Scroll,
87
88
  types_1.EnumChains.Base,
@@ -97,6 +97,7 @@ var MetaMask = /** @class */ (function (_super) {
97
97
  types_1.EnumChains.Klaytn,
98
98
  types_1.EnumChains.ZKSYNC,
99
99
  types_1.EnumChains.Linea,
100
+ types_1.EnumChains.LineaTest,
100
101
  types_1.EnumChains.PolygonzkEVM,
101
102
  types_1.EnumChains.Telos,
102
103
  types_1.EnumChains.Scroll,
@@ -92,6 +92,7 @@ var SafePalWallet = /** @class */ (function (_super) {
92
92
  types_1.EnumChains.Klaytn,
93
93
  types_1.EnumChains.ZKSYNC,
94
94
  types_1.EnumChains.Linea,
95
+ types_1.EnumChains.LineaTest,
95
96
  types_1.EnumChains.PolygonzkEVM,
96
97
  types_1.EnumChains.Scroll,
97
98
  types_1.EnumChains.Base,
@@ -92,6 +92,7 @@ var TrustWallet = /** @class */ (function (_super) {
92
92
  types_1.EnumChains.Klaytn,
93
93
  types_1.EnumChains.ZKSYNC,
94
94
  types_1.EnumChains.Linea,
95
+ types_1.EnumChains.LineaTest,
95
96
  types_1.EnumChains.PolygonzkEVM,
96
97
  types_1.EnumChains.Scroll,
97
98
  types_1.EnumChains.Base,
@@ -94,6 +94,7 @@ var WalletConnect = /** @class */ (function (_super) {
94
94
  types_1.EnumChains.Klaytn,
95
95
  types_1.EnumChains.ZKSYNC,
96
96
  types_1.EnumChains.Linea,
97
+ types_1.EnumChains.LineaTest,
97
98
  types_1.EnumChains.PolygonzkEVM,
98
99
  types_1.EnumChains.Telos,
99
100
  types_1.EnumChains.OpBNB,
package/lib/types.d.ts CHANGED
@@ -44,6 +44,7 @@ export declare enum EnumChains {
44
44
  ZKSYNC = "zksync",
45
45
  PolygonzkEVM = "polygon_zkevm",
46
46
  Linea = "linea",
47
+ LineaTest = "lineaTest",
47
48
  Starknet = "starknet",
48
49
  Telos = "telos",
49
50
  Scroll = "scroll",
package/lib/types.js CHANGED
@@ -44,6 +44,7 @@ var EnumChains;
44
44
  EnumChains["ZKSYNC"] = "zksync";
45
45
  EnumChains["PolygonzkEVM"] = "polygon_zkevm";
46
46
  EnumChains["Linea"] = "linea";
47
+ EnumChains["LineaTest"] = "lineaTest";
47
48
  EnumChains["Starknet"] = "starknet";
48
49
  EnumChains["Telos"] = "telos";
49
50
  EnumChains["Scroll"] = "scroll";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.5.35",
3
+ "version": "1.5.36",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
package/lib/.DS_Store DELETED
Binary file