Skip to content

Commit 2f53ac2

Browse files
committed
Fix KiteAI mainnet explorer URL
1 parent 11ae946 commit 2f53ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/x402/chains.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module X402
7373
# --- KiteAI ---
7474
"kiteai" => {
7575
chain_id: 2366,
76-
explorer_url: "https://testnet.kitescan.ai",
76+
explorer_url: "https://kitescan.ai",
7777
},
7878
"kiteai-testnet" => {
7979
chain_id: 2368,

0 commit comments

Comments
 (0)