Skip to content

Commit

Permalink
Merge branch 'dev' into add-tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Sep 19, 2024
2 parents 3294a5b + 0f9861d commit 7a19d4c
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
148 changes: 74 additions & 74 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@invariant-labs/a0-sdk": "^0.2.20",
"@invariant-labs/a0-sdk": "^0.2.24",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@nightlylabs/wallet-selector-polkadot": "^0.2.5",
Expand Down
4 changes: 2 additions & 2 deletions src/store/consts/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const TESTNET_BTC: Token = {
export const TESTNET_ETH: Token = {
symbol: 'ETH',
address: ETH_ADDRESS[Network.Testnet],
decimals: 12n,
decimals: 18n,
name: 'Ether',
logoURI:
'https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/logo.png',
Expand Down Expand Up @@ -107,7 +107,7 @@ export const MAINNET_BTC: Token = {
export const MAINNET_ETH: Token = {
symbol: 'ETH',
address: ETH_ADDRESS[Network.Mainnet],
decimals: 12n,
decimals: 18n,
name: 'Ether',
logoURI:
'https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/2FPyTwcZLUg1MDrwsyoP4D6s1tM7hAkHYRjkNb5w6Pxk/logo.png',
Expand Down

0 comments on commit 7a19d4c

Please sign in to comment.