Skip to content

Commit

Permalink
Merge remote-tracking branch 'thisdot/doc-phase-2-updates' into doc-p…
Browse files Browse the repository at this point in the history
…hase-2-updates-docs-team-changes
dwightjl committed Aug 1, 2024
2 parents 1910f8f + 9f09884 commit 4da189b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
@@ -445,6 +445,13 @@ export const CHAINS: Chain[] = [
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-starknet-1.json",
queryString: "starknet-mainnet",
},
{
name: "Starknet Sepolia testnet",
explorerUrl: "https://sepolia.starkscan.co/contract/%s",
networkType: "testnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-testnet-sepolia-starknet-1.json",
queryString: "starknet-sepolia-testnet",
},
],
},
{

0 comments on commit 4da189b

Please sign in to comment.