Skip to content

Commit c064530

Browse files
authored
fix: wrong arweave source (#62)
1 parent bbfb66f commit c064530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/network/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const (
6161
func (n Network) Protocol() Protocol {
6262
switch n {
6363
case Arweave:
64-
return ActivityPubProtocol
64+
return ArweaveProtocol
6565
case Ethereum, Polygon, Optimism, Arbitrum, Base, Crossbell, Avalanche, VSL, SatoshiVM, BinanceSmartChain, Gnosis, Linea, XLayer:
6666
return EthereumProtocol
6767
case Farcaster:

0 commit comments

Comments
 (0)