diff --git a/common/config/tokens/ella.json b/common/config/tokens/ella.json new file mode 100644 index 00000000..c51bbe64 --- /dev/null +++ b/common/config/tokens/ella.json @@ -0,0 +1,8 @@ +[ + { + "address": "0x991e7fe4b05f2b3db1d788e705963f5d647b0044", + "symbol": "MINING", + "decimal": 18, + "type": "default" + } +] diff --git a/common/features/config/networks/static/reducer.ts b/common/features/config/networks/static/reducer.ts index 9b1293d8..e6dc2094 100644 --- a/common/features/config/networks/static/reducer.ts +++ b/common/features/config/networks/static/reducer.ts @@ -272,11 +272,12 @@ export const STATIC_NETWORKS_INITIAL_STATE: StaticNetworksState = { name: 'Ellaism Explorer', origin: 'https://explorer.ellaism.org' }), - tokens: [], + tokens: require('config/tokens/ella.json'), contracts: [], dPathFormats: { [SecureWalletName.TREZOR]: ELLA_DEFAULT, [SecureWalletName.SAFE_T]: ELLA_DEFAULT, + [SecureWalletName.LEDGER_NANO_S]: ELLA_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: ELLA_DEFAULT }, gasPriceSettings: {