diff --git a/pages/index.tsx b/pages/index.tsx index c92fb25..23aaca9 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -21,7 +21,7 @@ export const AirdropLiveStatus: { [K in ChainType]: boolean } = { "juno": true, "stargaze": true, "aura": false, - "osmosis": false, + "osmosis": true, }; const Home: NextPage = () => {