@openocean.finance/wallet 1.10.74 → 1.10.76

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
@@ -502,7 +502,7 @@ var chainObj = {
502
502
  compiler: 'EVM',
503
503
  chainName: "Sei Network",
504
504
  chainId: 1329,
505
- blockExplorerUrl: "https://seitrace.com/tx/",
505
+ blockExplorerUrl: "https://seiscan.io/tx/",
506
506
  nativeCurrency: { name: "SEI", symbol: "SEI", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
507
507
  popularToken: ["SEI"],
508
508
  rpcUrls: ["https://evm-rpc.sei-apis.com"]
@@ -634,6 +634,14 @@ var chainObj = {
634
634
  nativeCurrency: { name: "INJ", symbol: "INJ", decimals: 18, address: "0x0000000000000000000000000000000000000000" },
635
635
  rpcUrls: ["https://sentry.evm-rpc.injective.network"]
636
636
  },
637
+ "robinhood": {
638
+ compiler: 'EVM',
639
+ chainName: "Robinhood",
640
+ chainId: 4663,
641
+ blockExplorerUrl: "https://robinhoodchain.blockscout.com/tx/",
642
+ nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18, address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" },
643
+ rpcUrls: ["https://rpc.mainnet.chain.robinhood.com"]
644
+ },
637
645
  };
638
646
  var Chains = /** @class */ (function () {
639
647
  function Chains() {
@@ -1,3 +1,4 @@
1
+ "use strict";
1
2
  /**
2
3
  * @author davidshimjs
3
4
  * @see <a href="http://www.d-project.com/" target="_blank">http://www.d-project.com/</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.74",
3
+ "version": "1.10.76",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -57,8 +57,6 @@
57
57
  "@onflow/fcl": "^0.0.71",
58
58
  "@ont-dev/ontology-dapi": "^0.5.7",
59
59
  "@project-serum/sol-wallet-adapter": "0.2.0",
60
- "@reown/appkit": "^1.5.3",
61
- "@reown/appkit-adapter-wagmi": "^1.5.3",
62
60
  "@siddomains/sidjs": "^0.1.22",
63
61
  "@solana/web3.js": "^1.91.0",
64
62
  "@suiet/wallet-kit": "^0.3.3",
@@ -73,6 +71,8 @@
73
71
  "path-browserify": "^1.0.1",
74
72
  "starknet": "^4.22.0",
75
73
  "viem": "^2.41.2",
74
+ "@reown/appkit": "1.5.3",
75
+ "@reown/appkit-adapter-wagmi": "1.5.3",
76
76
  "wagmi": "2.12.30",
77
77
  "web3": "^1.10.4",
78
78
  "web3-ledgerhq-frame-connector": "^1.1.0"