Skip to content

Commit d3c0f37

Browse files
authored
Merge pull request #53 from weaveVM/load
Add load alphanet branding
2 parents 704147f + b725675 commit d3c0f37

40 files changed

+158
-83
lines changed

configs/app/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const defaultColorTheme = (() => {
3636

3737
// eslint-disable-next-line max-len
3838
const HOMEPAGE_PLATE_BACKGROUND_DEFAULT =
39-
'radial-gradient(103.03% 103.03% at 0% 0%, rgba(0, 228, 146, 0.8) 0%, rgba(0, 150, 96, 0.8) 100%), var(--chakra-colors-green-700)';
39+
'radial-gradient(103.03% 103.03% at 0% 0%, rgba(0, 110, 255, 0.8) 0%, rgba(0, 88, 204, 0.8) 100%), var(--chakra-colors-blue-700)';
4040

4141
const UI = Object.freeze({
4242
sidebar: {

configs/weavevm-testnet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"title": "Testnet WeaveVM",
3+
"title": "Testnet Load Network",
44
"url": "https://explorer.wvm.dev/",
55
"group": "Testnets",
6-
"icon": "https://raw.githubusercontent.com/weaveVM/wvm-blockscout-frontend/main/icons/networks/wvm-icon-dark.svg"
6+
"icon": "https://raw.githubusercontent.com/weaveVM/wvm-blockscout-frontend/main/icons/networks/logo-bright.svg"
77
}
88
]

icons/ABI.svg

Lines changed: 2 additions & 2 deletions
Loading

icons/alphanetv2.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/clock-light.svg

Lines changed: 2 additions & 2 deletions
Loading

icons/copy.svg

Lines changed: 2 additions & 2 deletions
Loading

icons/explorer.svg

Lines changed: 2 additions & 2 deletions
Loading

icons/networks/logo-bright.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)