File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1533,7 +1533,6 @@ export enum UnderlyingAsset {
15331533 TGBP = 'tgbp' ,
15341534 TUSDS = 'tusds' ,
15351535 TGOUSD = 'tgousd' ,
1536- GOUSD = 'gousd' ,
15371536 THKD = 'thkd' ,
15381537 THUNDER = 'thunder' ,
15391538 TIO = 'tio' ,
@@ -1794,6 +1793,7 @@ export enum UnderlyingAsset {
17941793 'eth:audu' = 'eth:audu' ,
17951794 'eth:wlfi' = 'eth:wlfi' ,
17961795 'eth:kava' = 'eth:kava' ,
1796+ 'eth:gousd' = 'eth:gousd' ,
17971797 'eth:iq' = 'eth:iq' ,
17981798 'eth:iris' = 'eth:iris' ,
17991799 'eth:hard' = 'eth:hard' ,
Original file line number Diff line number Diff line change @@ -4538,11 +4538,11 @@ export const coins = CoinMap.fromCoins([
45384538 ) ,
45394539 erc20 (
45404540 '5552fd84-9354-4776-873e-a0e40a6b1675' ,
4541- 'gousd' ,
4541+ 'eth: gousd' ,
45424542 'goUSD' ,
45434543 6 ,
45444544 '0xf1f6b8cc3a0d544a40f1d29909396378370e6938' ,
4545- UnderlyingAsset . GOUSD
4545+ UnderlyingAsset [ 'eth:gousd' ]
45464546 ) ,
45474547 erc20 (
45484548 '3628927c-05c7-4fba-9fc3-f3c17e261334' ,
You can’t perform that action at this time.
0 commit comments