From 306596cc98e5f068a5c8450df368c0b5f1f60e12 Mon Sep 17 00:00:00 2001 From: Luka Jeran Date: Mon, 28 Oct 2024 23:32:34 +0100 Subject: [PATCH] Update Oasis Emerald Testnet symbol (#6086) To match official Oasis docs: https://github.com/oasisprotocol/docs/blob/afc1f64/src/AddToMetaMask.tsx#L90-L94 Co-authored-by: ligi --- _data/chains/eip155-42261.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-42261.json b/_data/chains/eip155-42261.json index 7e256b003110..5bda79d97c74 100644 --- a/_data/chains/eip155-42261.json +++ b/_data/chains/eip155-42261.json @@ -8,8 +8,8 @@ ], "faucets": ["https://faucet.testnet.oasis.io/"], "nativeCurrency": { - "name": "Emerald Rose", - "symbol": "ROSE", + "name": "Emerald Test Rose", + "symbol": "TEST", "decimals": 18 }, "infoURL": "https://docs.oasis.io/dapp/emerald",