@web3modal/common
Advanced tools
Comparing version 5.1.1 to 5.1.2-eea9452
@@ -10,7 +10,7 @@ export const ConstantsUtil = { | ||
}, | ||
CHAIN_NAME: { | ||
EVM: 'Ethereum', | ||
SOLANA: 'Solana' | ||
CHAIN_NAME_MAP: { | ||
evm: 'Ethereum', | ||
solana: 'Solana' | ||
} | ||
}; | ||
//# sourceMappingURL=ConstantsUtil.js.map |
@@ -11,6 +11,6 @@ import type { Chain } from './TypeUtil.js'; | ||
}; | ||
CHAIN_NAME: { | ||
EVM: string; | ||
SOLANA: string; | ||
CHAIN_NAME_MAP: { | ||
evm: string; | ||
solana: string; | ||
}; | ||
}; |
{ | ||
"name": "@web3modal/common", | ||
"version": "5.1.1", | ||
"version": "5.1.2-eea9452", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
91257
1