Skip to content

Commit

Permalink
b2
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Dec 17, 2024
1 parent a76c17c commit bdc6519
Show file tree
Hide file tree
Showing 17 changed files with 925 additions and 742 deletions.
14 changes: 14 additions & 0 deletions public/assets/chains/bsquared.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"category": "integration",
"changes": [],
"date": "2024-12-17",
"description": "Chainlink CCIP is publicly available on Bsquared mainnet and Bsquared testnet. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/bitcoin-mainnet-bsquared-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/bitcoin-testnet-bsquared-1) for more information.",
"relatedNetworks": ["bsquared"],
"relatedTokens": [],
"title": "CCIP on Bsquared",
"topic": "ccip",
"urls": []
},
{
"category": "integration",
"changes": [],
Expand Down
2 changes: 2 additions & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const productChainLinks: ProductChainLinks = {
soneium: "/ccip/directory/testnet/chain/ethereum-testnet-sepolia-soneium-1",
zircuit: "/ccip/directory/mainnet/chain/ethereum-mainnet-zircuit-1",
ronin: "/ccip/directory/mainnet/chain/ronin-mainnet",
bsquared: "/ccip/directory/mainnet/chain/bitcoin-mainnet-bsquared-1",
},
},
"Data Feeds": {
Expand Down Expand Up @@ -192,4 +193,5 @@ export const chainNames: Record<string, string> = {
blast: "Blast",
zircuit: "Zircuit",
ronin: "Ronin",
bsquared: "B²",
}
20 changes: 20 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,26 @@
"version": "1.5.0"
}
},
"bitcoin-mainnet-bsquared-1": {
"armProxy": {
"address": "0x1C6Faa5762860261014a355a9efF2bEea2255851",
"version": "1.5.0"
},
"chainSelector": "5406759801798337480",
"feeTokens": ["LINK", "WBTC"],
"registryModule": {
"address": "0x790b7770D12AdBa4d3F920d7A994E7a4f275037c",
"version": "1.5.0"
},
"router": {
"address": "0x9C34e9A192d7a4c2cf054668C1122C028C43026c",
"version": "1.2.0"
},
"tokenAdminRegistry": {
"address": "0x2e1543255119CfB9D3501E32d7f5B244E59A06F4",
"version": "1.5.0"
}
},
"bsc-mainnet": {
"armProxy": {
"address": "0x9e09697842194f77d315E0907F1Bda77922e8f84",
Expand Down
Loading

0 comments on commit bdc6519

Please sign in to comment.