@provable-games/budokan-sdk 0.1.6 → 0.1.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.cjs CHANGED
@@ -596,15 +596,15 @@ var CHAINS = {
596
596
  rpcUrl: "https://api.cartridge.gg/x/starknet/mainnet/rpc/v0_10",
597
597
  apiBaseUrl: "https://budokan-api-production.up.railway.app",
598
598
  wsUrl: "wss://budokan-api-production.up.railway.app/ws",
599
- budokanAddress: "0x06137ee50f57d08e1d0d758045e45982e2f5ef4826091ed4db136e7afbafecce",
600
- viewerAddress: "0x075d1b9f1a9751e6b8f8b5a4ca8e721f10c58d87607e703cda062e512a434443"
599
+ budokanAddress: "0x020239968a74f3e190d1b5aa0c6316845062a00cb98f787d661fd4aa860553de",
600
+ viewerAddress: "0x00ace1cce7933fbf0d7a2f32c3b5d4c36e63462f81c7845b6d7ac5d8dbdbefa4"
601
601
  },
602
602
  sepolia: {
603
603
  rpcUrl: "https://starknet-sepolia.public.blastapi.io",
604
604
  apiBaseUrl: "https://budokan-api-sepolia.up.railway.app",
605
605
  wsUrl: "wss://budokan-api-sepolia.up.railway.app/ws",
606
- budokanAddress: "0x0423583f0e9461708a3eb763f1c4d89dbda03814da0f048af5eefd9c97e742ef",
607
- viewerAddress: "0x0568f6078cdf5d9aad881c3a9da1be58fc83018a198bb78ca43a663070a4fcbb"
606
+ budokanAddress: "0x02a97de0b33fb115f5c32a58232d9941c4a5b2598aa71d30c094076cc592f94d",
607
+ viewerAddress: "0x001f2be7ed811bfa859f8f6cf72d2458f36103ac172ff8e65a630bbcc6cf98c9"
608
608
  }
609
609
  };
610
610
  function getChainConfig(chain) {