Skip to content

Commit

Permalink
fix: Skale chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithreum committed Nov 12, 2023
1 parent f65fa5f commit 7ffbdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emmet.sdk",
"version": "0.1.15",
"version": "0.1.16",
"description": "Emmet.Bridge SDK library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/chains/skaleTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const skaleTestnet: EVMChain = {
logo: LOGO_SKALE,
// Common WAGMI part: https://github.com/wagmi-dev/viem/blob/main/src/chains/definitions/skale/europaTestnet.ts
id: 476_158_412,
name: 'SKALE | Europa Liquidity Hub Testnet',
name: 'SKALE Testnet',
network: 'skale-europa-testnet',
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
rpcUrls: {
Expand Down

0 comments on commit 7ffbdca

Please sign in to comment.