Skip to content

Commit

Permalink
reenable test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Nov 15, 2024
1 parent 24c4cb8 commit 70566ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/services/blockchains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ const sepolia = {
symbol: 'TEST-ETH',
decimals: 18,
},
// {
// contract: '0x690cc0235aBEA2cF89213E30D0F0Ea0fC054B909',
// name: 'Fake Flux',
// symbol: 'TEST-FLUX',
// decimals: 8,
// },
{
contract: '0x690cc0235aBEA2cF89213E30D0F0Ea0fC054B909',
name: 'Fake Flux',
symbol: 'TEST-FLUX',
decimals: 8,
},
],
};

Expand Down

0 comments on commit 70566ad

Please sign in to comment.