From c01b95b3c8dda79a4121bdcc14b410efb8349ede Mon Sep 17 00:00:00 2001 From: johnmark13 Date: Tue, 28 Nov 2023 08:25:30 +0000 Subject: [PATCH] Update nation3-passport-coop-with-delegations to version to 0.3.0 --- src/strategies/nation3-passport-coop-with-delegations/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strategies/nation3-passport-coop-with-delegations/index.ts b/src/strategies/nation3-passport-coop-with-delegations/index.ts index 0e30c99f4..6fd51d1ea 100644 --- a/src/strategies/nation3-passport-coop-with-delegations/index.ts +++ b/src/strategies/nation3-passport-coop-with-delegations/index.ts @@ -3,7 +3,7 @@ import { Multicaller } from '../../utils'; import { formatUnits } from '@ethersproject/units'; export const author = 'nation3'; -export const version = '0.2.0'; +export const version = '0.3.0'; const DECIMALS = 18;