Skip to content

Commit

Permalink
Merge pull request #547 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Feb 6, 2025
2 parents 6cc54dc + 0595403 commit 88c4110
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 12 deletions.
9 changes: 9 additions & 0 deletions .changeset/changeset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@api3/logos": patch
---

Following logos has been updated:

|Logo|Name|Category|
|---|---|---|
|<img src="./raw/chains/Chain80094.svg" width="36" alt="">|80094|chain|
5 changes: 5 additions & 0 deletions .changeset/six-baboons-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/logos': patch
---

Remove overrides
4 changes: 2 additions & 2 deletions helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ function getSupportList(mode) {
function getManualLogos(mode) {
switch (mode) {
case 'chain':
return ['80094'];
return [];
case 'symbol':
return ['BERA'];
return [];
case 'api-provider':
return [];
default:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/preset-react": "^7.26.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@api3/dapi-management": "2.19.0",
"@api3/dapi-management": "2.20.0",
"dropbox": "^10.34.0",
"node-fetch": "^2.7.0",
"dotenv": "^16.4.7",
Expand Down
82 changes: 78 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions raw/chains/Chain80094.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88c4110

Please sign in to comment.