Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Aug 12, 2024
1 parent b430aef commit 7bf39e2
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/stores/src/account/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class AccountStore<Injects extends Record<string, any>[] = []> {
// Unmount the previous wallet manager.
await this._walletManager.onUnmounted();
this._createWalletManager(this._wallets);
return this._walletManager as NonNullable<typeof this._walletManager>;
return this._walletManager;
}

get walletManager() {
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/src/message-composers/osmosis/gamm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export async function makeJoinPoolMsg({
});
}

makeJoinPoolMsg.shareCoinDecimals = 18;
makeJoinPoolMsg.shareCoinDecimals = 18 as const;

export async function makeJoinSwapExternAmountInMsg({
poolId,
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Filter zurücksetzen",
"saveFilters": "Filter speichern",
"rewards": "Belohnung",
"estimatedInYearlyRewards": "Geschätzte jährliche Prämie",
"availableToClaim": "zur Inanspruchnahme verfügbar",
"claimAllRewards": "Fordern Sie alle Belohnungen an",
"join": "Verbinden",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Reset filters",
"saveFilters": "Save filters",
"rewards": "Rewards",
"estimatedInYearlyRewards": "Estimated in yearly rewards",
"availableToClaim": "available to claim",
"claimAllRewards": "Claim all rewards",
"join": "Join",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Restablecer filtros",
"saveFilters": "Guardar filtros",
"rewards": "Recompensas",
"estimatedInYearlyRewards": "Estimado en recompensas anuales",
"availableToClaim": "disponible para reclamar",
"claimAllRewards": "Reclama todas las recompensas",
"join": "Unirse",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "بازنشانی فیلترها",
"saveFilters": "ذخیره فیلترها",
"rewards": "پاداش",
"estimatedInYearlyRewards": "بر اساس جوایز سالانه تخمین زده می شود",
"availableToClaim": "در دسترس برای ادعا",
"claimAllRewards": "تمام جوایز را مطالبه کنید",
"join": "پیوستن",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Réinitialiser les filtres",
"saveFilters": "Enregistrer les filtres",
"rewards": "Récompenses",
"estimatedInYearlyRewards": "Estimé en récompenses annuelles",
"availableToClaim": "disponible pour réclamer",
"claimAllRewards": "Réclamez toutes les récompenses",
"join": "Rejoindre",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/gu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "ફિલ્ટર્સ રીસેટ કરો",
"saveFilters": "ફિલ્ટર્સ સાચવો",
"rewards": "પારિતોષિકો",
"estimatedInYearlyRewards": "વાર્ષિક પુરસ્કારોમાં અંદાજિત",
"availableToClaim": "દાવો કરવા માટે ઉપલબ્ધ છે",
"claimAllRewards": "બધા પુરસ્કારોનો દાવો કરો",
"join": "જોડાઓ",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "फ़िल्टर रीसेट करें",
"saveFilters": "फ़िल्टर सहेजें",
"rewards": "पुरस्कार",
"estimatedInYearlyRewards": "वार्षिक पुरस्कारों में अनुमानित",
"availableToClaim": "दावा करने के लिए उपलब्ध",
"claimAllRewards": "सभी पुरस्कारों का दावा करें",
"join": "जोड़ना",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "フィルターをリセットする",
"saveFilters": "フィルターを保存する",
"rewards": "報酬",
"estimatedInYearlyRewards": "年間報酬で見積もる",
"availableToClaim": "請求可能",
"claimAllRewards": "すべての報酬を受け取る",
"join": "参加する",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "필터 재설정",
"saveFilters": "필터 저장",
"rewards": "보상",
"estimatedInYearlyRewards": "연간 보상으로 추정",
"availableToClaim": "청구 가능",
"claimAllRewards": "모든 보상을 받으세요",
"join": "가입하다",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Zresetuj filtry",
"saveFilters": "Zapisz filtry",
"rewards": "Nagrody",
"estimatedInYearlyRewards": "Szacowane w rocznych nagrodach",
"availableToClaim": "dostępne do reklamacji",
"claimAllRewards": "Odbierz wszystkie nagrody",
"join": "Dołączyć",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Redefinir filtros",
"saveFilters": "Salvar filtros",
"rewards": "Recompensas",
"estimatedInYearlyRewards": "Estimado em recompensas anuais",
"availableToClaim": "disponível para reivindicar",
"claimAllRewards": "Reivindique todas as recompensas",
"join": "Juntar",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Resetați filtrele",
"saveFilters": "Salvați filtrele",
"rewards": "Recompense",
"estimatedInYearlyRewards": "Estimat în recompense anuale",
"availableToClaim": "disponibil pentru revendicare",
"claimAllRewards": "Revendicați toate recompensele",
"join": "A te alatura",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Сбросить фильтры",
"saveFilters": "Сохранить фильтры",
"rewards": "Награды",
"estimatedInYearlyRewards": "Расчетное годовое вознаграждение",
"availableToClaim": "доступен для претензии",
"claimAllRewards": "Получите все награды",
"join": "Присоединиться",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "Filtreleri sıfırla",
"saveFilters": "Filtreleri kaydet",
"rewards": "Ödüller",
"estimatedInYearlyRewards": "Yıllık ödüllerde tahmin edilir",
"availableToClaim": "talep edilebilir",
"claimAllRewards": "Tüm ödülleri talep edin",
"join": "Katılmak",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "重置过滤器",
"saveFilters": "保存过滤器",
"rewards": "奖励",
"estimatedInYearlyRewards": "预计每年奖励",
"availableToClaim": "可索赔",
"claimAllRewards": "领取所有奖励",
"join": "加入",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/zh-hk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "重置過濾器",
"saveFilters": "保存過濾器",
"rewards": "獎勵",
"estimatedInYearlyRewards": "預計每年獎勵",
"availableToClaim": "可索賠",
"claimAllRewards": "領取所有獎勵",
"join": "加入",
Expand Down
1 change: 0 additions & 1 deletion packages/web/localizations/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@
"resetFilters": "重置過濾器",
"saveFilters": "保存過濾器",
"rewards": "獎勵",
"estimatedInYearlyRewards": "預計每年獎勵",
"availableToClaim": "可索賠",
"claimAllRewards": "領取所有獎勵",
"join": "加入",
Expand Down

0 comments on commit 7bf39e2

Please sign in to comment.