@zubari/sdk 0.2.7 → 0.2.8

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.
@@ -138,9 +138,12 @@ function getNetworkConfig(network, isTestnet = false) {
138
138
  var ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
139
139
  var ZUBARI_CONTRACTS = {
140
140
  testnet: {
141
- // Ethereum Sepolia (11155111) - Deployed 2024-12-30
141
+ // Ethereum Sepolia (11155111) - Deployed 2024-12-31
142
142
  registry: "0xe5CE1Eb986f58BE42EEDFe5C18ee5956803b2BDC",
143
- nft: "0xCb1AB134a75c4D504792233efC5dE949aDE3f29f",
143
+ nft: "0xc165b8C6843e8f0B1489525D0f853d23f22c677B",
144
+ // ZubariNFT ERC-721 with payment
145
+ nft1155: "0x5e618B5bEaE1dc41369E7aa235Cc3b9245905192",
146
+ // Zubari1155 ERC-1155 multi-edition
144
147
  marketplace: "0xfcEfDa6C73aC357b8695E5F8F8d17820750BF207",
145
148
  tips: "0x86a9A306C7fCC9e0B8cd6859f6f15498d0046BB7",
146
149
  subscriptions: "0xaB7F17A85F61d9ab9f96bCB4e73e910D019978F7",
@@ -158,6 +161,7 @@ var ZUBARI_CONTRACTS = {
158
161
  // Ethereum Mainnet (1)
159
162
  registry: ZERO_ADDRESS,
160
163
  nft: ZERO_ADDRESS,
164
+ nft1155: ZERO_ADDRESS,
161
165
  marketplace: ZERO_ADDRESS,
162
166
  tips: ZERO_ADDRESS,
163
167
  subscriptions: ZERO_ADDRESS,