@cryptorubic/web3 0.8.9-alpha-rub-70.0 → 0.8.9

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/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "0.8.9-alpha-rub-70.0",
3
+ "version": "0.8.9",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bignumber.js": "9.1.2",
7
- "@cryptorubic/core": "0.8.9-alpha-rub-70.0",
7
+ "@cryptorubic/core": "0.8.9",
8
8
  "viem": "^2.19.1",
9
9
  "web3-utils": "^4.3.1",
10
10
  "@ton/ton": "^15.1.0",
11
11
  "@solana/web3.js": "1.95.3",
12
12
  "@solflare-wallet/utl-sdk": "^1.4.0",
13
13
  "@ethersproject/bignumber": "^5.7.0",
14
- "@cryptorubic/tron-types": "0.8.9-alpha-rub-70.0",
14
+ "@cryptorubic/tron-types": "0.8.9",
15
15
  "bitcoin-address-validation": "^2.2.3",
16
16
  "axios": "0.27.2",
17
17
  "crc-32": "^1.2.2",
@@ -1420,5 +1420,32 @@ exports.viemConfig = {
1420
1420
  address: '0xcA11bde05977b3631167028862bE2a173976CA11'
1421
1421
  }
1422
1422
  }
1423
+ }),
1424
+ HEMI: (0, viem_1.defineChain)({
1425
+ id: 43111,
1426
+ name: 'Hemi',
1427
+ network: 'Hemi',
1428
+ nativeCurrency: {
1429
+ name: 'Ether',
1430
+ symbol: 'ETH',
1431
+ decimals: 18
1432
+ },
1433
+ rpcUrls: {
1434
+ default: {
1435
+ http: ['https://rpc.hemi.network/rpc']
1436
+ }
1437
+ },
1438
+ blockExplorers: {
1439
+ default: {
1440
+ name: 'blockscout',
1441
+ url: 'https://explorer.hemi.xyz'
1442
+ }
1443
+ },
1444
+ testnet: false,
1445
+ contracts: {
1446
+ multicall3: {
1447
+ address: '0xcA11bde05977b3631167028862bE2a173976CA11'
1448
+ }
1449
+ }
1423
1450
  })
1424
1451
  };
@@ -76,5 +76,6 @@ exports.viemBlockchainMapping = {
76
76
  [core_1.BLOCKCHAIN_NAME.SONEIUM]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.SONEIUM],
77
77
  [core_1.BLOCKCHAIN_NAME.WANCHAIN]: chains_1.wanchain,
78
78
  [core_1.BLOCKCHAIN_NAME.UNICHAIN]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.UNICHAIN],
79
- [core_1.BLOCKCHAIN_NAME.MORPH]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.MORPH] // viem Morph config without multicall address
79
+ [core_1.BLOCKCHAIN_NAME.MORPH]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.MORPH], // viem Morph config without multicall address
80
+ [core_1.BLOCKCHAIN_NAME.HEMI]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.HEMI]
80
81
  };