Skip to content

Commit

Permalink
remove "testnet" string from network names
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Aug 24, 2023
1 parent a319e34 commit a5cdd0c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chains/testnet/juno.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'juno',
coinType: '118',
baseAsset: 'ujunox',
name: 'Juno Testnet',
name: 'Juno',
icon: process.env.CF_PAGES_URL + '/img/chains/Juno.svg',
explorer: {
address: 'https://testnet.juno.explorers.guru/account/{}',
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/mars.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'mars',
coinType: '330',
baseAsset: 'umars',
name: 'Mars Testnet',
name: 'Mars',
icon: process.env.CF_PAGES_URL + '/img/chains/Mars.svg',
ibc: {
toTerra: 'channel-0',
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/narwhal.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'migaloo',
coinType: '118',
baseAsset: 'uwhale',
name: 'Migaloo Testnet',
name: 'Migaloo',
icon: process.env.CF_PAGES_URL + '/img/chains/Migaloo.svg',
explorer: {
address: 'https://testnet.migaloo.explorers.guru/account/{}',
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/sei.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'sei',
coinType: '118',
baseAsset: 'usei',
name: 'Sei Testnet',
name: 'Sei',
icon: process.env.CF_PAGES_URL + '/img/chains/sei.svg',
ibc: {
fromTerra: 'channel-100',
Expand Down
2 changes: 1 addition & 1 deletion chains/testnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
prefix: 'terra',
coinType: '330',
baseAsset: 'uluna',
name: 'Terra Testnet',
name: 'Terra',
icon: process.env.CF_PAGES_URL + '/img/chains/Terra.svg',
alliance: true,
explorer: {
Expand Down

0 comments on commit a5cdd0c

Please sign in to comment.