@@ -1102,7 +1102,7 @@ class Berachain extends Mainnet implements EthereumNetwork {
1102
1102
}
1103
1103
1104
1104
class BerachainTestnet extends Testnet implements EthereumNetwork {
1105
- name = 'BerachainTestnet ' ;
1105
+ name = 'BeraTestnet ' ;
1106
1106
family = CoinFamily . BERA ;
1107
1107
explorerUrl = 'https://80000.testnet.routescan.io/tx/' ;
1108
1108
accountExplorerUrl = 'https://80000.testnet.routescan.io/address/' ;
@@ -1115,7 +1115,7 @@ class BerachainTestnet extends Testnet implements EthereumNetwork {
1115
1115
}
1116
1116
1117
1117
class Oas extends Mainnet implements EthereumNetwork {
1118
- name = 'Oaschain ' ;
1118
+ name = 'Oas ' ;
1119
1119
family = CoinFamily . OAS ;
1120
1120
explorerUrl = 'https://explorer.oasys.games/tx/' ;
1121
1121
accountExplorerUrl = 'https://explorer.oasys.games/address/' ;
@@ -1127,7 +1127,7 @@ class Oas extends Mainnet implements EthereumNetwork {
1127
1127
}
1128
1128
1129
1129
class OasTestnet extends Testnet implements EthereumNetwork {
1130
- name = 'OaschainTestnet ' ;
1130
+ name = 'OasTestnet ' ;
1131
1131
family = CoinFamily . OAS ;
1132
1132
explorerUrl = 'https://explorer.testnet.oasys.games/tx/' ;
1133
1133
accountExplorerUrl = 'https://explorer.testnet.oasys.games/address/' ;
@@ -1139,7 +1139,7 @@ class OasTestnet extends Testnet implements EthereumNetwork {
1139
1139
}
1140
1140
1141
1141
class Coredao extends Mainnet implements EthereumNetwork {
1142
- name = 'Coredaochain ' ;
1142
+ name = 'Coredao ' ;
1143
1143
family = CoinFamily . COREDAO ;
1144
1144
explorerUrl = 'https://scan.coredao.org/tx/' ;
1145
1145
accountExplorerUrl = 'https://scan.coredao.org/address/' ;
@@ -1151,7 +1151,7 @@ class Coredao extends Mainnet implements EthereumNetwork {
1151
1151
}
1152
1152
1153
1153
class CoredaoTestnet extends Testnet implements EthereumNetwork {
1154
- name = 'CoredaochainTestnet ' ;
1154
+ name = 'CoredaoTestnet ' ;
1155
1155
family = CoinFamily . COREDAO ;
1156
1156
explorerUrl = 'https://scan.test.btcs.network/tx/' ;
1157
1157
accountExplorerUrl = 'https://scan.test.btcs.network/address/' ;
0 commit comments