Skip to content

Commit

Permalink
feat(statics): adding support for jasmycoin (erc20) for go account
Browse files Browse the repository at this point in the history
Ticket: PX-3817
  • Loading branch information
Anupam-pandey committed Apr 18, 2024
1 parent b2a34c1 commit 4c22658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10193,7 +10193,7 @@ export const coins = CoinMap.fromCoins([
ofcerc20('b15ff97c-3153-4aa0-8d72-ecc21e7b80cb', 'ofcfet1', 'Fetch', 18, UnderlyingAsset.FET1),
ofcerc20('b5bfe73b-9b60-4961-914e-245c7e0dd7c3', 'ofcblur', 'Blur', 18, UnderlyingAsset.BLUR),
ofcerc20('c93ded62-7a1a-4dd1-8398-0e68106f5009', 'ofcwld', 'Worldcoin', 18, UnderlyingAsset.WLD),
ofcerc20('0b9c1184-82ee-42dd-8c70-fdb59262b173', 'ofcjasmy', 'JasmyCoin', 18, UnderlyingAsset.JASMY),
ofcerc20('afe60408-a2cd-4b4c-b4b2-5610faa8e4dd', 'ofcjasmy', 'JasmyCoin', 18, UnderlyingAsset.JASMY),
ofcerc20(
'd45e7c2c-bd1f-4586-8a87-2a715824d665',
'ofcbuidl',
Expand Down

0 comments on commit 4c22658

Please sign in to comment.