diff --git a/src/lang/locales/en.json b/src/lang/locales/en.json index 523c5580..0f0bede3 100644 --- a/src/lang/locales/en.json +++ b/src/lang/locales/en.json @@ -22,6 +22,7 @@ "starname": "Starname", "bitsong": "BitSong", "e-money": "E-Money", + "omniflix": "OmniFlix", "staking": "Staking", "governance": "Governance", diff --git a/src/store/chains/omniflix.json b/src/store/chains/omniflix.json new file mode 100644 index 00000000..c83476e3 --- /dev/null +++ b/src/store/chains/omniflix.json @@ -0,0 +1,7 @@ +{ + "chain_name": "omniflix", + "api": "https://api.testnet.omniflix.network", + "sdk_version": "0.44.0", + "addr_prefix": "omniflix", + "logo": "https://dl.airtable.com/.attachments/cfdba6dfc6889b7909d60cf6e419960b/f5959d18/uYvkubS-_400x400.jpg" +}