File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ export const allCoinsAndTokens = [
407407 'Sepolia Testnet Ethereum' ,
408408 Networks . test . sepolia ,
409409 18 ,
410- UnderlyingAsset . ETH ,
410+ UnderlyingAsset . SEPETH ,
411411 BaseUnit . ETH ,
412412 [
413413 ...ETH_FEATURES_WITH_STAKING_AND_MMI ,
Original file line number Diff line number Diff line change @@ -728,6 +728,7 @@ export enum UnderlyingAsset {
728728 SCROLLETH = 'scrolleth' , // Scroll L2
729729 SEI = 'sei' ,
730730 SEIEVM = 'seievm' ,
731+ SEPETH = 'sepeth' , // Sepolia Ethereum testnet
731732 SGB = 'sgb' ,
732733 SOL = 'sol' ,
733734 SOMI = 'somi' , // Somnia Chain
Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ export const ofcCoins = [
846846 'ofctsepeth' ,
847847 'Test Sepolia Ether' ,
848848 18 ,
849- UnderlyingAsset . ETH ,
849+ UnderlyingAsset . SEPETH ,
850850 CoinKind . CRYPTO
851851 ) ,
852852 tofc (
Original file line number Diff line number Diff line change @@ -874,7 +874,7 @@ class Sepolia extends Testnet implements EthereumNetwork {
874874 chainId = 11155111 ;
875875 nativeCoinOperationHashPrefix = 'ETHER' ;
876876 tokenOperationHashPrefix = 'ERC20' ;
877- // TODO: add batcher/forwarder/wallet contract addresses once deployed on Sepolia
877+ // TODO: [CECHO-1729] add batcher/forwarder/wallet contract addresses once deployed on Sepolia
878878}
879879
880880class EthereumClassic extends Mainnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments