Skip to content

Commit

Permalink
Merge branch 'main' into vrf-df-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Oct 25, 2024
2 parents b42f092 + 083440f commit a1b35d2
Show file tree
Hide file tree
Showing 363 changed files with 28,221 additions and 10,168 deletions.
4 changes: 4 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { RehypePlugins } from "@astrojs/markdown-remark"
// https://astro.build/config
export default defineConfig({
site: "https://docs.chain.link",
redirects: {
"/getting-started": "/getting-started/conceptual-overview",
"/resources": "/resources/link-token-contracts",
},
integrations: [
preact({
include: ["**/preact/*"],
Expand Down
10 changes: 10 additions & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
declare global {
interface Window {
dataLayer: Array<{
event: string
[key: string]: any
}>
}
}

export {}
9 changes: 5 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ const config: HardhatUserConfig = {
{ version: "0.6.6" },
{ version: "0.6.12" },
{ version: "0.7.6" },
{ version: "0.8.6" },
{ version: "0.8.7" },
{ version: "0.8.16", settings: compilerSettings },
{ version: "0.8.19", settings: compilerSettings },
{ version: "0.8.20", settings: compilerSettings },
{ version: "0.8.6" },
{ version: "0.8.16" },
{ version: "0.8.19" },
{ version: "0.8.20" },
{ version: "0.8.24" },
],
},
}
Expand Down
3,419 changes: 2,014 additions & 1,405 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@
"@astrojs/prism": "^3.1.0",
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@chainlink/components": "^0.4.16",
"@chainlink/contracts": "1.1.1",
"@chainlink/contracts-ccip": "1.4.0",
"@chainlink/design-system": "^0.1.50",
"@chainlink/components": "^0.4.18",
"@chainlink/contracts": "1.2.0",
"@chainlink/contracts-ccip": "1.5.0-beta.0",
"@chainlink/design-system": "^0.2.8",
"@chainlink/local": "^0.2.1",
"@chainlink/solana-sdk": "^0.2.2",
"@metamask/detect-provider": "^2.0.0",
"@metamask/providers": "^10.2.1",
Expand All @@ -62,7 +63,8 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-wrap-all": "^1.1.0",
"remark-directive": "^3.0.0"
"remark-directive": "^3.0.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
Expand Down
28 changes: 28 additions & 0 deletions public/assets/chains/blast.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/chains/opbnb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions public/assets/chains/soneium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/icons/close-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions public/assets/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/assets/icons/github-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/assets/icons/magnifier.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/assets/icons/quick-links.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a1b35d2

Please sign in to comment.