Skip to content

Commit

Permalink
update endpoint to api2 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l authored Jan 31, 2024
1 parent 0d81f7f commit 9303678
Showing 1 changed file with 3 additions and 3 deletions.
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/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_RPC_ENDPOINT="https://api2.cartridge.gg/x/ryo/katana"
NEXT_PUBLIC_GRAPHQL_ENDPOINT="https://api2.cartridge.gg/x/ryo/torii/graphql"
NEXT_PUBLIC_GRAPHQL_ENDPOINT_WS="wss://api2.cartridge.gg/x/ryo/torii/graphql/ws"
NEXT_PUBLIC_ADMIN_ADDRESS="0x7e3d485ca5b12bbb6d2c0c2ecedc66914ec968f522ffe42fce91cdb7e1b092a"
NEXT_PUBLIC_ADMIN_PRIVATE_KEY="0x4ee49e8ed98edeb9c581efede804b1c299ab29cc444af9f282ed7cf454dff0c"
NEXT_PUBLIC_ACCOUNT_CLASS_HASH="0x04d07e40e93398ed3c76981e72dd1fd22557a78ce36c0515f679e27f0bb5bc5f"

0 comments on commit 9303678

Please sign in to comment.