@openocean.finance/wallet 1.5.11 → 1.5.13
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 +15 -4
- package/package.json +1 -1
package/lib/Chains.js
CHANGED
|
@@ -313,14 +313,25 @@ 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
327
|
"linea": {
|
|
317
|
-
chainName: "Linea
|
|
318
|
-
chainId:
|
|
319
|
-
blockExplorerUrl: "https://explorer.
|
|
328
|
+
chainName: "Linea Mainnet",
|
|
329
|
+
chainId: 59144,
|
|
330
|
+
blockExplorerUrl: "https://explorer.linea.build/tx/",
|
|
320
331
|
nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
|
|
321
332
|
popularToken: [],
|
|
322
333
|
rpcUrls: [
|
|
323
|
-
"https://
|
|
334
|
+
"https://linea-mainnet.infura.io/v3/2c7c4d86c2c746c89de722551b606119"
|
|
324
335
|
],
|
|
325
336
|
compiler: 'EVM'
|
|
326
337
|
},
|