Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Oct 17, 2024
1 parent 451bab9 commit aebe932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/testutil/constants/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -2803,8 +2803,8 @@ const GenesisState = `{
"Base": "POL",
"Quote": "USD"
},
"decimals": "10",
"min_provider_count": "3",
"decimals": 10,
"min_provider_count": 3,
"enabled": true
},
"provider_configs": [
Expand Down

0 comments on commit aebe932

Please sign in to comment.