@provable-games/metagame-sdk 0.1.4 → 0.1.5
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/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -478,13 +478,13 @@ function parseKeyValueFormat(input) {
|
|
|
478
478
|
// src/utils/extensions.ts
|
|
479
479
|
var EXTENSION_ADDRESSES = {
|
|
480
480
|
SN_SEPOLIA: {
|
|
481
|
-
tournamentValidator: "
|
|
482
|
-
erc20BalanceValidator: "
|
|
483
|
-
opusTrovesValidator: "
|
|
484
|
-
snapshotValidator: "
|
|
485
|
-
zkPassportValidator: "
|
|
486
|
-
governanceValidator: "
|
|
487
|
-
merkleValidator: "
|
|
481
|
+
tournamentValidator: "0x03f50e4679b95735650c4b2ff901282d6204b5b0cb6521ac8381569c74fd56b6",
|
|
482
|
+
erc20BalanceValidator: "0x07488c95f24dead886732f190436b169ed9274969b96b9765bbda5265ae1b929",
|
|
483
|
+
opusTrovesValidator: "0x03542fc18dee94938c5b8ee2bcfce30010a9598b854c3ceb326bb376591a3c46",
|
|
484
|
+
snapshotValidator: "0x005aa67f8ef769a25c0cf2ab96fdcba2e4b3fa8abe187fbc316f2c39a54cfa9a",
|
|
485
|
+
zkPassportValidator: "0x01ad565ed6d201cf0b3f4e864562bd7ef63fb10fa08b0a0b6ff0f3398449092b",
|
|
486
|
+
governanceValidator: "0x06ad6e97c6e1e48ef92d30f5034e9a3bcb5940cb71cfe0fe7dd6576c3665490b",
|
|
487
|
+
merkleValidator: "0x05a0775e6c3af9ed2498b9349003cac1f41d93a54a1a18eedd8e366266993e58"
|
|
488
488
|
},
|
|
489
489
|
SN_MAIN: {
|
|
490
490
|
tournamentValidator: "0x0771b57c0709fc4407ff8b63d573f302b96fb03638364032fad734e3c310b9e0",
|