From 2bb3b68dc5249ea1e666c7f1274ec0fac605aef4 Mon Sep 17 00:00:00 2001 From: Manuel Montenegro Date: Wed, 8 Jun 2022 10:19:00 +0200 Subject: [PATCH] Rename mapping file to staking.ts Since all the event handler functions placed in mappings.ts are related to Token Staking contract, staking.ts seems to be a more precise name for this mapping file. --- src/{mapping.ts => staking.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{mapping.ts => staking.ts} (100%) diff --git a/src/mapping.ts b/src/staking.ts similarity index 100% rename from src/mapping.ts rename to src/staking.ts