Skip to content

Commit

Permalink
Merge pull request #4472 from BitGo/PX-3817-adding-support-for-erc20-…
Browse files Browse the repository at this point in the history
…tokens-go-acount

feat(statics): adding support for tokens (erc20)  for go account
  • Loading branch information
Anupam-pandey authored Apr 26, 2024
2 parents 30784e9 + 5f21569 commit e41d061
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10419,6 +10419,19 @@ export const coins = CoinMap.fromCoins([
ofcerc20('b5bfe73b-9b60-4961-914e-245c7e0dd7c3', 'ofcblur', 'Blur', 18, UnderlyingAsset.BLUR),
ofcerc20('c93ded62-7a1a-4dd1-8398-0e68106f5009', 'ofcwld', 'Worldcoin', 18, UnderlyingAsset.WLD),
ofcerc20('afe60408-a2cd-4b4c-b4b2-5610faa8e4dd', 'ofcjasmy', 'JasmyCoin', 18, UnderlyingAsset.JASMY),
ofcerc20('fb5f8f3a-339a-45fc-abed-d58e9d1d10a7', 'ofcaxlv2', 'Axelar', 6, UnderlyingAsset.AXLV2),
ofcerc20('fa9b68a2-9d09-40a9-a1d1-db5ef44a75c2', 'ofcfrax', 'Frax', 18, UnderlyingAsset.FRAX),
ofcerc20('acf53a01-3357-4095-93a2-2112a4acdcd4', 'ofcondo', 'Ondo', 18, UnderlyingAsset.ONDO),
ofcerc20('c06fb78f-a2d8-43ef-b367-8ad18c63e0a2', 'ofcrpl', 'Rocket Pool', 18, UnderlyingAsset.RPL),
ofcerc20('bb36fbf3-ec3a-4233-80c1-18091d215756', 'ofcxaut', 'Tether Gold', 6, UnderlyingAsset.XAUT),
ofcerc20('9af2377d-40a4-4fd7-9253-f659286d0636', 'ofcpepe', 'Pepe', 18, UnderlyingAsset.PEPE),
ofcerc20('6a0189d7-92b0-402a-b9bf-29e2e445e090', 'ofccwbtc', 'Compound WBTC', 8, UnderlyingAsset.CWBTC),
ofcerc20('3c79156b-97aa-4a25-aafe-87a8abf71eac', 'ofcceth', 'Compound Ether', 8, UnderlyingAsset.CETH),
ofcerc20('8b4c7e30-40f0-44fc-927f-4e265ffc3c9d', 'ofcethx', 'Stader ETHx', 18, UnderlyingAsset.ETHX),
ofcerc20('691197b6-d2e7-45ec-ae91-346eb62b9b54', 'ofcmagic', 'Magic', 18, UnderlyingAsset.MAGIC),
ofcerc20('ced76323-8aa0-4dfc-a2c9-eee788615963', 'ofcfloki', 'FLOKI', 9, UnderlyingAsset.FLOKI),
ofcerc20('784b50ab-a42e-4e7e-a796-867d19b4e5ac', 'ofcglm', 'Golem', 18, UnderlyingAsset.GLM),
ofcerc20('b009d5c3-b5f2-4f0e-bbe2-7ef61410db93', 'ofcchr', 'Chroma', 6, UnderlyingAsset.CHR),
ofcerc20(
'd45e7c2c-bd1f-4586-8a87-2a715824d665',
'ofcbuidl',
Expand Down

0 comments on commit e41d061

Please sign in to comment.