Skip to content

Commit

Permalink
Update IPs for testnet seed nodes & fix fee denom (#345)
Browse files Browse the repository at this point in the history
* Update IPs for seed nodes
* Fix testnet genesis tx fee denom to be utestcore
  • Loading branch information
ysv authored Jan 17, 2023
1 parent f580964 commit 12748df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fee": {
"amount": [
{
"denom": "ducore",
"denom": "utestcore",
"amount": "0"
}
],
Expand All @@ -61,6 +61,6 @@
}
},
"signatures": [
"gKROVmS4yxxumIb46xtsoV+EIzotNkj7iDdX5MGjhgM2/vazGGynNRNkYdGsBD0VEb9jVx2V5NZ6RRk0PFGUWw=="
"E6Hz1zXyxYNC2dbjfsjH2izllOmWSBm+cKlwzIerUUhTVHlxFCxeGlp8rWvCZvGNkg7cyX2JOLLOsdjQy87sZg=="
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fee": {
"amount": [
{
"denom": "ducore",
"denom": "utestcore",
"amount": "0"
}
],
Expand All @@ -61,6 +61,6 @@
}
},
"signatures": [
"vZdFFF6HK0B+pTzN2HKY570mM/loCwTpMgW0xRvc9+Ec/MBcNqNR++8HY+3/Ho6m+SGY3zRVlkjY9Va4K15u8Q=="
"6y+6j45rccpjli1+o+Y4DGu9T8G2Bue96W2NxqGr/zVJjMVaxw7V1GD9qQaO1bdZgVtdfpI7Ydj2N8NJcAnP7g=="
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fee": {
"amount": [
{
"denom": "ducore",
"denom": "utestcore",
"amount": "0"
}
],
Expand All @@ -61,6 +61,6 @@
}
},
"signatures": [
"nw2EoGJHmrBwZhtfL8C74E7WMB/Ywt4OJfOKbmbWkvd/PPq6JtLKqGLX4/qEytRQugm/C0088O1U5Qcf2tAPXw=="
"DyQpC14cpFNAyfcLUK7SRNzbldwYa3t7ASDx2H8EJENlgNPS0JfvU3W60FrO3O2+xfSb4kfRENXuXVHbjHYHQg=="
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"fee": {
"amount": [
{
"denom": "ducore",
"denom": "utestcore",
"amount": "0"
}
],
Expand All @@ -61,6 +61,6 @@
}
},
"signatures": [
"KPKSxz7aAAXB+9rgZjUB3TG8SQMN8PIqXcjbXO4kyNwtd79IyOCZoMMOIznols2ZAbwB0vSdyUXfqDeBA0NvdQ=="
"KLyaNZ+MORXl6cCzqX4iU2Odgm8Ya/9BuRrZZqMij6ccT0eZzwPseRJgFjzBlKUBszpcxOv2JX7UR2r8k3of/A=="
]
}
4 changes: 2 additions & 2 deletions pkg/config/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ func init() {
Fee: feeConfig,
NodeConfig: NodeConfig{
SeedPeers: []string{
"64391878009b8804d90fda13805e45041f492155@34.172.125.230:26656", // seed-sirius
"53f2367d8f8291af8e3b6ca60efded0675ff6314@34.132.58.250:26656", // seed-antares
"64391878009b8804d90fda13805e45041f492155@35.232.157.206:26656", // seed-sirius
"53f2367d8f8291af8e3b6ca60efded0675ff6314@34.29.15.170:26656", // seed-antares
},
},
GovConfig: testGovConfig,
Expand Down

0 comments on commit 12748df

Please sign in to comment.