Skip to content

Commit

Permalink
use anr main (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero authored Dec 2, 2024
1 parent c7fd308 commit 6247eac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions cmd/keycmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var (
networkoptions.Mainnet,
networkoptions.Fuji,
networkoptions.Local,
networkoptions.EtnaDevnet,
networkoptions.Devnet,
}
all bool
Expand Down
1 change: 1 addition & 0 deletions cmd/keycmd/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var (
networkoptions.Mainnet,
networkoptions.Fuji,
networkoptions.Devnet,
networkoptions.EtnaDevnet,
networkoptions.Local,
}
keyName string
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.8

require (
github.com/ava-labs/apm v1.0.0
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241129194458-e0c13f085d2b
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241130135139-a0946c5366be
github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241125192703-8c538e65af03
github.com/ava-labs/awm-relayer v1.4.1-0.20241126163322-f9c590e20b65
github.com/ava-labs/coreth v0.13.9-rc.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPd
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
github.com/ava-labs/apm v1.0.0 h1:6FwozH67hEkbWVsOXNZGexBy5KLpNeYucN9zcFUHv+Q=
github.com/ava-labs/apm v1.0.0/go.mod h1:TJL7pTlZNvQatsQPsLUtDHApEwVZ/qS7iSNtRFU83mc=
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241129194458-e0c13f085d2b h1:z9GWIrtj3hc6LqIoIuvyKeeooBPFcQ8ACShKl1QhBCw=
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241129194458-e0c13f085d2b/go.mod h1:TOfc8r6sxs01mi2mWOYsRcJAbf3x3a4x0uxi8gVThso=
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241130135139-a0946c5366be h1:6KxDYXwG5ErQl4+mHhLhj+j71CzHYJVTRd9onWYs6gE=
github.com/ava-labs/avalanche-network-runner v1.8.4-0.20241130135139-a0946c5366be/go.mod h1:TOfc8r6sxs01mi2mWOYsRcJAbf3x3a4x0uxi8gVThso=
github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241125192703-8c538e65af03 h1:KH4cxo+607h+6+5L57aJEzWqH2R+jQY2DI9fO2NmZgE=
github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241125192703-8c538e65af03/go.mod h1:yhD5dpZyStIVbxQ550EDi5w5SL7DQ/xGE6TIxosb7U0=
github.com/ava-labs/awm-relayer v1.4.1-0.20241126163322-f9c590e20b65 h1:0/tUtrvRpbamHV26FCIRgBEPyAs6p6xKXZOs8P0EGaY=
Expand Down

0 comments on commit 6247eac

Please sign in to comment.