From ce12d7794e7d319176e60399ff4f0778a314068f Mon Sep 17 00:00:00 2001 From: Jamie Harding Date: Wed, 8 Jan 2025 12:55:05 +0100 Subject: [PATCH] rm notes --- .../components/deployment/test-strategy-token-select.rain | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/ui-components/src/lib/components/deployment/test-strategy-token-select.rain b/packages/ui-components/src/lib/components/deployment/test-strategy-token-select.rain index de3f07e61..c0d4aef91 100644 --- a/packages/ui-components/src/lib/components/deployment/test-strategy-token-select.rain +++ b/packages/ui-components/src/lib/components/deployment/test-strategy-token-select.rain @@ -1,5 +1,3 @@ -# Edit this to work with FLR - raindex-version: 8898591f3bcaa21dc91dc3b8584330fc405eadfa networks: flare: @@ -21,8 +19,6 @@ deployers: address: 0xE3989Ea7486c0F418C764e6c511e86f6E8830FAb network: flare tokens: - # There needs to be tokens defined in the deployment, - # BUT select-tokens in GUI works as an override token1: network: flare address: "0x0000000000000000000000000000000000000000" @@ -72,9 +68,6 @@ gui: description: How many inputs do you want to have per one output? select-tokens: - # This is a required field! It overrides the tokens defined in the deployment. - # It's a list of tokens that will be used in the order. - # The names need to match the tokens defined in the deployment. - token1 - token2 ---