Skip to content

Commit 3fdec05

Browse files
committed
use prod keychain
1 parent b53c362 commit 3fdec05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next/src/components/providers/StarknetProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const controller = new ControllerConnector({
204204
//
205205
// However, if you want to use custom RPC URLs, you can still specify them:
206206
chains: controllerConnectorChains,
207-
url: getKeychainUrl(),
207+
url: "https://x.cartridge.gg",
208208
signupOptions,
209209
slot: "arcade-pistols",
210210
namespace: "pistols",

0 commit comments

Comments
 (0)