@zubari/sdk 0.2.6 → 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.
- package/dist/{index-xZYY0MEX.d.mts → index-BOc9U2TK.d.mts} +1 -0
- package/dist/{index-BPojlGT6.d.ts → index-Cqrpp3XA.d.ts} +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -8
- package/dist/index.mjs.map +1 -1
- package/dist/protocols/index.js.map +1 -1
- package/dist/protocols/index.mjs.map +1 -1
- package/dist/services/index.js +11 -8
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +11 -8
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.d.mts +1 -1
- package/dist/wallet/index.d.ts +1 -1
- package/dist/wallet/index.js +11 -8
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +11 -8
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/wallet/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../index-
|
|
1
|
+
export { Z as ZubariWallet } from '../index-BOc9U2TK.mjs';
|
|
2
2
|
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-B1qvFF4K.mjs';
|
|
3
3
|
import '../index-Cx389p_j.mjs';
|
|
4
4
|
import 'abitype';
|
package/dist/wallet/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Z as ZubariWallet } from '../index-
|
|
1
|
+
export { Z as ZubariWallet } from '../index-Cqrpp3XA.js';
|
|
2
2
|
export { C as ChainBalance, M as MultiChainAddresses, S as SUPPORTED_CHAINS, W as WalletManager, b as WalletManagerConfig, a as WalletState } from '../WalletManager-CCs4Jsv7.js';
|
|
3
3
|
import '../index-Cx389p_j.js';
|
|
4
4
|
import 'abitype';
|
package/dist/wallet/index.js
CHANGED
|
@@ -140,14 +140,16 @@ function getNetworkConfig(network, isTestnet = false) {
|
|
|
140
140
|
var ZERO_ADDRESS = "0x0000000000000000000000000000000000000000";
|
|
141
141
|
var ZUBARI_CONTRACTS = {
|
|
142
142
|
testnet: {
|
|
143
|
-
// Ethereum Sepolia (11155111) - Deployed 2024-12-
|
|
144
|
-
registry: "
|
|
145
|
-
nft: "
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
143
|
+
// Ethereum Sepolia (11155111) - Deployed 2024-12-31
|
|
144
|
+
registry: "0xe5CE1Eb986f58BE42EEDFe5C18ee5956803b2BDC",
|
|
145
|
+
nft: "0xc165b8C6843e8f0B1489525D0f853d23f22c677B",
|
|
146
|
+
// ZubariNFT ERC-721 with payment
|
|
147
|
+
nft1155: "0x5e618B5bEaE1dc41369E7aa235Cc3b9245905192",
|
|
148
|
+
// Zubari1155 ERC-1155 multi-edition
|
|
149
|
+
marketplace: "0xfcEfDa6C73aC357b8695E5F8F8d17820750BF207",
|
|
150
|
+
tips: "0x86a9A306C7fCC9e0B8cd6859f6f15498d0046BB7",
|
|
151
|
+
subscriptions: "0xaB7F17A85F61d9ab9f96bCB4e73e910D019978F7",
|
|
152
|
+
payouts: "0x8aaB23Fb2a83A259E965Aae8Ee0938b1400B7E6b",
|
|
151
153
|
entryPoint: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
|
|
152
154
|
paymaster: ZERO_ADDRESS,
|
|
153
155
|
// Deploy with: npx hardhat run deploy/deploy.ts --network ethereum-sepolia
|
|
@@ -161,6 +163,7 @@ var ZUBARI_CONTRACTS = {
|
|
|
161
163
|
// Ethereum Mainnet (1)
|
|
162
164
|
registry: ZERO_ADDRESS,
|
|
163
165
|
nft: ZERO_ADDRESS,
|
|
166
|
+
nft1155: ZERO_ADDRESS,
|
|
164
167
|
marketplace: ZERO_ADDRESS,
|
|
165
168
|
tips: ZERO_ADDRESS,
|
|
166
169
|
subscriptions: ZERO_ADDRESS,
|