Skip to content

Commit

Permalink
Update webauthn origin (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
broody authored May 16, 2024
1 parent 046dc60 commit 9e9d369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions packages/keychain/.env.development
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# NEXT_PUBLIC_RP_ID="cartridge.gg"
# NEXT_PUBLIC_RP_ID="localhost"
# NEXT_PUBLIC_ADMIN_URL="https://cartridge.gg"
# NEXT_PUBLIC_SITE_URL="https://x.cartridge.gg"
# NEXT_PUBLIC_API_BASE_URL="https://api.cartridge.gg"
# NEXT_PUBLIC_API_URL="https://api.cartridge.gg/query"
# NEXT_PUBLIC_RPC_MAINNET="https://api.cartridge.gg/rpc/starknet"
Expand All @@ -12,7 +11,6 @@ NEXT_PUBLIC_ETH_RPC_SEPOLIA="https://eth-sepolia.g.alchemy.com/v2/mURnclB5pn5elD
NEXT_PUBLIC_ORIGIN="http://localhost:3001"
NEXT_PUBLIC_RP_ID="localhost"
NEXT_PUBLIC_ADMIN_URL="http://localhost:3000"
NEXT_PUBLIC_SITE_URL="http://localhost:3001"
NEXT_PUBLIC_API_BASE_URL="http://localhost:3001"
NEXT_PUBLIC_API_URL="http://localhost:8000/query"
NEXT_PUBLIC_RPC_MAINNET="http://localhost:8000/x/starknet/mainnet"
Expand Down
3 changes: 1 addition & 2 deletions packages/keychain/.env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
NEXT_PUBLIC_ORIGIN="https://cartridge.gg"
NEXT_PUBLIC_ORIGIN="https://x.cartridge.gg"
NEXT_PUBLIC_RP_ID="cartridge.gg"
NEXT_PUBLIC_ADMIN_URL="https://cartridge.gg"
NEXT_PUBLIC_SITE_URL="https://x.cartridge.gg"
NEXT_PUBLIC_API_BASE_URL="https://api.cartridge.gg"
NEXT_PUBLIC_API_URL="https://api.cartridge.gg/query"
NEXT_PUBLIC_RPC_MAINNET="https://api.cartridge.gg/rpc/starknet"
Expand Down

0 comments on commit 9e9d369

Please sign in to comment.