Skip to content

Commit bda99a0

Browse files
fix(adapter): fix ecosystem config
1 parent ad16b7b commit bda99a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-evm/src/networks/testnet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const mantraDuKongEVMTestnet: TypedEvmNetworkConfig = {
298298
id: 'mantra-dukong-evm-testnet',
299299
exportConstName: 'mantraDuKongEVMTestnet',
300300
name: 'Mantra DuKong EVM Testnet',
301-
ecosystem: 'cosmos',
301+
ecosystem: 'evm',
302302
network: 'mantra-dukong',
303303
type: 'testnet',
304304
isTestnet: true,

0 commit comments

Comments
 (0)