fix: fixed metamask snap (#467)
This commit is contained in:
parent
433fa717a0
commit
976d76a7f4
@ -10,10 +10,6 @@ export const CHAINS: ChainInfos = {
|
|||||||
explorerName: 'Mintscan',
|
explorerName: 'Mintscan',
|
||||||
chainId: ChainInfoID.Osmosis1,
|
chainId: ChainInfoID.Osmosis1,
|
||||||
name: 'Osmosis',
|
name: 'Osmosis',
|
||||||
bip44: {
|
|
||||||
coinType: 118,
|
|
||||||
},
|
|
||||||
alternativeBIP44s: [{ coinType: 330 }],
|
|
||||||
gasPrice: '0.025uosmo',
|
gasPrice: '0.025uosmo',
|
||||||
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
||||||
defaultCurrency: {
|
defaultCurrency: {
|
||||||
@ -36,10 +32,6 @@ export const CHAINS: ChainInfos = {
|
|||||||
explorerName: 'Mintscan',
|
explorerName: 'Mintscan',
|
||||||
chainId: ChainInfoID.OsmosisDevnet,
|
chainId: ChainInfoID.OsmosisDevnet,
|
||||||
name: 'Osmosis Devnet',
|
name: 'Osmosis Devnet',
|
||||||
bip44: {
|
|
||||||
coinType: 118,
|
|
||||||
},
|
|
||||||
alternativeBIP44s: [{ coinType: 330 }],
|
|
||||||
gasPrice: '0.025uosmo',
|
gasPrice: '0.025uosmo',
|
||||||
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
||||||
defaultCurrency: {
|
defaultCurrency: {
|
||||||
@ -62,10 +54,6 @@ export const CHAINS: ChainInfos = {
|
|||||||
explorerName: 'Mintscan',
|
explorerName: 'Mintscan',
|
||||||
chainId: ChainInfoID.OsmosisTestnet,
|
chainId: ChainInfoID.OsmosisTestnet,
|
||||||
name: 'Osmosis Testnet',
|
name: 'Osmosis Testnet',
|
||||||
bip44: {
|
|
||||||
coinType: 118,
|
|
||||||
},
|
|
||||||
alternativeBIP44s: [{ coinType: 330 }],
|
|
||||||
gasPrice: '0.025uosmo',
|
gasPrice: '0.025uosmo',
|
||||||
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
bech32Config: Bech32Address.defaultBech32Config('osmo'),
|
||||||
defaultCurrency: {
|
defaultCurrency: {
|
||||||
|
@ -51,7 +51,7 @@ export const WALLETS: WalletInfos = {
|
|||||||
install: 'Install MetaMask',
|
install: 'Install MetaMask',
|
||||||
installURL: 'https://metamask.io/download/',
|
installURL: 'https://metamask.io/download/',
|
||||||
imageURL: '/images/wallets/leap-snap.png',
|
imageURL: '/images/wallets/leap-snap.png',
|
||||||
supportedChains: [ChainInfoID.Osmosis1],
|
supportedChains: [ChainInfoID.Osmosis1, ChainInfoID.OsmosisDevnet],
|
||||||
},
|
},
|
||||||
[WalletID.Station]: {
|
[WalletID.Station]: {
|
||||||
name: 'Station Wallet',
|
name: 'Station Wallet',
|
||||||
|
1
src/types/interfaces/wallet.d.ts
vendored
1
src/types/interfaces/wallet.d.ts
vendored
@ -16,7 +16,6 @@ type Network = import('@delphi-labs/shuttle-react').Network
|
|||||||
interface ChainInfo extends Network {
|
interface ChainInfo extends Network {
|
||||||
explorer: string
|
explorer: string
|
||||||
explorerName: string
|
explorerName: string
|
||||||
alternativeBIP44s: BIP44[]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface WalletClient {
|
interface WalletClient {
|
||||||
|
Loading…
Reference in New Issue
Block a user