Skip to content

Commit

Permalink
fix: wrong arweave source (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu authored Oct 17, 2024
1 parent bbfb66f commit c064530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
func (n Network) Protocol() Protocol {
switch n {
case Arweave:
return ActivityPubProtocol
return ArweaveProtocol
case Ethereum, Polygon, Optimism, Arbitrum, Base, Crossbell, Avalanche, VSL, SatoshiVM, BinanceSmartChain, Gnosis, Linea, XLayer:
return EthereumProtocol
case Farcaster:
Expand Down

0 comments on commit c064530

Please sign in to comment.