@provable-games/budokan-sdk 0.1.16 → 0.1.17
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 +4 -4
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +4 -4
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -586,15 +586,15 @@ var CHAINS = {
|
|
|
586
586
|
rpcUrl: "https://api.cartridge.gg/x/starknet/mainnet/rpc/v0_10",
|
|
587
587
|
apiBaseUrl: "https://budokan-api-production.up.railway.app",
|
|
588
588
|
wsUrl: "wss://budokan-api-production.up.railway.app/ws",
|
|
589
|
-
budokanAddress: "
|
|
590
|
-
viewerAddress: "
|
|
589
|
+
budokanAddress: "0x00f4941e73cc38f67f79ae1f7cdae48f28ca5a6c0e013f6136818e777f61c6ee",
|
|
590
|
+
viewerAddress: "0x027c264f4417dfd25d0626bce7304e9b3140ab06afeaf639b2678d2a05f1beb3"
|
|
591
591
|
},
|
|
592
592
|
sepolia: {
|
|
593
593
|
rpcUrl: "https://starknet-sepolia.public.blastapi.io",
|
|
594
594
|
apiBaseUrl: "https://budokan-api-sepolia.up.railway.app",
|
|
595
595
|
wsUrl: "wss://budokan-api-sepolia.up.railway.app/ws",
|
|
596
|
-
budokanAddress: "
|
|
597
|
-
viewerAddress: "
|
|
596
|
+
budokanAddress: "0x0169083e63f3caff2c15f83eb238b1f4ab8f74903c0e6b5d433b448972c578d4",
|
|
597
|
+
viewerAddress: "0x02cc4473948170cf42c2f3abc6391fd4401650375ee8e4661b7b6966cda4f15e"
|
|
598
598
|
}
|
|
599
599
|
};
|
|
600
600
|
function getChainConfig(chain) {
|