Skip to content

Commit 576f6d2

Browse files
committed
add public node info
1 parent 1e2329f commit 576f6d2

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/mainnet/Base_Mainnet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
BLOCKCHAIN = BlockchainIds.BASE_MAINNET.value
2323
OT_NODE_PORT = 8900
2424

25+
# https://positron.origin-trail.network - public node
26+
2527
nodes = [
2628
{"name": "Node 25", "hostname": "https://v6-pegasus-node-25.origin-trail.network"},
2729
{"name": "Node 26", "hostname": "https://v6-pegasus-node-26.origin-trail.network"},

tests/mainnet/Gnosis_Mainnet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
BLOCKCHAIN = BlockchainIds.GNOSIS_MAINNET.value
2323
OT_NODE_PORT = 8900
2424

25+
# https://positron.origin-trail.network - public node
26+
2527
nodes = [
2628
{"name": "Node 25", "hostname": "https://v6-pegasus-node-25.origin-trail.network"},
2729
{"name": "Node 26", "hostname": "https://v6-pegasus-node-26.origin-trail.network"},

tests/mainnet/Neuroweb_Mainnet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
BLOCKCHAIN = BlockchainIds.NEUROWEB_MAINNET.value
2323
OT_NODE_PORT = 8900
2424

25+
# https://positron.origin-trail.network - public node
26+
2527
nodes = [
2628
{"name": "Node 25", "hostname": "https://v6-pegasus-node-25.origin-trail.network"},
2729
{"name": "Node 26", "hostname": "https://v6-pegasus-node-26.origin-trail.network"},

0 commit comments

Comments
 (0)