Node/Gov: Update token list (#3566)
This commit is contained in:
parent
e0fbd51f77
commit
4cb90bca40
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ func TestTokenListSize(t *testing.T) {
|
||||||
|
|
||||||
/* Assuming that governed tokens will need to be updated every time
|
/* Assuming that governed tokens will need to be updated every time
|
||||||
we regenerate it */
|
we regenerate it */
|
||||||
assert.Equal(t, 974, len(tokenConfigEntries))
|
assert.Equal(t, 1034, len(tokenConfigEntries))
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestTokenListAddressSize(t *testing.T) {
|
func TestTokenListAddressSize(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue