Skip to content

Commit

Permalink
eth symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jan 4, 2024
1 parent b7c4e96 commit f0971c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/src/lnv3/transfer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class TransferService extends BaseTransferServiceT2 {
},
{
key: 'ETH',
symbol: 'goerliETH',
symbol: 'ETH',
address: '0x0000000000000000000000000000000000000000',
protocolFee: 1000000000000000,
decimals: 18,
Expand Down Expand Up @@ -68,7 +68,7 @@ export class TransferService extends BaseTransferServiceT2 {
},
{
key: 'ETH',
symbol: 'zkGoerliETH',
symbol: 'ETH',
address: '0x0000000000000000000000000000000000000000',
protocolFee: 1000000000000000,
decimals: 18,
Expand Down

0 comments on commit f0971c0

Please sign in to comment.