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 99c3ce8 commit 137c348
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10235,13 +10235,7 @@ export const coins = CoinMap.fromCoins([
6,
UnderlyingAsset.USTB
),
ofcerc20(
'72563852-5712-4b85-9f07-da5d3fec8460',
'ofcjasmy',
'JasmyCoin',
18,
UnderlyingAsset.JASMY
),
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(
Expand Down

0 comments on commit 137c348

Please sign in to comment.