From 3702937476f19197977d82e09b75d28232e560d4 Mon Sep 17 00:00:00 2001 From: Jason McInerney Date: Fri, 29 Sep 2023 14:11:10 -0700 Subject: [PATCH] Use link as fee token on both avax and optimism --- integration-tests/contracts/ccip/laneconfig/contracts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/contracts/ccip/laneconfig/contracts.json b/integration-tests/contracts/ccip/laneconfig/contracts.json index 95d0f51a1d..0306875062 100644 --- a/integration-tests/contracts/ccip/laneconfig/contracts.json +++ b/integration-tests/contracts/ccip/laneconfig/contracts.json @@ -236,7 +236,7 @@ } }, "Avalanche Fuji": { - "fee_token": "0x5425890298aed601595a70AB815c96711a31Bc65", + "fee_token": "0x0b9d5D9136855f6FEc3c0993feE6E9CE8a297846", "bridge_tokens": [ "0x5425890298aed601595a70AB815c96711a31Bc65" ], @@ -353,7 +353,7 @@ } }, "Optimism Goerli": { - "fee_token": "0xe05606174bac4A6364B31bd0eCA4bf4dD368f8C6", + "fee_token": "0xdc2CC710e42857672E7907CF474a69B63B93089f", "bridge_tokens": [ "0xe05606174bac4A6364B31bd0eCA4bf4dD368f8C6" ],