Skip to content

Commit

Permalink
add new chains pyth (#8631)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobern authored Nov 24, 2024
1 parent 33a8db2 commit 4cc42a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions defi/src/constants/chainsByOracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const chainsByOracle: Record<string, Array<string>> = {
"ZKsync Era",
],
"Pyth": [
"ApeChain"
"Arbitrum",
"Astar zkEVM",
"Aurora",
Expand All @@ -76,19 +77,23 @@ const chainsByOracle: Record<string, Array<string>> = {
"Conflux",
"CORE",
"Cronos",
"Cronos zkEVM",
"EOS",
"Evmos",
"Ethereum",
"Etherlink",
"Fantom",
"Filecoin",
"Flow",
"Fuel Ignition"
"Gnosis",
"Gravity",
"Hedera",
"Horizen EON",
'IDEX'
"inEVM",
"IOTA EVM",
"Kaia",
"Kava",
"KCC",
"Klatyn",
Expand All @@ -99,6 +104,7 @@ const chainsByOracle: Record<string, Array<string>> = {
"Merlin",
"Meter",
"Mode",
"Morph",
"Neon",
"opBNB",
"Optimism",
Expand All @@ -107,9 +113,11 @@ const chainsByOracle: Record<string, Array<string>> = {
"Polygon zkEVM",
"Polynomial",
"Ronin",
"Sanko",
"Scroll",
"ShimmerEVM",
"Taiko",
"TON",
"Viction",
"WEMIX3.0",
"Zkfair",
Expand Down

0 comments on commit 4cc42a4

Please sign in to comment.