Node/Gov: Update token list (#3566)

This commit is contained in:
bruce-riley 2023-12-01 09:43:33 -06:00 committed by GitHub
parent e0fbd51f77
commit 4cb90bca40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 975 additions and 915 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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) {