File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
apps/dashboard/src/app/(dashboard)/(bridge)/routes/components/server Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export async function RouteListCard({
3737 : name ( {
3838 contract : getContract ( {
3939 address : originTokenAddress ,
40+ // eslint-disable-next-line no-restricted-syntax
4041 chain : defineChain ( originChainId ) ,
4142 client : getThirdwebClient ( ) ,
4243 } ) ,
@@ -48,6 +49,7 @@ export async function RouteListCard({
4849 : name ( {
4950 contract : getContract ( {
5051 address : destinationTokenAddress ,
52+ // eslint-disable-next-line no-restricted-syntax
5153 chain : defineChain ( destinationChainId ) ,
5254 client : getThirdwebClient ( ) ,
5355 } ) ,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export async function RouteListRow({
3838 : symbol ( {
3939 contract : getContract ( {
4040 address : originTokenAddress ,
41+ // eslint-disable-next-line no-restricted-syntax
4142 chain : defineChain ( originChainId ) ,
4243 client : getThirdwebClient ( ) ,
4344 } ) ,
@@ -49,6 +50,7 @@ export async function RouteListRow({
4950 : symbol ( {
5051 contract : getContract ( {
5152 address : destinationTokenAddress ,
53+ // eslint-disable-next-line no-restricted-syntax
5254 chain : defineChain ( destinationChainId ) ,
5355 client : getThirdwebClient ( ) ,
5456 } ) ,
You can’t perform that action at this time.
0 commit comments