Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 660610f

Browse files
authored
Add arweave subnet. Closes CheckerNetwork/arweave-checker#9 (#700)
1 parent 9399e10 commit 660610f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/zinnia.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const SUBNETS = [
1212
{
1313
subnet: 'spark',
1414
ipnsKey: 'k51qzi5uqu5dlej5gtgal40sjbowuau5itwkr6mgyuxdsuhagjxtsfqjd6ym3g'
15+
},
16+
{
17+
subnet: 'arweave',
18+
ipnsKey: 'k51qzi5uqu5dgwm6tk4gibgfqbqjopwdtlphvyczrixay6oesadjdxt1eorimg'
1519
}
1620
]
1721
const {

0 commit comments

Comments
 (0)