diff --git a/src/data/Projects.json b/src/data/Projects.json index 386622f..99ceb53 100644 --- a/src/data/Projects.json +++ b/src/data/Projects.json @@ -16,12 +16,12 @@ ] }, { - "name": "BLS Wallet", - "image": "bls.svg", - "description": "Reduce transaction costs on evm-L2s using BLS signatures. The smart contract wallet also includes: recovery, multi-action, gas-less transactions, and upgradability.", + "name": "WAX", + "image": "wax.png", + "description": "Formerly BLS Wallet. Reduce transaction costs on evm-L2s using BLS signatures. The smart contract wallet also includes: recovery, multi-action, gas-less transactions, and upgradability. Expanding verification options via 4337 compatibility.", "links": [ { - "website": "https://blswallet.org/" + "website": "https://getwax.org/" }, { "github": "https://github.com/web3well/bls-wallet" diff --git a/src/data/Team.json b/src/data/Team.json index 6d2eab6..efe421f 100644 --- a/src/data/Team.json +++ b/src/data/Team.json @@ -43,7 +43,7 @@ }, { "name": "James Zaki", - "description": "BLS Wallet project lead and software engineer", + "description": "WAX project lead and software engineer", "links": [ { "provider": "github", diff --git a/src/images/bls.svg b/src/images/bls.svg deleted file mode 100644 index ca84071..0000000 --- a/src/images/bls.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/images/wax.png b/src/images/wax.png new file mode 100644 index 0000000..fb23f8f Binary files /dev/null and b/src/images/wax.png differ