Skip to content

Commit

Permalink
Update for Frequency on Paseo (#83)
Browse files Browse the repository at this point in the history
## Goal

The goal of this PR is to update for Frequency on Paseo testnet over
Frequency on Rococo testnet
  • Loading branch information
wilwade authored May 29, 2024
1 parent 0d87c50 commit 6d31bc4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ genesis_hash = "0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3a
[[chains]]
vanity_name = "Frequency Testnet"
name = "frequency-testnet"
rpc_endpoint = "wss://rpc.rococo.frequency.xyz"
color = "#29FD47"
rpc_endpoint = "wss://0.rpc.testnet.amplica.io"
color = "#19455E"
testnet = true

[chains.github_release]
owner = "frequency-chain"
repo = "frequency"
genesis_hash = "0x0c33dfffa907de5683ae21cc6b4af899b5c4de83f3794ed75b2dc74e1b088e72"
genesis_hash = "0x203c6838fc78ea3660a2f298a58d859519c72a5efdc0f194abd6f0d5ce1838e0"
1 change: 1 addition & 0 deletions src/assets/icons/frequency-testnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 1 addition & 10 deletions src/assets/icons/frequency.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import polkadotSrc from "./assets/icons/polkadot.svg";
import frequencySrc from "./assets/icons/frequency.svg";
import frequencyTestnetSrc from "./assets/icons/frequency-testnet.svg";

const ICONS = {
polkadot: polkadotSrc,
frequency: frequencySrc,
"frequency-testnet": frequencySrc,
"frequency-testnet": frequencyTestnetSrc,
};

export function icon(network: string) {
Expand Down

0 comments on commit 6d31bc4

Please sign in to comment.