Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import dataFeedsLogo from "../../../assets/product-logos/data-feeds-logo.svg"
import dataStreamsLogo from "../../../assets/product-logos/data-streams-logo.svg"
import creLogo from "../../../assets/product-logos/cre-logo.svg"
import { c } from "node_modules/vite/dist/node/moduleRunnerTransport.d-DJ_mE5sf.js"

Check warning on line 8 in src/components/QuickLinks/data/productChainLinks.ts

View workflow job for this annotation

GitHub Actions / eslint

'c' is defined but never used

Check warning on line 8 in src/components/QuickLinks/data/productChainLinks.ts

View workflow job for this annotation

GitHub Actions / eslint

'c' is defined but never used

export interface ProductData {
learnMoreLink: string
Expand Down Expand Up @@ -33,7 +33,6 @@
base: "/ccip/directory/mainnet/chain/ethereum-mainnet-base-1",
blast: "/ccip/directory/mainnet/chain/ethereum-mainnet-blast-1",
ethereum: "/ccip/directory/mainnet/chain/mainnet",
kroma: "/ccip/directory/mainnet/chain/ethereum-mainnet-kroma-1",
optimism: "/ccip/directory/mainnet/chain/ethereum-mainnet-optimism-1",
polygon: "/ccip/directory/mainnet/chain/matic-mainnet",
wemix: "/ccip/directory/mainnet/chain/wemix-mainnet",
Expand Down Expand Up @@ -313,7 +312,6 @@
ink: "/resources/link-token-contracts#ink",
janction: "/resources/link-token-contracts#janction",
kaia: "/resources/link-token-contracts#kaia",
kroma: "/resources/link-token-contracts#kroma",
lens: "/resources/link-token-contracts#lens",
linea: "/resources/link-token-contracts#linea",
lisk: "/resources/link-token-contracts#lisk",
Expand Down
26 changes: 0 additions & 26 deletions src/content/resources/link-token-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -997,32 +997,6 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
| Symbol | LINK |
| Decimals | 18 |

## <img src="/assets/chains/kroma.svg" style="height: 24px; width: auto; margin-right: 8px;" />Kroma

### Kroma Mainnet

ETH is used to pay for transactions on the Kroma mainnet.

| Parameter | Value |
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `ETH_CHAIN_ID` | `255` |
| Address | <Address contractUrl="https://kromascan.xyz/address/0xC1F6f7622ad37C3f46cDF6F8AA0344ADE80BF450" urlId="255_0xC1F6f7622ad37C3f46cDF6F8AA0344ADE80BF450" urlClass="erc-token-address"/> |
| Name | Chainlink Token on Kroma Mainnet |
| Symbol | LINK |
| Decimals | 18 |

### Kroma Sepolia Testnet

Testnet ETH is used to pay for transactions on the Kroma testnet.

| Parameter | Value |
| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ETH_CHAIN_ID` | `2358` |
| Address | <Address contractUrl="https://testnet.kromascan.xyz/address/0xa75cCA5b404ec6F4BB6EC4853D177FE7057085c8" urlId="2358_0xa75cCA5b404ec6F4BB6EC4853D177FE7057085c8" urlClass="erc-token-address"/> |
| Name | Chainlink Token on Kroma Sepolia Testnet |
| Symbol | LINK |
| Decimals | 18 |

## <img src="/assets/chains/lens.svg" style="height: 24px; width: auto; margin-right: 8px;" />Lens

### Lens Mainnet
Expand Down
26 changes: 0 additions & 26 deletions src/content/resources/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1755,32 +1755,6 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
| Symbol | LINK |
| Decimals | 18 |

## <img src="/assets/chains/kroma.svg" style="height: 24px; width: auto; margin-right: 8px;" />Kroma

### Kroma Mainnet

ETH is used to pay for transactions on the Kroma mainnet.

| Parameter | Value |
| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ETH_CHAIN_ID` | `255` |
| Address | <Address contractUrl="https://kromascan.xyz/address/0xC1F6f7622ad37C3f46cDF6F8AA0344ADE80BF450" urlId="255_0xC1F6f7622ad37C3f46cDF6F8AA0344ADE80BF450" urlClass="erc-token-address" /> |
| Name | Chainlink Token on Kroma Mainnet |
| Symbol | LINK |
| Decimals | 18 |

### Kroma Sepolia Testnet

Testnet ETH is used to pay for transactions on the Kroma testnet.

| Parameter | Value |
| :------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `ETH_CHAIN_ID` | `2358` |
| Address | <Address contractUrl="https://testnet.kromascan.xyz/address/0xa75cCA5b404ec6F4BB6EC4853D177FE7057085c8" urlId="2358_0xa75cCA5b404ec6F4BB6EC4853D177FE7057085c8" urlClass="erc-token-address" /> |
| Name | Chainlink Token on Kroma Sepolia Testnet |
| Symbol | LINK |
| Decimals | 18 |

## <img src="/assets/chains/lens.svg" style="height: 24px; width: auto; margin-right: 8px;" />Lens

### Lens Mainnet
Expand Down
Loading