Skip to content

Commit

Permalink
Merge pull request #351 from api3dao/main
Browse files Browse the repository at this point in the history
Add new logos
  • Loading branch information
hiletmis authored Jun 3, 2024
2 parents 6c75d32 + 563b8ed commit 8f88e40
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 124 deletions.
12 changes: 12 additions & 0 deletions .changeset/changeset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@api3/logos": patch
---

Some changes have been made to the `logos`.

|Logo|Name|Category|
|---|---|---|
|<img src="./raw/symbols/degen.svg" width="36" alt="">|degen|symbol|
|<img src="./raw/symbols/ena.svg" width="36" alt="">|ena|symbol|
|<img src="./raw/symbols/fdusd.svg" width="36" alt="">|fdusd|symbol|
|<img src="./raw/symbols/core.svg" width="36" alt="">|core|symbol|
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@babel/core": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@api3/api-integrations": "^1.11.0",
"@changesets/cli": "^2.27.5",
"@api3/api-integrations": "^1.12.0",
"@api3/chains": "^7.1.0",
"dropbox": "^10.34.0",
"node-fetch": "^2.7.0",
"dotenv": "^16.4.5",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint-config-prettier": "^9.1.0",
"svgo": "^3.3.0"
},
Expand Down
245 changes: 128 additions & 117 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions raw/symbols/core.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions raw/symbols/degen.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 raw/symbols/ena.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions raw/symbols/fdusd.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: 2 additions & 2 deletions viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@api3/logos": "workspace:*",
"framer-motion": "^11.2.6",
"framer-motion": "^11.2.10",
"gh-pages": "^6.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -22,7 +22,7 @@
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"web-vitals": "^4.0.1",
"@api3/api-integrations": "^1.11.0"
"@api3/api-integrations": "^1.12.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
Expand Down

0 comments on commit 8f88e40

Please sign in to comment.