Skip to content

Commit

Permalink
contract address replace
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Aug 30, 2024
1 parent 30a6fbb commit f2a25ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LeaderboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const LeaderboardPage: React.FC<LeaderboardPageProps> = ({ elapsedTime, onClose,
const endpoint = await getHttpEndpoint({ network: "testnet" });
const client = new TonClient({ endpoint });

const onChainRaceAddress = Address.parse("kQDW1VLFvS3FJW5rl2tyNfQ-mOfN5nPYGPAHh1vueJsRywwm");
const onChainRaceAddress = Address.parse("kQC_8HjVICJndonC88WPdsekT072YY0vvcj3I2oXgmEcDWT1");

await getDataFromRace(client, onChainRaceAddress);

Expand Down

0 comments on commit f2a25ec

Please sign in to comment.