@openocean.finance/wallet 1.10.75 → 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.
Files changed (2) hide show
  1. package/lib/Chains.js +8 -0
  2. package/package.json +1 -1
package/lib/Chains.js CHANGED
@@ -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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openocean.finance/wallet",
3
- "version": "1.10.75",
3
+ "version": "1.10.76",
4
4
  "description": "A multi-chain wallets manager",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {