@openocean.finance/wallet 1.5.14 → 1.5.15
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 +11 -0
- package/package.json +1 -1
package/lib/Chains.js
CHANGED
|
@@ -345,6 +345,17 @@ var chainObj = {
|
|
|
345
345
|
"https://mainnet.telos.net/evm"
|
|
346
346
|
],
|
|
347
347
|
compiler: 'EVM'
|
|
348
|
+
},
|
|
349
|
+
"scroll": {
|
|
350
|
+
chainName: "Scroll Test",
|
|
351
|
+
chainId: 534353,
|
|
352
|
+
blockExplorerUrl: "https://blockscout.scroll.io/tx/",
|
|
353
|
+
nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
|
|
354
|
+
popularToken: [],
|
|
355
|
+
rpcUrls: [
|
|
356
|
+
"https://alpha-rpc.scroll.io/l2"
|
|
357
|
+
],
|
|
358
|
+
compiler: 'EVM'
|
|
348
359
|
}
|
|
349
360
|
};
|
|
350
361
|
var Chains = /** @class */ (function () {
|