Skip to content

Commit

Permalink
Merge pull request #4445 from BitGo/PX-3817-jasmycoin-erc-20-support-…
Browse files Browse the repository at this point in the history
…for-go-account

feat(statics): added ofc20 jasmy coin (erc20) in coins.ts
  • Loading branch information
Anupam-pandey authored Apr 18, 2024
2 parents 192c840 + 7dff029 commit 0085f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10370,6 +10370,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('afe60408-a2cd-4b4c-b4b2-5610faa8e4dd', 'ofcjasmy', 'JasmyCoin', 18, UnderlyingAsset.JASMY),
ofcerc20(
'd45e7c2c-bd1f-4586-8a87-2a715824d665',
'ofcbuidl',
Expand Down

0 comments on commit 0085f8a

Please sign in to comment.