Skip to content

Commit f1163be

Browse files
Merge pull request #8214 from BitGo/CGARD-318-coreum-mainnet
feat: rebrand Coreum to TX (mainnet)
2 parents 349c847 + a679f88 commit f1163be

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/sdk-coin-coreum/test/unit/coreum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Coreum', function () {
4141
it('should return the right info', function () {
4242
coreum.getChain().should.equal('coreum');
4343
coreum.getFamily().should.equal('coreum');
44-
coreum.getFullName().should.equal('Coreum');
44+
coreum.getFullName().should.equal('TX');
4545
coreum.getBaseFactor().should.equal(1e6);
4646

4747
tcoreum.getChain().should.equal('tcoreum');

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ export const allCoinsAndTokens = [
10971097
account(
10981098
'7df858d5-9da3-4071-ab06-399962ea87b7',
10991099
'coreum',
1100-
'Coreum',
1100+
'TX',
11011101
Networks.main.coreum,
11021102
6,
11031103
UnderlyingAsset.COREUM,

modules/statics/src/coins/ofcCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export const ofcCoins = [
134134
UnderlyingAsset.ARBETH,
135135
CoinKind.CRYPTO
136136
),
137-
ofc('8b93e788-52fa-4fd6-b499-40f13fe194fc', 'ofccoreum', 'Coreum', 6, UnderlyingAsset.COREUM, CoinKind.CRYPTO),
137+
ofc('8b93e788-52fa-4fd6-b499-40f13fe194fc', 'ofccoreum', 'TX', 6, UnderlyingAsset.COREUM, CoinKind.CRYPTO),
138138
ofc('a88adc55-c1c8-4a4e-8436-df3868a50daa', 'ofccelo', 'Celo Gold', 18, UnderlyingAsset.CELO, CoinKind.CRYPTO),
139139
ofc('17cf28b5-f958-46c3-be88-53cc42bf0c76', 'ofcchiliz', 'Chiliz', 18, UnderlyingAsset.CHILIZ, CoinKind.CRYPTO),
140140
tofc(

modules/statics/src/networks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,15 +1098,15 @@ class TonTestnet extends Testnet implements AccountNetwork {
10981098
}
10991099

11001100
class Coreum extends Mainnet implements AccountNetwork {
1101-
name = 'Coreum';
1101+
name = 'TX';
11021102
family = CoinFamily.COREUM;
1103-
explorerUrl = 'https://www.mintscan.io/coreum/tx/';
1103+
explorerUrl = 'https://explorer.tx.org/tx/transactions/';
11041104
}
11051105

11061106
class CoreumTestnet extends Testnet implements AccountNetwork {
11071107
name = 'Testnet TX';
11081108
family = CoinFamily.COREUM;
1109-
explorerUrl = 'https://explorer.testnet-1.coreum.dev/coreum/transactions/';
1109+
explorerUrl = 'https://explorer.testnet-1.tx.org/tx/transactions/';
11101110
}
11111111

11121112
class Rune extends Mainnet implements AccountNetwork {

0 commit comments

Comments
 (0)