Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VaultCraft token in config #1146

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fis symbol
  • Loading branch information
yuli-ferna committed Oct 22, 2024
commit fa456bfcfe6ad9db1c12f4a2a4eef3e61fca5950
8 changes: 4 additions & 4 deletions apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ export const ENV: Env = {
},
VaultCraftArbitrum: {
key: "VaultCraftArbitrum",
symbol: "VCX",
symbol: "wVCX",
displayName: "VaultCraft",
nativeChain: "Arbitrum",
tokenId: {
Expand All @@ -1108,7 +1108,7 @@ export const ENV: Env = {
},
VaultCraftOptimism: {
key: "VaultCraftOptimism",
symbol: "VCX",
symbol: "wVCX",
displayName: "VaultCraft",
nativeChain: "Optimism",
tokenId: {
Expand All @@ -1121,7 +1121,7 @@ export const ENV: Env = {
},
VaultCraftBase: {
key: "VaultCraftBase",
symbol: "VCX",
symbol: "wVCX",
displayName: "VaultCraft",
nativeChain: "Base",
tokenId: {
Expand All @@ -1134,7 +1134,7 @@ export const ENV: Env = {
},
VaultCraftAvalanche: {
key: "VaultCraftAvalanche",
symbol: "VCX",
symbol: "wVCX",
displayName: "VaultCraft",
nativeChain: "Avalanche",
tokenId: {
Expand Down
Loading