Skip to content

Commit b167834

Browse files
committed
add audius-compose dev nodes to config
1 parent 86064fb commit b167834

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

config/nodes.go

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,9 +800,25 @@ var (
800800
}
801801
DevNodes = []Node{
802802
{
803-
DelegateOwnerWallet: "0x0000000000000000000000000000000000000001",
804-
Endpoint: "https://dummynode.com",
805-
OwnerWallet: "0x0000000000000000000000000000000000000001",
803+
DelegateOwnerWallet: "0x73EB6d82CFB20bA669e9c178b718d770C49BB52f",
804+
Endpoint: "http://audius-protocol-discovery-provider-1",
805+
OwnerWallet: "0x73EB6d82CFB20bA669e9c178b718d770C49BB52f",
806+
IsStorageDisabled: true,
807+
},
808+
{
809+
DelegateOwnerWallet: "0x0D38e653eC28bdea5A2296fD5940aaB2D0B8875c",
810+
Endpoint: "http://audius-protocol-creator-node-1",
811+
OwnerWallet: "0x0D38e653eC28bdea5A2296fD5940aaB2D0B8875c",
812+
},
813+
{
814+
DelegateOwnerWallet: "0x1B569e8f1246907518Ff3386D523dcF373e769B6",
815+
Endpoint: "http://audius-protocol-creator-node-2",
816+
OwnerWallet: "0x1B569e8f1246907518Ff3386D523dcF373e769B6",
817+
},
818+
{
819+
DelegateOwnerWallet: "0xCBB025e7933FADfc7C830AE520Fb2FD6D28c1065",
820+
Endpoint: "http://audius-protocol-creator-node-3",
821+
OwnerWallet: "0xCBB025e7933FADfc7C830AE520Fb2FD6D28c1065",
806822
},
807823
}
808824
)

0 commit comments

Comments
 (0)