Skip to content

Commit

Permalink
Fix hex too
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout committed Oct 31, 2023
1 parent e7e4d82 commit dab26d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/theme/AddToMetaMaskButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare global {

export const EVMNetworks = {
'shimmerevm-testnet': {
chainId: '0x430',
chainId: '0x431',
chainName: 'ShimmerEVM Testnet',
nativeCurrency: {
name: 'Shimmer',
Expand Down

0 comments on commit dab26d9

Please sign in to comment.