Skip to content

Commit 627e3a0

Browse files
feat: vETH/vDAI
1 parent e6aa1e2 commit 627e3a0

File tree

12 files changed

+51
-10
lines changed

12 files changed

+51
-10
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dotenv": "^16.5.0",
2222
"framer-motion": "^11.15.0",
2323
"idb-keyval": "^6.2.2",
24-
"liquidops": "^1.2.26",
24+
"liquidops": "^1.2.27",
2525
"lucide-react": "^0.483.0",
2626
"next": "14.2.15",
2727
"next-sitemap": "^4.2.3",
@@ -757,7 +757,7 @@
757757

758758
"lightningcss-win32-x64-msvc": ["[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg=="],
759759

760-
"liquidops": ["[email protected].26", "", { "dependencies": { "ar-gql": "^2.0.2", "arbundles": "^0.11.2" }, "peerDependencies": { "@permaweb/aoconnect": ">= 0.0.85 < 1", "ao-tokens": ">= 0.0.6", "warp-arbundles": ">= 1.0.4" } }, "sha512-oeiMpZXtfjiHapnkDvqosyiKzLp0xSMu9s4FSBQ1lf8GMGBrVleZWt4JECVORIU13B1itzSip2gEScOAMDy/Ug=="],
760+
"liquidops": ["[email protected].27", "", { "dependencies": { "ar-gql": "^2.0.2", "arbundles": "^0.11.2" }, "peerDependencies": { "@permaweb/aoconnect": ">= 0.0.85 < 1", "ao-tokens": ">= 0.0.6", "warp-arbundles": ">= 1.0.4" } }, "sha512-PAhQFc3e7ry1SvNcwrmChP3tZBWmglNWCpYyL4QjPB6woMUio/vP1F+tUYo5cVYigpMlZxslvzc8hltD/eaY4A=="],
761761

762762
"locate-path": ["[email protected]", "", { "dependencies": { "p-locate": "^4.1.0" } }, "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g=="],
763763

next-sitemap.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ module.exports = {
3030
{ ticker: "wETH", name: "Wrapped Ethereum" },
3131
{ ticker: "vAR", name: "Vento Arweave" },
3232
{ ticker: "vUSDC", name: "Vento USD Circle" },
33+
{ ticker: "vDAI", name: "Vento DAI" },
34+
{ ticker: "vETH", name: "Vento Ethereum" },
3335
];
3436

3537
// Generate paths for all supported tokens

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dotenv": "^16.5.0",
2929
"framer-motion": "^11.15.0",
3030
"idb-keyval": "^6.2.2",
31-
"liquidops": "^1.2.26",
31+
"liquidops": "^1.2.27",
3232
"lucide-react": "^0.483.0",
3333
"next": "14.2.15",
3434
"next-sitemap": "^4.2.3",
36.2 KB
Loading
33.6 KB
Loading

public/oTokens/vDAI.png

95.7 KB
Loading

public/oTokens/vETH.png

98.4 KB
Loading

public/tokens/vDAI.svg

Lines changed: 7 additions & 0 deletions
Loading

public/tokens/vETH.svg

Lines changed: 16 additions & 0 deletions
Loading

scripts/permaweb-deploy.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ async function deploy() {
8787
"USDA": manifest.paths["USDA.html"],
8888
"vAR": manifest.paths["vAR.html"],
8989
"vUSDC": manifest.paths["vUSDC.html"],
90+
"vDAI": manifest.paths["vDAI.html"],
91+
"vETH": manifest.paths["vETH.html"],
9092
}
9193

9294
const tags = [

0 commit comments

Comments
 (0)