forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62db66c
commit d99e726
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule website
updated
10 files
+1 −1 | .github/workflows/auto-deploy.yml | |
+16 −6 | gatsby-node.js | |
+2 −3 | src/components/Chain.tsx | |
+15 −0 | src/components/ChainIcon.tsx | |
+39 −7 | src/components/ChainList.tsx | |
+14 −4 | src/components/Header.tsx | |
+12 −0 | src/components/Layout.tsx | |
+14 −71 | src/pages/index.tsx | |
+6 −1 | src/types/chain.ts | |
+274 −42 | yarn.lock |