@provable-games/budokan-sdk 0.1.6 → 0.1.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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +150 -40
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +14 -14
- package/dist/react.d.ts +14 -14
- package/dist/react.js +150 -40
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
600
|
-
viewerAddress: "
|
|
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: "
|
|
607
|
-
viewerAddress: "
|
|
606
|
+
budokanAddress: "0x02a97de0b33fb115f5c32a58232d9941c4a5b2598aa71d30c094076cc592f94d",
|
|
607
|
+
viewerAddress: "0x001f2be7ed811bfa859f8f6cf72d2458f36103ac172ff8e65a630bbcc6cf98c9"
|
|
608
608
|
}
|
|
609
609
|
};
|
|
610
610
|
function getChainConfig(chain) {
|