Skip to content

Commit

Permalink
chore: add lucyna (#459)
Browse files Browse the repository at this point in the history
fix: chain id
  • Loading branch information
artemijspavlovs committed Jun 25, 2024
1 parent b357e9e commit c337d67
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
Binary file added testnet/lucyna_504-1/logos/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions testnet/lucyna_504-1/lucyna_504-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"chainId": "lucyna_504-1",
"chainName": "Lucyna",
"rpc": "https://rpc.lucyna.evm.ra.blumbus.noisnemyd.xyz",
"rest": "https://rest.lucyna.evm.ra.blumbus.noisnemyd.xyz",
"bech32Prefix": "lucy",
"website": "https://docs.dymension.xyz",
"da": "Celestia",
"evm": {
"chainId": "0x1F8",
"rpc": "https://json-rpc.lucyna.evm.ra.blumbus.noisnemyd.xyz"
},
"currencies": [
{
"displayDenom": "LUCY",
"baseDenom": "alucy",
"decimals": 18,
"logo": "/logos/logo.png",
"type": "main"
}
],
"coinType": 60,
"gasAdjustment": 1.5,
"faucetUrl": "",
"ibc": {
"timeout": 600000,
"hubChannel": "channel-29",
"channel": "channel-0"
},
"gasPriceSteps": {
"low": 10000000000,
"average": 10000000000,
"high": 10000000000
},
"logo": "/logos/logo.png",
"type": "RollApp",
"active": true,
"analytics": true,
"collectData": true
}

0 comments on commit c337d67

Please sign in to comment.