Skip to content

Commit

Permalink
Clean up tokens file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Feb 26, 2024
1 parent c83fb43 commit 7b1d64b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/consts/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ import { WarpTokenConfig } from '../features/tokens/types';
// Tokens can be defined here, in tokens.json, or in tokens.yaml
// The input here is typically the output of the Hyperlane CLI warp deploy command
export const tokenList: WarpTokenConfig = [
// Example collateral token for an EVM chain
// {
// type: 'collateral',
// chainId: 5,
// address: '0xb4fbf271143f4fbf7b91a5ded31805e42b2208d6',
// hypCollateralAddress: '0x145de8760021c4ac6676376691b78038d3DE9097',
// name: 'Weth',
// symbol: 'WETH',
// decimals: 18,
// logoURI: '/logos/weth.png', // See public/logos/
// },

// Example NFT (ERC721) token for an EVM chain
// {
// chainId: 5,
// name: 'Test721',
// symbol: 'TEST721',
// decimals: 0,
// type: 'collateral',
// address: '0x77566D540d1E207dFf8DA205ed78750F9a1e7c55',
// hypCollateralAddress: '0xDcbc0faAA269Cf649AC8950838664BB7B355BD6B',
// isNft: true,
// },

// Sepolia Eth to Plume
{
type: 'native',
Expand Down

0 comments on commit 7b1d64b

Please sign in to comment.