Skip to content

Commit

Permalink
chore: add yomitestnet (#205)
Browse files Browse the repository at this point in the history
* chore: add yomitestnet

* fixed issues

* fix: move initiation-2 channels

* Update assetlist.json

* fix: add json rpc

---------

Co-authored-by: ALPAC-4 <[email protected]>
  • Loading branch information
chlwys and ALPAC-4 authored Jan 6, 2025
1 parent e5f494a commit 692fd52
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 0 deletions.
13 changes: 13 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,19 @@
"channel_id": "channel-138",
"version": "ics20-1"
},
{

"chain_id": "preyominet-1",
"port_id":"transfer",
"channel_id":"channel-177",
"version": "ics20-1"
},
{
"chain_id": "preyominet-1",
"port_id":"nft-transfer",
"channel_id":"channel-178",
"version": "ics721-1"
},
{
"chain_id": "landlord-2",
"port_id": "transfer",
Expand Down
32 changes: 32 additions & 0 deletions testnets/yominet/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../assetlist.schema.json",
"chain_name": "yominet",
"assets": [
{
"description": "The Kamigotchi world currency",
"denom_units": [
{
"denom": "evm/9D9c32921575Fd98e67E27C0189ED4b750Cb17C5",
"exponent": 18
}
],
"type_asset": "erc20",
"address": "0x9D9c32921575Fd98e67E27C0189ED4b750Cb17C5",
"base": "evm/9D9c32921575Fd98e67E27C0189ED4b750Cb17C5",
"display": "ONYX",
"name": "ONYX",
"symbol": "ONYX",
"coingecko_id": "",
"images": [
{
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/yominet/images/onyx.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/yominet/images/onyx.svg"
}
],
"logo_URIs": {
"png": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/yominet/images/onyx.png",
"svg": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/yominet/images/onyx.svg"
}
}
]
}
72 changes: 72 additions & 0 deletions testnets/yominet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "yominet",
"pretty_name": "PreYominet",
"chain_id": "preyominet-1",
"evm_chain_id": 4471190363524365,
"bech32_prefix": "init",
"network_type": "testnet",
"apis": {
"rpc": [
{
"address": "https://maze-rpc-sequencer-9ce4b2ff-e329-459d-8baa-ae49f95f33b2.ane1-prod-nocsm.newmetric.xyz/"
}
],
"rest": [
{
"address": "https://maze-rest-sequencer-9ce4b2ff-e329-459d-8baa-ae49f95f33b2.ane1-prod-nocsm.newmetric.xyz/"
}
],
"json-rpc": [
{
"address": "https://json-rpc.preyominet.initia.tech"
}
],
"json-rpc-websocket": [
{
"address": "wss://json-rpc-websocket.preyominet.initia.tech"
}
]
},
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "evm/9D9c32921575Fd98e67E27C0189ED4b750Cb17C5",
"fixed_min_gas_price": 1000000000,
"low_gas_price": 1000000000,
"average_gas_price": 1500000000,
"high_gas_price": 2000000000
}
]
},
"metadata": {
"op_bridge_id": "80",
"op_denoms": [
"uinit"
],
"executor_uri": "https://maze-api-opinit-9ce4b2ff-e329-459d-8baa-ae49f95f33b2.ane1-prod-nocsm.newmetric.xyz",
"ibc_channels": [
{
"chain_id": "initiation-2",
"port_id": "transfer",
"channel_id": "channel-0",
"version": "ics20-1"
},
{
"chain_id": "initiation-2",
"port_id": "nft-transfer",
"channel_id": "channel-1",
"version": "ics721-1"
}
],
"assetlist": "https://raw.githubusercontent.com/initia-labs/initia-registry/main/testnets/yominetassetlist.json",
"minitia": {
"type": "minievm",
"version": "v0.5.5"
}
}
}
Binary file added testnets/yominet/images/onyx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions testnets/yominet/images/onyx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 692fd52

Please sign in to comment.