Skip to content

Commit

Permalink
Merge branch 'main' into Algolia-search-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelig880 authored Dec 19, 2024
2 parents a142e18 + 645e99b commit d8d284d
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 107 deletions.
12 changes: 12 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"category": "integration",
"changes": [],
"date": "2024-12-19",
"description": "Chainlink Data Streams is available in Early Access on Shibarium. The verifier proxy addresses and stream IDs are available on the [Stream Addresses](https://docs.chain.link/data-streams/crypto-streams) page.",
"relatedNetworks": ["shibarium"],
"relatedTokens": [],
"title": "Data Streams on Shibarium",
"topic": "data",
"subTopic": "data-streams",
"urls": []
},
{
"category": "release",
"changes": [],
Expand Down
105 changes: 0 additions & 105 deletions public/files/json/feeds-aptos-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,110 +88,5 @@
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "BNB / USD",
"path": "bnb-usd",
"proxyAddress": "0x011d45b006000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "POL / USD",
"path": "pol-usd",
"proxyAddress": "0x01e5984da6000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "METIS / USD",
"path": "metis-usd",
"proxyAddress": "0x01e835288b000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "DAI / USD",
"path": "dai-usd",
"proxyAddress": "0x0112be0d78000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "AVAX / USD",
"path": "avax-usd",
"proxyAddress": "0x016d7a70e3000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "WEMIX / USD",
"path": "wemix-usd",
"proxyAddress": "0x01ef65a95a000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
},
{
"compareOffchain": "",
"contractAddress": "x",
"name": "CELO / USD",
"path": "celo-usd",
"proxyAddress": "0x0132427bcd000332000000000000000000000000000000000000000000000000",
"threshold": 0.1,
"heartbeat": 1800,
"valuePrefix": "",
"assetName": "",
"feedCategory": "",
"feedType": "",
"docs": {},
"decimals": 18
}
]
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const productChainLinks: ProductChainLinks = {
opbnb: "/data-streams/crypto-streams",
solana: "/data-streams/crypto-streams",
optimism: "/data-streams/crypto-streams",
shibarium: "/data-streams/crypto-streams",
},
},
Functions: {
Expand Down
3 changes: 1 addition & 2 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ export const CHAINS: Chain[] = [
name: "Aptos Testnet",
explorerUrl: "",
networkType: "testnet",
rddUrl:
"https://gist.githubusercontent.com/khadni/0894bd57169f2aaa840b89e40440e21a/raw/2cc8db69ab04f370de3ec2cee2d94b46c1282480/feeds-aptos-testnet.json",
rddUrl: "https://docs.chain.link/files/json/feeds-aptos-testnet.json",
queryString: "aptos-testnet",
},
],
Expand Down
14 changes: 14 additions & 0 deletions src/features/feeds/components/Tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,20 @@ const StreamsNetworksData = [
explorerUrl: "https://sepolia-optimism.etherscan.io/address/%s",
},
},
{
network: "Shibarium",
logoUrl: "/assets/chains/shibarium.svg",
mainnet: {
label: "Shibarium Mainnet",
verifierProxy: "0xBE9f07f73de2412A9d0Ed64C42De7d9A10C9F28C",
explorerUrl: "https://www.shibariumscan.io/address/%s",
},
testnet: {
label: "Shibarium Puppynet",
verifierProxy: "0xc44eb6c00A0F89D044279cD91Bdfd5f62f752Da3",
explorerUrl: "https://puppyscan.shib.io/address/%s",
},
},
{
network: "Soneium",
logoUrl: "/assets/chains/soneium.svg",
Expand Down

0 comments on commit d8d284d

Please sign in to comment.