From 844cab2b8fcda685ccd82105ae77cfcc6d735040 Mon Sep 17 00:00:00 2001 From: mrq Date: Wed, 10 Apr 2024 14:08:30 +0200 Subject: [PATCH] stink --- src/currencies.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/currencies.js b/src/currencies.js index 112323e..d83fdae 100644 --- a/src/currencies.js +++ b/src/currencies.js @@ -18,6 +18,13 @@ let currencies = { existentialDeposit: '1', symbol: 'PINK', decimals: '10' + }, + '1000034': { + name: 'STINK', + assetType: 'External', + existentialDeposit: '1', + symbol: 'STINK', + decimals: '10' } };