Skip to content

Commit

Permalink
chore: remove kiosks packages from env.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Nov 5, 2024
1 parent 2092381 commit 731d3fd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions sdk/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ IOTA_NETWORKS = '
"url": "https://fullnode.mainnet.iota.org:443",
"chain": "iota:mainnet",
"explorer": "https://explorer.iota.org",
"kiosk": {
"royaltyRulePackageId": "0x434b5bd8f6a7b05fede0ff46c6e511d71ea326ed38056e3bcd681d2d7c2a7879",
"kioskLockRulePackageId": "0x434b5bd8f6a7b05fede0ff46c6e511d71ea326ed38056e3bcd681d2d7c2a7879",
"floorPriceRulePackageId": "0x34cc6762780f4f6f153c924c0680cfe2a1fb4601e7d33cc28a92297b62de1e0e",
"personalKioskRulePackageId": "0x0cb4bcc0560340eb1a1b929cabe56b33fc6449820ec8c1980d69bb98b649b802"
}
},
"testnet": {
"id": "testnet",
Expand All @@ -23,12 +17,6 @@ IOTA_NETWORKS = '
"explorer": "https://explorer.iota.org",
"chain": "iota:testnet",
"faucet": "https://faucet.testnet.iota.org/gas",
"kiosk": {
"royaltyRulePackageId": "bd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585",
"kioskLockRulePackageId": "bd8fc1947cf119350184107a3087e2dc27efefa0dd82e25a1f699069fe81a585",
"floorPriceRulePackageId": "0x06f6bdd3f2e2e759d8a4b9c252f379f7a05e72dfe4c0b9311cdac27b8eb791b1",
"personalKioskRulePackageId": "0x06f6bdd3f2e2e759d8a4b9c252f379f7a05e72dfe4c0b9311cdac27b8eb791b1"
}
},
"devnet": {
"id": "devnet",
Expand Down

0 comments on commit 731d3fd

Please sign in to comment.