diff --git a/testnets/initia/chain.json b/testnets/initia/chain.json index 644781b..37b8962 100644 --- a/testnets/initia/chain.json +++ b/testnets/initia/chain.json @@ -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", diff --git a/testnets/yominet/assetlist.json b/testnets/yominet/assetlist.json new file mode 100644 index 0000000..bbcb321 --- /dev/null +++ b/testnets/yominet/assetlist.json @@ -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" + } + } + ] +} diff --git a/testnets/yominet/chain.json b/testnets/yominet/chain.json new file mode 100644 index 0000000..2464dfa --- /dev/null +++ b/testnets/yominet/chain.json @@ -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" + } + } +} \ No newline at end of file diff --git a/testnets/yominet/images/onyx.png b/testnets/yominet/images/onyx.png new file mode 100644 index 0000000..1a417d7 Binary files /dev/null and b/testnets/yominet/images/onyx.png differ diff --git a/testnets/yominet/images/onyx.svg b/testnets/yominet/images/onyx.svg new file mode 100644 index 0000000..01d0e8a --- /dev/null +++ b/testnets/yominet/images/onyx.svg @@ -0,0 +1,5 @@ + +made by nedu with love + + + \ No newline at end of file