@cryptorubic/web3 0.0.24 → 0.0.26

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "0.0.24",
3
+ "version": "0.0.26",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -687,7 +687,7 @@ exports.viemConfig = {
687
687
  testnet: false,
688
688
  contracts: {
689
689
  multicall3: {
690
- address: '0xcA11bde05977b3631167028862bE2a173976CA11'
690
+ address: '0x4ea6779581bDAcd376724A52070bE89FfB74eC39'
691
691
  }
692
692
  }
693
693
  }),
@@ -69,5 +69,6 @@ exports.viemBlockchainMapping = {
69
69
  [core_1.BLOCKCHAIN_NAME.XLAYER]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.XLAYER], // viem xLayer config without multicall address
70
70
  [core_1.BLOCKCHAIN_NAME.BAHAMUT]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.BAHAMUT],
71
71
  [core_1.BLOCKCHAIN_NAME.BITLAYER]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.BITLAYER],
72
- [core_1.BLOCKCHAIN_NAME.GRAVITY]: chains_1.gravity
72
+ [core_1.BLOCKCHAIN_NAME.GRAVITY]: chains_1.gravity,
73
+ [core_1.BLOCKCHAIN_NAME.SEI]: chains_1.sei
73
74
  };