@zubari/sdk 0.2.6 → 0.2.7
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.js +7 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -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 +7 -8
- package/dist/services/index.js.map +1 -1
- package/dist/services/index.mjs +7 -8
- package/dist/services/index.mjs.map +1 -1
- package/dist/wallet/index.js +7 -8
- package/dist/wallet/index.js.map +1 -1
- package/dist/wallet/index.mjs +7 -8
- package/dist/wallet/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/wallet/index.mjs
CHANGED
|
@@ -138,14 +138,13 @@ 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-
|
|
142
|
-
registry: "
|
|
143
|
-
nft: "
|
|
144
|
-
marketplace: "
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
payouts: "0x804Fe503936E8b8d3D5Dbb62AF4fB6Fe7265Fb2c",
|
|
141
|
+
// Ethereum Sepolia (11155111) - Deployed 2024-12-30
|
|
142
|
+
registry: "0xe5CE1Eb986f58BE42EEDFe5C18ee5956803b2BDC",
|
|
143
|
+
nft: "0xCb1AB134a75c4D504792233efC5dE949aDE3f29f",
|
|
144
|
+
marketplace: "0xfcEfDa6C73aC357b8695E5F8F8d17820750BF207",
|
|
145
|
+
tips: "0x86a9A306C7fCC9e0B8cd6859f6f15498d0046BB7",
|
|
146
|
+
subscriptions: "0xaB7F17A85F61d9ab9f96bCB4e73e910D019978F7",
|
|
147
|
+
payouts: "0x8aaB23Fb2a83A259E965Aae8Ee0938b1400B7E6b",
|
|
149
148
|
entryPoint: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
|
|
150
149
|
paymaster: ZERO_ADDRESS,
|
|
151
150
|
// Deploy with: npx hardhat run deploy/deploy.ts --network ethereum-sepolia
|