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 137c348 commit 8934846
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10193,6 +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(
'd45e7c2c-bd1f-4586-8a87-2a715824d665',
'ofcbuidl',
Expand Down Expand Up @@ -10235,9 +10236,6 @@ export const coins = CoinMap.fromCoins([
6,
UnderlyingAsset.USTB
),
ofcerc20('0b9c1184-82ee-42dd-8c70-fdb59262b173', 'ofcjasmy', 'JasmyCoin', 18, UnderlyingAsset.JASMY),
ofcerc20('fb5ba281-b060-4e68-86c8-55da5c7e7fe9', 'ofctbill', 'OpenEden T-Bills', 6, UnderlyingAsset.TBILL),

ofcAlgoToken(
'fec37305-8fb8-4c23-b42c-b4696d579eb9',
'ofcalgo:usdc',
Expand Down

0 comments on commit 8934846

Please sign in to comment.