File tree Expand file tree Collapse file tree
modules/statics/src/coins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -793,4 +793,28 @@ export const botOfcTokens = [
793793 undefined ,
794794 undefined
795795 ) ,
796+ AccountCtors . ofcerc20 (
797+ 'c673dd10-076e-47b7-a53f-3a622c7cf38c' ,
798+ 'ofceth:krwq' ,
799+ 'KRWQ' ,
800+ 18 ,
801+ 'eth:krwq' as unknown as UnderlyingAsset ,
802+ undefined ,
803+ undefined ,
804+ undefined ,
805+ undefined ,
806+ undefined
807+ ) ,
808+ AccountCtors . ofcerc20 (
809+ 'cb98a20f-f22a-494a-b8e6-53212aa96f5a' ,
810+ 'ofceth:hybond' ,
811+ 'HYBOND' ,
812+ 18 ,
813+ 'eth:hybond' as unknown as UnderlyingAsset ,
814+ undefined ,
815+ undefined ,
816+ undefined ,
817+ undefined ,
818+ undefined
819+ ) ,
796820] ;
Original file line number Diff line number Diff line change @@ -796,4 +796,28 @@ export const botTokens = [
796796 undefined ,
797797 undefined
798798 ) ,
799+ AccountCtors . erc20 (
800+ 'ffb0d91e-c6d9-4cef-b5ea-f3781a757197' ,
801+ 'eth:krwq' ,
802+ 'KRWQ' ,
803+ 18 ,
804+ '0xc00db6b41473d065027f5ed6fada20fde75f142e' ,
805+ 'eth:krwq' as unknown as UnderlyingAsset ,
806+ networkFeatureMapForTokens [ 'eth' ] ,
807+ undefined ,
808+ undefined ,
809+ undefined
810+ ) ,
811+ AccountCtors . erc20 (
812+ 'f940b8f1-4911-4632-94ce-f4c0d950defb' ,
813+ 'eth:hybond' ,
814+ 'HYBOND' ,
815+ 18 ,
816+ '0x67c312a26695ea9842bbcf1e1d0ee64694e42db6' ,
817+ 'eth:hybond' as unknown as UnderlyingAsset ,
818+ networkFeatureMapForTokens [ 'eth' ] ,
819+ undefined ,
820+ undefined ,
821+ undefined
822+ ) ,
799823] ;
You can’t perform that action at this time.
0 commit comments