Skip to content

Commit

Permalink
add TTKOe on L2
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Jul 21, 2023
1 parent 6b61d95 commit ab3f8d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/website/domain/chain/grimsvotn/addTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ export const GRIMSVOTN_ADD_TTKO: AddTokenParameter = {
image: "https://raw.githubusercontent.com/taikoxyz/taiko-mono/main/packages/branding/testnet-token-images/ttko.svg"
};

export const GRIMSVOTN_ADD_TTKOE: AddTokenParameter = {
address: GRIMSVOTN_CONFIG.basedContracts.erc20Contracts.taikoToken.address.proxy,
symbol: GRIMSVOTN_CONFIG.basedContracts.erc20Contracts.taikoToken.symbol,
decimals: GRIMSVOTN_CONFIG.basedContracts.erc20Contracts.taikoToken.decimals,
image: "https://raw.githubusercontent.com/taikoxyz/taiko-mono/main/packages/branding/testnet-token-images/ttko.svg"
};

export const GRIMSVOTN_ADD_BLL: AddTokenParameter = {
address: GRIMSVOTN_CONFIG.rollupContracts.erc20Contracts.bridgedBullToken.address.impl,
symbol: GRIMSVOTN_CONFIG.rollupContracts.erc20Contracts.bridgedBullToken.symbol,
Expand All @@ -24,6 +31,7 @@ export const GRIMSVOTN_ADD_HORSE: AddTokenParameter = {

export const GRIMSVOTN_ADD_TOKENS = [
GRIMSVOTN_ADD_TTKO,
GRIMSVOTN_ADD_TTKOE,
GRIMSVOTN_ADD_BLL,
GRIMSVOTN_ADD_HORSE
]
Expand Down

0 comments on commit ab3f8d6

Please sign in to comment.