Skip to content

Commit

Permalink
Merge pull request #13 from centfinance/meter
Browse files Browse the repository at this point in the history
Meter Deployment ⚡️🔌
  • Loading branch information
stxphxn authored Apr 8, 2024
2 parents 77f31df + 4ef4c0f commit ca8a4bf
Show file tree
Hide file tree
Showing 53 changed files with 747 additions and 245 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/telos-favicon.png" />
<link
rel="preload"
as="font"
Expand Down
21 changes: 12 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@popperjs/core": "^2.9.2",
"@sentry/browser": "^7.17.4",
"@sentry/tracing": "^7.17.4",
"@symmetric-v3/sdk": "^1.2.13-beta.1",
"@symmetric-v3/sdk": "^1.2.15-beta.1",
"@tanstack/vue-query": "^4.22.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/vue": "^7.0.0",
Expand All @@ -91,7 +91,7 @@
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/coverage-c8": "^0.30.1",
"@vue/test-utils": "^2.4.1",
"@vueuse/core": "^4.3.4",
"@vueuse/core": "^4.11.2",
"@walletconnect/ethereum-provider": "^2.10.2",
"@walletconnect/modal": "^2.6.2",
"animejs": "^3.2.1",
Expand Down
Binary file added public/celo-favicon.ico
Binary file not shown.
Binary file added public/celo-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/gnosis-chain-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/images/logos/celo-logo.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: 6 additions & 0 deletions public/images/logos/gnosis-chain-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/images/logos/meter-logo.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: 6 additions & 0 deletions public/images/logos/telos-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/meter-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/telos-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tokens/mtr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const themeMap = {
celo: 'celo',
sepolia: 'celo',
'gnosis-chain': 'gnosis-chain',
meter: 'meter',
};
// Function to update theme based on the route slug
const updateTheme = () => {
Expand Down
Loading

0 comments on commit ca8a4bf

Please sign in to comment.