@gfxlabs/oku-chains 1.11.30 → 1.11.31
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/dist/browser.js +4 -1
- package/dist/index-mjs.js +4 -1
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -4344,7 +4344,10 @@
|
|
|
4344
4344
|
},
|
|
4345
4345
|
},
|
|
4346
4346
|
contracts: {
|
|
4347
|
-
|
|
4347
|
+
multicall3: {
|
|
4348
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4349
|
+
},
|
|
4350
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4348
4351
|
},
|
|
4349
4352
|
});
|
|
4350
4353
|
|
package/dist/index-mjs.js
CHANGED
|
@@ -4341,7 +4341,10 @@ const pharos$1 = makeInternalChain({
|
|
|
4341
4341
|
},
|
|
4342
4342
|
},
|
|
4343
4343
|
contracts: {
|
|
4344
|
-
|
|
4344
|
+
multicall3: {
|
|
4345
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4346
|
+
},
|
|
4347
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4345
4348
|
},
|
|
4346
4349
|
});
|
|
4347
4350
|
|
package/dist/index.js
CHANGED
|
@@ -4343,7 +4343,10 @@ const pharos$1 = makeInternalChain({
|
|
|
4343
4343
|
},
|
|
4344
4344
|
},
|
|
4345
4345
|
contracts: {
|
|
4346
|
-
|
|
4346
|
+
multicall3: {
|
|
4347
|
+
address: "0xca11bde05977b3631167028862be2a173976ca11",
|
|
4348
|
+
},
|
|
4349
|
+
// No canonical multicall3 deployment confirmed yet; add when known.
|
|
4347
4350
|
},
|
|
4348
4351
|
});
|
|
4349
4352
|
|