Skip to content

Commit

Permalink
Move temple to tokenlist
Browse files Browse the repository at this point in the history
  • Loading branch information
marshall2112 committed Nov 25, 2024
1 parent 2679239 commit ce4e94c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,6 @@ export const TradeWidget = () => {
orderError: null,
orderExecuted: null,
},
customTokens: [
{
chainId: Number(connectedChain?.id) || 1,
address: env.tokens.temple.address,
name: env.tokens.temple.name,
symbol: 'TEMPLE',
decimals: env.tokens.temple.decimals,
logoURI:
'https://raw.githubusercontent.com/TempleDAO/temple/refs/heads/stage/apps/dapp/src/assets/icons/android-chrome-192x192.png',
},
],
};

return (
Expand Down
2 changes: 1 addition & 1 deletion apps/dapp/src/constants/env/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const env: Environment = {
rpcUrl: 'https://rpc.ankr.com/eth',
backendUrl: 'https://backend-stage.templedao.link',
tradeTokenListUrl:
'https://sf294otxgnbicood.public.blob.vercel-storage.com/testnet-tokens-acdWvsxlYFCXUEjNZmcxd4DRB4fXAb.json',
'https://sf294otxgnbicood.public.blob.vercel-storage.com/testnet-tokens-BCYU6hCLdzUdj1TvvTOcw5ux8Wxmhj.json',
contracts: {
balancerVault: '',
exitQueue: '',
Expand Down
2 changes: 1 addition & 1 deletion apps/dapp/src/constants/env/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const env: Environment = {
rpcUrl: 'https://rpc.ankr.com/eth',
backendUrl: 'https://backend.templedao.link',
tradeTokenListUrl:
'https://sf294otxgnbicood.public.blob.vercel-storage.com/prod-tokens-k8H0DsKrVooLujzoz7lRVLKmmHI04u.json',
'https://sf294otxgnbicood.public.blob.vercel-storage.com/prod-tokens-ycNgmUSdpPt1kIoael5y4t81s2jtZc.json',
contracts: {
balancerVault: '0xBA12222222228d8Ba445958a75a0704d566BF2C8',
exitQueue: '0xC6d556C34a179a224AEBE42e77c6e76594148B97',
Expand Down

0 comments on commit ce4e94c

Please sign in to comment.