Skip to content

Commit 45c51a7

Browse files
authored
Merge pull request #7938 from BitGo/coin-7226-denom
fix: update figure token mainnet denom
2 parents 37cf6d1 + e57321f commit 45c51a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/sdk-coin-hash/test/unit/hashToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Hash Tokens', function () {
5858
});
5959

6060
it('should return denomination for hash tokens using hash as coinFamily', function () {
61-
testnetUtils.getTokenDenomsUsingCoinFamily('hash').should.deepEqual(['uylds.fcc', 'figr.d', 'nfigr.d']);
61+
testnetUtils.getTokenDenomsUsingCoinFamily('hash').should.deepEqual(['uylds.fcc', 'nfgrd', 'nfigr.d']);
6262
});
6363

6464
describe('Address Validation', () => {

modules/statics/src/coins/cosmosTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const cosmosTokens = [
3030
'ab7f8f89-1cb6-4b07-b837-f9e792095d1c',
3131
'hash:figr',
3232
'Figure',
33-
'figr.d',
33+
'nfgrd',
3434
9,
3535
Networks.main.hash,
3636
BaseUnit.HASH,

0 commit comments

Comments
 (0)