Skip to content

Commit a53ef6f

Browse files
committed
update quick links, link token contracts and changelog
1 parent d29f3fa commit a53ef6f

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

public/changelog.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"displayName": "Bitlayer",
4545
"iconUrl": "https://docs.chain.link/assets/chains/bitlayer.svg"
4646
},
47+
"bittensor": {
48+
"displayName": "Bittensor EVM",
49+
"iconUrl": "https://docs.chain.link/assets/chains/bittensor.svg"
50+
},
4751
"blast": {
4852
"displayName": "Blast",
4953
"iconUrl": "https://docs.chain.link/assets/chains/blast.svg"
@@ -326,6 +330,21 @@
326330
}
327331
},
328332
"data": [
333+
{
334+
"category": "integration",
335+
"date": "2025-11-04",
336+
"description": "Chainlink CCIP expands support to new blockchains:",
337+
"newNetworks": [
338+
{
339+
"displayName": "Bittensor EVM",
340+
"network": "bittensor",
341+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/bittensor-mainnet"
342+
}
343+
],
344+
"relatedNetworks": ["bittensor"],
345+
"title": "CCIP on Bittensor EVM",
346+
"topic": "CCIP"
347+
},
329348
{
330349
"category": "integration",
331350
"date": "2025-11-02",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const productChainLinks: ProductChainLinks = {
9393
plasma: "/ccip/directory/mainnet/chain/plasma-mainnet",
9494
memento: "/ccip/directory/mainnet/chain/memento-mainnet",
9595
xdc: "/ccip/directory/mainnet/chain/xdc-mainnet",
96+
bittensor: "/ccip/directory/mainnet/chain/bittensor-mainnet",
9697
},
9798
},
9899
"Data Feeds": {
@@ -308,6 +309,8 @@ export const productChainLinks: ProductChainLinks = {
308309
kaia: "/resources/link-token-contracts#kaia",
309310
tac: "/resources/link-token-contracts#tac",
310311
memento: "/resources/link-token-contracts#memento",
312+
xdc: "/resources/link-token-contracts#xdc",
313+
bittensor: "/resources/link-token-contracts#bittensor-evm",
311314
},
312315
}
313316

src/content/resources/link-token-contracts.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,18 @@ Testnet LINK are available at [faucets.chain.link/bitlayer-testnet](https://fauc
254254
| Decimals | 18 |
255255
| Network status | [bitlayer.org](https://bitlayer.org/) |
256256

257+
## <img src="/assets/chains/bittensor.svg" style="height: 24px; width: auto; margin-right: 8px;" />Bittensor EVM
258+
259+
### Bittensor EVM Mainnet
260+
261+
| Parameter | Value |
262+
| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
263+
| Chain ID | `964` |
264+
| Address | <Address contractUrl="https://taostats.io//address/0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13" urlId="964_0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13" urlClass="erc-token-address"/> |
265+
| Name | Chainlink Token on Bittensor EVM Mainnet |
266+
| Symbol | LINK |
267+
| Decimals | 18 |
268+
257269
## <img src="/assets/chains/blast.svg" style="height: 24px; width: auto; margin-right: 8px;" />Blast
258270

259271
### Blast Mainnet

0 commit comments

Comments
 (0)