Skip to content

Commit ec5e605

Browse files
authored
init: add near-testnet
1 parent 3ac7a34 commit ec5e605

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/protocols/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ module.exports = class Protocol {
6060
'aurora',
6161
'aurora-testnet',
6262
],
63-
near: ['near-mainnet'],
63+
near: [
64+
'near-mainnet',
65+
'near-testnet'
66+
],
6467
})
6568
}
6669

0 commit comments

Comments
 (0)