Skip to content

Commit

Permalink
update endpoints (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l authored Jan 5, 2024
1 parent 7490cd4 commit 0289732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private_key = "0x1800000000300000180000000000030000000000003006001800006600"
# private_key = "0x5e9d85de083b7ddd3029c44de2997ceba8384074bbebb66696a1b507f0466fc"

# [profile.prod.tool.dojo.env]
# rpc_url = "https://api.cartridge.gg/x/ryoprod/katana"
# rpc_url = "https://api.cartridge.gg/x/ryo/katana"
# account_address = "0x6e857786bbd1652857d673836c41e0544d9d5ecd3e7a1bbde744e328b8cc2f6"
# private_key = "0x5e9d85de083b7ddd3029c44de2997ceba8384074bbebb66696a1b507f0466fc"

Expand Down
6 changes: 3 additions & 3 deletions web/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# NEXT_PUBLIC_ACCOUNT_CLASS_HASH="0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"

NEXT_PUBLIC_DISABLE_MEDIAPLAYER_AUTOPLAY="false"
NEXT_PUBLIC_RPC_ENDPOINT="https://api.cartridge.gg/x/ryoprod/katana"
NEXT_PUBLIC_GRAPHQL_ENDPOINT="https://api.cartridge.gg/x/ryoprod/torii/graphql"
NEXT_PUBLIC_GRAPHQL_ENDPOINT_WS="wss://api.cartridge.gg/x/ryoprod/torii/graphql/ws"
NEXT_PUBLIC_RPC_ENDPOINT="https://api.cartridge.gg/x/ryo/katana"
NEXT_PUBLIC_GRAPHQL_ENDPOINT="https://api.cartridge.gg/x/ryo/torii/graphql"
NEXT_PUBLIC_GRAPHQL_ENDPOINT_WS="wss://api.cartridge.gg/x/ryo/torii/graphql/ws"
NEXT_PUBLIC_ADMIN_ADDRESS="0x7e3d485ca5b12bbb6d2c0c2ecedc66914ec968f522ffe42fce91cdb7e1b092a"
NEXT_PUBLIC_ADMIN_PRIVATE_KEY="0x4ee49e8ed98edeb9c581efede804b1c299ab29cc444af9f282ed7cf454dff0c"
NEXT_PUBLIC_ACCOUNT_CLASS_HASH="0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"

1 comment on commit 0289732

@vercel
Copy link

@vercel vercel bot commented on 0289732 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollyourown – ./

rollyourown.preview.cartridge.gg
rollyourown-git-main.preview.cartridge.gg

Please sign in to comment.