Skip to content
Merged
Changes from all commits
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
8 changes: 4 additions & 4 deletions _data/chains/eip155-4048.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "GAN Testnet",
"name": "GANchain L1",
"chain": "GAN",
"icon": "gpu",
"rpc": ["https://rpc.gpu.net"],
"faucets": [],
"nativeCurrency": {
"name": "GP Token",
"symbol": "GP",
"name": "GPUnet",
"symbol": "GPU",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linked explorer still references the native currency as GP

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is native to substrate, but we want to wrap our native substrate token GP as GPU in the EVM layer of our chain. We use a set of substrate pallets to mimic the EVM env, inspired by Frontier.

We have upgraded the chain to mainnet today using a Runtime upgrade, and need the Metamask and other EVM wallets to reflect the token symbol as $GPU

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI @FrederikBolding, following up on this

Kindly, help us out, we are in the midst of our Mainnet TGE Launches

This change in ticker is important for us

"decimals": 18
},
"infoURL": "https://docs.gpu.net/",
"shortName": "GANTestnet",
"shortName": "GANchain",
"chainId": 4048,
"networkId": 4048,
"explorers": [
Expand Down