Skip to content

Commit

Permalink
feat(sdk-coin-bera): add bera token support
Browse files Browse the repository at this point in the history
Ticket: WIN-3493
  • Loading branch information
adarsh312 committed Sep 30, 2024
1 parent 11727f9 commit 5ebcd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-coin-bera/test/unit/beraToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Bera Token:', function () {
bgtTokenCoin.getBaseFactor().should.equal(1e18);
bgtTokenCoin.type.should.equal(tokenName);
bgtTokenCoin.name.should.equal('Bera Testnet BGT');
bgtTokenCoin.coin.should.equal('tarbeth');
bgtTokenCoin.coin.should.equal('tbera');
bgtTokenCoin.network.should.equal('Testnet');
bgtTokenCoin.decimalPlaces.should.equal(18);
});
Expand Down

0 comments on commit 5ebcd01

Please sign in to comment.