update package to foundation

This commit is contained in:
Evan Gray 2023-05-23 10:51:04 -04:00 committed by Evan Gray
parent 191a144578
commit 5c8171fb1b
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{
"name": "@certusone/wormhole-token-list",
"name": "@wormhole-foundation/wormhole-token-list",
"version": "0.0.1",
"description": "A token list for featured markets",
"homepage": "https://wormholenetwork.com",
"repository": "https://github.com/certusone/wormhole-token-list",
"repository": "https://github.com/wormhole-foundation/wormhole-token-list",
"scripts": {
"test": "jest --config jestconfig.json --verbose",
"gen": "python3 src/gen.py",
@ -20,7 +20,7 @@
"terra",
"bsc"
],
"author": "certusone",
"author": "wormhole-foundation",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^27.0.2",