@lifi/data-types 5.20.0-beta.3 → 5.20.0-beta.4

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
@@ -4,7 +4,7 @@
4
4
  "dependencies": {
5
5
  "@lifi/types": "^v16.6.0-beta.1"
6
6
  },
7
- "version": "5.20.0-beta.3",
7
+ "version": "5.20.0-beta.4",
8
8
  "files": [
9
9
  "src",
10
10
  "!src/assets",
@@ -43,6 +43,6 @@ exports.multicallAddresses = {
43
43
  [types_1.ChainId.OPB]: '0xcA11bde05977b3631167028862bE2a173976CA11',
44
44
  [types_1.ChainId.WCC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
45
45
  [types_1.ChainId.LSK]: '0xcA11bde05977b3631167028862bE2a173976CA11',
46
- [types_1.ChainId.ABS]: '0xcA11bde05977b3631167028862bE2a173976CA11',
46
+ [types_1.ChainId.ABS]: '0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7',
47
47
  };
48
48
  //# sourceMappingURL=multicall.js.map
@@ -48,7 +48,7 @@ export const multicallAddresses = {
48
48
  [ChainId.OPB]: '0xcA11bde05977b3631167028862bE2a173976CA11',
49
49
  [ChainId.WCC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
50
50
  [ChainId.LSK]: '0xcA11bde05977b3631167028862bE2a173976CA11',
51
- [ChainId.ABS]: '0xcA11bde05977b3631167028862bE2a173976CA11',
51
+ [ChainId.ABS]: '0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7',
52
52
  // TODO
53
53
  // [ChainId.EXP]: '', // TODO
54
54
  // [ChainId.TCH]: '', // TODO
package/src/multicall.ts CHANGED
@@ -49,7 +49,7 @@ export const multicallAddresses: { [ChainId: number]: string } = {
49
49
  [ChainId.OPB]: '0xcA11bde05977b3631167028862bE2a173976CA11',
50
50
  [ChainId.WCC]: '0xcA11bde05977b3631167028862bE2a173976CA11',
51
51
  [ChainId.LSK]: '0xcA11bde05977b3631167028862bE2a173976CA11',
52
- [ChainId.ABS]: '0xcA11bde05977b3631167028862bE2a173976CA11',
52
+ [ChainId.ABS]: '0xAa4De41dba0Ca5dCBb288b7cC6b708F3aaC759E7',
53
53
 
54
54
  // TODO
55
55
  // [ChainId.EXP]: '', // TODO