@skip-go/client 0.11.0-alpha.5 → 0.11.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +209 -192
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -8,23 +8,26 @@ var protoSigning = require('@cosmjs/proto-signing');
8
8
  var keys = require('cosmjs-types/cosmos/crypto/secp256k1/keys');
9
9
  var any = require('cosmjs-types/google/protobuf/any');
10
10
  var stargate = require('@cosmjs/stargate');
11
+ var utils$1 = require('@cosmjs/utils');
12
+ var auth = require('cosmjs-types/cosmos/auth/v1beta1/auth');
13
+ var coin = require('cosmjs-types/cosmos/base/v1beta1/coin');
14
+ var g = require('long');
15
+ var d = require('protobufjs/minimal');
16
+ var unit = require('@keplr-wallet/unit');
17
+ var account = require('@injectivelabs/core-proto-ts/cjs/injective/types/v1beta1/account');
11
18
  var rest = require('@injectivelabs/sdk-ts/dist/cjs/client/chain/rest');
12
19
  var utils = require('@injectivelabs/utils');
13
- var js = require('axios');
20
+ var co = require('axios');
14
21
  var signing = require('cosmjs-types/cosmos/tx/signing/v1beta1/signing');
15
22
  var tx$3 = require('cosmjs-types/cosmos/tx/v1beta1/tx');
16
23
  var tx$1 = require('cosmjs-types/cosmwasm/wasm/v1/tx');
17
- var c = require('protobufjs/minimal');
18
- var m = require('long');
19
- var unit = require('@keplr-wallet/unit');
20
24
  var viem = require('viem');
21
- var mainnet = require('chain-registry/mainnet');
22
- var testnet = require('chain-registry/testnet');
23
- var coreProtoTs = require('@injectivelabs/core-proto-ts');
25
+ var initiaRegistry = require('@initia/initia-registry');
26
+ var cjs = require('@injectivelabs/core-proto-ts/cjs');
24
27
  var tx$4 = require('@injectivelabs/sdk-ts/dist/cjs/core/modules/tx/utils/tx');
25
- var Wr = require('keccak256');
26
- var Gr = require('@injectivelabs/sdk-ts/dist/cjs/core/modules/ibc/msgs/MsgTransfer');
27
- var Zr = require('@injectivelabs/sdk-ts/dist/cjs/core/modules/wasm/msgs/MsgExecuteContract');
28
+ var en = require('keccak256');
29
+ var rn = require('@injectivelabs/sdk-ts/dist/cjs/core/modules/ibc/msgs/MsgTransfer');
30
+ var on = require('@injectivelabs/sdk-ts/dist/cjs/core/modules/wasm/msgs/MsgExecuteContract');
28
31
  var tx$2 = require('cosmjs-types/cosmos/bank/v1beta1/tx');
29
32
  var tx = require('cosmjs-types/ibc/applications/transfer/v1/tx');
30
33
  var web3_js = require('@solana/web3.js');
@@ -50,189 +53,203 @@ function _interopNamespace(e) {
50
53
  return Object.freeze(n);
51
54
  }
52
55
 
53
- var js__default = /*#__PURE__*/_interopDefault(js);
54
- var c__namespace = /*#__PURE__*/_interopNamespace(c);
55
- var m__default = /*#__PURE__*/_interopDefault(m);
56
- var Wr__default = /*#__PURE__*/_interopDefault(Wr);
57
- var Gr__default = /*#__PURE__*/_interopDefault(Gr);
58
- var Zr__default = /*#__PURE__*/_interopDefault(Zr);
56
+ var g__default = /*#__PURE__*/_interopDefault(g);
57
+ var d__namespace = /*#__PURE__*/_interopNamespace(d);
58
+ var co__default = /*#__PURE__*/_interopDefault(co);
59
+ var en__default = /*#__PURE__*/_interopDefault(en);
60
+ var rn__default = /*#__PURE__*/_interopDefault(rn);
61
+ var on__default = /*#__PURE__*/_interopDefault(on);
62
+
63
+ var mo=Object.defineProperty,go=Object.defineProperties;var uo=Object.getOwnPropertyDescriptors;var Ft=Object.getOwnPropertySymbols;var ho=Object.prototype.hasOwnProperty,lo=Object.prototype.propertyIsEnumerable;var Wt=(e,s,t)=>s in e?mo(e,s,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[s]=t,R=(e,s)=>{for(var t in s||(s={}))ho.call(s,t)&&Wt(e,t,s[t]);if(Ft)for(var t of Ft(s))lo.call(s,t)&&Wt(e,t,s[t]);return e},re=(e,s)=>go(e,uo(s));var k=(e,s,t)=>new Promise((o,r)=>{var n=p=>{try{c(t.next(p));}catch(h){r(h);}},i=p=>{try{c(t.throw(p));}catch(h){r(h);}},c=p=>p.done?o(p.value):Promise.resolve(p.value).then(n,i);c((t=t.apply(e,s)).next());});function Lt(e){return e.type==="ethermint/PubKeyEthSecp256k1"}var qt=R({ethsecp256k1:"ethermint/PubKeyEthSecp256k1"},amino.pubkeyType);function Jt(e){if(e.length!==33||e[0]!==2&&e[0]!==3)throw new Error("Public key must be compressed secp256k1, i.e. 33 bytes starting with 0x02 or 0x03");return {type:qt.ethsecp256k1,value:encoding.toBase64(e)}}function ws(e,s){let t=`${e.algo}`,r=t==="eth_secp256k1"||t==="ethsecp256k1"?Jt(e.pubkey):amino.encodeSecp256k1Pubkey(e.pubkey);return Ao(r,s)}function Ao(e,s){if(Lt(e)){let t=keys.PubKey.fromPartial({key:encoding.fromBase64(e.value)}),o="";return s!=null&&s.includes("injective")?o="/injective.crypto.v1beta1.ethsecp256k1.PubKey":o="/ethermint.crypto.v1.ethsecp256k1.PubKey",any.Any.fromPartial({typeUrl:o,value:Uint8Array.from(keys.PubKey.encode(t).finish())})}else return protoSigning.encodePubkey(e)}var Mo=()=>({baseAccount:void 0,originalVesting:[],delegatedFree:[],delegatedVesting:[],endTime:g__default.default.ZERO}),Gt={encode(e,s=d__namespace.Writer.create()){e.baseAccount!==void 0&&auth.BaseAccount.encode(e.baseAccount,s.uint32(10).fork()).ldelim();for(let t of e.originalVesting)coin.Coin.encode(t,s.uint32(18).fork()).ldelim();for(let t of e.delegatedFree)coin.Coin.encode(t,s.uint32(26).fork()).ldelim();for(let t of e.delegatedVesting)coin.Coin.encode(t,s.uint32(34).fork()).ldelim();return e.endTime.isZero()||s.uint32(40).int64(e.endTime),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Mo();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.baseAccount=auth.BaseAccount.decode(t,t.uint32());break;case 2:r.originalVesting.push(coin.Coin.decode(t,t.uint32()));break;case 3:r.delegatedFree.push(coin.Coin.decode(t,t.uint32()));break;case 4:r.delegatedVesting.push(coin.Coin.decode(t,t.uint32()));break;case 5:r.endTime=t.int64();break;default:t.skipType(n&7);break}}return r}};function bo(){return {startTime:g__default.default.ZERO,length:g__default.default.ZERO,amount:[],actionType:0}}var Zt={encode(e,s=d__namespace.Writer.create()){e.startTime.isZero()||s.uint32(8).int64(e.startTime),e.length.isZero()||s.uint32(16).int64(e.length);for(let t of e.amount)coin.Coin.encode(t,s.uint32(26).fork()).ldelim();return e.actionType!==0&&s.uint32(32).int32(e.actionType),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=bo();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.startTime=t.int64();break;case 2:r.length=t.int64();break;case 3:r.amount.push(coin.Coin.decode(t,t.uint32()));break;case 4:r.actionType=t.int32();break;default:t.skipType(n&7);break}}return r}};function wo(){return {baseVestingAccount:void 0,vestingPeriods:[]}}var Xt={encode(e,s=d__namespace.Writer.create()){e.baseVestingAccount!==void 0&&Gt.encode(e.baseVestingAccount,s.uint32(10).fork()).ldelim();for(let t of e.vestingPeriods)Zt.encode(t,s.uint32(26).fork()).ldelim();return s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=wo();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.baseVestingAccount=Gt.decode(t,t.uint32());break;case 3:r.vestingPeriods.push(Zt.decode(t,t.uint32()));break;default:t.skipType(n&7);break}}return r}};d__namespace.util.Long!==g__default.default&&(d__namespace.util.Long=g__default.default,d__namespace.configure());var Qe=(()=>{if(typeof Qe!="undefined")return Qe;if(typeof self!="undefined")return self;if(typeof window!="undefined")return window;if(typeof global!="undefined")return global;throw "Unable to locate global object"})(),Ro=Qe.atob||(e=>Qe.Buffer.from(e,"base64").toString("binary"));function v(e){let s=Ro(e),t=new Uint8Array(s.length);for(let o=0;o<s.length;++o)t[o]=s.charCodeAt(o);return t}var Po=Qe.btoa||(e=>Qe.Buffer.from(e,"binary").toString("base64"));function _(e){let s=[];return e.forEach(t=>{s.push(String.fromCharCode(t));}),Po(s.join(""))}function a(e){return e!=null}function We(e){let s=Co(e.getTime()/1e3),t=e.getTime()%1e3*1e6;return {seconds:s,nanos:t}}function Le(e){let s=e.seconds.toNumber()*1e3;return s+=e.nanos/1e6,new Date(s)}var To=e=>({seconds:a(e.seconds)?g__default.default.fromValue(e.seconds):g__default.default.ZERO,nanos:a(e.nanos)?Number(e.nanos):0});function Ye(e){return e instanceof Date?We(e):typeof e=="string"?We(new Date(e)):To(e)}function Co(e){return g__default.default.fromNumber(e)}function C(e){return e&&new unit.Dec(e).toString()}function Qt(){return {$typeUrl:"/google.protobuf.Any",typeUrl:"",value:new Uint8Array}}var J={typeUrl:"/google.protobuf.Any",encode(e,s=d__namespace.Writer.create()){return e.typeUrl!==""&&s.uint32(10).string(e.typeUrl),e.value.length!==0&&s.uint32(18).bytes(e.value),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Qt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.typeUrl=t.string();break;case 2:r.value=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {typeUrl:a(e.typeUrl)?String(e.typeUrl):"",value:a(e.value)?v(e.value):new Uint8Array}},toJSON(e){let s={};return e.typeUrl!==void 0&&(s.typeUrl=e.typeUrl),e.value!==void 0&&(s.value=_(e.value!==void 0?e.value:new Uint8Array)),s},fromPartial(e){var t,o;let s=Qt();return s.typeUrl=(t=e.typeUrl)!=null?t:"",s.value=(o=e.value)!=null?o:new Uint8Array,s},fromAmino(e){return {typeUrl:e.type,value:e.value}},toAmino(e){let s={};return s.type=e.typeUrl,s.value=e.value,s},fromAminoMsg(e){return J.fromAmino(e.value)},fromProtoMsg(e){return J.decode(e.value)},toProto(e){return J.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/google.protobuf.Any",value:J.encode(e).finish()}}};function Rs(){return {address:"",pubKey:void 0,accountNumber:g__default.default.UZERO,sequence:g__default.default.UZERO}}var D={typeUrl:"/cosmos.auth.v1beta1.BaseAccount",encode(e,s=d__namespace.Writer.create()){return e.address!==""&&s.uint32(10).string(e.address),e.pubKey!==void 0&&J.encode(e.pubKey,s.uint32(18).fork()).ldelim(),e.accountNumber.isZero()||s.uint32(24).uint64(e.accountNumber),e.sequence.isZero()||s.uint32(32).uint64(e.sequence),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Rs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.address=t.string();break;case 2:r.pubKey=J.decode(t,t.uint32());break;case 3:r.accountNumber=t.uint64();break;case 4:r.sequence=t.uint64();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {address:a(e.address)?String(e.address):"",pubKey:a(e.pubKey)?J.fromJSON(e.pubKey):void 0,accountNumber:a(e.accountNumber)?g__default.default.fromValue(e.accountNumber):g__default.default.UZERO,sequence:a(e.sequence)?g__default.default.fromValue(e.sequence):g__default.default.UZERO}},toJSON(e){let s={};return e.address!==void 0&&(s.address=e.address),e.pubKey!==void 0&&(s.pubKey=e.pubKey?J.toJSON(e.pubKey):void 0),e.accountNumber!==void 0&&(s.accountNumber=(e.accountNumber||g__default.default.UZERO).toString()),e.sequence!==void 0&&(s.sequence=(e.sequence||g__default.default.UZERO).toString()),s},fromPartial(e){var t;let s=Rs();return s.address=(t=e.address)!=null?t:"",s.pubKey=e.pubKey!==void 0&&e.pubKey!==null?J.fromPartial(e.pubKey):void 0,s.accountNumber=e.accountNumber!==void 0&&e.accountNumber!==null?g__default.default.fromValue(e.accountNumber):g__default.default.UZERO,s.sequence=e.sequence!==void 0&&e.sequence!==null?g__default.default.fromValue(e.sequence):g__default.default.UZERO,s},fromAmino(e){let s=Rs();return e.address!==void 0&&e.address!==null&&(s.address=e.address),e.pub_key!==void 0&&e.pub_key!==null&&(s.pubKey=J.fromAmino(e.pub_key)),e.account_number!==void 0&&e.account_number!==null&&(s.accountNumber=g__default.default.fromString(e.account_number)),e.sequence!==void 0&&e.sequence!==null&&(s.sequence=g__default.default.fromString(e.sequence)),s},toAmino(e){let s={};return s.address=e.address===""?void 0:e.address,s.pub_key=e.pubKey?J.toAmino(e.pubKey):void 0,s.account_number=e.accountNumber.isZero()?void 0:e.accountNumber.toString(),s.sequence=e.sequence.isZero()?void 0:e.sequence.toString(),s},fromAminoMsg(e){return D.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/BaseAccount",value:D.toAmino(e)}},fromProtoMsg(e){return D.decode(e.value)},toProto(e){return D.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.auth.v1beta1.BaseAccount",value:D.encode(e).finish()}}};var Ge=e=>{var s;switch(e.typeUrl){case"/stride.vesting.StridePeriodicVestingAccount":let t=(s=Xt.decode(e.value).baseVestingAccount)==null?void 0:s.baseAccount;return utils$1.assert(t),stargate.accountFromAny({typeUrl:"/cosmos.auth.v1beta1.BaseAccount",value:D.encode(t).finish()});case"/injective.types.v1beta1.EthAccount":let r=account.EthAccount.decode(e.value).baseAccount,n=r.pubKey;return {address:r.address,pubkey:n?{type:"/injective.crypto.v1beta1.ethsecp256k1.PubKey",value:Buffer.from(n.value).toString("base64")}:null,accountNumber:Number(r.accountNumber),sequence:Number(r.sequence)};case"/ethermint.types.v1.EthAccount":let c=account.EthAccount.decode(e.value).baseAccount,p=c.pubKey;return {address:c.address,pubkey:p?{type:"/ethermint.crypto.v1.ethsecp256k1.PubKey",value:Buffer.from(p.value).toString("base64")}:null,accountNumber:Number(c.accountNumber),sequence:Number(c.sequence)};default:return stargate.accountFromAny(e)}};function Ps(){return {sender:"",moduleAddress:"",moduleName:"",functionName:"",typeArgs:[],args:[]}}var qe={typeUrl:"/initia.move.v1.MsgExecute",encode(e,s=d__namespace.Writer.create()){e.sender!==""&&s.uint32(10).string(e.sender),e.moduleAddress!==""&&s.uint32(18).string(e.moduleAddress),e.moduleName!==""&&s.uint32(26).string(e.moduleName),e.functionName!==""&&s.uint32(34).string(e.functionName);for(let t of e.typeArgs)s.uint32(42).string(t);for(let t of e.args)s.uint32(50).bytes(t);return s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ps();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.sender=t.string();break;case 2:r.moduleAddress=t.string();break;case 3:r.moduleName=t.string();break;case 4:r.functionName=t.string();break;case 5:r.typeArgs.push(t.string());break;case 6:r.args.push(t.bytes());break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {sender:a(e.sender)?String(e.sender):"",moduleAddress:a(e.moduleAddress)?String(e.moduleAddress):"",moduleName:a(e.moduleName)?String(e.moduleName):"",functionName:a(e.functionName)?String(e.functionName):"",typeArgs:Array.isArray(e==null?void 0:e.typeArgs)?e.typeArgs.map(s=>String(s)):[],args:Array.isArray(e==null?void 0:e.args)?e.args.map(s=>v(s)):[]}},toJSON(e){let s={};return e.sender!==void 0&&(s.sender=e.sender),e.moduleAddress!==void 0&&(s.moduleAddress=e.moduleAddress),e.moduleName!==void 0&&(s.moduleName=e.moduleName),e.functionName!==void 0&&(s.functionName=e.functionName),e.typeArgs?s.typeArgs=e.typeArgs.map(t=>t):s.typeArgs=[],e.args?s.args=e.args.map(t=>_(t!==void 0?t:new Uint8Array)):s.args=[],s},fromPartial(e){var t,o,r,n,i,c;let s=Ps();return s.sender=(t=e.sender)!=null?t:"",s.moduleAddress=(o=e.moduleAddress)!=null?o:"",s.moduleName=(r=e.moduleName)!=null?r:"",s.functionName=(n=e.functionName)!=null?n:"",s.typeArgs=((i=e.typeArgs)==null?void 0:i.map(p=>p))||[],s.args=((c=e.args)==null?void 0:c.map(p=>p))||[],s},fromAmino(e){var t,o;let s=Ps();return e.sender!==void 0&&e.sender!==null&&(s.sender=e.sender),e.module_address!==void 0&&e.module_address!==null&&(s.moduleAddress=e.module_address),e.module_name!==void 0&&e.module_name!==null&&(s.moduleName=e.module_name),e.function_name!==void 0&&e.function_name!==null&&(s.functionName=e.function_name),s.typeArgs=((t=e.type_args)==null?void 0:t.map(r=>r))||[],s.args=((o=e.args)==null?void 0:o.map(r=>v(r)))||[],s},toAmino(e){let s={};return s.sender=e.sender===""?void 0:e.sender,s.module_address=e.moduleAddress===""?void 0:e.moduleAddress,s.module_name=e.moduleName===""?void 0:e.moduleName,s.function_name=e.functionName===""?void 0:e.functionName,e.typeArgs?s.type_args=e.typeArgs.map(t=>t):s.type_args=e.typeArgs,e.args?s.args=e.args.map(t=>_(t)):s.args=e.args,s},fromAminoMsg(e){return qe.fromAmino(e.value)},fromProtoMsg(e){return qe.decode(e.value)},toProto(e){return qe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/initia.move.v1.MsgExecute",value:qe.encode(e).finish()}}};var Ts=[{$schema:"../chain.schema.json",chain_name:"8ball",status:"killed",website:"https://8ball.info/",network_type:"mainnet",pretty_name:"8ball",chain_type:"cosmos",chain_id:"eightball-1",bech32_prefix:"8ball",daemon_name:"8ball",node_home:"$HOME/.8ball",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uebl",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uebl"}]},codebase:{cosmos_sdk_version:"0.46.7",cosmwasm_enabled:!0},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"},apis:{rpc:[{address:"https://rpc.8ball.info/",provider:"8ball"},{address:"https://rpc.8ball.nodestake.top",provider:"NodeStake"}],rest:[{address:"https://rest.8ball.info",provider:"8ball"},{address:"https://api.8ball.nodestake.top",provider:"NodeStake"},{address:"https://api-8ball.nodine.id/",provider:"Nodine.ID"}],grpc:[{address:"grpc.8ball.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc.8ball.nodexcapital.com:443",provider:"NodeX Validator"}]},explorers:[{url:"https://explorer.8ball.info/",tx_page:"https://explorer.8ball.info/8ball/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/8ball",tx_page:"https://ping.pub/8ball/tx/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/8ball/",tx_page:"https://explorer.nodestake.top/8ball/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/8ball",tx_page:"https://explorer.tcnetwork.io/8ball/transaction/${txHash}"},{kind:"TC Network",url:"https://explorer.co.id/8ball",tx_page:"https://explorer.co.id/8ball/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/8ball",tx_page:"https://explorer.nodexcapital.com/8ball/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg",theme:{primary_color_hex:"#dbdbdb"}}]},{$schema:"../chain.schema.json",chain_name:"acrechain",status:"live",network_type:"mainnet",website:"https://arable.finance/",pretty_name:"Acrechain",chain_type:"cosmos",chain_id:"acre_9052-1",bech32_prefix:"acre",node_home:"$HOME/.acred",daemon_name:"acred",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"aacre",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aacre"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg"},apis:{rpc:[{address:"https://rpc.acre.nodestake.top",provider:"nodestake"},{address:"https://rpc-acre.synergynodes.com",provider:"Synergy Nodes"},{address:"https://acrechain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc.acre.tcnetwork.io",provider:"TC Network"},{address:"https://mainnet-acre-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://acred-rpc.staketab.org:443",provider:"Staketab"}],rest:[{address:"https://lcd-acre.synergynodes.com",provider:"Synergy Nodes"},{address:"https://acrechain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest.acre.tcnetwork.io",provider:"TC Network"},{address:"https://mainnet-acre-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://acred-rest.staketab.org",provider:"Staketab"}],grpc:[{address:"grpc.acre.nodestake.top:443",provider:"Nodestake"},{address:"acrechain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"acre-grpc.genznodes.dev:27090",provider:"genznodes"},{address:"services.staketab.com:9008",provider:"Staketab"}],"evm-http-jsonrpc":[{address:"https://jsonrpc-acre.d-stake.xyz",provider:"D-stake"},{address:"https://rpc2-acre.synergynodes.com",provider:"Synergy Nodes"},{address:"https://jsonrpc.acre.nodestake.top",provider:"Nodestake"},{address:"https://acre-rpc-evm.genznodes.dev/",provider:"genznodes"},{address:"https://evm-acre.sr20de.xyz/",provider:"Sr20de"},{address:"https://evm.acrescan.com/",provider:"Anonstake"},{address:"https://json-rpc.acre.tcnetwork.io",provider:"TC Network"},{address:"https://mainnet-acre-evm.konsortech.xyz",provider:"KonsorTech"}]},explorers:[{kind:"blockscout",url:"https://acrescout.mindheartsoul.org",tx_page:"https://acrescout.mindheartsoul.org/tx/${txHash}"},{kind:"blockscout",url:"https://acrescan.com",tx_page:"https://acrescan.com/tx/${txHash}"},{kind:"blockscout",url:"https://acreblockexplorer.jet-node.com",tx_page:"https://acreblockexplorer.jet-node.com/tx/${txHash}"},{kind:"ping.pub",url:"https://explorer.nodestake.top/acre",tx_page:"https://explorer.nodestake.top/acre/tx/${txHash}"},{kind:"ping.pub",url:"https://cosmosrun.info/acre-mainnet",tx_page:"https://cosmosrun.info/acre-mainnet/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/acre",tx_page:"https://explorer.tcnetwork.io/acre/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/acre.svg",theme:{primary_color_hex:"#4aa29e"}}]},{$schema:"../chain.schema.json",chain_name:"agoric",status:"live",network_type:"mainnet",website:"https://agoric.com/",pretty_name:"Agoric",chain_type:"cosmos",chain_id:"agoric-3",bech32_prefix:"agoric",daemon_name:"agd",node_home:"$HOME/.agoric",slip44:564,alternative_slip44s:[118],fees:{fee_tokens:[{denom:"ubld",low_gas_price:.03,average_gas_price:.05,high_gas_price:.07},{denom:"uist",low_gas_price:.0034,average_gas_price:.007,high_gas_price:.02}]},staking:{staking_tokens:[{denom:"ubld"}]},codebase:{cosmos_sdk_version:"agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.4",cosmwasm_enabled:!1},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg"},description:"The Agoric platform makes it safe and seamless to build decentralized apps using your existing JavaScript knowledge.",apis:{rpc:[{address:"https://main.rpc.agoric.net:443"},{address:"https://agoric-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.agoric.nodestake.top",provider:"NodeStake"},{address:"https://agoric.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://agoric-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-agoric-01.stakeflow.io",provider:"Stakeflow"},{address:"https://agoric-rpc.0base.dev",provider:"0base.vc"},{address:"https://agoric-rpc.stakeangle.com",provider:"StakeAngle"},{address:"https://agoric-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc.agoric.stakewith.us",provider:"StakeWithUs"},{address:"https://rpc-agoric-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://agoric-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.agoric.bronbro.io:443",provider:"Bro_n_Bro"}],rest:[{address:"https://main.api.agoric.net:443"},{address:"https://api.agoric.nodestake.top",provider:"NodeStake"},{address:"https://agoric-api.polkachu.com",provider:"Polkachu"},{address:"https://agoric.api.kjnodes.com",provider:"kjnodes"},{address:"https://agoric-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api-agoric-01.stakeflow.io",provider:"Stakeflow"},{address:"https://agoric-rest.0base.dev",provider:"0base.vc"},{address:"https://agoric-api.w3coins.io",provider:"w3coins"},{address:"https://agoric.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.agoric.stakewith.us",provider:"StakeWithUs"},{address:"https://api-agoric-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://agoric-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://lcd.agoric.bronbro.io:443",provider:"Bro_n_Bro"}],grpc:[{address:"grpc.agoric.nodestake.top:443",provider:"NodeStake"},{address:"agoric-grpc.polkachu.com:14490",provider:"Polkachu"},{address:"agoric-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"agoric.grpc.kjnodes.com:12790",provider:"kjnodes"},{address:"grpc-agoric-01.stakeflow.io:2202",provider:"Stakeflow"},{address:"agoric.mellifera.network:9090",provider:"MELLIFERA"},{address:"agoric-grpc.w3coins.io:14490",provider:"w3coins"},{address:"https://grpc.agoric.stakewith.us",provider:"StakeWithUs"},{address:"grpc-agoric-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"agoric-grpc.stakeandrelax.net:14490",provider:"Stake&Relax \u{1F9A5}"},{address:"https://grpc.agoric.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"explorers.guru",url:"https://agoric.explorers.guru",tx_page:"https://agoric.explorers.guru/transaction/${txHash}",account_page:"https://agoric.explorers.guru/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/agoric/",tx_page:"https://atomscan.com/agoric/transactions/${txHash}",account_page:"https://atomscan.com/agoric/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/agoric",account_page:"https://stakeflow.io/agoric/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Agoric",tx_page:"https://explorer.stavr.tech/Agoric/tx/${txHash}",account_page:"https://explorer.stavr.tech/Agoric/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.svg",theme:{primary_color_hex:"#bc2c44"}}]},{$schema:"../chain.schema.json",chain_name:"aioz",status:"live",network_type:"mainnet",website:"https://aioz.network/",pretty_name:"AIOZ Network",chain_type:"cosmos",chain_id:"aioz_168-1",bech32_prefix:"aioz",daemon_name:"aiozd",node_home:"$HOME/.aioz",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"attoaioz",fixed_min_gas_price:7e9,low_gas_price:7e9,average_gas_price:7e9,high_gas_price:1e10}]},staking:{staking_tokens:[{denom:"attoaioz"}],lock_duration:{time:"2419200s"}},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg"},description:`AIOZ Network is a DePIN for Web3 AI, Storage and Streaming.
64
+
65
+ AIOZ empowers a faster, secure and decentralized future.
66
+
67
+ Powered by a global network of DePINs, AIOZ rewards you for sharing your computational resources for storing, transcoding, and streaming digital media content and powering decentralized AI computation.`,apis:{"evm-http-jsonrpc":[{address:"https://eth-dataseed.aioz.network",provider:"AIOZ Network"}],rpc:[{address:"https://rpc-dataseed.aioz.network:443",provider:"AIOZ Network"}],rest:[{address:"https://lcd-dataseed.aioz.network",provider:"AIOZ Network"}],grpc:[{address:"grpc-dataseed.aioz.network:443",provider:"AIOZ Network"}]},explorers:[{kind:"aioz",url:"https://explorer.aioz.network",tx_page:"https://explorer.aioz.network/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg",theme:{primary_color_hex:"#24241c"}}]},{$schema:"../chain.schema.json",chain_name:"akash",status:"live",network_type:"mainnet",website:"https://akash.network/",pretty_name:"Akash",chain_type:"cosmos",chain_id:"akashnet-2",bech32_prefix:"akash",daemon_name:"akash",node_home:"$HOME/.akash",slip44:118,fees:{fee_tokens:[{denom:"uakt",fixed_min_gas_price:25e-5,low_gas_price:25e-5,average_gas_price:.0025,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"uakt"}]},codebase:{cosmos_sdk_version:"v0.45.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},description:"Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.",apis:{rpc:[{address:"https://rpc.akash.forbole.com:443",provider:"forbole"},{address:"https://rpc-akash.ecostake.com:443",provider:"ecostake"},{address:"https://akash-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes"},{address:"https://akash-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-akash.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://rpc-akash-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"http://akash.c29r3.xyz:80/rpc",provider:"c29r3"},{address:"https://akash-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://akash-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://rpc-akash-01.stakeflow.io",provider:"Stakeflow"},{address:"https://akash-mainnet-rpc.cosmonautstakes.com:443",provider:"Cosmonaut Stakes"},{address:"https://akash-rpc.w3coins.io",provider:"w3coins"},{address:"https://akash-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://akash-rpc.validatornode.com",provider:"ValidatorNode"},{address:"https://rpc-akash.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://public.stakewolle.com/cosmos/akash/rpc",provider:"Stakewolle"},{address:"https://akash.declab.pro:26601",provider:"Decloud Nodes Lab"}],rest:[{address:"https://api.akash.forbole.com:443",provider:"forbole"},{address:"https://rest-akash.ecostake.com",provider:"ecostake"},{address:"https://akash-api.lavenderfive.com:443",provider:"Lavender.Five Nodes"},{address:"https://akash-api.polkachu.com",provider:"Polkachu"},{address:"https://api-akash.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api-akash-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://akash.c29r3.xyz:443/api",provider:"c29r3"},{address:"https://akash-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://akash-api.kleomedes.network",provider:"Kleomedes"},{address:"https://api-akash-01.stakeflow.io",provider:"Stakeflow"},{address:"https://akash-mainnet-rest.cosmonautstakes.com:443",provider:"Cosmonaut Stakes"},{address:"https://akash-api.w3coins.io",provider:"w3coins"},{address:"https://akash-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://akash-api.validatornode.com",provider:"ValidatorNode"},{address:"https://api-akash.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://public.stakewolle.com/cosmos/akash/rest",provider:"Stakewolle"},{address:"https://akash.declab.pro:443",provider:"Decloud Nodes Lab"}],grpc:[{address:"grpc-akash-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"akash-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"akash-grpc.polkachu.com:12890",provider:"Polkachu"},{address:"akash-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-akash.cosmos-spaces.cloud:1110",provider:"Cosmos Spaces"},{address:"grpc-akash-01.stakeflow.io:1502",provider:"Stakeflow"},{address:"akash-grpc.w3coins.io:12890",provider:"w3coins"},{address:"akash-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://akash.declab.pro:9001",provider:"Decloud Nodes Lab"},{address:"grpc-akash.whispernode.com:443",provider:"WhisperNode \u{1F910}"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/akash",tx_page:"https://ezstaking.app/akash/txs/${txHash}",account_page:"https://ezstaking.app/akash/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/akash",tx_page:"https://www.mintscan.io/akash/transactions/${txHash}",account_page:"https://www.mintscan.io/akash/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/akash-network",tx_page:"https://ping.pub/akash-network/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/akash",tx_page:"https://atomscan.com/akash/transactions/${txHash}",account_page:"https://atomscan.com/akash/accounts/${accountAddress}"},{kind:"cloudmos",url:"https://cloudmos.io/blocks",tx_page:"https://cloudmos.io/transactions/${txHash}"},{kind:"Stakeflow",url:"https://stakeflow.io/akash",account_page:"https://stakeflow.io/akash/accounts/${accountAddress}"},{kind:"ValidatorNode",url:"https://explorer.validatornode.com/akash-network",tx_page:"https://explorer.validatornode.com/akash-network/tx/${txHash}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Akash",tx_page:"https://explorer.declab.pro/Akash/tx/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/akash",tx_page:"https://mainnet.whispernode.com/akash/tx/${txHash}",account_page:"https://mainnet.whispernode.com/akash/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg",theme:{primary_color_hex:"#bc342c"}}]},{$schema:"../chain.schema.json",chain_name:"akiro",status:"killed",network_type:"mainnet",pretty_name:"Akiro",chain_type:"cosmos",chain_id:"akiro-1",bech32_prefix:"akiro",daemon_name:"akirod",node_home:"$HOME/.akiro",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uakiro",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.035,high_gas_price:.045}]},staking:{staking_tokens:[{denom:"uakiro"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg"},apis:{rpc:[{address:"http://213.199.36.82:26657",provider:"AKIRO"},{address:"https://rpc-akiro.d-stake.xyz",provider:"D-Stake"}],rest:[{address:"http://213.199.36.82:1317",provider:"AKIRO"},{address:"https://api-akiro.d-stake.xyz",provider:"D-Stake"}],grpc:[{address:"http://213.199.36.82:9090",provider:"AKIRO"},{address:"https://grpc-akiro.d-stake.xyz",provider:"D-Stake"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/akiro",tx_page:"https://ping.pub/akiro/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akiro/images/akiro.svg",theme:{primary_color_hex:"#f7f0e1"}}]},{$schema:"../chain.schema.json",chain_name:"althea",status:"live",network_type:"mainnet",website:"https://althea.net/",pretty_name:"Althea",chain_type:"cosmos",chain_id:"althea_258432-1",bech32_prefix:"althea",daemon_name:"althea",node_home:"$HOME/.althea",slip44:118,fees:{fee_tokens:[{denom:"aalthea",fixed_min_gas_price:1e11,low_gas_price:1e11,average_gas_price:1e11,high_gas_price:3e11}]},staking:{staking_tokens:[{denom:"aalthea"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.png",theme:{primary_color_hex:"#0474dc"}},{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/althea/images/althea.svg"}],codebase:{},apis:{rest:[{address:"https://nodes.chandrastation.com/api/althea/",provider:"Chandra Station"},{address:"https://althea.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://althea-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}],rpc:[{address:"https://nodes.chandrastation.com/rpc/althea/",provider:"Chandra Station"},{address:"https://althea.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://althea-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}],grpc:[{address:"https://althea-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}]}},{$schema:"../chain.schema.json",chain_name:"andromeda",chain_type:"cosmos",chain_id:"andromeda-1",pre_fork_chain_name:"andromeda1",pretty_name:"Andromeda",status:"live",network_type:"mainnet",bech32_prefix:"andr",daemon_name:"andromedad",node_home:"$HOME/.andromeda",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uandr",low_gas_price:.03,average_gas_price:.05,high_gas_price:.075}]},staking:{staking_tokens:[{denom:"uandr"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47.8",cosmwasm_enabled:!0,cosmwasm_version:"v0.41.0"},apis:{rpc:[{address:"https://rpc.andromeda-1.andromeda.aviaone.com",provider:"AviaOne \u{1F7E2}"},{address:"https://andromeda.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://andromeda.rpc.nodex.one",provider:"nodex"},{address:"https://andro.rpc.m.stavr.tech/",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://andromeda-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://andromeda-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda-rpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://andromeda-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://andromeda-rpc.genznodes.dev",provider:"genznodes"},{address:"https://andromeda.rpc.kjnodes.com",provider:"kjnodes.com \u{1F984}"},{address:"andromeda-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"rpc-andromeda.blockval.io",provider:"Blockval"},{address:"https://andromeda.rpc.liveraven.net",provider:"LiveRaveN"}],rest:[{address:"https://api.andromeda-1.andromeda.aviaone.com",provider:"AviaOne \u{1F7E2}"},{address:"https://andromeda.api.kjnodes.com",provider:"kjnodes"},{address:"https://andromeda.api.nodex.one",provider:"nodex"},{address:"https://andro.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://andromeda-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://andromeda-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda-rest.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://andromeda-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://andromeda-api.genznodes.dev",provider:"genznodes"},{address:"https://andromeda.api.kjnodes.com",provider:"kjnodes.com \u{1F984}"},{address:"andromeda-api.noders.services",provider:"[NODERS]TEAM"},{address:"api-andromeda.blockval.io",provider:"Blockval"},{address:"https://andromeda.api.liveraven.net",provider:"LiveRaveN"}],grpc:[{address:"andromeda-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc.andromeda-1.andromeda.aviaone.com:9108",provider:"AviaOne \u{1F7E2}"},{address:"andromeda.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"andromeda-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda.grpc.nodex.one:443",provider:"nodex"},{address:"http://andromedad.grpc.t.stavr.tech:132",provider:"\u{1F525}STAVR\u{1F525}"},{address:"andromeda-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"andromeda-grpc.genznodes.dev:27090",provider:"genznodes"},{address:"andromeda.grpc.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"},{address:"andromeda-grpc.noders.services:34090",provider:"[NODERS]TEAM"},{address:"grpc-andromeda.blockval.io:443",provider:"Blockval"},{address:"andromeda.grpc.liveraven.net:443",provider:"LiveRaveN"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Andromeda-Mainnet",tx_page:"https://explorer.stavr.tech/Andromeda-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Andromeda-Mainnet/account/${accountAddress}"},{kind:"exploreme.pro",url:"https://andromeda.exploreme.pro",tx_page:"https://andromeda.exploreme.pro/transaction/${txHash}",account_page:"https://andromeda.exploreme.pro/account/${accountAddress}"},{kind:"Cosmotracker",url:"https://cosmotracker.com/andromeda",tx_page:"https://cosmotracker.com/andromeda/tx/${txHash}",account_page:"https://cosmotracker.com/andromeda/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/andromeda",tx_page:"https://ping.pub/andromeda/tx/${txHash}"},{kind:"AviaOne Explorer \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/andromeda",tx_page:"https://mainnet.explorer.aviaone.com/andromeda/tx/${txHash}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"andromeda1",chain_type:"cosmos",chain_id:"andromeda-1",pretty_name:"Andromeda",status:"killed",network_type:"mainnet",bech32_prefix:"andr",daemon_name:"andromedad",node_home:"$HOME/.andromeda",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uandr"}]},staking:{staking_tokens:[{denom:"uandr"}],lock_duration:{time:"1814400s"}},codebase:{},apis:{rpc:[{address:"https://rpc.andromeda-1.andromeda.aviaone.com",provider:"AVIAONE"},{address:"https://andromeda.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://andromeda.rpc.nodex.one",provider:"nodex"},{address:"https://andro.rpc.m.stavr.tech/",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://andromeda-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://andromeda-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda-rpc.stake-town.com:443",provider:"StakeTown"},{address:"https://andromeda-rpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://andromeda-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://andromeda-rpc.genznodes.dev",provider:"genznodes"},{address:"https://nibiru.rpc.kjnodes.comv",provider:"kjnodes.com \u{1F984}"}],rest:[{address:"https://api.andromeda-1.andromeda.aviaone.com/",provider:"AVIAONE"},{address:"https://andromeda.api.kjnodes.com",provider:"kjnodes"},{address:"https://andromeda.api.nodex.one",provider:"nodex"},{address:"https://andro.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://andromeda-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://andromeda-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda-api.stake-town.com:443",provider:"StakeTown"},{address:"https://andromeda-rest.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://andromeda-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://andromeda-api.genznodes.dev",provider:"genznodes"},{address:"https://nibiru.api.kjnodes.com",provider:"kjnodes.com \u{1F984}"}],grpc:[{address:"andromeda-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc.andromeda-1.andromeda.aviaone.com:9094",provider:"AVIAONE"},{address:"andromeda.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"andromeda-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://andromeda.grpc.nodex.one:443",provider:"nodex"},{address:"http://andromedad.grpc.t.stavr.tech:132",provider:"\u{1F525}STAVR\u{1F525}"},{address:"andromeda-grpc.stake-town.com:443",provider:"StakeTown"},{address:"andromeda-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"andromeda-grpc.genznodes.dev:27090",provider:"genznodes"},{address:"nibiru.grpc.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Andromeda-Mainnet",tx_page:"https://explorer.stavr.tech/Andromeda-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Andromeda-Mainnet/account/${accountAddress}"},{kind:"exploreme.pro",url:"https://andromeda.exploreme.pro",tx_page:"https://andromeda.exploreme.pro/transaction/${txHash}",account_page:"https://andromeda.exploreme.pro/account/${accountAddress}"},{kind:"Cosmotracker",url:"https://cosmotracker.com/andromeda",tx_page:"https://cosmotracker.com/andromeda/tx/${txHash}",account_page:"https://cosmotracker.com/andromeda/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/andromeda",tx_page:"https://ping.pub/andromeda/tx/${txHash}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/andromeda/images/andromeda-logo.png",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"archway",status:"live",network_type:"mainnet",website:"https://archway.io/",pretty_name:"Archway",chain_type:"cosmos",chain_id:"archway-1",bech32_prefix:"archway",daemon_name:"archwayd",node_home:"$HOME/.archway",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"aarch",fixed_min_gas_price:14e10,low_gas_price:196e9,average_gas_price:2254e8,high_gas_price:2548e8}]},staking:{staking_tokens:[{denom:"aarch"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"v0.47.11",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg"},description:"An incentivized L1 blockchain that allows developers to capture the value their dapps create, enabling sustainable economic models.",apis:{rpc:[{address:"https://rpc.mainnet.archway.io",provider:"Archway Foundation"},{address:"https://archway-mainnet-archive.allthatnode.com:26657",provider:"All That Node"},{address:"https://m-archway.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://rpc-1.archway.nodes.guru",provider:"Nodes.Guru"},{address:"https://archway.rpc.silknodes.io/",provider:"Silk Nodes"},{address:"https://archway.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc-archway.cryptech.com.ua",provider:"cryptech"},{address:"https://rpc.archway.nodestake.top",provider:"NodeStake"},{address:"https://rpc-archway.theamsolutions.info",provider:"AM Solutions"},{address:"https://rpc-archway.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://archway-rpc.w3coins.io",provider:"w3coins"},{address:"https://m-archway.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://archway-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-archway.mms.team",provider:"MMS"},{address:"https://rpc-archway.mzonder.com",provider:"MZONDER"},{address:"https://rpc.archway.lgns.net",provider:"Luganodes"},{address:"https://archway-rpc.stake-town.com",provider:"StakeTown"},{address:"https://archway-rpc.0base.dev",provider:"0base.vc"},{address:"https://archway-mainnet.rpc.l0vd.com",provider:"L0vd.com"},{address:"https://archway-rpc.openbitlab.com",provider:"openbitlab"},{address:"https://rpc-archway.mzonder.com",provider:"MZONDER"},{address:"https://rpc-archway.mainnet.validatrium.club",provider:"Validatrium"},{address:"https://rpc.archway.stakeup.tech",provider:"StakeUp"},{address:"https://archway.api.trivium.network:26657",provider:"TriviumX | Architech"},{address:"https://archway-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.archway.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://rpc-archway.luckyfriday.io/",provider:"GlobalStake"},{address:"https://archway-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://api.mainnet.archway.io",provider:"Archway Foundation"},{address:"https://archway-api.w3coins.io",provider:"w3coins"},{address:"https://m-archway.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://api-1.archway.nodes.guru",provider:"Nodes.Guru"},{address:"https://archway.api.silknodes.io/",provider:"Silk Nodes"},{address:"https://archway.api.kjnodes.com",provider:"kjnodes"},{address:"https://api-archway.cryptech.com.ua",provider:"cryptech"},{address:"https://api.archway.nodestake.top",provider:"NodeStake"},{address:"https://rest-archway.theamsolutions.info",provider:"AM Solutions"},{address:"https://lcd-archway.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://archway-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-archway.mms.team",provider:"MMS"},{address:"https://api-archway.mzonder.com",provider:"MZONDER"},{address:"https://rest.archway.lgns.net",provider:"Luganodes"},{address:"https://archway-api.stake-town.com",provider:"StakeTown"},{address:"https://archway-rest.0base.dev",provider:"0base.vc"},{address:"https://archway-mainnet.api.l0vd.com",provider:"L0vd.com"},{address:"https://archway-api.openbitlab.com",provider:"openbitlab"},{address:"https://api-archway.mainnet.validatrium.club",provider:"Validatrium"},{address:"https://api.archway.stakeup.tech",provider:"StakeUp"},{address:"https://archway.api.trivium.network:1317",provider:"TriviumX | Architech"},{address:"https://archway-mainnet-archive.allthatnode.com:1317",provider:"All That Node"},{address:"https://archway-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://archway-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://lcd.archway.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://archway-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"grpc.mainnet.archway.io:443",provider:"Archway Foundation"},{address:"grpc-1.archway.nodes.guru:10690",provider:"Nodes.Guru"},{address:"archway.grpc.kjnodes.com:15690",provider:"kjnodes"},{address:"https://grpc-archway.cryptech.com.ua",provider:"cryptech"},{address:"https://grpc.archway.nodestake.top:443",provider:"NodeStake"},{address:"grpc-archway.theamsolutions.info:443",provider:"AM Solutions"},{address:"archway-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"archway.grpc.nodersteam.com:9090",provider:"[NODERS]TEAM"},{address:"grpc-archway.mms.team:443",provider:"MMS"},{address:"grpc-archway.mzonder.com:443",provider:"MZONDER"},{address:"grpc.archway.lgns.net:443",provider:"Luganodes"},{address:"archway-grpc.stake-town.com:443",provider:"StakeTown"},{address:"archway-grpc.huginn.tech:4090",provider:"Huginn"},{address:"archway-mainnet.grpc.l0vd.com:80",provider:"L0vd.com"},{address:"archway-grpc.openbitlab.com:443",provider:"openbitlab"},{address:"grpc-archway.mainnet.validatrium.club:27490",provider:"Validatrium"},{address:"grpc.archway.stakeup.tech:443",provider:"StakeUp"},{address:"grpc-archway-mainnet.testnet-pride.com:9096",provider:"TestnetPride"},{address:"archway.api.trivium.network:9090",provider:"TriviumX | Architech"},{address:"archway-grpc.tienthuattoan.ventures:9290",provider:"TienThuatToan"},{address:"archway-grpc.stakeandrelax.net:11590",provider:"Stake&Relax \u{1F9A5}"},{address:"https://grpc.archway.bronbro.io:443",provider:"Bro_n_Bro"},{address:"archway-grpc.noders.services:13090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"Nodes Guru",url:"https://archway.explorers.guru/",tx_page:"https://archway.explorers.guru/transaction/${txHash}",account_page:"https://archway.explorers.guru/account/${accountAddress}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}",url:"https://exp.utsa.tech/archway",tx_page:"https://exp.utsa.tech/archway/tx/${txHash}",account_page:"https://exp.utsa.tech/archway/account/${accountAddress}"},{kind:"Mintscan",url:"https://mintscan.io/archway/",tx_page:"https://mintscan.io/archway/transactions/${txHash}",account_page:"https://mintscan.io/archway/accounts/${accountAddress}"},{kind:"Silk Nodes",url:"https://explorer.silknodes.io/archway",tx_page:"https://explorer.silknodes.io/archway/tx/${txHash}",account_page:"https://explorer.silknodes.io/archway/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/archway/",tx_page:"https://explorer.nodestake.top/archway/txs/${txHash}",account_page:"https://explorer.nodestake.top/archway/account/${accountAddress}"},{kind:"Exploreme",url:"https://archway.exploreme.pro/",tx_page:"https://archway.exploreme.pro/transaction/${txHash}",account_page:"https://archway.exploreme.pro/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/archway",tx_page:"https://ping.pub/archway/tx/${txHash}"},{kind:"ezstaking",url:"https://ezstaking.app/archway",tx_page:"https://ezstaking.app/archway/txs/${txHash}",account_page:"https://ezstaking.app/archway/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/archway",tx_page:"https://mainnet.whispernode.com/archway/tx/${txHash}",account_page:"https://mainnet.whispernode.com/archway/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg",theme:{primary_color_hex:"#fc4c04"}}]},{$schema:"../chain.schema.json",chain_name:"arkh",status:"live",network_type:"mainnet",website:"https://arkhadian.com/",pretty_name:"Arkhadian",chain_type:"cosmos",chain_id:"arkh",bech32_prefix:"arkh",daemon_name:"arkhd",node_home:"$HOME/.arkh",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"arkh",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"arkh"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg"},apis:{rpc:[{address:"https://asc-dataseed.arkhadian.com/",provider:"arkhnetwork"},{address:"https://arkh_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://asc-blockchain-api.arkhadian.com/",provider:"arkhnetwork"},{address:"https://arkh_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.arkh.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc.arkh.nodexcapital.com:443",provider:"NodeX Validator"}]},explorers:[{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/arkh",tx_page:"https://explorer.nodestake.top/arkh/tx/${txHash}"},{kind:"Kynraze Explorer",url:"https://explorer.kynraze.com/arkhadian",tx_page:"https://explorer.kynraze.com/arkhadian/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/arkhadian",tx_page:"https://explorer.nodexcapital.com/arkhadian/tx/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/arkhadian",tx_page:"https://explorer.whenmoonwhenlambo.money/arkhadian/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/arkhadian/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg",theme:{primary_color_hex:"#bdbb82"}}]},{$schema:"../chain.schema.json",chain_name:"assetmantle",status:"live",network_type:"mainnet",website:"https://assetmantle.one/",pretty_name:"AssetMantle",chain_type:"cosmos",chain_id:"mantle-1",bech32_prefix:"mantle",daemon_name:"mantleNode",node_home:"$HOME/.mantleNode",slip44:118,fees:{fee_tokens:[{denom:"umntl",low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"umntl"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg"},description:"AssetMantle\u2019s suite of products is focused on the NFT ecosystem, helping you up your game with digital asset ownership.",apis:{rpc:[{address:"https://rpc.assetmantle.one",provider:"AssetMantle"},{address:"https://rpc-assetmantle.ecostake.com",provider:"ecostake"},{address:"https://assetmantle-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.assetmantle.nodestake.top",provider:"NodeStake"},{address:"https://rpc-assetmantle-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-assetmantle.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc.mantle.paranorm.pro:443",provider:"paranorm"},{address:"https://assetmantle-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://assetmantle-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://rest.assetmantle.one",provider:"AssetMantle"},{address:"https://rest-assetmantle.ecostake.com",provider:"ecostake"},{address:"https://api.assetmantle.nodestake.top",provider:"NodeStake"},{address:"https://api-assetmantle-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://assetmantle-api.polkachu.com",provider:"Polkachu"},{address:"https://lcd-assetmantle.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api.mantle.paranorm.pro:443",provider:"paranorm"},{address:"https://assetmantle-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://assetmantle-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc.assetmantle.nodestake.top:443",provider:"NodeStake"},{address:"grpc-assetmantle-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"assetmantle-grpc.polkachu.com:14690",provider:"Polkachu"},{address:"assetmantle-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"assetmantle-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/assetmantle",tx_page:"https://ezstaking.app/assetmantle/txs/${txHash}",account_page:"https://ezstaking.app/assetmantle/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/asset-mantle",tx_page:"https://www.mintscan.io/asset-mantle/transactions/${txHash}",account_page:"https://www.mintscan.io/asset-mantle/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.postcapitalist.io/AssetMantle",tx_page:"https://explorer.postcapitalist.io/AssetMantle/tx/${txHash}"},{kind:"other",url:"https://explorer.assetmantle.one",tx_page:"https://explorer.assetmantle.one/transactions/${txHash}"},{kind:"explorers.guru",url:"https://assetmantle.explorers.guru",tx_page:"https://assetmantle.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/assetmantle",tx_page:"https://atomscan.com/assetmantle/transactions/${txHash}",account_page:"https://atomscan.com/assetmantle/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/assetmantle",tx_page:"https://mainnet.whispernode.com/assetmantle/tx/${txHash}",account_page:"https://mainnet.whispernode.com/assetmantle/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/AM_Logo_Dark.svg",theme:{primary_color_hex:"#f6b620"}}]},{$schema:"../chain.schema.json",chain_name:"aura",status:"live",network_type:"mainnet",website:"https://aura.network/",pretty_name:"Aura Network",chain_type:"cosmos",chain_id:"aura_6322-2",bech32_prefix:"aura",daemon_name:"aurad",node_home:"$HOME/.aura",pre_fork_chain_name:"aura1",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uaura",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.002,high_gas_price:.0025}]},staking:{staking_tokens:[{denom:"uaura"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"evmos/cosmos-sdk v0.47.12-evmos",cosmwasm_enabled:!0,cosmwasm_version:"v0.42.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},apis:{rpc:[{address:"https://rpc.aura.network/",provider:"Aura Network Foundation"},{address:"https://m-aura.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"http://aura.rpc.m.stavr.tech:11047",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://aura-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://aura.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://mainnet-aura-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://aura-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://aura-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc.aura.safeblock.space",provider:"Safe Block"},{address:"https://rpc.aura.silentvalidator.com",provider:"silent"},{address:"https://rpc-aura.mms.team",provider:"MMS"},{address:"https://aura-rpc.stake-town.com",provider:"StakeTown"},{address:"https://aura-rpc.palamar.io",provider:"Palamar"},{address:"https://aura.rpc.srv.stakr.space",provider:"STAKR.space"},{address:"https://aura-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://aura-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://lcd.aura.network/",provider:"Aura Network Foundation"},{address:"https://m-aura.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://aura.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://aura-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://aura.api.kjnodes.com",provider:"kjnodes"},{address:"https://mainnet-aura-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://aura-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://aura-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://aura-rest.staketab.org",provider:"Staketab"},{address:"https://api.aura.safeblock.space",provider:"Safe Block"},{address:"https://api.aura.silentvalidator.com",provider:"silent"},{address:"https://api-aura.mms.team",provider:"MMS"},{address:"https://aura-api.stake-town.com",provider:"StakeTown"},{address:"https://aura-api.palamar.io",provider:"Palamar"},{address:"https://aura.api.srv.stakr.space",provider:"STAKR.space"},{address:"https://aura-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://aura-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc.aura.network",provider:"Aura Network Foundation"},{address:"auranetwork-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://grpc.aura.nodestake.top",provider:"NodeStake"},{address:"aura.mainnet.grpc.nodersteam.com:9100/",provider:"[NODERS]TEAM"},{address:"https://aura-grpc.ramuchi.tech:15000",provider:"ramuchi.tech"},{address:"http://aura.grpc.m.stavr.tech:9901",provider:"\u{1F525}STAVR\u{1F525}"},{address:"aura.grpc.kjnodes.com:11790",provider:"kjnodes"},{address:"aura-grpc.tienthuattoan.ventures:9090",provider:"TienThuatToan"},{address:"aura-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"services.staketab.com:9021",provider:"Staketab"},{address:"grpc.aura.silentvalidator.com:443",provider:"silent"},{address:"grpc-aura.mms.team:443",provider:"MMS"},{address:"aura-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc.aura.safeblock.space:9090",provider:"Safe Block"},{address:"aura-grpc.palamar.io:443",provider:"Palamar"},{address:"aura.grpc.srv.stakr.space:19090",provider:"STAKR.space"},{address:"aura-grpc.noders.services:17090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"aurascan",url:"https://aurascan.io",tx_page:"https://aurascan.io/tx/${txHash}",account_page:"https://aurascan.io/address/${accountAddress}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400} Explorer",url:"https://exp.utsa.tech/aura",tx_page:"https://exp.utsa.tech/aura/tx/${txHash}",account_page:"https://exp.utsa.tech/aura/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Aura-Mainnet",tx_page:"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/aura",tx_page:"https://explorer.nodestake.top/aura/tx/${txHash}",account_page:"https://explorer.nodestake.top/aura/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/aura",tx_page:"https://explorer.tcnetwork.io/aura/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/aura",tx_page:"https://explorer.stake-take.com/aura/tx/${txHash}",account_page:"https://explorer.stake-take.com/aura/account/${accountAddress}"},{kind:"Safe Block",url:"https://explorer.safeblock.space/aura",tx_page:"https://explorer.safeblock.space/aura/tx/${txHash}",account_page:"https://explorer.safeblock.space/aura/account/${accountAddress}"},{kind:"STAKR.space explorer",url:"https://explorer.stakr.space/aura/",tx_page:"https://explorer.stakr.space/aura/tx/${txHash}",account_page:"https://explorer.stakr.space/aura/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",theme:{primary_color_hex:"#a7c8d4"}}]},{$schema:"../chain.schema.json",chain_name:"aura1",status:"killed",network_type:"mainnet",website:"https://aura.network/",pretty_name:"Aura Network",chain_type:"cosmos",chain_id:"xstaxy-1",bech32_prefix:"aura",daemon_name:"aurad",node_home:"$HOME/.aura",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uaura",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.002,high_gas_price:.0025}]},staking:{staking_tokens:[{denom:"uaura"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.47.5",cosmwasm_enabled:!0,cosmwasm_version:"0.42.0"},apis:{rpc:[{address:"https://rpc.aura.network/",provider:"Aura Network Foundation"},{address:"https://m-aura.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"http://aura.rpc.m.stavr.tech:11047",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://aura-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://aura.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://mainnet-aura-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://aura-rpc.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://aura-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://aura-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc.aura.safeblock.space",provider:"Safe Block"},{address:"https://rpc.aura.silentvalidator.com",provider:"silent"},{address:"https://rpc-aura.mms.team",provider:"MMS"},{address:"https://aura-rpc.stake-town.com",provider:"StakeTown"},{address:"https://aura-rpc.palamar.io",provider:"Palamar"},{address:"https://aura.rpc.srv.stakr.space",provider:"STAKR.space"},{address:"https://aura-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://aura-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://lcd.aura.network/",provider:"Aura Network Foundation"},{address:"https://m-aura.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://aura.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://aura-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://aura.api.kjnodes.com",provider:"kjnodes"},{address:"https://mainnet-aura-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://aura-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://aura-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://aura-rest.staketab.org",provider:"Staketab"},{address:"https://api.aura.safeblock.space",provider:"Safe Block"},{address:"https://api.aura.silentvalidator.com",provider:"silent"},{address:"https://api-aura.mms.team",provider:"MMS"},{address:"https://aura-api.stake-town.com",provider:"StakeTown"},{address:"https://aura-api.palamar.io",provider:"Palamar"},{address:"https://aura.api.srv.stakr.space",provider:"STAKR.space"},{address:"https://aura-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://aura-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc.aura.network",provider:"Aura Network Foundation"},{address:"auranetwork-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://grpc.aura.nodestake.top",provider:"NodeStake"},{address:"aura.mainnet.grpc.nodersteam.com:9100/",provider:"[NODERS]TEAM"},{address:"https://aura-grpc.ramuchi.tech:15000",provider:"ramuchi.tech"},{address:"http://aura.grpc.m.stavr.tech:9901",provider:"\u{1F525}STAVR\u{1F525}"},{address:"aura.grpc.kjnodes.com:11790",provider:"kjnodes"},{address:"aura-grpc.tienthuattoan.ventures:9090",provider:"TienThuatToan"},{address:"aura-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"services.staketab.com:9021",provider:"Staketab"},{address:"grpc.aura.silentvalidator.com:443",provider:"silent"},{address:"grpc-aura.mms.team:443",provider:"MMS"},{address:"aura-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc.aura.safeblock.space:9090",provider:"Safe Block"},{address:"aura-grpc.palamar.io:443",provider:"Palamar"},{address:"aura.grpc.srv.stakr.space:19090",provider:"STAKR.space"},{address:"aura-grpc.noders.services:17090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"aurascan",url:"https://aurascan.io",tx_page:"https://aurascan.io/transaction/${txHash}",account_page:"https://aurascan.io/account/${accountAddress}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400} Explorer",url:"https://exp.utsa.tech/aura",tx_page:"https://exp.utsa.tech/aura/tx/${txHash}",account_page:"https://exp.utsa.tech/aura/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Aura-Mainnet",tx_page:"https://explorer.stavr.tech/aura-mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/aura-mainnet/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/aura",tx_page:"https://explorer.nodestake.top/aura/tx/${txHash}",account_page:"https://explorer.nodestake.top/aura/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/aura",tx_page:"https://explorer.tcnetwork.io/aura/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/aura/account/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/aura",tx_page:"https://explorer.stake-take.com/aura/tx/${txHash}",account_page:"https://explorer.stake-take.com/aura/account/${accountAddress}"},{kind:"Safe Block",url:"https://explorer.safeblock.space/aura",tx_page:"https://explorer.safeblock.space/aura/tx/${txHash}",account_page:"https://explorer.safeblock.space/aura/account/${accountAddress}"},{kind:"STAKR.space explorer",url:"https://explorer.stakr.space/aura/",tx_page:"https://explorer.stakr.space/aura/tx/${txHash}",account_page:"https://explorer.stakr.space/aura/account/${accountAddress}"}],images:[{image_sync:{chain_name:"aura"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg",theme:{primary_color_hex:"#a7c8d4"}}]},{$schema:"../chain.schema.json",chain_name:"axelar",chain_type:"cosmos",chain_id:"axelar-dojo-1",pretty_name:"Axelar",status:"live",network_type:"mainnet",website:"https://axelar.network/",bech32_prefix:"axelar",daemon_name:"axelard",node_home:"$HOME/.axelar",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uaxl",fixed_min_gas_price:.007,low_gas_price:.007,average_gas_price:.007,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"uaxl"}]},codebase:{cosmos_sdk_version:"axelarnetwork/cosmos-sdk v0.45.17-0.20230904150332-37fb903a6c62",cosmwasm_enabled:!0,cosmwasm_version:"v0.33.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg"},description:"Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",apis:{"grpc-web":[{address:"axelar-grpcweb.chainode.tech",provider:"Chainode"},{address:"axelar-grpcweb.quantnode.tech:9091",provider:"Quantnode"}],rpc:[{address:"https://rpc-axelar.imperator.co:443",provider:"Imperator.co"},{address:"https://axelar-rpc.quickapi.com:443",provider:"chainlayer"},{address:"https://rpc-axelar.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://axelar-rpc.pops.one:443",provider:"p-ops"},{address:"https://axelar-rpc.qubelabs.io:443",provider:"Qubelabs"},{address:"https://rpc-1.axelar.nodes.guru:443",provider:"nodes.guru"},{address:"https://rpc-axelar-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://axelar-rpc.polkachu.com",provider:"Polkachu"},{address:"https://axelar.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://rpc.axelar.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://axelar-rpc.validatrium.club",provider:"Validatrium"},{address:"https://rpc-axelar.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://axelar-rpc.quantnode.tech/",provider:"QuantNode"},{address:"https://axelar-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://axelar-rpc.rockrpc.net/",provider:"RockawayX Infra"},{address:"https://axelar-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://rpc-axelar-01.stakeflow.io",provider:"Stakeflow"},{address:"https://axelar-rpc.staketab.org:443",provider:"Staketab"},{address:"https://axelar-rpc.w3coins.io",provider:"w3coins"},{address:"https://axelar-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://lcd-axelar.imperator.co:443",provider:"Imperator.co"},{address:"https://axelar-lcd.quickapi.com:443",provider:"chainlayer"},{address:"https://api-axelar.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://axelar-lcd.qubelabs.io:443",provider:"Qubelabs"},{address:"https://api-1.axelar.nodes.guru:443",provider:"nodes.guru"},{address:"https://api-axelar-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://axelar-api.polkachu.com",provider:"Polkachu"},{address:"https://axelar.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://api.axelar.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://axelar-api.validatrium.club",provider:"Validatrium"},{address:"https://lcd-axelar.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://axelar-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://axelar-lcd.quantnode.tech/",provider:"QuantNode"},{address:"https://axelar-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://api-axelar-01.stakeflow.io",provider:"Stakeflow"},{address:"https://axelar-rest.staketab.org",provider:"Staketab"},{address:"https://axelar-api.w3coins.io",provider:"w3coins"},{address:"https://axelar-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"axelar-grpc.qubelabs.io:9092",provider:"Qubelabs"},{address:"axelar-grpc.quantnode.tech:9090",provider:"Quantnode"},{address:"services.staketab.com:9080",provider:"Staketab"},{address:"grpc-axelar.cosmos-spaces.cloud:1590",provider:"Cosmos Spaces"},{address:"grpc-axelar-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"axelar-grpc.polkachu.com:15190",provider:"Polkachu"},{address:"axelar.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"axelar-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-axelar-01.stakeflow.io:1602",provider:"Stakeflow"},{address:"axelar-grpc.w3coins.io:15190",provider:"w3coins"},{address:"grpc-axelar.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"axelar-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"axelarscan",url:"https://axelarscan.io",tx_page:"https://axelarscan.io/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/axelar",tx_page:"https://www.mintscan.io/axelar/transactions/${txHash}",account_page:"https://www.mintscan.io/axelar/accounts/${accountAddress}"},{kind:"explorers.guru",url:"https://axelar.explorers.guru",tx_page:"https://axelar.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/axelar",tx_page:"https://atomscan.com/axelar/transactions/${txHash}",account_page:"https://atomscan.com/axelar/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/axelar",account_page:"https://stakeflow.io/axelar/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/axelar",tx_page:"https://ezstaking.app/axelar/txs/${txHash}",account_page:"https://ezstaking.app/axelar/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/axelar",tx_page:"https://mainnet.whispernode.com/axelar/tx/${txHash}",account_page:"https://mainnet.whispernode.com/axelar/account/${accountAddress}"}],images:[{image_sync:{chain_name:"axelar",base_denom:"uaxl"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg",theme:{primary_color_hex:"#040404",circle:!0}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axelar-chain-logo.svg",theme:{primary_color_hex:"#040404",circle:!1}}]},{$schema:"../chain.schema.json",chain_name:"bandchain",status:"live",network_type:"mainnet",website:"https://bandprotocol.com/",pretty_name:"Band Protocol",chain_type:"cosmos",chain_id:"laozi-mainnet",daemon_name:"bandd",node_home:"$HOME/.band",bech32_prefix:"band",slip44:494,key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"uband",fixed_min_gas_price:.0025,low_gas_price:.0025,average_gas_price:.003,high_gas_price:.005}]},staking:{staking_tokens:[{denom:"uband"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.45.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"},description:"Band Protocol is a cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.",apis:{rpc:[{address:"http://rpc.laozi1.bandchain.org:80",provider:"bandprotocol"},{address:"https://rpc-bandchain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://band-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://bandchain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://band.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-band-01.stakeflow.io",provider:"Stakeflow"},{address:"https://rpc-band.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://band-rpc.w3coins.io",provider:"w3coins"},{address:"https://bandprotocol-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/bandchain/rpc",provider:"Stakewolle"},{address:"https://rpc.band.bronbro.io/",provider:"Bro_n_Bro"},{address:"https://rpc.band.roomit.xyz/",provider:"Roomit"},{address:"https://band-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://laozi1.bandchain.org/api",provider:"bandprotocol"},{address:"https://api-bandchain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://band-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://api-band.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://band.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://bandchain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api-band-01.stakeflow.io",provider:"Stakeflow"},{address:"https://band-api.w3coins.io",provider:"w3coins"},{address:"https://bandprotocol-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/bandchain/rest",provider:"Stakewolle"},{address:"https://lcd.band.bronbro.io/",provider:"Bro_n_Bro"},{address:"https://api.band.roomit.xyz/",provider:"Roomit"},{address:"https://band-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"grpc-bandchain-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"bandchain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-band.cosmos-spaces.cloud:2240",provider:"Cosmos Spaces"},{address:"grpc-band-01.stakeflow.io:2502",provider:"Stakeflow"},{address:"band-grpc.w3coins.io:22990",provider:"w3coins"},{address:"http://band.grpc.m.stavr.tech:7803",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://grpc-band.nodeist.net",provider:"Nodeist"},{address:"band.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"grpc.band.bronbro.io:443",provider:"Bro_n_Bro"},{address:"grpc.band.roomit.xyz:8443",provider:"Roomit"},{address:"band-grpc.noders.services:30090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"cosmoscan",url:"https://cosmoscan.io",tx_page:"https://cosmoscan.io/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/band",tx_page:"https://www.mintscan.io/band/transactions/${txHash}",account_page:"https://www.mintscan.io/band/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/band-protocol",tx_page:"https://ping.pub/band-protocol/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Band-Mainnet",tx_page:"https://explorer.stavr.tech/Band-Mainnet/tx/${txHash}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/band",tx_page:"https://exp.nodeist.net/band/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/band-protocol",tx_page:"https://atomscan.com/band-protocol/transactions/${txHash}",account_page:"https://atomscan.com/band-protocol/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/band-protocol",account_page:"https://stakeflow.io/band-protocol/accounts/${accountAddress}"},{kind:"Roomit Explorer",url:"https://explorer.tendermint.roomit.xyz/band-mainnet",account_page:"https://explorer.tendermint.roomit.xyz/band-mainnet/accounts/${accountAddress}"},{kind:"kjnodes Explorer",url:"https://explorer.kjnodes.com/band",tx_page:"https://explorer.kjnodes.com/band/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg",theme:{primary_color_hex:"#4424e4"}}]},{$schema:"../chain.schema.json",chain_name:"beezee",status:"live",network_type:"mainnet",pretty_name:"BeeZee",chain_type:"cosmos",chain_id:"beezee-1",bech32_prefix:"bze",daemon_name:"bzed",node_home:"$HOME/.bze",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ubze",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ubze"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg"},apis:{rpc:[{address:"https://rpc.getbze.com",provider:"AlphaTeam"},{address:"https://rpc-1.getbze.com",provider:"AlphaTeam"},{address:"https://rpc-2.getbze.com",provider:"AlphaTeam"},{address:"https://beezee_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://rest.getbze.com",provider:"AlphaTeam"},{address:"https://rest-1.getbze.com",provider:"AlphaTeam"},{address:"https://rest-2.getbze.com",provider:"AlphaTeam"},{address:"https://beezee_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.getbze.com:9099",provider:"AlphaTeam"},{address:"grpc-1.getbze.com:9099",provider:"AlphaTeam"},{address:"grpc-2.getbze.com:9099",provider:"AlphaTeam"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/beezee",tx_page:"https://ping.pub/beezee/tx/${txHash}",account_page:"https://ping.pub/beezee/account/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.getbze.com/beezee",tx_page:"https://explorer.getbze.com/beezee/tx/${txHash}",account_page:"https://explorer.getbze.com/beezee/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/beezee",tx_page:"https://atomscan.com/beezee/transactions/${txHash}",account_page:"https://atomscan.com/beezee/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/beezee",tx_page:"https://explorer.whenmoonwhenlambo.money/beezee/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/beezee/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/bze.svg",theme:{primary_color_hex:"#079fd7"}}]},{$schema:"../chain.schema.json",chain_name:"bitcanna",status:"live",network_type:"mainnet",website:"https://www.bitcanna.io/",pretty_name:"BitCanna",chain_type:"cosmos",chain_id:"bitcanna-1",bech32_prefix:"bcna",daemon_name:"bcnad",node_home:"$HOME/.bcna",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ubcna",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.0025,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"ubcna"}]},codebase:{cosmos_sdk_version:"v0.47.11"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"},apis:{rpc:[{address:"https://rpc.bitcanna.io/",provider:"bitcanna"},{address:"https://bcna-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://bitcanna-rpc.panthea.eu/",provider:"Panthea EU"},{address:"https://rpc.bitcanna.sgtstake.com/",provider:"SGTstake"},{address:"https://bitcanna.rpc.m.anode.team/",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://bitcanna.rpc.m.stavr.tech/",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-bcna.kjinc.io/",provider:"KJINC.io"},{address:"https://mainnet-bitcanna-rpc.konsortech.xyz/",provider:"KonsorTech"},{address:"https://bitcanna.rpc.kjnodes.com/",provider:"kjnodes"},{address:"https://bitcanna-rpc.genznodes.dev/",provider:"genznodes"},{address:"https://rpc.bitcanna-1.bitcanna.aviaone.com/",provider:"AVIAONE \u{1F7E2}"},{address:"https://rpc.bitcanna-mainnet.hexnodes.one/",provider:"Hexnodes"},{address:"https://rpc.bitcanna.citizenweb3.com/",provider:"Citizen Web3"},{address:"https://bitcanna-mainnet.rpc.l0vd.com/",provider:"L0vd.com"},{address:"https://bitcanna-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.bitcanna.safeblock.space",provider:"Safe Block"},{address:"https://bitcanna.nodejumper.io:443",provider:"NODEJUMPER"},{address:"https://rpc.bitcanna.indonode.net/",provider:"Indonode"},{address:"https://rpc-bitcanna.mms.team:443",provider:"MMS"},{address:"https://bitcanna-rpc.validatornode.com",provider:"ValidatorNode"},{address:"https://bitcanna.rpc.nodex.one",provider:"NodeX Emperor \u26A1 Bitcanna"},{address:"https://bcna.rpc.arcturian.tech/",provider:"Arcturian Tech"},{address:"https://rpc.bitcanna.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://bitcanna-rpc.bluestake.net",provider:"BlueStake"},{address:"https://rpc-bitcanna.cryptech.com.ua",provider:"CrypTech"},{address:"https://bitcanna-rpc.kalia.network/",provider:"Kalia Network"},{address:"https://bitcanna.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"},{address:"https://bitcanna_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.bitcanna.io:443",provider:"bitcanna"},{address:"bitcanna.grpc.m.stavr.tech:9081",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc.bitcanna-mainnet.hexnodes.one:27090",provider:"HexNodes"},{address:"grpc.bitcanna-1.bitcanna.aviaone.com:9102",provider:"AVIAONE \u{1F7E2}"},{address:"bitcanna-mainnet.grpc.l0vd.com:80",provider:"L0vd.com"},{address:"bitcanna.grpc.kjnodes.com:14290",provider:"kjnodes"},{address:"bitcanna-grpc.polkachu.com:13090",provider:"Polkachu"},{address:"grpc-bitcanna.mms.team:443",provider:"MMS"},{address:"grpc.bitcanna.safeblock.space:9090",provider:"Safe Block"},{address:"mainnet-bitcanna-grpc.konsortech.xyz:27090",provider:"KonsorTech"},{address:"bitcanna.grpc.m.anode.team:443",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"grpc-bcna.kjinc.io:443",provider:"KJINC.io"},{address:"bitcanna.grpc.nodex.one:443",provider:"NodeX Emperor \u26A1 Bitcanna"},{address:"grpc.bitcanna.bh.rocks:42090",provider:"BlockHunters \u{1F3AF}"},{address:"grpc.bitcanna.indonode.net:11090",provider:"Indonode"},{address:"bitcanna-grpc.panthea.eu:16710",provider:"Panthea EU"},{address:"bitcanna-grpc.validatornode.com:443",provider:"ValidatorNode"},{address:"grpc-bitcanna.cryptech.com.ua:443",provider:"CrypTech"},{address:"bitcanna-grpc.kalia.network:443",provider:"Kalia Network"},{address:"bitcanna.grpc.nodeshub.online:13090",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"}],rest:[{address:"https://lcd.bitcanna.io",provider:"bitcanna"},{address:"https://bitcanna-api.panthea.eu",provider:"Panthea EU"},{address:"https://api.bitcanna.sgtstake.com/",provider:"SGTstake"},{address:"https://bitcanna.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://bcna-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://bitcanna.api.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://api-bcna.kjinc.io/",provider:"KJINC.io"},{address:"https://mainnet-bitcanna-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://bitcanna.api.kjnodes.com",provider:"kjnodes"},{address:"https://bitcanna-api.genznodes.dev",provider:"genznodes"},{address:"https://api.bitcanna-1.bitcanna.aviaone.com",provider:"AVIAONE \u{1F7E2}"},{address:"https://lcd.bitcanna-mainnet.hexnodes.one",provider:"Hexnodes"},{address:"https://bitcanna-mainnet.api.l0vd.com",provider:"L0vd.com"},{address:"https://bitcanna-api.polkachu.com",provider:"Polkachu"},{address:"https://api.bitcanna.safeblock.space",provider:"Safe Block"},{address:"https://bitcanna.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://api-bitcanna.mms.team:443",provider:"MMS"},{address:"https://bitcanna-api.validatornode.com",provider:"ValidatorNode"},{address:"https://bitcanna.api.nodex.one",provider:"NodeX Emperor \u26A1 Bitcanna"},{address:"https://bcna.api.arcturian.tech/",provider:"Arcturian Tech"},{address:"https://api.bitcanna.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://api.bitcanna.indonode.net",provider:"Indonode"},{address:"https://bitcanna-api.bluestake.net",provider:"BlueStake"},{address:"https://api-bitcanna.cryptech.com.ua",provider:"CrypTech"},{address:"https://bitcanna-api.kalia.network",provider:"Kalia Network"},{address:"https://api.bitcanna.citizenweb3.com",provider:"Citizen Web3"},{address:"https://bitcanna.api.nodeshub.online",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"},{address:"https://bitcanna_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}]},explorers:[{kind:"EZStaking Tools",url:"https://app.ezstaking.io/bitcanna",tx_page:"https://ezstaking.tools/bitcanna/txs/${txHash}",account_page:"https://ezstaking.tools/bitcanna/account/${accountAddress}"},{kind:"forbole",url:"https://explorer.bitcanna.io",tx_page:"https://explorer.bitcanna.io/transactions/${txHash}",account_page:"https://explorer.bitcanna.io/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/bitcanna",tx_page:"https://ping.pub/bitcanna/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/bitcanna/",tx_page:"https://www.mintscan.io/bitcanna/txs/${txHash}",account_page:"https://www.mintscan.io/bitcanna/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Bitcanna",tx_page:"https://explorer.stavr.tech/Bitcanna/txs/${txHash}",account_page:"https://explorer.stavr.tech/Bitcanna/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/bitcanna",tx_page:"https://atomscan.com/bitcanna/transactions/${txHash}"},{kind:"ValidatorNode Explorer",url:"https://explorer.validatornode.com/bitcanna",tx_page:"https://explorer.validatornode.com/bitcanna/tx/${txHash}"},{kind:"Safe Block Explorer Pruned",url:"https://explorer.safeblock.space/bitcanna",tx_page:"https://explorer.safeblock.space/bitcanna/tx/${txHash}"},{kind:"AlxVoy \u26A1 ANODE.TEAM",url:"https://main.anode.team/bitcanna",tx_page:"https://main.anode.team/bitcanna/tx/${txHash}"},{kind:"kjnodes",url:"https://explorer.kjnodes.com/bitcanna",tx_page:"https://explorer.kjnodes.com/bitcanna/tx/${txHash}"},{kind:"L0vd.com \u2764\uFE0F",url:"https://explorers.l0vd.com/bitcanna-mainnet",tx_page:"https://explorers.l0vd.com/bitcanna-mainnet/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodex.one/bitcanna",tx_page:"https://explorer.nodex.one/bitcanna/tx/${txHash}"},{kind:"Moonbys Dashboard",url:"https://explorer.moonbys.com",tx_page:"https://explorer.moonbys.com/${txHash}"},{kind:"BlockHunters \u{1F3AF}",url:"https://scan.bh.rocks/bitcanna",tx_page:"https://scan.bh.rocks/bitcanna/tx/${txHash}"},{kind:"Indonode",url:"https://explorer.indonode.net/bitcanna",tx_page:"https://explorer.indonode.net/bitcanna/tx/${txHash}"},{kind:"CrypTech Explorer",url:"https://explorers.cryptech.com.ua/bitcanna",tx_page:"https://explorers.cryptech.com.ua/bitcanna/txs/${txHash}"},{kind:"Kalia Network",url:"https://explorer.kalia.network/bitcanna",tx_page:"https://explorer.kalia.network/bitcanna/tx/${txHash}",account_page:"https://explorer.kalia.network/bitcanna/account/${accountAddress}"},{kind:"AviaOne Explorer \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/bitcanna",tx_page:"https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F",url:"https://explorer.nodeshub.online/bitcanna/",tx_page:"https://explorer.nodeshub.online/bitcanna/tx/${txHash}",account_page:"https://explorer.nodeshub.online/bitcanna/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/bitcanna",tx_page:"https://explorer.whenmoonwhenlambo.money/bitcanna/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/bitcanna/account/${accountAddress}"},{kind:"AviaOne Explorer \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/bitcanna",tx_page:"https://mainnet.explorer.aviaone.com/bitcanna/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/bitcanna/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg",theme:{primary_color_hex:"#3cc494"}}]},{$schema:"../chain.schema.json",chain_name:"bitsong",status:"live",network_type:"mainnet",website:"https://bitsong.io/",pretty_name:"BitSong",chain_type:"cosmos",chain_id:"bitsong-2b",bech32_prefix:"bitsong",slip44:639,daemon_name:"bitsongd",node_home:"$HOME/.bitsongd",codebase:{cosmos_sdk_version:"v0.45.16",cosmwasm_enabled:!0,cosmwasm_version:"v0.33.0"},fees:{fee_tokens:[{denom:"ubtsg",fixed_min_gas_price:0,low_gas_price:3,average_gas_price:10,high_gas_price:20}]},staking:{staking_tokens:[{denom:"ubtsg"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"},description:"Artists, Fans, Managers and Labels in One Single Holistic Ecosystem: $BTSG. Earn real-time royalties, discover exclusive content, mint and trade Fantokens, buy & sell NFTs.",apis:{rpc:[{address:"https://rpc-bitsong-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.explorebitsong.com",provider:"stake.systems"},{address:"https://bitsong-rpc.validatrium.club",provider:"Validatrium"},{address:"https://rpc.bitsong.chaintools.tech/",provider:"ChainTools"},{address:"https://rpc.bitsong.quokkastake.io",provider:"\u{1F439} Quokka Stake"},{address:"https://rpc-bitsong.starsquid.io",provider:"Starsquid"},{address:"https://rpc-bitsong.architectnodes.com",provider:"Architect Nodes"},{address:"http://bitsong.statesync.nodersteam.com:11657",provider:"[NODERS]TEAM"},{address:"https://rpc.bitsong.safeblock.space",provider:"Safe Block"},{address:"https://bitsong.tdrsys.com:2053",provider:"TdrSys"},{address:"https://bitsong-rpc.panthea.eu",provider:"Panthea EU"},{address:"https://rpc.bitsong.mathnodes.com",provider:"MathNodes"},{address:"https://bitsong-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://bitsong-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://api-bitsong-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://lcd.explorebitsong.com/",provider:"stake.systems"},{address:"https://bitsong-api.validatrium.club",provider:"Validatrium"},{address:"https://api.bitsong.quokkastake.io",provider:"\u{1F439} Quokka Stake"},{address:"http://bitsong.api.nodersteam.com:11017",provider:"[NODERS]TEAM"},{address:"https://api-bitsong.starsquid.io",provider:"Starsquid"},{address:"https://rest-bitsong.architectnodes.com",provider:"Architect Nodes"},{address:"https://api.bitsong.safeblock.space",provider:"Safe Block"},{address:"https://bitsong.tdrsys.com",provider:"TdrSys"},{address:"https://bitsong-api.panthea.eu",provider:"Panthea EU"},{address:"https://api.bitsong.mathnodes.com",provider:"MathNodes"},{address:"https://bitsong-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://bitsong.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://bitsong-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"grpc-bitsong-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"bitsong.grpc.nodersteam.com:9111/",provider:"[NODERS]TEAM"},{address:"grpc.bitsong.safeblock.space:9090",provider:"Safe Block"},{address:"bitsong-grpc.panthea.eu:16750",provider:"Panthea EU"},{address:"grpc.bitsong.mathnodes.com:9092",provider:"MathNodes"},{address:"bitsong-grpc.noders.services:20090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/bitsong",tx_page:"https://ezstaking.app/bitsong/txs/${txHash}",account_page:"https://ezstaking.app/bitsong/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/bitsong",tx_page:"https://ping.pub/bitsong/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/bitsong",tx_page:"https://www.mintscan.io/bitsong/transactions/${txHash}",account_page:"https://www.mintscan.io/bitsong/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/bitsong",tx_page:"https://atomscan.com/bitsong/transactions/${txHash}",account_page:"https://atomscan.com/bitsong/accounts/${accountAddress}"},{kind:"Safe Block",url:"https://explorer.safeblok.space/bitsong",tx_page:"https://explorer.safeblock.space/bitsong/tx/${txHash}",account_page:"https://explorer.safeblock.space/bitsong/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Bitsong",tx_page:"https://explorer.stavr.tech/Bitsong/tx/${txHash}",account_page:"https://explorer.stavr.tech/Bitsong/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg",theme:{primary_color_hex:"#c8307f"}}]},{$schema:"../chain.schema.json",chain_name:"blockx",status:"live",network_type:"mainnet",website:"https://www.blockxnet.com/",pretty_name:"BlockX",chain_type:"cosmos",chain_id:"blockx_19191-1",bech32_prefix:"blockx",node_home:"$HOME/.blockxd",daemon_name:"blockxd",key_algos:["ethsecp256k1"],staking:{staking_tokens:[{denom:"abcx"}]},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/blockx/images/blockx.png"}],slip44:118},{$schema:"../chain.schema.json",chain_name:"bluechip",status:"live",website:"https://www.bluechip.link",network_type:"mainnet",pretty_name:"BlueChip",chain_type:"cosmos",chain_id:"bluechip-1",bech32_prefix:"bcp",daemon_name:"bluechipd",node_home:"$HOME/.bluechip",slip44:118,key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"ubluechip",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ubluechip"}]},description:"Stake to the BlueChip chain, interact with the creator pools, and subscribe through the creator subscription contracts.",codebase:{cosmos_sdk_version:"0.46.7",cosmwasm_enabled:!0},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluechip/images/bluechip.png",theme:{primary_color_hex:"#0c94d3"}}]},{$schema:"../chain.schema.json",chain_name:"bluzelle",status:"live",network_type:"mainnet",website:"https://bluzelle.com/",pretty_name:"Bluzelle",chain_type:"cosmos",chain_id:"bluzelle-9",bech32_prefix:"bluzelle",daemon_name:"curiumd",node_home:"$HOME/.curium",key_algos:["secp256k1"],slip44:483,fees:{fee_tokens:[{denom:"ubnt",fixed_min_gas_price:.002,low_gas_price:.002,average_gas_price:.002,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"ubnt"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.45.11"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg"},apis:{rpc:[{address:"https://a.client.sentry.net.bluzelle.com:26657",provider:"Bluzelle"},{address:"https://b.client.sentry.net.bluzelle.com:26657",provider:"Bluzelle"},{address:"https://c.client.sentry.net.bluzelle.com:26657",provider:"Bluzelle"},{address:"https://bluzelle_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://a.client.sentry.net.bluzelle.com:1317",provider:"Bluzelle"},{address:"https://b.client.sentry.net.bluzelle.com:1317",provider:"Bluzelle"},{address:"https://c.client.sentry.net.bluzelle.com:1317",provider:"Bluzelle"},{address:"https://bluzelle-api.genznodes.dev/",provider:"genznodes"},{address:"https://bluzelle_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"a.client.sentry.net.bluzelle.com:9090",provider:"Bluzelle"},{address:"b.client.sentry.net.bluzelle.com:9090",provider:"Bluzelle"},{address:"c.client.sentry.net.bluzelle.com:9090",provider:"Bluzelle"},{address:"bluzelle-grpc.genznodes.dev:34090",provider:"genznodes"},{address:"https://grpc-curium.nodine.id:443",provider:"Nodine.ID"}]},explorers:[{kind:"ping.pub",url:"https://ping.explorer.net.bluzelle.com/bluzelle",tx_page:"https://ping.explorer.net.bluzelle.com/bluzelle/tx/${txHash}",account_page:"https://ping.explorer.net.bluzelle.com/bluzelle/account/${accountAddress}"},{kind:"big dipper",url:"https://bd.explorer.net.bluzelle.com",tx_page:"https://bd.explorer.net.bluzelle.com/transactions/${txHash}",account_page:"https://bd.explorer.net.bluzelle.com/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/bluzelle",tx_page:"https://explorer.tcnetwork.io/bluzelle/transaction/${txHash}"},{kind:"Nodine.ID",url:"https://explorer.co.id/bluzelle",tx_page:"https://explorer.co.id/bluzelle/transaction/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/bluzelle",tx_page:"https://explorer.whenmoonwhenlambo.money/bluzelle/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/bluzelle/account/${accountAddress}"}],keywords:["bluzelle","game","gamma4","nft"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bluzelle/images/bluzelle.svg",theme:{primary_color_hex:"#708ffc"}}]},{$schema:"../chain.schema.json",chain_name:"bostrom",status:"live",network_type:"mainnet",pretty_name:"bostrom",chain_type:"cosmos",chain_id:"bostrom",bech32_prefix:"bostrom",daemon_name:"cyber",node_home:"$HOME/.cyber",slip44:118,fees:{fee_tokens:[{denom:"boot",low_gas_price:0,average_gas_price:0,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"boot"}]},codebase:{cosmwasm_enabled:!0},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg"},apis:{rpc:[{address:"https://rpc.bostrom.cybernode.ai",provider:"cybercongress"},{address:"https://rpc-cyber-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.cyber.bronbro.io:443",provider:"Bro_n_Bro"}],rest:[{address:"https://lcd.bostrom.cybernode.ai",provider:"cybercongress"},{address:"https://api-cyber-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://lcd.cyber.bronbro.io:443",provider:"Bro_n_Bro"}],grpc:[{address:"grpc-cyber-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"https://grpc.cyber.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"cyb",url:"https://cyb.ai/",tx_page:"https://cyb.ai/network/bostrom/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/bostrom",tx_page:"https://ping.pub/bostrom/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/bostrom",tx_page:"https://atomscan.com/bostrom/transactions/${txHash}",account_page:"https://atomscan.com/bostrom/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.svg",theme:{primary_color_hex:"#4cea4e"}}]},{$schema:"../chain.schema.json",chain_name:"canto",status:"live",network_type:"mainnet",website:"https://canto.io/",pretty_name:"Canto",chain_type:"cosmos",chain_id:"canto_7700-1",bech32_prefix:"canto",node_home:"$HOME/.cantod",daemon_name:"cantod",slip44:60,fees:{fee_tokens:[{denom:"acanto",fixed_min_gas_price:1e12,low_gas_price:1e12,average_gas_price:2e12,high_gas_price:3e12}]},staking:{staking_tokens:[{denom:"acanto"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg"},apis:{rpc:[{address:"https://rpc.canto.nodestake.top",provider:"NodeStake"},{address:"https://canto-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.canto.silentvalidator.com/",provider:"silent"},{address:"https://canto.gravitychain.io:26657",provider:"Althea"},{address:"https://canto-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-canto.kewrnode.com",provider:"Kewr Node"}],rest:[{address:"https://api.canto.nodestake.top",provider:"NodeStake"},{address:"https://canto-api.polkachu.com",provider:"Polkachu"},{address:"https://api.canto.silentvalidator.com/",provider:"silent"},{address:"https://canto-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-canto.kewrnode.com",provider:"Kewr Node"}],grpc:[{address:"canto-grpc.polkachu.com:15590",provider:"Polkachu"},{address:"grpc.canto.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc.canto.silentvalidator.com/",provider:"silent"},{address:"https://canto.gravitychain.io:9090",provider:"Althea"},{address:"canto-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],"evm-http-jsonrpc":[{address:"https://canto.neobase.one/",provider:"NeoBase"},{address:"https://canto.evm.chandrastation.com",provider:"Chandra Station"},{address:"https://canto.slingshot.finance",provider:"Slingshot"},{address:"https://jsonrpc.canto.nodestake.top",provider:"NodeStake"},{address:"https://evm-rpc.canto.silentvalidator.com/",provider:"silent"},{address:"https://canto.gravitychain.io:8545",provider:"althea"}]},explorers:[{kind:"ping.pub",url:"https://cosmos-explorers.neobase.one/canto",tx_page:"https://cosmos-explorers.neobase.one/canto/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/canto",tx_page:"https://explorer.tcnetwork.io/canto/transaction/${txHash}"},{kind:"ezstaking",url:"https://ezstaking.app/canto",tx_page:"https://ezstaking.app/canto/txs/${txHash}",account_page:"https://ezstaking.app/canto/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Canto-Mainnet",tx_page:"https://explorer.stavr.tech/Canto-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Canto-Mainnet/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.svg",theme:{primary_color_hex:"#1c1f1f"}}]},{$schema:"../chain.schema.json",chain_name:"carbon",status:"live",network_type:"mainnet",pretty_name:"Carbon",chain_type:"cosmos",chain_id:"carbon-1",bech32_prefix:"swth",daemon_name:"carbond",website:"https://www.carbon.network/",node_home:"$HOME/.carbon",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"swth",fixed_min_gas_price:1,low_gas_price:1,average_gas_price:1,high_gas_price:1,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"usc",fixed_min_gas_price:0,low_gas_price:1e-4,average_gas_price:1e-4,high_gas_price:1e-4,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"bnb.1.6.773edb",fixed_min_gas_price:0,low_gas_price:1e6,average_gas_price:1e6,high_gas_price:1e6,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"bneo.1.14.e2e5f6",fixed_min_gas_price:0,low_gas_price:.0015,average_gas_price:.0015,high_gas_price:.0015,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"busd.1.6.754a80",fixed_min_gas_price:0,low_gas_price:1e8,average_gas_price:1e8,high_gas_price:1e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"cglp.1.19.1698d3",fixed_min_gas_price:0,low_gas_price:1e8,average_gas_price:1e8,high_gas_price:1e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"cgt/1",fixed_min_gas_price:0,low_gas_price:1e8,average_gas_price:1e8,high_gas_price:1e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"eth.1.19.c3b805",fixed_min_gas_price:0,low_gas_price:1e5,average_gas_price:1e5,high_gas_price:1e5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"eth.1.2.942d87",fixed_min_gas_price:0,low_gas_price:1e5,average_gas_price:1e5,high_gas_price:1e5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C",fixed_min_gas_price:0,low_gas_price:.0035,average_gas_price:.0035,high_gas_price:.0035,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/16065EE5282C5217685C8F084FC44864C25C706AC37356B0D62811D50B96920F",fixed_min_gas_price:0,low_gas_price:75e-7,average_gas_price:75e-7,high_gas_price:75e-7,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5",fixed_min_gas_price:0,low_gas_price:5e-5,average_gas_price:5e-5,high_gas_price:5e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5",fixed_min_gas_price:0,low_gas_price:32e-5,average_gas_price:32e-5,high_gas_price:32e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/35E771B8682D828173F4B795F6C307780F96DC64D6F914FAE4CC9B4666F66364",fixed_min_gas_price:0,low_gas_price:3e8,average_gas_price:3e8,high_gas_price:3e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/4E06CF24FEBFB3F5AF645377DCC0B70AA6183BAF6B918B8B6243FCDEB7D38118",fixed_min_gas_price:0,low_gas_price:6e-4,average_gas_price:6e-4,high_gas_price:6e-4,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5",fixed_min_gas_price:0,low_gas_price:15e-5,average_gas_price:15e-5,high_gas_price:15e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/6C349F0EB135C5FA99301758F35B87DB88403D690E5E314AB080401FEE4066E5",fixed_min_gas_price:0,low_gas_price:75e-7,average_gas_price:75e-7,high_gas_price:75e-7,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93",fixed_min_gas_price:0,low_gas_price:15e-5,average_gas_price:15e-5,high_gas_price:15e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861",fixed_min_gas_price:0,low_gas_price:2e8,average_gas_price:2e8,high_gas_price:2e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701",fixed_min_gas_price:0,low_gas_price:1e-5,average_gas_price:1e-5,high_gas_price:1e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C",fixed_min_gas_price:0,low_gas_price:1e-5,average_gas_price:1e-5,high_gas_price:1e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",fixed_min_gas_price:0,low_gas_price:15e-5,average_gas_price:15e-5,high_gas_price:15e-5,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"usdc.1.2.343151",fixed_min_gas_price:0,low_gas_price:1e-4,average_gas_price:1e-4,high_gas_price:1e-4,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"usdc.1.6.53ff75",fixed_min_gas_price:0,low_gas_price:1e8,average_gas_price:1e8,high_gas_price:1e8,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}},{denom:"zil.1.18.1a4a06",fixed_min_gas_price:0,low_gas_price:6e3,average_gas_price:6e3,high_gas_price:6e3,gas_costs:{cosmos_send:1e7,ibc_transfer:1e7}}]},staking:{staking_tokens:[{denom:"swth"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"},apis:{rpc:[{address:"https://tm-api.carbon.network",provider:"switcheo-labs"},{address:"https://carbon-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://carbon-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc.carbon.blockhunters.org",provider:"BlockHunters"}],rest:[{address:"https://api.carbon.network",provider:"switcheo-labs"},{address:"https://carbon-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://carbon-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest.carbon.blockhunters.org",provider:"BlockHunters"}],grpc:[{address:"https://carbon-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"carbon-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"carbonscan",url:"https://scan.carbon.network",tx_page:"https://scan.carbon.network/transaction/${txHash}?net=main"},{kind:"ping.pub",url:"https://ping.pub/carbon",tx_page:"https://ping.pub/carbon/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/carbon",tx_page:"https://atomscan.com/carbon/transactions/${txHash}",account_page:"https://atomscan.com/carbon/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg",theme:{primary_color_hex:"#a5edf2"}}]},{$schema:"../chain.schema.json",chain_name:"celestia",chain_type:"cosmos",chain_id:"celestia",pretty_name:"Celestia",status:"live",network_type:"mainnet",website:"https://celestia.org/",bech32_prefix:"celestia",daemon_name:"celestia-appd",node_home:"$HOME/.celestia-app",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utia",fixed_min_gas_price:.002,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"utia"}]},codebase:{cosmos_sdk_version:"celestiaorg/cosmos-sdk v1.23.0-sdk-v0.46.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"},description:"Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.",apis:{rpc:[{address:"https://public-celestia-rpc.numia.xyz",provider:"Numia"},{address:"https://celestia-rpc.mesa.newmetric.xyz",provider:"Newmetric"},{address:"https://rpc.lunaroasis.net",provider:"Lunar Oasis"},{address:"https://rpc.celestia.nodestake.top",provider:"NodeStake"},{address:"https://celestia-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-celestia-01.stakeflow.io",provider:"Stakeflow"},{address:"https://rpc-celestia.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"http://celestia.rpc.nodersteam.com:29657",provider:"[NODERS]TEAM"},{address:"https://celestia.rpc.interchain.validao.xyz",provider:"ValiDAO"},{address:"https://celestia-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://celestia.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://celestia.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://celestia-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-celestia.mzonder.com",provider:"MZONDER"},{address:"https://celestia-rpc.enigma-validator.com",provider:"Enigma"},{address:"https://rpc-celestia.theamsolutions.info",provider:"AM Solutions"},{address:"https://celestia-mainnet-rpc.autostake.com:443",provider:"AutoStake | Delegate for StakeDrops"},{address:"https://rpc.celestia.validatus.com",provider:"Validatus"},{address:"https://celestia-rpc.sr20de.xyz",provider:"Sr20de"},{address:"https://rpc-celestia-full.avril14th.org",provider:"Avril 14th"},{address:"https://rpc.freshstaking.com/celestia",provider:"FreshSTAKING"},{address:"https://celestia.cumulo.org.es/",provider:"Cumulo"},{address:"https://celestia-rpc.stake-town.com",provider:"StakeTown"},{address:"https://rpc.celestia-app.bronbro.io",provider:"Bro_n_Bro"},{address:"https://celestia-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://rpc.celestia.citizenweb3.com",provider:"Citizen Web3"},{address:"https://celestia-mainnet-rpc.itrocket.net",provider:"\u{1F680} itrocket \u{1F680}"},{address:"https://rpc.celestia.mainnet.dteam.tech:443",provider:"DTEAM"}],rest:[{address:"https://public-celestia-lcd.numia.xyz",provider:"Numia"},{address:"https://celestia-rest.mesa.newmetric.xyz",provider:"Newmetric"},{address:"http://celestia.rpc.nodersteam.com:1617",provider:"[NODERS]TEAM"},{address:"https://api.lunaroasis.net",provider:"Lunar Oasis"},{address:"https://api.celestia.nodestake.top",provider:"NodeStake"},{address:"https://celestia-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-celestia-01.stakeflow.io",provider:"Stakeflow"},{address:"https://api-celestia.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://celestia.rest.interchain.validao.xyz",provider:"ValiDAO"},{address:"https://celestia-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://celestia.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://celestia.api.kjnodes.com",provider:"kjnodes"},{address:"https://api-celestia.mzonder.com",provider:"MZONDER"},{address:"https://celestia-lcd.enigma-validator.com",provider:"Enigma"},{address:"https://rest-celestia.theamsolutions.info",provider:"AM Solutions"},{address:"https://api.celestia.validatus.com",provider:"Validatus"},{address:"https://celestia-api.sr20de.xyz",provider:"Sr20de"},{address:"https://celestia-mainnet-lcd.autostake.com:443",provider:"AutoStake | Delegate for StakeDrops"},{address:"https://api-celestia-full.avril14th.org",provider:"Avril 14th"},{address:"https://celestia.api.cumulo.org.es",provider:"Cumulo"},{address:"https://celestia-api.stake-town.com",provider:"StakeTown"},{address:"https://lcd.celestia-app.bronbro.io",provider:"Bro_n_Bro"},{address:"https://celestia-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://celestia-mainnet-api.itrocket.net",provider:"\u{1F680} itrocket \u{1F680}"},{address:"https://api.celestia.mainnet.dteam.tech:443",provider:"DTEAM"}],grpc:[{address:"https://grpc.celestia.nodestake.top",provider:"NodeStake"},{address:"celestia-mainnet-grpc.autostake.com:443",provider:"AutoStake | Delegate for StakeDrops"},{address:"https://celestia-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"celestia.grpc.nodersteam.com:9690",provider:"[NODERS]TEAM"},{address:"grpc-celestia-01.stakeflow.io:15002",provider:"Stakeflow"},{address:"grpc-celestia.cosmos-spaces.cloud:443",provider:"Cosmos Spaces"},{address:"celestia.grpc.interchain.validao.xyz:443",provider:"ValiDAO"},{address:"celestia-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"celestia.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"celestia.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"grpc-celestia.mzonder.com:443",provider:"MZONDER"},{address:"grpc-celestia.theamsolutions.info:443",provider:"AM Solutions"},{address:"grpc.celestia.validatus.com",provider:"Validatus"},{address:"celestia-grpc.sr20de.xyz",provider:"Sr20de"},{address:"grpc-celestia-full.avril14th.org",provider:"Avril 14th"},{address:"celestia.grpc.cumulo.org.es",provider:"Cumulo"},{address:"https://celestia-grpc.stake-town.com",provider:"StakeTown"},{address:"grpc.celestia-app.bronbro.io:443",provider:"Bro_n_Bro"},{address:"celestia-grpc.noders.services:11090",provider:"[NODERS]TEAM"},{address:"celestia-mainnet-grpc.itrocket.net:40090",provider:"\u{1F680} itrocket \u{1F680}"},{address:"grpc.celestia.mainnet.dteam.tech:28090",provider:"DTEAM"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/celestia",tx_page:"https://mintscan.io/celestia/txs/${txHash}",account_page:"https://mintscan.io/celestia/address/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/celestia/",tx_page:"https://explorer.nodestake.top/celestia/txs/${txHash}",account_page:"https://explorer.nodestake.top/celestia/account/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/celestia",tx_page:"https://stakeflow.io/celestia/transactions/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/celestia",tx_page:"https://explorer.tcnetwork.io/celestia/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/celestia/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Celestia-Mainnet",tx_page:"https://explorer.stavr.tech/Celestia-Mainnet/transaction/${txHash}",account_page:"https://explorer.stavr.tech/Celestia-Mainnet/account/${accountAddress}"},{kind:"AM Solutions",url:"https://explorer.theamsolutions.info/celestia-main",tx_page:"https://explorer.theamsolutions.info/celestia-main/transaction/${txHash}",account_page:"https://explorer.theamsolutions.info/celestia-main/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/celestia",tx_page:"https://ezstaking.app/celestia/txs/${txHash}",account_page:"https://ezstaking.app/celestia/account/${accountAddress}"},{kind:"\u{1F680} itrocket \u{1F680}",url:"https://mainnet.itrocket.net/celestia",tx_page:"https://mainnet.itrocket.net/celestia/transaction/${txHash}",account_page:"https://mainnet.itrocket.net/celestia/account/${accountAddress}"},{kind:"DTEAM | Explorer",url:"https://explorer.mainnet.dteam.tech/celestia",tx_page:"https://explorer.mainnet.dteam.tech/celestia/transaction/${txHash}",account_page:"https://explorer.mainnet.dteam.tech/celestia/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg",theme:{primary_color_hex:"#7c2cfb"}}]},{$schema:"../chain.schema.json",chain_name:"cerberus",status:"killed",network_type:"mainnet",website:"https://cerberus.zone/",pretty_name:"Cerberus",chain_type:"cosmos",chain_id:"cerberus-chain-1",bech32_prefix:"cerberus",daemon_name:"cerberusd",node_home:"$HOME/.cerberus",slip44:118,codebase:{},fees:{fee_tokens:[{denom:"ucrbrus",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ucrbrus"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg"},apis:{rpc:[],rest:[],grpc:[{address:"grpc-cerberus-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"cerberus-grpc.polkachu.com:13890",provider:"Polkachu"}]},explorers:[{kind:"skynetexplorers",url:"https://skynetexplorers.com/cerberus",tx_page:"https://skynetexplorers.com/cerberus/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/cerberus",tx_page:"https://ping.pub/cerberus/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/cerberus",tx_page:"https://atomscan.com/cerberus/transactions/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/cerberus",tx_page:"https://explorer.tcnetwork.io/cerberus/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg",theme:{primary_color_hex:"#c6c6c9"}}]},{$schema:"../chain.schema.json",chain_name:"chain4energy",status:"live",network_type:"mainnet",website:"https://c4e.io/",pretty_name:"C4E",chain_type:"cosmos",chain_id:"perun-1",bech32_prefix:"c4e",daemon_name:"c4ed",node_home:"$HOME/.c4e-chain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uc4e",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uc4e"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png"},apis:{rpc:[{address:"https://rpc.c4e.io/",provider:"C4E"},{address:"https://rpc.c4e.mainnet.dteam.tech:443",provider:"DTEAM"},{address:"https://rpc.c4e.nodestake.top",provider:"NodeStake"},{address:"https://c4e.rpc.bccnodes.com",provider:"BccNodes"},{address:"https://chain4energy-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://c4e.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-c4e.takeshi.team",provider:"TAKESHI"},{address:"https://rpc-c4e.mzonder.com",provider:"MZONDER"},{address:"https://rpc.cros-nest.com/chain4energy",provider:"Crosnest"},{address:"https://rpc.c4e.indonode.net",provider:"Indonode"},{address:"https://c4e-rpc.stake-town.com",provider:"StakeTown"},{address:"https://rpc.c4e.silentvalidator.com",provider:"silent"},{address:"http://rpc.c4e.stakeup.tech",provider:"StakeUp"},{address:"https://chain4energy-rpc.stakeangle.com",provider:"StakeAngle"},{address:"https://c4e-rpc.genznodes.dev",provider:"genznodes"},{address:"https://rpc-c4e.theamsolutions.info",provider:"AM Solutions"},{address:"https://c4e.rpc.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"http://185.245.182.192:46657",provider:"Meerlabs"},{address:"http://89.117.58.109:26657",provider:"medes"},{address:"http://c4e.rpc.node75.org:26957",provider:"Pro-nodes75"},{address:"http://164.68.125.243:26657",provider:"Smt Network"},{address:"https://c4e-rpc.antrixy.org/",provider:"Antrix Validators"},{address:"https://c4e.doubletop.tech/",provider:"DOUBLETOP"},{address:"https://c4e-rpc.kalia.network:443",provider:"Kalia Network"},{address:"http://38.242.220.64:16657",provider:"mahof"},{address:"http://209.182.239.169:46657",provider:"SECARD"},{address:"https://rpc.c4e.validatus.com:443",provider:"Validatus"},{address:"https://rpc-m-c4e.apeironnodes.com:443",provider:"Apeiron Nodes"},{address:"http://rpc-c4e.cryptech.com.ua:443",provider:"Cryptech"},{address:"http://37.60.240.43:46657",provider:"NakoTurk"},{address:"https://chain4energy_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://lcd.c4e.io/",provider:"C4E"},{address:"https://api.c4e.mainnet.dteam.tech:443",provider:"DTEAM"},{address:"https://api.c4e.nodestake.top",provider:"NodeStake"},{address:"https://c4e.lcd.bccnodes.com",provider:"BccNodes"},{address:"https://chain4energy-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://c4e.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-c4e.takeshi.team",provider:"TAKESHI"},{address:"https://api-c4e.mzonder.com",provider:"MZONDER"},{address:"https://rest.cros-nest.com/chain4energy",provider:"Crosnest"},{address:"https://api.c4e.indonode.net",provider:"Indonode"},{address:"https://c4e-api.stake-town.com",provider:"StakeTown"},{address:"https://api.c4e.silentvalidator.com",provider:"silent"},{address:"http://api.c4e.stakeup.tech",provider:"StakeUp"},{address:"http://chain4energy-rpc.stakeangle.com:1317",provider:"StakeAngle"},{address:"https://c4e-api.genznodes.dev",provider:"genznodes"},{address:"https://api-c4e.theamsolutions.info",provider:"AM Solutions"},{address:"https://c4e.api.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"http://c4e.api.node75.org:1397",provider:"Pro-nodes75"},{address:"http://164.68.125.243:1319",provider:"Smt Network"},{address:"https://c4e-rest.antrixy.org/",provider:"Antrix Validators"},{address:"https://c4e-api.kalia.network:443",provider:"Kalia Network"},{address:"http://38.242.220.64:11317",provider:"mahof"},{address:"http://209.182.239.169:1417",provider:"SECARD"},{address:"https://api.c4e.validatus.com:443",provider:"Validatus"},{address:"https://api-c4e.cryptech.com.ua:443",provider:"CrypTech"},{address:"https://lcd-m-c4e.apeironnodes.com",provider:"Apeiron Nodes"},{address:"https://chain4energy_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.c4e.nodestake.top:443",provider:"NodeStake"},{address:"grpc.c4e.mainnet.dteam.tech:30090",provider:"DTEAM"},{address:"c4e.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"chain4energy-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"c4e.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"grpc-c4e.takeshi.team:443",provider:"TAKESHI"},{address:"grpc-c4e.mzonder.com:443",provider:"MZONDER"},{address:"http://c4e.grpc.m.stavr.tech:7029",provider:"\u{1F525}STAVR\u{1F525}"},{address:"c4e-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc.c4e.silentvalidator.com:443",provider:"silent"},{address:"http://chain4energy-rpc.stakeangle.com:1317",provider:"StakeAngle"},{address:"c4e-grpc.genznodes.dev:52090",provider:"genznodes"},{address:"https://grpc-c4e.theamsolutions.info:9391",provider:"AM Solutions"},{address:"https://c4e.grpc.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://c4e-grpc.validatrium.club",provider:"Validatrium"},{address:"http://185.245.182.192:1318",provider:"Meerlabs"},{address:"grpc-c4e.stakerun.com:1190",provider:"StakeRun"},{address:"https://c4e-grpc.antrixy.org/",provider:"Antirx Validators"},{address:"https://c4e.doubletop.tech:443",provider:"DOUBLETOP"},{address:"c4e-grpc.kalia.network:3090",provider:"Kalia Network"},{address:"https://c4e.grpc.skynodejs.net",provider:"skynodejs"},{address:"http://38.242.220.64:19090",provider:"mahof"},{address:"http://209.182.239.169:9190",provider:"SECARD"},{address:"https://grpc.c4e.validatus.com:443",provider:"Validatus"},{address:"https://grpc-c4e.cryptech.com.ua:443",provider:"Cryptech"},{address:"http://207.180.208.47:46657",provider:"NakoTurk"}]},explorers:[{kind:"explorer",url:"https://explorer.apeironnodes.com/chain4energy",tx_page:"https://explorer.apeironnodes.com/chain4energy/transactions/${txHash}"},{kind:"DTEAM | Explorer",url:"https://explorer.mainnet.dteam.tech/chain4energy",tx_page:"https://explorer.mainnet.dteam.tech/chain4energytransactions/${txHash}"},{kind:"explorer",url:"https://explorer.ppnv.space/c4e",tx_page:"https://explorer.ppnv.space/c4e/transactions/${txHash}"},{kind:"explorer",url:"https://explorer.c4e.io/",tx_page:"https://explorer.c4e.io/transactions/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/chain4energy",tx_page:"https://explorer.nodestake.top/chain4energy/transactions/${txHash}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400} Explorer",url:"https://exp.utsa.tech/c4e",tx_page:"https://exp.utsa.tech/c4e/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/c4e",tx_page:"https://explorer.stavr.tech/c4e/tx/${txHash}"},{kind:"BccNodes Explorer",url:"https://explorer.bccnodes.com/chain4energy",tx_page:"https://explorer.bccnodes.com/chain4energy/transactions/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/c4e",tx_page:"https://explorer.nodexcapital.com/c4e/transactions/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/chain4energy",tx_page:"https://atomscan.com/chain4energy/transactions/${txHash}",account_page:"https://atomscan.com/chain4energy/accounts/${accountAddress}"},{kind:"AM Solutions Explorer",url:"https://explorer.theamsolutions.info/c4e-main/staking",tx_page:"https://explorer.theamsolutions.info/c4e-main/transactions/${txHash}"},{kind:"AlxVoy \u26A1 ANODE.TEAM Explorer",url:"https://main.anode.team/c4e",tx_page:"https://main.anode.team/c4e/tx/${txHash}"},{kind:"ScanRun",url:"https://scanrun.io/c4e",tx_page:"https://scanrun.io/c4e/transactions/${txHash}"},{kind:"Cryptech",url:"https://explorers.cryptech.com.ua/chain4energy",tx_page:"https://explorers.cryptech.com.ua/chain4energy/tx/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/chain4energy",tx_page:"https://explorer.whenmoonwhenlambo.money/chain4energy/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/chain4energy/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png",theme:{primary_color_hex:"#24344c"}}]},{$schema:"../chain.schema.json",chain_name:"cheqd",status:"live",network_type:"mainnet",website:"https://www.cheqd.io/",pretty_name:"Cheqd",chain_type:"cosmos",chain_id:"cheqd-mainnet-1",bech32_prefix:"cheqd",daemon_name:"cheqd-noded",node_home:"$HOME/.cheqdnode",slip44:118,fees:{fee_tokens:[{denom:"ncheq",fixed_min_gas_price:25,low_gas_price:50,average_gas_price:75,high_gas_price:100}]},staking:{staking_tokens:[{denom:"ncheq"}]},codebase:{cosmos_sdk_version:"cheqd/cosmos-sdk v0.47.10-height-mismatch"},apis:{rpc:[{address:"https://rpc.cheqd.net",provider:"cheqd"},{address:"https://cheqd-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes"},{address:"https://cheqd.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-cheqd-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.cheqd.nodestake.top",provider:"NodeStake"},{address:"https://rpc-cheqd.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://cheqd-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-cheqd.blockval.io",provider:"Blockval"},{address:"https://public.stakewolle.com/cosmos/cheqd/rpc",provider:"Stakewolle"},{address:"https://cheq-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://cheqd-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://api.cheqd.net",provider:"cheqd"},{address:"https://cheqd-api.lavenderfive.com:443",provider:"Lavender.Five Nodes"},{address:"https://cheqd.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-cheqd-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://cheqd-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api.cheqd.nodestake.top",provider:"NodeStake"},{address:"https://lcd-cheqd.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api-cheqd.blockval.io",provider:"Blockval"},{address:"https://public.stakewolle.com/cosmos/cheqd/rest",provider:"Stakewolle"},{address:"https://cheq-api.kleomedes.network",provider:"Kleomedes"},{address:"https://cheqd-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc.cheqd.net:443",provider:"cheqd"},{address:"cheqd.grpc.m.stavr.tech:9337",provider:"\u{1F525}STAVR\u{1F525}"},{address:"cheqd-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"cheqd-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-cheqd-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"grpc.cheqd.nodestake.top:443",provider:"NodeStake"},{address:"grpc-cheqd.blockval.io:9290",provider:"Blockval"},{address:"cheqd-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"bigdipper",url:"https://explorer.cheqd.io",tx_page:"https://explorer.cheqd.io/transactions/${txHash}",account_page:"https://explorer.cheqd.io/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/cheqd",tx_page:"https://ping.pub/cheqd/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Cheqd-Mainnet",tx_page:"https://explorer.stavr.tech/Cheqd-Mainnet/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/cheqd",tx_page:"https://atomscan.com/cheqd/transactions/${txHash}",account_page:"https://atomscan.com/cheqd/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/cheqd",tx_page:"https://ezstaking.app/cheqd/txs/${txHash}",account_page:"https://ezstaking.app/cheqd/account/${accountAddress}"},{kind:"ping.pub",url:"https://look.chillvalidation.com/cheqd",tx_page:"https://look.chillvalidation.com/cheqd/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.wildsage.io/cheqd",tx_page:"https://ping.wildsage.io/cheqd/tx/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/cheqd",tx_page:"https://mainnet.whispernode.com/cheqd/tx/${txHash}",account_page:"https://mainnet.whispernode.com/cheqd/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg",theme:{primary_color_hex:"#fc5f04"}}]},{$schema:"../chain.schema.json",chain_name:"chihuahua",status:"live",network_type:"mainnet",website:"https://chihuahua.wtf/",pretty_name:"Chihuahua",chain_type:"cosmos",chain_id:"chihuahua-1",bech32_prefix:"chihuahua",daemon_name:"chihuahuad",node_home:"$HOME/.chihuahuad",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uhuahua",fixed_min_gas_price:0,low_gas_price:500,average_gas_price:1250,high_gas_price:2e3}]},staking:{staking_tokens:[{denom:"uhuahua"}]},codebase:{cosmos_sdk_version:"v0.47.8",cosmwasm_enabled:!0,cosmwasm_version:"v0.41.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg"},apis:{rpc:[{address:"https://rpc.chihuahua.wtf",provider:"Chihuahua"},{address:"https://rpc-chihuahua.ecostake.com",provider:"ecostake"},{address:"https://chihua.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://chihuahua-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-chihuahua-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://chihuahua-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.huahua.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://chihuahua-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://rpc-chihuahua.pupmos.network",provider:"PUPM\xD8S"},{address:"https://chihuahua-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://chihuahua-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.chihuahua.validatus.com",provider:"Validatus"},{address:"https://chihuahua-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://chihuahua.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://api.chihuahua.wtf",provider:"Chihuahua"},{address:"https://rest-chihuahua.ecostake.com",provider:"ecostake"},{address:"https://chihua.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-chihuahua-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://chihuahua-api.polkachu.com",provider:"Polkachu"},{address:"https://chihuahua-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://chihuahua-api.kleomedes.network",provider:"Kleomedes"},{address:"https://api-chihuahua.pupmos.network",provider:"PUPM\xD8S"},{address:"https://chihuahua-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://chihuahua-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api.chihuahua.validatus.com",provider:"Validatus"},{address:"https://chihuahua-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://chihuahua.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"grpc-chihuahua-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"chihuahua-grpc.polkachu.com:12990",provider:"Polkachu"},{address:"chihuahua-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"chihua.grpc.m.stavr.tech:108",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-chihuahua.cosmos-spaces.cloud:2290",provider:"Cosmos Spaces"},{address:"chihuahua-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"chihuahua-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc.chihuahua.validatus.com:443",provider:"Validatus"},{address:"chihuahua.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/chihuahua",tx_page:"https://ping.pub/chihuahua/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Chihua-Mainnet",tx_page:"https://explorer.stavr.tech/Chihua-Mainnet/tx/${txHash}"},{kind:"mintscan",url:"https://mintscan.io/chihuahua",tx_page:"https://mintscan.io/chihuahua/transactions/${txHash}",account_page:"https://www.mintscan.io/chihuahua/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/chihuahua",tx_page:"https://atomscan.com/chihuahua/transactions/${txHash}",account_page:"https://atomscan.com/chihuahua/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/chihuahua",tx_page:"https://ezstaking.app/chihuahua/txs/${txHash}",account_page:"https://ezstaking.app/chihuahua/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/chihuahua/",tx_page:"https://explorer.nodeshub.online/chihuahua/tx/${txHash}",account_page:"https://explorer.nodeshub.online/chihuahua/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg",theme:{primary_color_hex:"#343434"}}]},{$schema:"../chain.schema.json",chain_name:"chimba",status:"live",network_type:"mainnet",website:"https://chimba.ooo/",pretty_name:"Chimba",chain_type:"cosmos",chain_id:"chimba",bech32_prefix:"chimba",daemon_name:"chimbad",node_home:"$HOME/.chimbad",fees:{fee_tokens:[{denom:"ucmba",fixed_min_gas_price:.25,low_gas_price:1,average_gas_price:5,high_gas_price:10}]},staking:{staking_tokens:[{denom:"ucmba"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"},apis:{rpc:[{address:"https://rpc.mainnet.chimba.ooo",provider:"chimba"}],rest:[{address:"https://mainnet.chimba.ooo",provider:"chimba"}]},explorers:[{kind:"bigdipper",url:"https://explorer.chimba.ooo/",tx_page:"https://explorer.chimba.ooo/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg",theme:{primary_color_hex:"#5454a4"}}],slip44:118},{$schema:"../chain.schema.json",chain_name:"chronicnetwork",status:"killed",network_type:"mainnet",pretty_name:"Chronic Chain",chain_type:"cosmos",chain_id:"morocco-1",bech32_prefix:"chronic",daemon_name:"chtd",node_home:"$HOME/.cht",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ucgas",fixed_min_gas_price:.001}]},codebase:{},apis:{rpc:[{address:"https://rpc-chronic.zenchainlabs.io/",provider:"ZenChainLabs"}],rest:[{address:"https://api-chronic.zenchainlabs.io/",provider:"ZenChainLabs"}]},explorers:[{kind:"skynetexplorers",url:"https://www.skynetexplorers.com/chronic-token"},{kind:"Zenscan.io",url:"https://www.chronic.zenscan.io"},{kind:"atomscan",url:"https://atomscan.com/chronicnetwork",tx_page:"https://atomscan.com/chronicnetwork/transactions/${txHash}",account_page:"https://atomscan.com/chronicnetwork/accounts/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"cifer",status:"live",network_type:"mainnet",website:"https://cifer.ai/",pretty_name:"Cifer",chain_type:"cosmos",chain_id:"cifer-2",bech32_prefix:"cife",daemon_name:"ciferd",node_home:"$HOME/.ciferd",slip44:118,fees:{fee_tokens:[{denom:"ucif",fixed_min_gas_price:.0025,low_gas_price:1,average_gas_price:5,high_gas_price:10}]},staking:{staking_tokens:[{denom:"ucif"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},apis:{rpc:[{address:"http://34.128.114.243:26657",provider:"Cifer"}],rest:[{address:"https://api.cifer.ai",provider:"Cifer"}],grpc:[{address:"http://34.128.114.243:9090",provider:"Cifer"}]},explorers:[{kind:"bigdipper",url:"https://explorer.cifer.ai/",tx_page:"https://explorer.cifer.ai/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",theme:{primary_color_hex:"#af49b7"}}]},{$schema:"../chain.schema.json",chain_name:"cifer1",status:"killed",network_type:"mainnet",website:"https://cifer.ai/",pretty_name:"Cifer",chain_type:"cosmos",chain_id:"cifer-1",bech32_prefix:"cife",daemon_name:"ciferd",node_home:"$HOME/.ciferd",slip44:118,fees:{fee_tokens:[{denom:"ucif",fixed_min_gas_price:.0025,low_gas_price:1,average_gas_price:5,high_gas_price:10}]},staking:{staking_tokens:[{denom:"ucif"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg"},apis:{rpc:[{address:"https://cif_node.cifer.ai/",provider:"Cifer"}],rest:[{address:"https://api.cifer.ai",provider:"Cifer"}],grpc:[{address:"http://grpc.cifer.ai",provider:"Cifer"}]},explorers:[{kind:"bigdipper",url:"https://explorer.cifer.ai/",tx_page:"https://explorer.cifer.ai/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg",theme:{primary_color_hex:"#af49b7"}}]},{$schema:"../chain.schema.json",chain_name:"cnhostables",status:"live",network_type:"mainnet",website:"https://cnho.io/",pretty_name:"CNHO Stables",chain_type:"cosmos",chain_id:"cnho_stables-1",bech32_prefix:"cnho",daemon_name:"cnho",node_home:"$HOME/.cnho",slip44:118,fees:{fee_tokens:[{denom:"ucnho",fixed_min_gas_price:5e-6,low_gas_price:1e-6,average_gas_price:1e-5,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"ucnho"}]},codebase:{cosmos_sdk_version:"v0.46.7",cosmwasm_enabled:!1},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg"},description:"CNHO Stables Network is designed to facilitate the real world asset in Cosmos ecosystem.",apis:{rpc:[{address:"https://rpc.cnho.io",provider:"CNHO Stables"},{address:"https://cnhostables_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://api.cnho.io",provider:"CNHO Stables"},{address:"https://cnhostables_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"159.138.232.248:9090",provider:"CNHO Stables"}]},explorers:[{url:"https://explorer.cnho.io",tx_page:"https://explorer.cnho.io/transaction/${txHash}",account_page:"https://explorer.cnho.io/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/cnhostables",tx_page:"https://explorer.whenmoonwhenlambo.money/cnhostables/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/cnhostables/account/${accountAddress}"}],keywords:["CNHO"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cnhostables/images/chain.svg",theme:{primary_color_hex:"#708ffc"}}]},{$schema:"../chain.schema.json",chain_name:"comdex",status:"live",network_type:"mainnet",website:"https://comdex.one/",pretty_name:"Comdex",chain_type:"cosmos",chain_id:"comdex-1",bech32_prefix:"comdex",slip44:118,fees:{fee_tokens:[{denom:"ucmdx",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ucmdx"}]},codebase:{cosmos_sdk_version:"v0.47.9",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},daemon_name:"comdex",node_home:"$HOME/.comdex",key_algos:["secp256k1"],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg"},apis:{rpc:[{address:"https://rpc.comdex.one",provider:"comdex"},{address:"https://comdex-rpc.polkachu.com",provider:"Polkachu"},{address:"https://comdex.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.comdex.chaintools.tech/",provider:"ChainTools"},{address:"https://comdex-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-comdex.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://rpc-comdex.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://comdex-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://comdex-rpc.w3coins.io",provider:"w3coins"},{address:"https://comdex-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://comdex-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-comdex-01.stakeflow.io",provider:"Stakeflow"},{address:"https://comdex-rpc.validatornode.com",provider:"ValidatorNode"},{address:"https://rpc-comdex.blockval.io",provider:"Blockval"},{address:"https://comdex-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://rest.comdex.one",provider:"comdex"},{address:"https://api.comdex.chaintools.tech/",provider:"ChainTools"},{address:"https://comdex-api.polkachu.com",provider:"Polkachu"},{address:"https://comdex.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://comdex-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-comdex.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://comdex-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lcd-comdex.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://comdex-api.w3coins.io",provider:"w3coins"},{address:"https://comdex-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://comdex-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api-comdex-01.stakeflow.io",provider:"Stakeflow"},{address:"https://comdex-api.validatornode.com",provider:"ValidatorNode"},{address:"https://api-comdex.blockval.io",provider:"Blockval"},{address:"https://comdex-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"grpc-comdex-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"comdex.grpcui.chaintools.host:443",provider:"ChainTools"},{address:"comdex-grpc.polkachu.com:13190",provider:"Polkachu"},{address:"comdex.grpc.m.stavr.tech:104",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-comdex.cosmos-spaces.cloud:2300",provider:"Cosmos Spaces"},{address:"comdex-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"comdex-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"comdex-grpc.w3coins.io:13190",provider:"w3coins"},{address:"comdex-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-comdex-01.stakeflow.io:10002",provider:"Stakeflow"},{address:"comdex-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://grpc-comdex.blockval.io:443",provider:"Blockval"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/comdex",tx_page:"https://ezstaking.app/comdex/txs/${txHash}",account_page:"https://ezstaking.app/comdex/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/comdex",tx_page:"https://www.mintscan.io/comdex/transactions/${txHash}",account_page:"https://www.mintscan.io/comdex/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Comdex-Mainnet",tx_page:"https://explorer.stavr.tech/Comdex-Mainnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/Comdex-Mainnet/accounts/${accountAddress}"},{kind:"aneka",url:"https://comdex.aneka.io/",tx_page:"https://comdex.aneka.io/txs/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/comdex",tx_page:"https://ping.pub/comdex/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/comdex",tx_page:"https://atomscan.com/comdex/transactions/${txHash}",account_page:"https://atomscan.com/comdex/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/comdex",account_page:"https://stakeflow.io/comdex/accounts/${accountAddress}"},{kind:"ValidatorNode",url:"https://explorer.validatornode.com/comdex",tx_page:"https://explorer.validatornode.com/comdex/tx/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/comdex",tx_page:"https://mainnet.whispernode.com/comdex/tx/${txHash}",account_page:"https://mainnet.whispernode.com/comdex/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg",theme:{primary_color_hex:"#fc4454"}}]},{$schema:"../chain.schema.json",chain_name:"commercionetwork",chain_type:"cosmos",chain_id:"commercio-3",pretty_name:"Commercio.network",status:"live",network_type:"mainnet",bech32_prefix:"did:com:",daemon_name:"commercionetworkd",node_home:"$HOME/.commercionetwork",key_algos:["secp256k1"],slip44:701,fees:{fee_tokens:[{denom:"ucommercio"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg"},apis:{rpc:[{address:"https://rpc-mainnet.commercio.network"}],rest:[{address:"https://lcd-mainnet.commercio.network"}]},explorers:[{kind:"almerico",url:"https://mainnet.commercio.network",tx_page:"https://mainnet.commercio.network/transactions/detail/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/commercionetwork/images/com.svg",theme:{primary_color_hex:"#41a68c"}}]},{$schema:"../chain.schema.json",chain_name:"composable",chain_type:"cosmos",chain_id:"centauri-1",website:"https://www.picasso.xyz/",pretty_name:"Picasso",status:"live",network_type:"mainnet",bech32_prefix:"pica",daemon_name:"picad",node_home:"$HOME/.banksy",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ppica",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:0}]},staking:{staking_tokens:[{denom:"ppica"}]},codebase:{cosmos_sdk_version:"rust-ninja/cosmos-sdk v0.47.5-patch-validators-trim-tag"},logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"},description:"Picasso is a DeFi infrastructure-focused Layer 1 protocol that leads the industry in building the trust-minimized interoperability solution -Cross-Ecosystem IBC. Complementary to the interoperability work, Picasso is building the first Generalized Restaking Layer starting with deployment on Solana, and expand support for all IBC connected ecosystems.",apis:{rpc:[{address:"https://rpc-composable-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://composable-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://picasso-rpc.cogwheel.zone:443",provider:"Cogwheel \u2699\uFE0F"},{address:"https://picasso-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://composable-rpc.genznodes.dev",provider:"genznodes"},{address:"https://rpc-picasso.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://picasso-rpc.stake-town.com",provider:"StakeTown"},{address:"https://composable.rpc.stakevillage.net:443",provider:"Stake Village"},{address:"https://picasso-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.centauri.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://composable.rpc.moonbridge.team",provider:"Moonbridge"},{address:"https://rpc.composable.citizenweb3.com:443",provider:"Citizen Web3"},{address:"https://composable.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"}],rest:[{address:"https://api-composable-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://composable-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://picasso-api.cogwheel.zone:443",provider:"Cogwheel \u2699\uFE0F"},{address:"https://picasso-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://composable-api.genznodes.dev",provider:"genznodes"},{address:"https://api-picasso.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://picasso-api.stake-town.com",provider:"StakeTown"},{address:"https://composable.api.stakevillage.net",provider:"Stake Village"},{address:"https://picasso-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://lcd.centauri.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://composable.api.moonbridge.team",provider:"Moonbridge"},{address:"https://composable.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}],grpc:[{address:"https://grpc-composable-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"grpc.composable.nodestake.top:9090",provider:"NodeStake"},{address:"composable-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-centauri.cosmos-spaces.cloud:1120",provider:"Cosmos Spaces"},{address:"https://picasso-grpc.cogwheel.zone:443",provider:"Cogwheel \u2699\uFE0F"},{address:"https://picasso-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"composable-grpc.genznodes.dev:53090",provider:"genznodes"},{address:"picasso-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc-composable.vinjan.xyz:36090",provider:"vinjan"},{address:"composable.grpc.skynodejs.net",provider:"skynodejs"},{address:"composable.grpc.stakevillage.net:16190",provider:"Stake Village"},{address:"picasso-rpc.stakeandrelax.net:22290",provider:"Stake&Relax \u{1F9A5}"},{address:"grpc.composable.validatus.com",provider:"Validatus"},{address:"https://grpc.centauri.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://composable.grpc.moonbridge.team",provider:"Moonbridge"},{address:"composable.grpc.m.stavr.tech:9907",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-picasso.whispernode.com:443",provider:"WhisperNode \u{1F910}"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/composable",tx_page:"https://ping.pub/composable/tx/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/composable",tx_page:"https://explorer.nodestake.top/composable/tx/${txHash}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/composable",tx_page:"https://exp.stakevillage.net/composable/tx/${txHash}",account_page:"https://exp.stakevillage.net/composable/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Composable-Mainnet",tx_page:"https://explorer.stavr.tech/Composable-Mainnet/tx/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/picasso",tx_page:"https://mainnet.whispernode.com/picasso/tx/${txHash}",account_page:"https://mainnet.whispernode.com/picasso/account/${accountAddress}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg"}]},{$schema:"../chain.schema.json",chain_name:"conscious",status:"live",network_type:"mainnet",website:"https://cvn.io/",pretty_name:"ConsciousDAO",chain_type:"cosmos",chain_id:"cvn_2032-1",bech32_prefix:"cvn",node_home:"$HOME/.cvnd",daemon_name:"cvnd",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"acvnt",fixed_min_gas_price:1e8,low_gas_price:1e8,average_gas_price:2e8,high_gas_price:3e8}]},staking:{staking_tokens:[{denom:"acvnt"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg"},apis:{rpc:[{address:"https://rpc.cvn.io/",provider:"cvn.io"},{address:"https://conscious_mainnet_rpc.chain.whenmoonwhenlambo.money/",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://api.cvn.io",provider:"cvn.io"},{address:"https://conscious_mainnet_api.chain.whenmoonwhenlambo.money/",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"https://grpc.cvn.io",provider:"cvn.io"}],"evm-http-jsonrpc":[{address:"https://node.cvn.io/",provider:"cvn"},{address:"https://node.consciousdao.io/",provider:"consciousdao"},{address:"https://conscious_mainnet_evm.chain.whenmoonwhenlambo.money/",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}]},explorers:[{kind:"blockscout",url:"https://explore.consciousdao.com/",tx_page:"https://explore.consciousdao.com/tx/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/conscious",tx_page:"https://explorer.whenmoonwhenlambo.money/conscious/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/conscious/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/conscious/images/cvn.svg",theme:{primary_color_hex:"#047e04"}}]},{$schema:"../chain.schema.json",chain_name:"coreum",status:"live",network_type:"mainnet",website:"https://www.coreum.com",pretty_name:"Coreum",chain_type:"cosmos",chain_id:"coreum-mainnet-1",bech32_prefix:"core",daemon_name:"cored",node_home:"$HOME/.core/coreum-mainnet-1",key_algos:["secp256k1"],slip44:990,fees:{fee_tokens:[{denom:"ucore",fixed_min_gas_price:.03125,low_gas_price:.0625,average_gas_price:.0625,high_gas_price:62.5}]},staking:{staking_tokens:[{denom:"ucore"}],lock_duration:{time:"168h"}},codebase:{cosmos_sdk_version:"0.47",cosmwasm_enabled:!0,cosmwasm_version:"0.44"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",theme:{primary_color_hex:"#25d695"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.svg",theme:{primary_color_hex:"#24d494"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png"},apis:{rpc:[{address:"https://full-node.mainnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://full-node-californium.mainnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://full-node-curium.mainnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://full-node-uranium.mainnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://rpc-coreum.ecostake.com",provider:"ecostake"},{address:"https://coreum.rpc.silknodes.io",provider:"Silk Nodes"},{address:"https://coreum-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.m.core.solonation.io",provider:"#SoloNation"},{address:"https://coreum-rpc.genznodes.dev",provider:"genznodes"},{address:"https://coreum-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://public.stakewolle.com/cosmos/coreum/rpc",provider:"Stakewolle"}],grpc:[{address:"https://full-node.mainnet-1.coreum.dev:9090",provider:"Coreum Foundation"},{address:"https://full-node-californium.mainnet-1.coreum.dev:9090",provider:"Coreum Foundation"},{address:"https://full-node-curium.mainnet-1.coreum.dev:9090",provider:"Coreum Foundation"},{address:"https://full-node-uranium.mainnet-1.coreum.dev:9090",provider:"Coreum Foundation"},{address:"https://grpc.coreum.nodexcapital.com:444",provider:"NodeX Validator"},{address:"coreum-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"coreum-grpc.genznodes.dev:35090",provider:"genznodes"}],rest:[{address:"https://rest-coreum.ecostake.com",provider:"ecostake"},{address:"https://coreum.api.silknodes.io",provider:"Silk Nodes"},{address:"https://full-node.mainnet-1.coreum.dev:1317",provider:"Coreum"},{address:"https://coreum-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api.m.core.solonation.io",provider:"#SoloNation"},{address:"https://coreum-api.genznodes.dev",provider:"genznodes"},{address:"https://coreum-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://public.stakewolle.com/cosmos/coreum/rest",provider:"Stakewolle"}]},explorers:[{kind:"Coreum",url:"https://explorer.coreum.com/coreum",tx_page:"https://explorer.coreum.com/coreum/transactions/${txHash}",account_page:"https://explorer.coreum.com/coreum/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/coreum",tx_page:"https://www.mintscan.io/coreum/transactions/${txHash}",account_page:"https://www.mintscan.io/coreum/accounts/${accountAddress}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/coreum",tx_page:"https://explorer.nodexcapital.com/coreum/txs/${txHash}",account_page:"https://explorer.nodexcapital.com/coreum/account/${accountAddress}"},{kind:"Silk Nodes",url:"https://explorer.silknodes.io/coreum",tx_page:"https://explorer.silknodes.io/coreum/tx/${txHash}",account_page:"https://explorer.silknodes.io/coreum/account/${accountAddress}"},{kind:"#SoloNation",url:"https://explorer.solonation.io/core-main",tx_page:"https://explorer.solonation.io/core-main/tx/${txHash}",account_page:"https://explorer.solonation.io/core-main/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/coreum",tx_page:"https://explorer.tcnetwork.io/coreum/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/coreum/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/coreum",tx_page:"https://ezstaking.app/coreum/txs/${txHash}",account_page:"https://ezstaking.app/coreum/account/${accountAddress}"}],keywords:["dex","staking","wasm","assets","nft","XRPL"]},{$schema:"../chain.schema.json",chain_name:"cosmoshub",chain_type:"cosmos",chain_id:"cosmoshub-4",website:"https://cosmos.network/",pretty_name:"Cosmos Hub",status:"live",network_type:"mainnet",bech32_prefix:"cosmos",daemon_name:"gaiad",node_home:"$HOME/.gaia",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uatom",fixed_min_gas_price:.005,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uatom"}]},codebase:{cosmos_sdk_version:"v0.47.16-ics-lsm",cosmwasm_version:"informalsystems/wasmd v0.45.0-lsm"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},description:`In a nutshell, Cosmos Hub bills itself as a project that solves some of the hardest problems facing the blockchain industry. It aims to offer an antidote to slow, expensive, unscalable and environmentally harmful proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.
68
+
69
+ The project\u2019s other goals include making blockchain technology less complex and difficult for developers thanks to a modular framework that demystifies decentralized apps. Last but not least, an Inter-blockchain Communication protocol makes it easier for blockchain networks to communicate with each other \u2014 preventing fragmentation in the industry.
70
+
71
+ Cosmos Hub's origins can be dated back to 2014, when Tendermint, a core contributor to the network, was founded. In 2016, a white paper for Cosmos was published \u2014 and a token sale was held the following year. ATOM tokens are earned through a hybrid proof-of-stake algorithm, and they help to keep the Cosmos Hub, the project\u2019s flagship blockchain, secure. This cryptocurrency also has a role in the network\u2019s governance.`,apis:{rpc:[{address:"https://cosmos-rpc.quickapi.com:443",provider:"Chainlayer"},{address:"https://cosmos-rpc.onivalidator.com",provider:"Oni Validator \u26E9\uFE0F"},{address:"https://rpc-cosmoshub.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://cosmoshub-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-cosmoshub.ecostake.com",provider:"ecostake"},{address:"https://go.getblock.io/17515cb3ec0e43b7817f182e5de6066a",provider:"GetBlock RPC Nodes"},{address:"https://rpc-cosmoshub.pupmos.network",provider:"PUPM\xD8S"},{address:"https://rpc-cosmoshub.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://cosmos-rpc.polkachu.com",provider:"Polkachu"},{address:"https://cosmos-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc-cosmoshub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-cosmoshub.architectnodes.com",provider:"Architect Nodes"},{address:"https://rpc.cosmos.dragonstake.io",provider:"DragonStake"},{address:"https://cosmoshub.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://rpc.cosmos.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://cosmos-rpc.rockrpc.net",provider:"RockawayX Infra"},{address:"http://rpc-cosmoshub.freshstaking.com:26657",provider:"FreshSTAKING"},{address:"https://cosmos-rpc.easy2stake.com/",provider:"Easy 2 Stake"},{address:"https://rpc.cosmos.nodestake.top",provider:"NodeStake"},{address:"https://cosmos.rpc.silknodes.io",provider:"Silk Nodes"},{address:"https://cosmos-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://cosmoshub.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc.cosmoshub.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://rpc-cosmos-hub-01.stakeflow.io",provider:"Stakeflow"},{address:"https://cosmos-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-cosmoshub.mms.team",provider:"MMS"},{address:"https://cosmos-rpc.tienthuattoan.com",provider:"TTT \u{1F1FB}\u{1F1F3}"},{address:"https://community.nuxian-node.ch:6797/gaia/trpc",provider:"PRO Delegators"},{address:"https://cosmos-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://cosmoshub-rpc.cosmosrescue.dev",provider:"cosmosrescue"},{address:"https://cosmos.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://public.stakewolle.com/cosmos/cosmoshub/rpc",provider:"Stakewolle"},{address:"https://rpc-cosmos.kewrnode.com",provider:"Kewr Node"},{address:"https://rpc.cosmoshub-4.citizenweb3.com",provider:"Citizen Web3"},{address:"https://cosmos-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],rest:[{address:"https://cosmos-lcd.quickapi.com:443",provider:"Chainlayer"},{address:"https://rest.cosmoshub.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://cosmoshub-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-cosmoshub.pupmos.network",provider:"PUPM\xD8S"},{address:"https://api-cosmoshub.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api-cosmoshub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://cosmos-rest.staketab.org",provider:"Staketab"},{address:"https://lcd.cosmos.dragonstake.io",provider:"DragonStake"},{address:"https://cosmoshub.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://rest-cosmoshub.architectnodes.com",provider:"Architect Nodes"},{address:"https://rest-cosmoshub.ecostake.com",provider:"ecostake"},{address:"https://lcd-cosmoshub.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://cosmos-lcd.easy2stake.com",provider:"Easy 2 Stake"},{address:"https://api.cosmos.nodestake.top",provider:"NodeStake"},{address:"https://cosmos.api.silknodes.io",provider:"Silk Nodes"},{address:"https://cosmos-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://cosmoshub.api.kjnodes.com",provider:"kjnodes"},{address:"https://api-cosmos-hub-01.stakeflow.io",provider:"Stakeflow"},{address:"https://cosmos-api.w3coins.io",provider:"w3coins"},{address:"https://api-cosmoshub.mms.team",provider:"MMS"},{address:"https://cosmos-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://community.nuxian-node.ch:6797/gaia/crpc",provider:"PRO Delegators"},{address:"https://cosmos-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://cosmoshub-api.cosmosrescue.dev",provider:"cosmosrescue"},{address:"https://cosmos-rest.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://public.stakewolle.com/cosmos/cosmoshub/rest",provider:"Stakewolle"},{address:"https://rest-cosmos.kewrnode.com",provider:"Kewr Node"},{address:"https://cosmos-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],grpc:[{address:"cosmoshub-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc-cosmoshub-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"cosmos-grpc.polkachu.com:14990",provider:"Polkachu"},{address:"grpc.cosmos.interbloc.org:443",provider:"Interbloc"},{address:"services.staketab.com:9030",provider:"Staketab"},{address:"grpc.cosmos.dragonstake.io:443",provider:"DragonStake"},{address:"cosmoshub.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"https://grpc.cosmos.nodestake.top",provider:"NodeStake"},{address:"cosmos-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-cosmoshub.cosmos-spaces.cloud:3910",provider:"Cosmos Spaces"},{address:"cosmoshub.grpc.kjnodes.com:11390",provider:"kjnodes"},{address:"grpc-cosmos-hub-01.stakeflow.io:9090",provider:"Stakeflow"},{address:"grpc-cosmoshub.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"cosmos-grpc.w3coins.io:14990",provider:"w3coins"},{address:"grpc-cosmoshub.mms.team:443",provider:"MMS"},{address:"cosmos-grpc.tienthuattoan.ventures:9090",provider:"TienThuatToan"},{address:"cosmoshub-mainnet.grpc.l0vd.com:80",provider:"L0vd.com \u2764\uFE0F"},{address:"https://grpc-cosmos.nodeist.net",provider:"Nodeist"},{address:"cosmos-grpc.stakeandrelax.net:15090",provider:"Stake&Relax \u{1F9A5}"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/cosmos",tx_page:"https://www.mintscan.io/cosmos/transactions/${txHash}",account_page:"https://www.mintscan.io/cosmos/accounts/${accountAddress}",validator_page:"https://www.mintscan.io/cosmos/validators/${validatorAddress}",proposal_page:"https://www.mintscan.io/cosmos/proposals/${proposalId}",block_page:"https://www.mintscan.io/cosmos/blocks/${blockHeight}"},{kind:"ezstaking",url:"https://ezstaking.app/cosmoshub",tx_page:"https://ezstaking.app/cosmoshub/txs/${txHash}",account_page:"https://ezstaking.app/cosmoshub/account/${accountAddress}",validator_page:"https://ezstaking.app/cosmoshub/validators/${validatorAddress}",proposal_page:"https://ezstaking.app/cosmoshub/proposals/${proposalId}",block_page:"https://ezstaking.app/cosmoshub/blocks/${blockHeight}"},{kind:"ping.pub",url:"https://ping.pub/cosmos",tx_page:"https://ping.pub/cosmos/tx/${txHash}",account_page:"https://ping.pub/cosmos/account/${accountAddress}",validator_page:"https://ping.pub/cosmos/staking/${validatorAddress}",proposal_page:"https://ping.pub/cosmos/gov/${proposalId}",block_page:"https://ping.pub/cosmos/block/${blockHeight}"},{kind:"atomscan",url:"https://atomscan.com",tx_page:"https://atomscan.com/transactions/${txHash}",account_page:"https://atomscan.com/accounts/${accountAddress}",validator_page:"https://atomscan.com/validators/${validatorAddress}",proposal_page:"https://atomscan.com/votes/${proposalId}",block_page:"https://atomscan.com/blocks/${blockHeight}"},{kind:"unichain",url:"https://unicha.in/cosmos",tx_page:"https://unicha.in/cosmos/transaction/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/cosmoshub",tx_page:"https://explorer.tcnetwork.io/cosmoshub/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/cosmoshub/account/${accountAddress}",validator_page:"https://explorer.tcnetwork.io/cosmoshub/validator/${validatorAddress}",proposal_page:"https://explorer.tcnetwork.io/cosmoshub/proposal/${proposalId}",block_page:"https://explorer.tcnetwork.io/cosmoshub/block/${blockHeight}"},{kind:"Stakeflow",url:"https://stakeflow.io/cosmos",account_page:"https://stakeflow.io/cosmos/accounts/${accountAddress}",validator_page:"https://stakeflow.io/cosmos/validators/${validatorAddress}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/cosmos"},{kind:"Inbloc",url:"https://inbloc.org",tx_page:"https://inbloc.org/transactions/${txHash}",account_page:"https://inbloc.org/account/${accountAddress}",validator_page:"https://inbloc.org/cosmos/validator/${validatorAddress}",proposal_page:"https://inbloc.org/cosmos/proposal/${proposalId}",block_page:"https://inbloc.org/cosmos/blocks/${blockHeight}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/cosmos",tx_page:"https://mainnet.whispernode.com/cosmos/tx/${txHash}",account_page:"https://mainnet.whispernode.com/cosmos/account/${accountAddress}",validator_page:"https://mainnet.whispernode.com/cosmos/staking/${validatorAddress}",proposal_page:"https://mainnet.whispernode.com/cosmos/gov/${proposalId}",block_page:"https://mainnet.whispernode.com/cosmos/block/${blockHeight}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg",theme:{primary_color_hex:"#272d45"}}]},{$schema:"../chain.schema.json",chain_name:"coss",chain_type:"cosmos",chain_id:"coss-1",website:"https://coss.ink/",pretty_name:"COSS",status:"live",network_type:"mainnet",bech32_prefix:"coss",daemon_name:"cossd",node_home:"$HOME/.coss",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ucoss",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.03,high_gas_price:.04},{denom:"ucgas",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.03,high_gas_price:.04},{denom:"ucias",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.03,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ucgas"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg"},apis:{rpc:[{address:"https://coss-rpc.coss.ink",provider:"StellarGuardian"},{address:"https://coss-rpc.cias.network",provider:"CelestialPhoenix"}],rest:[{address:"https://coss-rest.coss.ink",provider:"StellarGuardian"},{address:"https://coss-rest.cias.network",provider:"CelestialPhoenix"}]},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coss/images/coss.svg",theme:{primary_color_hex:"#876317"}}]},{$schema:"../chain.schema.json",chain_name:"crescent",status:"live",network_type:"mainnet",pretty_name:"Crescent",chain_type:"cosmos",chain_id:"crescent-1",bech32_prefix:"cre",daemon_name:"crescentd",node_home:"$HOME/.crescent",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ucre",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"ucre"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"},apis:{rpc:[{address:"https://mainnet.crescent.network:26657",provider:"crescent"},{address:"https://crescent-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-crescent.pupmos.network",provider:"PUPM\xD8S"},{address:"https://crescent.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://crescent-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-crescent.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://rpc-crescent-01.stakeflow.io",provider:"Stakeflow"},{address:"https://crescent-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc.crescent.bronbro.io:443",provider:"Bro_n_Bro"}],rest:[{address:"https://mainnet.crescent.network:1317",provider:"crescent"},{address:"https://api-crescent.pupmos.network",provider:"PUPM\xD8S"},{address:"https://crescent-api.polkachu.com",provider:"Polkachu"},{address:"https://crescent.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://api-crescent.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://crescent-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api-crescent-01.stakeflow.io",provider:"Stakeflow"},{address:"https://crescent-api.w3coins.io",provider:"w3coins"},{address:"https://lcd.crescent.bronbro.io:443",provider:"Bro_n_Bro"}],grpc:[{address:"crescent-grpc.polkachu.com:14590",provider:"Polkachu"},{address:"crescent.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"crescent-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-crescent.cosmos-spaces.cloud:2270",provider:"Cosmos Spaces"},{address:"grpc-crescent-01.stakeflow.io:1402",provider:"Stakeflow"},{address:"crescent-grpc.w3coins.io:14590",provider:"w3coins"},{address:"https://grpc.crescent.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/crescent",tx_page:"https://ezstaking.app/crescent/txs/${txHash}",account_page:"https://ezstaking.app/crescent/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/crescent",tx_page:"https://ping.pub/crescent/tx/${txHash}"},{kind:"explorers.guru",url:"https://crescent.explorers.guru",tx_page:"https://crescent.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/crescent",tx_page:"https://atomscan.com/crescent/transactions/${txHash}",account_page:"https://atomscan.com/crescent/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/crescent",account_page:"https://stakeflow.io/crescent/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg",theme:{primary_color_hex:"#3c2832"}}]},{$schema:"../chain.schema.json",chain_name:"cronos",status:"live",network_type:"mainnet",website:"https://cronos.org",pretty_name:"Cronos",chain_type:"cosmos",chain_id:"cronosmainnet_25-1",bech32_prefix:"crc",daemon_name:"cronosd",node_home:"$HOME/.cronos",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"basecro"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg"},apis:{rpc:[{address:"https://rpc.cronos.org/",provider:"cronos.org"},{address:"https://cronos-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://rest.cronos.org/",provider:"cronos.org"},{address:"https://cronos-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc.cronos.org:443",provider:"cronos.org"},{address:"cronos-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],"evm-http-jsonrpc":[{address:"https://evm.cronos.org/",provider:"cronos.org"},{address:"https://cronos-evm.publicnode.com",provider:"Allnodes.com \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"cronoscan",url:"https://cronoscan.com",tx_page:"https://cronoscan.com/tx/${txHash}"},{kind:"crypto.org",url:"https://cronos.org/explorer",tx_page:"https://cronos.org/explorer/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/cronos",tx_page:"https://ping.pub/cronos/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",theme:{primary_color_hex:"#0c2c71"}}]},{$schema:"../chain.schema.json",chain_name:"cryptoorgchain",status:"live",network_type:"mainnet",pretty_name:"Cronos POS Chain",chain_type:"cosmos",chain_id:"crypto-org-chain-mainnet-1",bech32_prefix:"cro",website:"https://cronos-pos.org/",daemon_name:"chain-maind",node_home:"$HOME/.chain-maind",slip44:394,alternative_slip44s:[118],fees:{fee_tokens:[{denom:"basecro",low_gas_price:.025,average_gas_price:.03,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"basecro"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png"},description:"Cronos PoS Chain is a public, open-source and permissionless blockchain - a fully decentralized network with high speed and low fees, designed to be a public good that helps drive mass adoption of blockchain technology through use cases like Payments, DeFi and NFTs.",apis:{rpc:[{address:"https://rpc.mainnet.crypto.org/",provider:"cronos.org"},{address:"https://rpc-cryptoorgchain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-cryptoorgchain.ecostake.com",provider:"ecostake"},{address:"https://cryptocom-rpc.polkachu.com",provider:"Polkachu"},{address:"https://cryptocom-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-cryptoorg.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://cro-chain-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://rest.mainnet.crypto.org/",provider:"cronos.org"},{address:"https://api-cryptoorgchain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://cryptocom-api.polkachu.com",provider:"Polkachu"},{address:"https://rest-cryptoorgchain.ecostake.com",provider:"ecostake"},{address:"https://cryptocom-api.w3coins.io",provider:"w3coins"},{address:"https://api-cryptoorg.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://cro-chain-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc.mainnet.crypto.org:443",provider:"cronos.org"},{address:"grpc-cryptoorgchain-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"cryptocom-grpc.polkachu.com:20290",provider:"Polkachu"},{address:"cryptocom-grpc.w3coins.io:20290",provider:"w3coins"},{address:"grpc-cryptoorg.cosmos-spaces.cloud:1160",provider:"Cosmos Spaces"},{address:"cro-chain-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/crypto-org",tx_page:"https://www.mintscan.io/crypto-org/transactions/${txHash}",account_page:"https://www.mintscan.io/crypto-org/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/crypto-org",tx_page:"https://ezstaking.app/crypto-org/txs/${txHash}",account_page:"https://ezstaking.app/crypto-org/account/${accountAddress}"},{kind:"cronos.org",url:"https://cronos-pos.org/explorer",tx_page:"https://cronos-pos.org/explorer/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/crypto-com-chain",tx_page:"https://ping.pub/crypto-com-chain/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png",theme:{primary_color_hex:"#0c2c71"}},{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/Cronos_POS_Chain_Colour.svg"},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg",theme:{primary_color_hex:"#0c2c71"}}]},{$schema:"../chain.schema.json",chain_name:"cudos",status:"live",network_type:"mainnet",pretty_name:"Cudos",chain_type:"cosmos",chain_id:"cudos-1",bech32_prefix:"cudos",daemon_name:"cudos-noded",website:"https://www.cudos.org/",node_home:"$HOME/cudos-data",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"acudos",low_gas_price:5e12,average_gas_price:1e13,high_gas_price:2e13}]},staking:{staking_tokens:[{denom:"acudos"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg"},apis:{rpc:[{address:"http://mainnet-full-node-01.hosts.cudos.org:26657",provider:"cudo"},{address:"https://mainnet-full-node-02.hosts.cudos.org:36657",provider:"cudo"},{address:"https://cudos-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://cudos-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://cudos-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://cudos-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"http://mainnet-full-node-01.hosts.cudos.org:1317",provider:"cudo"},{address:"https://mainnet-full-node-02.hosts.cudos.org:31317",provider:"cudo"},{address:"https://cudos-api.kleomedes.network",provider:"Kleomedes"},{address:"https://cudos-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://cudos-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://cudos-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"mainnet-full-node-01.hosts.cudos.org:9090",provider:"cudo"},{address:"cudos-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"cudos-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"cudos-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"bigdipper",url:"https://explorer.cudos.org/",tx_page:"https://explorer.cudos.org/transactions/${txHash}",account_page:"https://explorer.cudos.org/accounts/${accountAddress}"},{kind:"cudos-dashboard",url:"https://dashboard.cudos.org/",tx_page:"https://explorer.cudos.org/transactions/${txHash}",account_page:"https://explorer.cudos.org/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/cudos",tx_page:"https://www.mintscan.io/cudos/transactions/${txHash}",account_page:"https://www.mintscan.io/cudos/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/cudos",tx_page:"https://atomscan.com/cudos/transactions/${txHash}",account_page:"https://atomscan.com/cudos/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/cudos",tx_page:"https://ezstaking.app/cudos/txs/${txHash}",account_page:"https://ezstaking.app/cudos/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg",theme:{primary_color_hex:"#5d95ec"}}]},{$schema:"../chain.schema.json",chain_name:"decentr",status:"live",network_type:"mainnet",pretty_name:"Decentr",chain_type:"cosmos",chain_id:"mainnet-3",bech32_prefix:"decentr",daemon_name:"decentrd",node_home:"$HOME/.decentr",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"udec",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"udec"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"},apis:{rpc:[{address:"https://poseidon.mainnet.decentr.xyz",provider:"decentr"},{address:"https://rpc.decentr.chaintools.tech/",provider:"ChainTools"},{address:"https://decentr.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://decentr-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rpc-dcntr.nodine.id/",provider:"Nodine.ID"},{address:"https://rpc-decentr.mms.team/",provider:"MMS"}],rest:[{address:"https://rest.mainnet.decentr.xyz",provider:"decentr"},{address:"https://decentr.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.decentr.chaintools.tech/",provider:"ChainTools"},{address:"https://decentr-api.ibs.team/",provider:"Inter Blockchain Services"}],grpc:[{address:"https://grpc-decentr.sxlzptprjkt.xyz:443",provider:"sxlzptprjkt | VALIDATOR"},{address:"decentr.grpc.m.stavr.tech:2060",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://grpc.decentr.hexnodes.co",provider:"Hexnodes"},{address:"https://grpc.decentr.nodexcapital.com:443",provider:"NodeX Validator"},{address:"grpc-decentr.mms.team:443",provider:"MMS"}]},explorers:[{kind:"decentr.net",url:"https://explorer.decentr.net",tx_page:"https://explorer.decentr.net/transactions/${txHash}?networkId=mainnet"},{kind:"ping.pub",url:"https://ping.pub/decentr/",tx_page:"https://ping.pub/decentr/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Decentr-Mainnet",tx_page:"https://explorer.stavr.tech/Decentr-Mainnet/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/decentr",tx_page:"https://atomscan.com/decentr/transactions/${txHash}",account_page:"https://atomscan.com/decentr/accounts/${accountAddress}"},{kind:"Nodine.ID",url:"https://explorer.co.id/decentr",tx_page:"https://explorer.co.id/decentr/tx/${txHash}"},{kind:"THE EXPLORER",url:"https://explorer.sxlzptprjkt.xyz/decentr",tx_page:"https://explorer.sxlzptprjkt.xyz/decentr/tx/${txHash}"},{kind:"hexskrt EXPLORER",url:"https://explorer.hexskrt.net/decentr",tx_page:"https://explorer.hexskrt.net/decentr/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/decentr",tx_page:"https://explorer.nodexcapital.com/decentr/tx/${txHash}"},{kind:"Explorer ComunityNode",url:"https://explorer.comunitynode.my.id/decentr",tx_page:"https://explorer.comunitynode.my.id/decentr/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg",theme:{primary_color_hex:"#4678e9"}}]},{$schema:"../chain.schema.json",chain_name:"desmos",status:"live",network_type:"mainnet",website:"https://desmos.network/",pretty_name:"Desmos",chain_type:"cosmos",chain_id:"desmos-mainnet",bech32_prefix:"desmos",daemon_name:"desmos",node_home:"$HOME/.desmos",key_algos:["secp256k1"],slip44:852,fees:{fee_tokens:[{denom:"udsm",fixed_min_gas_price:.001,low_gas_price:.01,average_gas_price:.03,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"udsm"}]},codebase:{cosmos_sdk_version:"desmos-labs/cosmos-sdk v0.47.10-desmos",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"},apis:{rpc:[{address:"https://rpc.mainnet.desmos.network",provider:"desmos"},{address:"https://desmos-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://desmos-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc.desmos.tcnetwork.io",provider:"TC Network"},{address:"https://rpc.desmos.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://desmos.declab.pro:26613",provider:"Decloud Nodes Lab"},{address:"https://desmos-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://api.mainnet.desmos.network",provider:"desmos"},{address:"https://desmos-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://desmos-rest.staketab.org",provider:"Staketab"},{address:"https://rest.desmos.tcnetwork.io",provider:"TC Network"},{address:"https://lcd.desmos.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://vidulum.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://desmos-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc-desmos.explorer.co.id",provider:"Nodine.ID"},{address:"services.staketab.com:9043",provider:"Staketab"},{address:"desmos.grpc.nodersteam.com:9121",provider:"[NODERS]TEAM"},{address:"https://grpc-desmos.sr20de.xyz",provider:"Sr20de"},{address:"https://grpc.desmos.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://vidulum.declab.pro:9009",provider:"Decloud Nodes Lab"},{address:"desmos-grpc.noders.services:27090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/desmos",tx_page:"https://ezstaking.app/desmos/txs/${txHash}",account_page:"https://ezstaking.app/desmos/account/${accountAddress}"},{kind:"bigdipper",url:"https://bigdipper.live/desmos",tx_page:"https://bigdipper.live/desmos/transactions/${txHash}",account_page:"https://bigdipper.live/desmos/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/desmos",tx_page:"https://www.mintscan.io/desmos/transactions/${txHash}",account_page:"https://www.mintscan.io/desmos/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/desmos",tx_page:"https://ping.pub/desmos/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/desmos",tx_page:"https://atomscan.com/desmos/transactions/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/desmos",tx_page:"https://explorer.tcnetwork.io/desmos/transaction/${txHash}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Desmos",tx_page:"https://explorer.declab.pro/Desmos/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg",theme:{primary_color_hex:"#fb804e"}}]},{$schema:"../chain.schema.json",chain_name:"dhealth",status:"live",network_type:"mainnet",website:"https://dhealth.com/",pretty_name:"dHealth",chain_type:"cosmos",chain_id:"dhealth",bech32_prefix:"dh",daemon_name:"dhealthd",node_home:"$HOME/.dhealth",key_algos:["secp256k1"],slip44:10111,fees:{fee_tokens:[{denom:"udhp",fixed_min_gas_price:.01,low_gas_price:.025,average_gas_price:.03,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"udhp"}]},codebase:{cosmos_sdk_version:"cosmos/cosmos-sdk v0.47.4",cosmwasm_enabled:!0,cosmwasm_version:"v0.41.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg"},apis:{rpc:[{address:"https://rpc.dhealth.com",provider:"dhealth"},{address:"https://rpc.dhealth.nodestake.org",provider:"NodeStake"},{address:"https://dhealth.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"}],rest:[{address:"https://lcd.dhealth.com",provider:"dhealth"},{address:"https://api.dhealth.nodestake.org",provider:"NodeStake"},{address:"https://dhealth.api.nodeshub.online",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"}],grpc:[{address:"https://grpc.dhealth.com:443",provider:"dhealth"},{address:"https://grpc.dhealth.nodestake.org:443",provider:"NodeStake"},{address:"dhealth.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"nodestake",url:"https://explorer.nodestake.org/dhealth",tx_page:"https://explorer.nodestake.org/dhealth/tx/${txHash}",account_page:"https://explorer.nodestake.org/dhealth/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F",url:"https://explorer.nodeshub.online/dhealth/",tx_page:"https://explorer.nodeshub.online/dhealth/tx/${txHash}",account_page:"https://explorer.nodeshub.online/dhealth/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg",theme:{primary_color_hex:"#140c7c"}}]},{$schema:"../chain.schema.json",chain_name:"dig",status:"live",network_type:"mainnet",website:"https://digchain.org/",pretty_name:"Dig Chain",chain_type:"cosmos",chain_id:"dig-1",bech32_prefix:"dig",daemon_name:"digd",node_home:"$HOME/.dig",key_algos:["secp256k1","ethsecp256k1"],extra_codecs:["ethermint"],slip44:118,fees:{fee_tokens:[{denom:"udig",low_gas_price:.025,average_gas_price:.03,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"udig"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"},apis:{rpc:[{address:"https://rpc-1-dig.notional.ventures"},{address:"https://rpc-dig-ia.cosmosia.notional.ventures/",provider:"Notional"}],rest:[{address:"https://api-1-dig.notional.ventures"},{address:"https://api-dig-ia.cosmosia.notional.ventures/",provider:"Notional"}],grpc:[{address:"grpc-dig-ia.cosmosia.notional.ventures:443",provider:"Notional"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/dig",tx_page:"https://ping.pub/dig/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/dig",tx_page:"https://atomscan.com/dig/transactions/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/dig",tx_page:"https://explorer.tcnetwork.io/dig/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png",theme:{primary_color_hex:"#1b1433"}}]},{$schema:"../chain.schema.json",chain_name:"doravota",chain_type:"cosmos",chain_id:"vota-ash",pretty_name:"Dora Vota",status:"live",network_type:"mainnet",bech32_prefix:"dora",daemon_name:"dorad",node_home:"$HOME/.dora",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"peaka",fixed_min_gas_price:1e11,low_gas_price:1e11,average_gas_price:1e11,high_gas_price:1e11}]},staking:{staking_tokens:[{denom:"peaka"}]},codebase:{},apis:{rpc:[{address:"https://vota-rpc.dorafactory.org/",provider:"dorafactory"},{address:"https://m-dora.rpc.utsa.tech",provider:"lesnik | UTSA"},{address:"https://dora-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://vota-rest.dorafactory.org",provider:"dorafactory"},{address:"https://m-dora.api.utsa.tech",provider:"lesnik | UTSA"},{address:"https://dora-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"vota-grpc.dorafactory.org:443",provider:"dorafactory"},{address:"dora-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"Dora Vota Ping Pub",url:"https://vota-explorer.dorafactory.org",tx_page:"https://vota-explorer.dorafactory.org/doravota/tx/${txHash}"},{kind:"lesnik | UTSA Ping Pub",url:"https://exp.utsa.tech/dora/staking",tx_page:"https://exp.utsa.tech/dora/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"dydx",status:"live",website:"https://dydx.trade/",network_type:"mainnet",pretty_name:"dYdX Protocol",chain_type:"cosmos",chain_id:"dydx-mainnet-1",bech32_prefix:"dydx",daemon_name:"dydxprotocold",node_home:"$HOME/.dydxprotocol",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"adydx",fixed_min_gas_price:125e8,low_gas_price:125e8,average_gas_price:125e8,high_gas_price:2e10},{denom:"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"adydx"}]},codebase:{cosmos_sdk_version:"dydxprotocol/cosmos-sdk v0.50.6-0.20240606183841-18966898625f"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},description:"Our goal is to build open source code that can power a first class product and trading experience.",apis:{rpc:[{address:"https://dydx-rpc.kingnodes.com:443",provider:"Kingnodes \u{1F451}"},{address:"https://dydx-dao-rpc.polkachu.com",provider:"Polkachu"},{address:"https://dydx-mainnet-full-rpc.public.blastapi.io",provider:"Bware Labs"},{address:"https://dydx-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dydx-mainnet-rpc.autostake.com:443",provider:"AutoStake | StakeDrops"},{address:"https://rpc-dydx.ecostake.com:443",provider:"ecostake"},{address:"https://rpc.dydx.nodestake.top:443",provider:"NodeStake"},{address:"https://rpc-dydx.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://dydx-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-dydx.cros-nest.com:443",provider:"Crosnest"},{address:"https://dydx-rpc.enigma-validator.com",provider:"Enigma"},{address:"https://community.nuxian-node.ch:6797/dydx/trpc",provider:"PRO Delegators"},{address:"https://dydx-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://dydx.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"}],rest:[{address:"https://community.nuxian-node.ch:6797/dydx/crpc",provider:"PRO Delegators"},{address:"https://dydx-dao-api.polkachu.com",provider:"Polkachu"},{address:"https://dydx-mainnet-full-lcd.public.blastapi.io",provider:"Bware Labs"},{address:"https://dydx-rest.kingnodes.com:443",provider:"Kingnodes \u{1F451}"},{address:"https://dydx-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dydx-mainnet-lcd.autostake.com:443",provider:"AutoStake | StakeDrops"},{address:"https://rest-dydx.ecostake.com:443",provider:"ecostake"},{address:"https://api-dydx.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api.dydx.nodestake.top:443",provider:"NodeStake"},{address:"https://dydx-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rest-dydx.cros-nest.com:443",provider:"Crosnest"},{address:"https://dydx-lcd.enigma-validator.com",provider:"Enigma"},{address:"https://dydx-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://dydx-rest.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"}],grpc:[{address:"dydx-dao-grpc-1.polkachu.com:23890",provider:"Polkachu (1)"},{address:"dydx-dao-grpc-2.polkachu.com:23890",provider:"Polkachu (2)"},{address:"dydx-dao-grpc-3.polkachu.com:23890",provider:"Polkachu (3)"},{address:"dydx-dao-grpc-4.polkachu.com:23890",provider:"Polkachu (4)"},{address:"dydx-dao-grpc-5.polkachu.com:23890",provider:"Polkachu (5)"},{address:"dydx-mainnet-full-grpc.public.blastapi.io:443",provider:"Bware Labs"},{address:"https://dydx-grpc.kingnodes.com:443",provider:"Kingnodes \u{1F451}"},{address:"https://dydx-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"dydx-mainnet-grpc.autostake.com:443",provider:"AutoStake | StakeDrops"},{address:"https://grpc.dydx.nodestake.top",provider:"NodeStake"},{address:"dydx.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"grpc-dydx.cosmos-spaces.cloud:4990",provider:"Cosmos Spaces"},{address:"dydx-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"dydx-grpc.noders.services:37090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/dydx",tx_page:"https://www.mintscan.io/dydx/txs/${txHash}",account_page:"https://www.mintscan.io/dydx/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/dydx",tx_page:"https://ezstaking.app/dydx/txs/${txHash}",account_page:"https://ezstaking.app/dydx/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/dydx/",tx_page:"https://explorer.nodestake.top/dydx/txs/${txHash}",account_page:"https://explorer.nodestake.top/dydx/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/dydx",tx_page:"https://explorer.tcnetwork.io/dydx/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/dydx/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg",theme:{primary_color_hex:"#21212f"}}]},{$schema:"../chain.schema.json",chain_name:"dymension",status:"live",network_type:"mainnet",website:"https://portal.dymension.xyz",pretty_name:"Dymension Hub",chain_type:"cosmos",chain_id:"dymension_1100-1",bech32_prefix:"dym",slip44:60,node_home:"$HOME/.dymension",daemon_name:"dymd",fees:{fee_tokens:[{denom:"adym",fixed_min_gas_price:5e9,low_gas_price:5e9,average_gas_price:5e9,high_gas_price:2e10}]},staking:{staking_tokens:[{denom:"adym"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg"},description:"Dymension is a network of easily deployable and lightning fast modular blockchains called RollApps.",images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg",theme:{primary_color_hex:"#f4e4d4"}}],codebase:{},apis:{rpc:[{address:"https://dym-m-rpc.agoranodes.com",provider:"AgoraNodes"},{address:"https://rpc.dymension.nodestake.org",provider:"NodeStake"},{address:"http://dymension.mainnet.rpc.noders.team:42657",provider:"[NODERS]TEAM"},{address:"https://dymension-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://dymension-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dymension-rpc.kynraze.com",provider:"Kynraze"},{address:"https://m-dymension.rpc.utsa.tech",provider:"lesnik | UTSA"},{address:"https://rpc-dymension.nodeist.net",provider:"Nodeist"},{address:"https://dym.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://dym.rpc-archive.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.dymension.hexnodes.co",provider:"Hexnodes"},{address:"https://dymension.rpc.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"},{address:"https://dymension-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://dymension-rpc.takeshi.team",provider:"TAKESHI"},{address:"https://dymension-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.dymension.silentvalidator.com:443",provider:"silent"},{address:"https://rpc-dymension.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://community.nuxian-node.ch:6797/dymension/trpc",provider:"PRO Delegators"},{address:"https://dymension-rpc.enigma-validator.com",provider:"Enigma"},{address:"https://dymension-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://dymension.nodejumper.io:443",provider:"NODEJUMPER"},{address:"https://rpc-dymension.hoodrun.io:443",provider:"HoodRun"},{address:"https://dymension.0xwave.com:2053",provider:"Wave"},{address:"https://archive.rpc.dym.cumulo.com.es:443",provider:"Cumulo"},{address:"https://rpc.dymension.posthuman.digital",provider:"posthuman"},{address:"https://rpc.dymension.node75.org",provider:"Pro-Nodes75"},{address:"https://rpc.dymension.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://dymension-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://rpc.mainnet.dymension.aviaone.com",provider:"AVIAONE \u{1F7E2}"},{address:"https://rpc.archive.dymension.mainnet.dteam.tech:443",provider:"DTEAM"}],rest:[{address:"https://dym-m-api.agoranodes.com",provider:"AgoraNodes"},{address:"https://api.dymension.nodestake.org",provider:"NodeStake"},{address:"http://dymension.mainnet.api.noders.team:42317",provider:"[NODERS]TEAM"},{address:"https://dymension-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://dymension-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dymension-api.kynraze.com",provider:"Kynraze"},{address:"https://m-dymension.api.utsa.tech",provider:"lesnik | UTSA"},{address:"https://api-dymension.nodeist.net",provider:"Nodeist"},{address:"https://dymension.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://dym.api-archive.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lcd.dymension.hexnodes.co",provider:"Hexnodes"},{address:"https://dymension.api.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"},{address:"https://dymension-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://dymension-api.takeshi.team",provider:"TAKESHI"},{address:"https://dymension-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api.dymension.silentvalidator.com:443",provider:"silent"},{address:"https://api-dymension.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://community.nuxian-node.ch:6797/dymension/crpc",provider:"PRO Delegators"},{address:"https://dymension-lcd.enigma-validator.com",provider:"Enigma"},{address:"https://dymension-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://dymension.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://lcd-dymension.hoodrun.io",provider:"HoodRun"},{address:"https://dymension.0xwave.com",provider:"Wave"},{address:"https://api.dym.cumulo.com.es",provider:"Cumulo"},{address:"https://rest.dymension.posthuman.digital",provider:"posthuman"},{address:"https://api.dymension.node75.org",provider:"Pro-Nodes75"},{address:"https://lcd.dymension.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://dymension-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://api.mainnet.dymension.aviaone.com",provider:"AVIAONE \u{1F7E2}"},{address:"https://api.archive.dymension.mainnet.dteam.tech:443",provider:"DTEAM"}],grpc:[{address:"https://dym-m-grpc.agoranodes.com",provider:"AgoraNodes"},{address:"grpc.dymension.nodestake.org:443",provider:"NodeStake"},{address:"dymension-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"dymension.mainnet.grpc.noders.team:42090",provider:"[NODERS]TEAM"},{address:"https://dymension-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"dymension-grpc.kynraze.com:77",provider:"Kynraze"},{address:"https://grpc-dymension.nodeist.net",provider:"Nodeist"},{address:"dymension.grpc.m.stavr.tech:7119",provider:"\u{1F525}STAVR\u{1F525}"},{address:"dymension.grpc.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"},{address:"http://dymension-grpc.stakeandrelax.net:20590",provider:"Stake&Relax \u{1F9A5}"},{address:"https://dymension-grpc.takeshi.team",provider:"TAKESHI"},{address:"dymension-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc.dymension.silentvalidator.com:443",provider:"silent"},{address:"https://grpc-dymension.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"dymension.nodejumper.io:9090",provider:"NODEJUMPER"},{address:"grpc-dymension.hoodrun.io:9095",provider:"HoodRun"},{address:"https://dymension.0xwave.com:2083",provider:"Wave"},{address:"grpc.dym.cumulo.com.es:443",provider:"Cumulo"},{address:"https://grpc.dymension.posthuman.digital",provider:"posthuman"},{address:"https://grpc.dymension.bronbro.io:443",provider:"Bro_n_Bro"},{address:"dymension-grpc.noders.services:12090",provider:"[NODERS]TEAM"},{address:"https://grpc.mainnet.dymension.aviaone.com:9092",provider:"AVIAONE \u{1F7E2}"},{address:"grpc.archive.dymension.mainnet.dteam.tech:29090",provider:"DTEAM"}],"evm-http-jsonrpc":[{address:"https://dym-m-json.agoranodes.com",provider:"AgoraNodes"},{address:"https://dymension-jsonrpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://evm-dymension.hoodrun.io:8547",provider:"HoodRun"},{address:"https://dymension.0xwave.com:2087",provider:"Wave"},{address:"https://evm-rpc.dym.cumulo.com.es:443",provider:"Cumulo"},{address:"https://evm-rpc.dymension.node75.org",provider:"Pro-Nodes75"},{address:"https://evm-rpc.dymension.posthuman.digital",provider:"posthuman"},{address:"https://dymension-jsonrpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://evm.archive.dymension.mainnet.dteam.tech:443",provider:"DTEAM"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/dymension",tx_page:"https://www.mintscan.io/dymension/tx/${txHash}",account_page:"https://www.mintscan.io/dymension/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/dymension",tx_page:"https://ezstaking.app/dymension/txs/${txHash}",account_page:"https://ezstaking.app/dymension/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.org/dymension",tx_page:"https://explorer.nodestake.org/dymension/tx/${txHash}",account_page:"https://explorer.nodestake.org/dymension/account/${accountAddress}"},{kind:"Kynraze",url:"https://explorer.kynraze.com/dymension",tx_page:"https://explorer.kynraze.com/dymension/tx/${txHash}",account_page:"https://explorer.kynraze.com/dymension/account/${accountAddress}"},{kind:"Nodeist Explorer",url:"https://explorer.ist/dymension",tx_page:"https://explorer.ist/dymension/tx/${txHash}",account_page:"https://explorer.ist/dymension/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Dymension-Mainnet",tx_page:"https://explorer.stavr.tech/Dymension-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Dymension-Mainnet/account/${accountAddress}"},{kind:"HoodScan",url:"https://hoodscan.io/dymension",tx_page:"https://hoodscan.io/dymension/transactions/${txHash}",account_page:"https://hoodscan.io/dymension/accounts/${accountAddress}"},{kind:"posthuman",url:"https://explorer.posthuman.digital/dymension",tx_page:"https://explorer.posthuman.digital/dymension/tx/${txHash}",account_page:"https://explorer.posthuman.digital/dymension/account/${accountAddress}"},{kind:"AVIAONE \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/dymension",tx_page:"https://mainnet.explorer.aviaone.com/dymension/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/dymension/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/dymension",tx_page:"https://mainnet.whispernode.com/dymension/tx/${txHash}",account_page:"https://mainnet.whispernode.com/dymension/account/${accountAddress}"},{kind:"DTEAM | Explorer",url:"https://explorer.mainnet.dteam.tech/dymension",tx_page:"https://explorer.mainnet.dteam.tech/dymension/tx/${txHash}",account_page:"https://explorer.mainnet.dteam.tech/dymension/account/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"dyson",website:"https://dysonprotocol.com/",status:"live",network_type:"mainnet",pretty_name:"Dyson Protocol",chain_type:"cosmos",chain_id:"dyson-mainnet-01",bech32_prefix:"dys",node_home:"$HOME/.dyson",daemon_name:"dysond",slip44:118,fees:{fee_tokens:[{denom:"dys",low_gas_price:1e-4,average_gas_price:2e-4,high_gas_price:3e-4}]},staking:{staking_tokens:[{denom:"dys"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.svg"},apis:{rpc:[{address:"https://dys-tm.dysonprotocol.com:443",provider:"dysonprotocol"},{address:"https://dyson-rpc.cogwheel.zone:443",provider:"cogwheel"}],rest:[{address:"https://dys-api.dysonprotocol.com:443",provider:"dysonprotocol"},{address:"https://dyson-api.cogwheel.zone:443",provider:"cogwheel"}],grpc:[{address:"dys-grpc.dyson.lol:443",provider:"lol"},{address:"https://dyson-grpc.cogwheel.zone:443",provider:"cogwheel"}]},explorers:[{kind:"dysonprotocol",url:"https://explorer.dys.dysonprotocol.com/dyson/",tx_page:"https://explorer.dys.dysonprotocol.com/dyson/tx/${txHash}",account_page:"https://explorer.dys.dysonprotocol.com/dyson/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dyson/images/dyson.svg"}]},{$schema:"../chain.schema.json",chain_name:"echelon",status:"live",network_type:"mainnet",pretty_name:"Echelon",chain_type:"cosmos",chain_id:"echelon_3000-3",bech32_prefix:"echelon",node_home:"$HOME/.echelond",slip44:60,fees:{fee_tokens:[{denom:"aechelon",low_gas_price:1e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aechelon"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg"},apis:{rpc:[{address:"https://ech01trpc.mindheartsoul.org",provider:"Mind Heart Soul"},{address:"https://rpc.echjoker.lol",provider:"\u26A1 Echelon Joker \u269B \u{1F0CF}"}],rest:[{address:"https://ech01api.mindheartsoul.org",provider:"Mind Heart Soul"},{address:"https://api.echjoker.lol",provider:"\u26A1 Echelon Joker \u269B \u{1F0CF}"}],grpc:[],"evm-http-jsonrpc":[{address:"https://ech01jrpc.mindheartsoul.org",provider:"Mind Heart Soul"},{address:"https://jrpc.echjoker.lol",provider:"\u26A1 Echelon Joker \u269B \u{1F0CF}"}]},explorers:[{kind:"echelon",url:"https://app.ech.network/explorer",tx_page:"https://app.ech.network/explorer/tx/${txHash}"},{kind:"blockscout",url:"https://scout.ech.network",tx_page:"https://scout.ech.network/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/echelon",tx_page:"https://ping.pub/echelon/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/echelon",tx_page:"https://atomscan.com/echelon/transactions/${txHash}",account_page:"https://atomscan.com/echelon/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg",theme:{primary_color_hex:"#b1f49a"}}]},{$schema:"../chain.schema.json",chain_name:"emoney",status:"live",network_type:"mainnet",pretty_name:"e-Money",chain_type:"cosmos",chain_id:"emoney-3",bech32_prefix:"emoney",daemon_name:"emd",node_home:"$HOME/.emd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ungm",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"eeur",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"echf",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"enok",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"esek",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"edkk",low_gas_price:1,average_gas_price:1,high_gas_price:1}]},staking:{staking_tokens:[{denom:"ungm"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg"},apis:{rpc:[{address:"https://emoney.validator.network",provider:"e-Money"},{address:"https://rpc-emoney-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.emoney.bh.rocks",provider:"BlockHunters \u{1F3AF}"}],rest:[{address:"https://emoney.validator.network/api/",provider:"e-Money"},{address:"https://api-emoney-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://api.emoney.bh.rocks",provider:"BlockHunters \u{1F3AF}"}],grpc:[{address:"grpc-emoney-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"emoney-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/emoney",tx_page:"https://ezstaking.app/emoney/txs/${txHash}",account_page:"https://ezstaking.app/emoney/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/e-money",tx_page:"https://ping.pub/e-money/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/emoney",tx_page:"https://atomscan.com/emoney/transactions/${txHash}",account_page:"https://atomscan.com/emoney/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg",theme:{primary_color_hex:"#caf2ea"}}]},{$schema:"../chain.schema.json",chain_name:"empowerchain",chain_type:"cosmos",chain_id:"empowerchain-1",pretty_name:"EmpowerChain",status:"live",network_type:"mainnet",bech32_prefix:"empower",daemon_name:"empowerd",node_home:"$HOME/.empowerchain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umpwr",fixed_min_gas_price:0,low_gas_price:.025,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"umpwr"}]},codebase:{cosmwasm_enabled:!0,cosmwasm_version:"0.45"},apis:{rpc:[{address:"https://rpc-empowerchain.ecostake.com:443",provider:"ecostake"},{address:"https://empowerchain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://empower.rpc.liveraven.net",provider:"LiveRaveN"},{address:"http://empw.rpc.m.stavr.tech:22057",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-empower.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc-empowerchain.mzonder.com:443",provider:"MZONDER"},{address:"https://empower-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-empower.vinjan.xyz:443",provider:"vinjan"},{address:"https://rpc.empower.nodestake.top",provider:"NodeStake"},{address:"https://mainnet-empower-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://empower.rpc.stakevillage.net:443",provider:"Stake Village"},{address:"https://rpc.empowerchain.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://empower.declab.pro:26607",provider:"Decloud Nodes Lab"},{address:"https://empower-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://empower-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://rest-empowerchain.ecostake.com:443",provider:"ecostake"},{address:"https://empowerchain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://empower.api.liveraven.net",provider:"LiveRaveN"},{address:"https://empw.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://empower-api.w3coins.io",provider:"w3coins"},{address:"https://lcd-empower.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api-empower.vinjan.xyz:443",provider:"vinjan"},{address:"https://api.empower.nodestake.top",provider:"NodeStake"},{address:"https://mainnet-empower-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://empower.api.stakevillage.net",provider:"Stake Village"},{address:"https://lcd.empowerchain.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://empower.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://empower-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://empower-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"empowerchain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://empower.grpc.liveraven.net",provider:"LiveRaveN"},{address:"empower-grpc.w3coins.io:17390",provider:"w3coins"},{address:"grpc-empowerchain.mzonder.com:443",provider:"MZONDER"},{address:"http://empw.grpc.m.stavr.tech:9141",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-empower.vinjan.xyz",provider:"vinjan"},{address:"https://grpc.empower.nodestake.top:443",provider:"NodeStake"},{address:"empower.grpc.stakevillage.net:16890",provider:"Stake Village"},{address:"https://grpc.empowerchain.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://empower.declab.pro:9005",provider:"Decloud Nodes Lab"},{address:"empower-grpc.noders.services:25090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Empower-Mainnet",tx_page:"https://explorer.stavr.tech/Empower-Mainnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/Empower-Mainnet/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/empower",tx_page:"https://explorer.nodestake.top/empower/tx/${txHash}",account_page:"https://explorer.nodestake.top/empower/account/{$accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/empower",tx_page:"https://exp.stakevillage.net/empower/tx/${txHash}",account_page:"https://exp.stakevillage.net/empower/account/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Empower",tx_page:"https://explorer.declab.pro/Empower/tx/${txHash}",account_page:"https://explorer.declab.pro/Empower/account/{$accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/empowerchain",tx_page:"https://mainnet.whispernode.com/empowerchain/tx/${txHash}",account_page:"https://mainnet.whispernode.com/empowerchain/account/${accountAddress}"}],images:[{image_sync:{chain_name:"empowerchain",base_denom:"umpwr"},svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.svg",theme:{primary_color_hex:"#00e33a",background_color_hex:"#00e33a",circle:!0}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/empowerchain/images/mpwr.png",theme:{primary_color_hex:"#00e33a",background_color_hex:"#00e33a",circle:!1}}]},{$schema:"../../chain.schema.json",chain_name:"ethereum",status:"live",website:"https://ethereum.org/",network_type:"mainnet",pretty_name:"Ethereum Mainnet",chain_type:"eip155",chain_id:"1",slip44:60,fees:{fee_tokens:[{denom:"wei",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"wei"}]},explorers:[{kind:"Etherscan",url:"https://etherscan.io/",tx_page:"https://etherscan.io/tx/${txHash}"}],images:[{image_sync:{chain_name:"ethereum",base_denom:"wei"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg",theme:{primary_color_hex:"#303030"}}]},{$schema:"../chain.schema.json",chain_name:"ethos",status:"live",network_type:"mainnet",pretty_name:"Ethos",chain_type:"cosmos",chain_id:"ethos_7003-1",bech32_prefix:"ethos",daemon_name:"ethosd",node_home:"$HOME/.ethos",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aRYT"}]},apis:{rpc:[{address:"https://ethos-rpc.provable.dev:443/",provider:"laurel.provable"}],rest:[{address:"https://ethos.provable.dev/rest/",provider:"laurel.provable"}],grpc:[{address:"ethos-grpc.provable.dev:443",provider:"laurel.provable"}],"evm-http-jsonrpc":[{address:"https://ethos-evm.provable.dev/",provider:"laurel.provable"}]},explorers:[],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg"},codebase:{},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ethos/images/ethos.svg",theme:{primary_color_hex:"#848484"}}]},{$schema:"../chain.schema.json",chain_name:"evmos",status:"live",network_type:"mainnet",website:"https://evmos.org/",pretty_name:"Evmos",chain_type:"cosmos",chain_id:"evmos_9001-2",bech32_prefix:"evmos",node_home:"$HOME/.evmosd",daemon_name:"evmosd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aevmos",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aevmos"}]},codebase:{cosmos_sdk_version:"evmos/cosmos-sdk v0.47.12-evmos.2"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg"},description:"Developers use Evmos as the Ethereum Canary Chain to deploy applications of the future. Get all the functionalities of Ethereum with the power of IBC and Interchain composability.",apis:{rpc:[{address:"https://rpc-evmos.ecostake.com",provider:"ecostake"},{address:"https://evmos-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://tendermint.bd.evmos.org:26657",provider:"Blockdaemon"},{address:"https://rpc-evmos-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"https://rpc.evmos.testnet.run",provider:"TestNetRun"},{address:"https://rpc.evmos.nodestake.top",provider:"NodeStake"},{address:"https://rpc.evmos.chaintools.tech/",provider:"ChainTools"},{address:"https://evmos-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.evmos.silentvalidator.com/",provider:"silent"},{address:"https://rpc.evmos.tcnetwork.io",provider:"TC Network"},{address:"https://evmos.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://rpc-evmos.architectnodes.com",provider:"Architect Nodes"},{address:"https://evmos-rpc.validatrium.club",provider:"Validatrium"},{address:"https://evmos-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-evmos-01.stakeflow.io",provider:"Stakeflow"},{address:"https://evmos-rpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://rpc-evmos.validavia.me",provider:"Validavia"},{address:"https://evmos-rpc.w3coins.io",provider:"w3coins"},{address:"https://evmos-rpc.stake-town.com",provider:"StakeTown"},{address:"https://evmos.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://evmos-rpc.antrixy.org/",provider:"Antrix Validators"},{address:"https://evmos-mainnet.rpc.stakevillage.net:443",provider:"Stake Village"},{address:"https://rpc.evmos.validatus.com",provider:"Validatus"},{address:"https://rpc.evmos.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://rpc.evmos.citizenweb3.com:443",provider:"Citizen Web3"}],rest:[{address:"https://rest.bd.evmos.org:1317",provider:"Blockdaemon"},{address:"https://evmos-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-evmos-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://api.evmos.nodestake.top",provider:"NodeStake"},{address:"https://evmos-api.polkachu.com",provider:"Polkachu"},{address:"https://api.evmos.silentvalidator.com/",provider:"silent"},{address:"https://rest.evmos.tcnetwork.io",provider:"TC Network"},{address:"https://evmos.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://rest-evmos.architectnodes.com",provider:"Architect Nodes"},{address:"https://evmos-api.validatrium.club",provider:"Validatrium"},{address:"https://rest-evmos.ecostake.com",provider:"ecostake"},{address:"https://evmos-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api-evmos-01.stakeflow.io",provider:"Stakeflow"},{address:"https://evmos-api.theamsolutions.info",provider:"AM Solutions"},{address:"https://lcd-evmos.validavia.me",provider:"Validavia"},{address:"https://evmos-api.w3coins.io",provider:"w3coins"},{address:"https://evmos-api.stake-town.com",provider:"StakeTown"},{address:"https://evmos.api.liveraven.net",provider:"LiveRaveN"},{address:"https://evmos-rest.antrixy.org/",provider:"Antrix Validators"},{address:"https://evmos-mainnet.api.stakevillage.net",provider:"Stake Village"},{address:"https://api.evmos.validatus.com",provider:"Validatus"},{address:"https://lcd.evmos.bronbro.io:443",provider:"Bro_n_Bro"}],grpc:[{address:"grpc.bd.evmos.org:9090",provider:"evmos.org"},{address:"grpc-evmos-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"evmos-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc.evmos.nodestake.top:443",provider:"NodeStake"},{address:"grpc-evmos.cosmos-spaces.cloud:1190",provider:"Cosmos Spaces"},{address:"evmos.grpcui.chaintools.host:443",provider:"ChainTools"},{address:"evmos-grpc.polkachu.com:13490",provider:"Polkachu"},{address:"evmos.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"evmos-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"evmos-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-evmos-01.stakeflow.io:1702",provider:"Stakeflow"},{address:"https://evmos-grpc.theamsolutions.info ",provider:"AM Solutions"},{address:"evmos-grpc.w3coins.io:13490",provider:"w3coins"},{address:"grpc-evmos.mms.team:443",provider:"MMS"},{address:"evmos-grpc.stake-town.com:443",provider:"StakeTown"},{address:"evmos.grpc.liveraven.net:443",provider:"LiveRaveN"},{address:"https://evmos-grpc.antrixy.org/",provider:"Antrix Validators"},{address:"evmos-mainnet.grpc.stakevillage.net:16990",provider:"Stake Village"},{address:"grpc.evmos.validatus.com:443",provider:"Validatus"},{address:"https://grpc.evmos.bronbro.io:443",provider:"Bro_n_Bro"}],"evm-http-jsonrpc":[{address:"https://eth.bd.evmos.org:8545",provider:"Blockdaemon"},{address:"https://jsonrpc-evmos-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://evmos-json-rpc.stakely.io",provider:"Stakely"},{address:"https://jsonrpc.evmos.nodestake.top",provider:"NodeStake"},{address:"https://json-rpc.evmos.bh.rocks",provider:"BlockHunters"},{address:"https://evmos-json-rpc.agoranodes.com",provider:"AgoraNodes"},{address:"https://evm-rpc.evmos.silentvalidator.com/",provider:"silent"},{address:"https://json-rpc.evmos.tcnetwork.io",provider:"TC Network"},{address:"https://evmosevm.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://evmos-evm.publicnode.com",provider:"Allnodes.com \u26A1\uFE0F Nodes & Staking"},{address:"https://evmos-jsonrpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://jsonrpc-evmos.mms.team",provider:"MMS"},{address:"https://evmos-jsonrpc.stake-town.com",provider:"StakeTown"},{address:"https://evmos.jsonrpc.liveraven.net",provider:"LiveRaveN"},{address:"https://evmos.json.antrixy.org",provider:"Antrix Validators"},{address:"https://evmos-mainnet.jsonrpc.stakevillage.net",provider:"Stake Village"},{address:"https://json-rpc.evmos.validatus.com",provider:"Validatus"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/evmos",tx_page:"https://ezstaking.app/evmos/txs/${txHash}",account_page:"https://ezstaking.app/evmos/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/evmos",tx_page:"https://www.mintscan.io/evmos/transactions/${txHash}",account_page:"https://www.mintscan.io/evmos/accounts/${accountAddress}"},{kind:"blockscout",url:"https://evm.evmos.org",tx_page:"https://evm.evmos.org/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/evmos",tx_page:"https://ping.pub/evmos/tx/${txHash}"},{kind:"explorers.guru",url:"https://evmos.explorers.guru",tx_page:"https://evmos.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/evmos",tx_page:"https://atomscan.com/evmos/transactions/${txHash}",account_page:"https://atomscan.com/evmos/accounts/${accountAddress}"},{kind:"tcnetwork",url:"https://evmos.tcnetwork.io",tx_page:"https://evmos.tcnetwork.io/transaction/${txHash}"},{kind:"Stakeflow",url:"https://stakeflow.io/evmos",account_page:"https://stakeflow.io/evmos/accounts/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/evmos",tx_page:"https://exp.stakevillage.net/evmos/tx/${txHash}",account_page:"https://exp.stakevillage.net/evmos/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/evmos",tx_page:"https://explorer.stavr.tech/evmos/tx/${txHash}",account_page:"https://explorer.stavr.tech/evmos/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg",theme:{primary_color_hex:"#ec4c34"}}]},{$schema:"../chain.schema.json",chain_name:"fetchhub",status:"live",network_type:"mainnet",pretty_name:"Fetch.ai",chain_type:"cosmos",chain_id:"fetchhub-4",bech32_prefix:"fetch",daemon_name:"fetchd",node_home:"$HOME/.fetchd",slip44:118,fees:{fee_tokens:[{denom:"afet",low_gas_price:.025,average_gas_price:.025,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"afet"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"},apis:{rpc:[{address:"https://rpc-fetchhub.fetch.ai:443",provider:"fetch.ai"},{address:"https://rpc-fetchhub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://fetch-rpc.polkachu.com",provider:"Polkachu"},{address:"https://fetchai-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://fetch-rpc.antrixy.org",provider:"Antrix"},{address:"https://rpc-fetch.architectnodes.com",provider:"Architect Nodes"},{address:"https://fetchhub-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://fetch-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://fetch-rpc.cosmosrescue.com",provider:"cosmosrescue"},{address:"https://fetch-rpc.w3coins.io",provider:"w3coins"},{address:"https://fetch-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://fetch-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/fetchhub/rpc",provider:"Stakewolle"},{address:"https://fetch.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://rpc.fetchhub-4.fetch.aviaone.com",provider:"AVIAONE \u{1F7E2}"},{address:"https://fetchai-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://rest-fetchhub.fetch.ai",provider:"fetch.ai"},{address:"https://api-fetchhub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://fetch-api.polkachu.com",provider:"Polkachu"},{address:"https://fetchai-api.kleomedes.network",provider:"Kleomedes"},{address:"https://fetch-rest.antrixy.org",provider:"Antrix"},{address:"https://fetchhub-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-fetch.architectnodes.com",provider:"Architect Nodes"},{address:"https://fetch-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://fetch-api.cosmosrescue.com",provider:"cosmosrescue"},{address:"https://fetch-api.w3coins.io",provider:"w3coins"},{address:"https://fetch-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://fetch-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/fetchhub/rest",provider:"Stakewolle"},{address:"https://fetch.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://api.fetchhub-4.fetch.aviaone.com/",provider:"AVIAONE \u{1F7E2}"},{address:"https://fetchai-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"grpc-fetchhub.fetch.ai:443",provider:"fetch.ai"},{address:"grpc-fetchhub-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"fetch-grpc.polkachu.com:15290",provider:"Polkachu"},{address:"fetchhub-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"fetch-grpc.teasel.org:443",provider:"\u{1D5E7}\u{1D5F2}\u{1D5EE}\u{1D600}\u{1D5F2}\u{1D5F9}"},{address:"fetch-grpc.antrixy.org:443",provider:"Antrix"},{address:"fetch-grpc.cosmosrescue.com:9090",provider:"cosmosrescue"},{address:"fetch-grpc.w3coins.io:15290",provider:"w3coins"},{address:"fetch-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"fetch.grpc.nodeshub.online",provider:"Nodes Hub"},{address:"grpc.fetchhub-4.fetch.aviaone.com:9094",provider:"AVIAONE \u{1F7E2}"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/fetchai",tx_page:"https://www.mintscan.io/fetchai/transactions/${txHash}",account_page:"https://www.mintscan.io/fetchai/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/fetchhub",tx_page:"https://ezstaking.app/fetchhub/txs/${txHash}",account_page:"https://ezstaking.app/fetchhub/account/${accountAddress}"},{kind:"bigdipper",url:"https://explore-fetchhub.fetch.ai",tx_page:"https://explore-fetchhub.fetch.ai/transactions/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/fetchhub",tx_page:"https://ping.pub/fetchhub/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/fetchai",tx_page:"https://atomscan.com/fetchai/transactions/${txHash}",account_page:"https://atomscan.com/fetchai/accounts/${accountAddress}"},{kind:"bigdipper",url:"https://fetch-explorer.teasel.org",tx_page:"https://fetch-explorer.teasel.org/transactions/${txHash}"},{kind:"azoyalabs",url:"https://fetchstation.azoyalabs.com/mainnet",tx_page:"https://fetchstation.azoyalabs.com/mainnet/explorer/transactions/${txHash}",account_page:"https://fetchstation.azoyalabs.com/mainnet/explorer/address/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/fetchhub/",tx_page:"https://explorer.nodeshub.online/fetchhub/tx/${txHash}",account_page:"https://explorer.nodeshub.online/fetchhub/accounts/${accountAddress}"},{kind:"Blockchain Explorer by AVIAONE \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/fetchhub",tx_page:"https://mainnet.explorer.aviaone.com/fetchhub/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/fetchhub/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg",theme:{primary_color_hex:"#1c2444"}}]},{$schema:"../chain.schema.json",chain_name:"finschia",chain_type:"cosmos",chain_id:"finschia-2",website:"https://www.finschia.io/",pretty_name:"Finschia",status:"live",network_type:"mainnet",bech32_prefix:"link",daemon_name:"fnsad",node_home:"$HOME/.finschia",key_algos:["secp256k1"],slip44:438,fees:{fee_tokens:[{denom:"cony",fixed_min_gas_price:.015,low_gas_price:.015,average_gas_price:.015,high_gas_price:.015}]},staking:{staking_tokens:[{denom:"cony"}],lock_duration:{time:"604800s"}},codebase:{cosmos_sdk_version:"github.com/Finschia/finschia-sdk@v0.48.1",cosmwasm_enabled:!0,cosmwasm_version:"github.com/Finschia/wasmd@v0.2.0"},description:"Finschia (formerly LINE Blockchain Mainnet) aims to build a sustainable token model and create token demand to become a blockchain with 1 billion users.",apis:{rpc:[{address:"https://finschia-rpc.finschia.io"}],rest:[{address:"https://finschia-api.finschia.io"}],grpc:[{address:"finschia-grpc.finschia.io:443"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/finschia",tx_page:"https://www.mintscan.io/finschia/tx/${txHash}",account_page:"https://www.mintscan.io/finschia/address/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/finschia",tx_page:"https://ezstaking.app/finschia/txs/${txHash}",account_page:"https://ezstaking.app/finschia/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg",theme:{primary_color_hex:"#040404"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}},{$schema:"../chain.schema.json",chain_name:"firmachain",status:"live",network_type:"mainnet",website:"https://firmachain.org/",pretty_name:"FIRMACHAIN",chain_type:"cosmos",chain_id:"colosseum-1",bech32_prefix:"firma",slip44:7777777,daemon_name:"firmachaind",node_home:"$HOME/.firmachain",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"ufct",fixed_min_gas_price:.1,low_gas_price:.1,average_gas_price:.15,high_gas_price:.2}]},staking:{staking_tokens:[{denom:"ufct"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg"},apis:{rpc:[{address:"https://lcd-mainnet.firmachain.dev:26657",provider:"FirmaChain"},{address:"https://firma.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.firmachain.chaintools.tech/",provider:"ChainTools"},{address:"https://firmachain-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://firmachain-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://firmachain.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://lcd-mainnet.firmachain.dev:1317",provider:"FirmaChain"},{address:"https://firma.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.firmachain.chaintools.tech/",provider:"ChainTools"},{address:"https://firmachain-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://firmachain-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://firmachain.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"firmachain-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"firma.grpc.m.stavr.tech:2030",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://firmachain-grpc.ramuchi.tech:1390",provider:"ramuchi.tech"},{address:"firmachain.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/firmachain",tx_page:"https://ezstaking.app/firmachain/txs/${txHash}",account_page:"https://ezstaking.app/firmachain/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Firmachain-M",tx_page:"https://explorer.stavr.tech/Firmachain-M/txs/${txHash}",account_page:"https://explorer.stavr.tech/Firmachain-M/account/${accountAddress}"},{kind:"bigdipper",url:"https://explorer.firmachain.dev",tx_page:"https://explorer.firmachain.dev/transactions/${txHash}"},{kind:"explorer.ChainTools",url:"https://explorer.chaintools.tech/firmachain",tx_page:"https://explorer.chaintools.tech/firmachain/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/firmachain",tx_page:"https://atomscan.com/firmachain/transactions/${txHash}",account_page:"https://atomscan.com/firmachain/accounts/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/firmachain/",tx_page:"https://explorer.nodeshub.online/firmachain/tx/${txHash}",account_page:"https://explorer.nodeshub.online/firmachain/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/firmachain/images/fct.svg",theme:{primary_color_hex:"#1c1c1c"}}]},{$schema:"../chain.schema.json",chain_name:"furya",status:"live",network_type:"mainnet",website:"https://furya.xyz/",pretty_name:"furya",chain_type:"cosmos",chain_id:"furya-1",daemon_name:"furyad",node_home:"$HOME/.furyad",bech32_prefix:"furya",slip44:118,fees:{fee_tokens:[{denom:"ufury",low_gas_price:.1,average_gas_price:.25,high_gas_price:.5}]},staking:{staking_tokens:[{denom:"ufury"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.svg"},apis:{rpc:[{address:"https://furya-rpc.synergynodes.com",provider:"synergynodes"},{address:"https://furya.rpc.nodeshub.online:443",provider:"nodeshub"}],rest:[{address:"https://furya.api.nodeshub.online",provider:"synergynodes"},{address:"https://furya.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"https://furya.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"Furya Explorer",url:"https://explorer.furya.network/furya-1/",tx_page:"https://explorer.furya.network/furya-1/tx/${txHash}",account_page:"https://explorer.furya.network/furya-1/account/${accountAddress}"},{kind:"Nodeshub Explorer",url:"https://explorer.nodeshub.online/furya",tx_page:"https://explorer.nodeshub.online/furya/txs/${txHash}",account_page:"https://explorer.nodeshub.online/furya/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/chain.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"fxcore",chain_type:"cosmos",chain_id:"fxcore",website:"https://functionx.io",pretty_name:"f(x)Core",status:"live",network_type:"mainnet",bech32_prefix:"fx",daemon_name:"fxcored",node_home:"$HOME/.fxcore",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"FX",fixed_min_gas_price:4e12,low_gas_price:4e12,average_gas_price:42e11,high_gas_price:5e12}]},staking:{staking_tokens:[{denom:"FX"}]},codebase:{cosmos_sdk_version:"v0.47.13"},apis:{rpc:[{address:"https://fx-json.functionx.io",provider:"Function X"},{address:"https://functionx.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://fx-rest.functionx.io",provider:"Function X"},{address:"https://functionx.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"https://fx-grpc.functionx.io",provider:"Function X"},{address:"https://fx-grpc.portfolio-x.xyz:9090",provider:"Portfolio X"},{address:"functionx.grpc.nodeshub.online",provider:"Nodes Hub"}],"evm-http-jsonrpc":[{address:"https://fx-web3.functionx.io",provider:"Function X"}]},explorers:[{kind:"starscan",url:"https://starscan.io",tx_page:"https://starscan.io/fxcore/tx/${txHash}",account_page:"https://starscan.io/fxcore/address/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/fx",tx_page:"https://explorer.tcnetwork.io/fx/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/fx/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/fxcore",tx_page:"https://ping.pub/fxcore/tx/${txHash}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/fxcore/",tx_page:"https://explorer.nodeshub.online/fxcore/tx/${txHash}",account_page:"https://explorer.nodeshub.online/fxcore/accounts/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"galaxy",status:"live",network_type:"mainnet",website:"https://galaxychain.zone/",pretty_name:"Galaxy",chain_type:"cosmos",chain_id:"galaxy-1",bech32_prefix:"galaxy",daemon_name:"galaxyd",node_home:"$HOME/.galaxy",slip44:118,fees:{fee_tokens:[{denom:"uglx",low_gas_price:.025,average_gas_price:.025,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"uglx"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg"},apis:{rpc:[],rest:[],grpc:[]},explorers:[{kind:"ping.pub",url:"https://explorer.postcapitalist.io/Galaxy",tx_page:"https://explorer.postcapitalist.io/Galaxy/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg",theme:{primary_color_hex:"#5e3be6"}}]},{$schema:"../chain.schema.json",chain_name:"gateway",status:"live",network_type:"mainnet",website:"https://wormhole.com",pretty_name:"Wormhole Gateway",chain_type:"cosmos",chain_id:"wormchain",bech32_prefix:"wormhole",daemon_name:"wormchaind",node_home:"$HOME/.wormchaind",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utest",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:0}]},codebase:{cosmos_sdk_version:"github.com/wormhole-foundation/cosmos-sdk@v0.45.9-wormhole-2",cosmwasm_enabled:!0,cosmwasm_version:"github.com/wormhole-foundation/wasmd@v0.30.0-wormchain-2"},images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg",theme:{background_color_hex:"#231b3b",primary_color_hex:"#231b3b",circle:!1}},{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.svg",png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_circle.png",theme:{background_color_hex:"#231b3b",primary_color_hex:"#231b3b",circle:!0}}],logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gateway/images/wormhole_icon.svg"},apis:{rpc:[{address:"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/",provider:"P2P"},{address:"https://wormchain-rpc.quickapi.com/",provider:"ChainLayer"}],rest:[{address:"https://tncnt-eu-wormchain-main-01.rpc.p2p.world/lcd/",provider:"P2P"},{address:"https://wormchain-lcd.quickapi.com/",provider:"ChainLayer"}],grpc:[{address:"tncnt-eu-wormchain-main-01-grpc.rpc.p2p.world:80",provider:"P2P"}]},explorers:[{kind:"bigdipper",url:"https://bigdipper.live/wormhole",tx_page:"https://bigdipper.live/wormhole/transactions/${txHash}",account_page:"https://bigdipper.live/wormhole/accounts/${accountAddress}"}],keywords:["bridge"]},{$schema:"../chain.schema.json",chain_name:"genesisl1",status:"live",network_type:"mainnet",pretty_name:"GenesisL1",chain_type:"cosmos",chain_id:"genesis_29-2",bech32_prefix:"genesis",daemon_name:"genesisd",node_home:"$HOME/.genesis",slip44:118,fees:{fee_tokens:[{denom:"el1",low_gas_price:51e9,average_gas_price:52e9,high_gas_price:53e9}]},staking:{staking_tokens:[{denom:"el1"}]},codebase:{cosmos_sdk_version:"0.46.15"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg"},apis:{rpc:[{address:"https://26657.genesisl1.org",provider:"GenesisL1"}],rest:[{address:"https://api.genesisl1.org",provider:"GenesisL1"},{address:"https://1317.genesisl1.org",provider:"GenesisL1"}],"evm-http-jsonrpc":[{address:"https://rpc.genesisl1.org",provider:"GenesisL1"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/genesisL1",tx_page:"https://ping.pub/genesisL1/tx/${txHash}"},{kind:"ping.pub",url:"https://exp.utsa.tech/genesis",tx_page:"https://exp.utsa.tech/genesis/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Genesisl1",tx_page:"https://explorer.stavr.tech/Genesisl1/tx/${txHash}",account_page:"https://explorer.stavr.tech/Genesisl1/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/genesisl1",tx_page:"https://atomscan.com/genesisl1/transactions/${txHash}",account_page:"https://atomscan.com/genesisl1/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"gitopia",status:"live",website:"https://gitopia.com/",network_type:"mainnet",pretty_name:"Gitopia",chain_type:"cosmos",chain_id:"gitopia",bech32_prefix:"gitopia",daemon_name:"gitopiad",node_home:"$HOME/.gitopia",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulore",fixed_min_gas_price:.001,low_gas_price:.0012,average_gas_price:.0016,high_gas_price:.0024}]},staking:{staking_tokens:[{denom:"ulore"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.46.13"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png",theme:{primary_color_hex:"#2e154d"}}],description:"Gitopia is the next-generation Code Collaboration Platform fuelled by a decentralized network and interactive token economy. It is designed to optimize the open-source software development process through collaboration, transparency, and incentivization.",apis:{rpc:[{address:"https://gitopia-rpc.polkachu.com:443",provider:"polkachu"},{address:"https://gitopia-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.gitopia.nodestake.top:443",provider:"nodestake"},{address:"https://gitopia-rpc.staketab.org:443",provider:"Staketab"},{address:"https://gitopia-rpc.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://m-gitopia.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"http://gitopia.rpc.m.stavr.tech:51057",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://gitopia-rpc.genznodes.dev",provider:"genznodes"},{address:"https://rpc-gitopia.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://gitopia.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://gitopia-rpc.stake-town.com",provider:"StakeTown"},{address:"https://rpc.gitopia.silentvalidator.com",provider:"silent"},{address:"https://gitopia-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://rpc-gitopia.mzonder.com",provider:"MZONDER"},{address:"https://gitopia.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc.gitopia.sgtstake.com",provider:"SGTstake"},{address:"https://mainnet-gitopia-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://rpc.gitopia.roomit.xyz",provider:"Roomit"},{address:"https://gitopia.rpc.moonbridge.team",provider:"Moonbridge"},{address:"https://gitopia-rpc.stakeangle.com",provider:"StakeAngle"},{address:"https://gitopia.rpc.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://gitopia.rpc.stakevillage.net",provider:"Stake Village"},{address:"https://gitopia-rpc.enigma-validator.com/",provider:"Enigma"},{address:"https://rpc.gitopia.tcnetwork.io/",provider:"TC Network"},{address:"https://gitopia.nodejumper.io:443",provider:"NODEJUMPER"},{address:"https://rpc.gitopia.stakeup.tech/",provider:"StakeUp"},{address:"https://gitopia-mainnet.rpc.l0vd.com:443",provider:"L0vd.com \u2764\uFE0F"},{address:"https://gitopia-rpc.tothemars.network:443",provider:"ToTheMars"},{address:"https://gitopia.declab.pro:26625",provider:"Decloud Nodes Lab"},{address:"https://gitopia-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://gitopia-api.polkachu.com:443",provider:"polkachu"},{address:"https://gitopia-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api.gitopia.nodestake.top:443",provider:"nodestake"},{address:"https://gitopia-rest.staketab.org",provider:"Staketab"},{address:"https://gitopia-mainnet-lcd.autostake.com:443",provider:"autostake"},{address:"https://gitopia-api.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://m-gitopia.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://gitopia.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://gitopia-api.genznodes.dev",provider:"genznodes"},{address:"https://lcd-gitopia.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://gitopia.api.liveraven.net",provider:"LiveRaveN"},{address:"https://gitopia-api.stake-town.com",provider:"StakeTown"},{address:"https://api.gitopia.silentvalidator.com",provider:"silent"},{address:"https://gitopia-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://api-gitopia.mzonder.com",provider:"MZONDER"},{address:"https://gitopia.api.kjnodes.com",provider:"kjnodes"},{address:"https://api.gitopia.sgtstake.com/",provider:"SGTstake"},{address:"https://mainnet-gitopia-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://api.gitopia.roomit.xyz",provider:"Roomit"},{address:"https://gitopia.api.moonbridge.team",provider:"Moonbridge"},{address:"http://gitopia-rpc.stakeangle.com:41317",provider:"StakeAngle"},{address:"https://gitopia.api.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://gitopia.api.stakevillage.net",provider:"Stake Village"},{address:"https://gitopia-lcd.enigma-validator.com/",provider:"Enigma"},{address:"https://rest.gitopia.tcnetwork.io/",provider:"TC Network"},{address:"https://gitopia.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://api.gitopia.stakeup.tech/",provider:"StakeUp"},{address:"https://gitopia-mainnet.api.l0vd.com:443",provider:"L0vd.com \u2764\uFE0F"},{address:"https://gitopia-api.tothemars.network:443",provider:"ToTheMars"},{address:"https://gitopia.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://gitopia-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"grpc.gitopia.indonode.net:26090",provider:"indonode"},{address:"gitopia.grpc.nodersteam.com:9201",provider:"[NODERS]TEAM"},{address:"gitopia-grpc.polkachu.com:11390",provider:"polkachu"},{address:"services.staketab.com:9410",provider:"Staketab"},{address:"https://gitopia-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc.gitopia.nodestake.top:443",provider:"nodestake"},{address:"https://grpc-gitopia.nodeist.net",provider:"Nodeist"},{address:"http://gitopia.grpc.m.stavr.tech:5123",provider:"\u{1F525}STAVR\u{1F525}"},{address:"gitopia-grpc.genznodes.dev:33090",provider:"genznodes"},{address:"https://grpc.gitopia.hexnodes.co:16090",provider:"Hexnodes"},{address:"https://gitopia.grpc.liveraven.net:443",provider:"LiveRaveN"},{address:"https://grpc.gitopia.indonode.net:26090",provider:"Indonode"},{address:"gitopia-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc.gitopia.silentvalidator.com:443",provider:"silent"},{address:"https://gitopia-grpc.ramuchi.tech:16001",provider:"ramuchi.tech"},{address:"grpc-gitopia.mzonder.com:443",provider:"MZONDER"},{address:"gitopia.grpc.kjnodes.com:14190",provider:"kjnodes"},{address:"grpc.gitopia.roomit.xyz:8443",provider:"Roomit"},{address:"https://gitopia.grpc.moonbridge.team",provider:"Moonbridge"},{address:"http://gitopia-rpc.stakeangle.com:41390",provider:"StakeAngle"},{address:"https://gitopia.grpc.m.anode.team",provider:"AlxVoy \u26A1 ANODE.TEAM"},{address:"https://grpc.gitopia.sbgid.com",provider:"kokos"},{address:"mainnet-gitopia-grpc.konsortech.xyz:38090",provider:"KonsorTech"},{address:"gitopia.grpc.stakevillage.net:14190",provider:"Stake Village"},{address:"gitopia.nodejumper.io:9090",provider:"NODEJUMPER"},{address:"grpc.gitopia.stakeup.tech:443",provider:"StakeUp"},{address:"gitopia-mainnet.grpc.l0vd.com:80",provider:"L0vd.com \u2764\uFE0F"},{address:"gitopia-grpc.tothemars.network:21190",provider:"ToTheMars"},{address:"https://gitopia.declab.pro:9017",provider:"Decloud Nodes Lab"},{address:"gitopia-grpc.noders.services:19090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/gitopia",tx_page:"https://ping.pub/gitopia/tx/${txHash}",account_page:"https://ping.pub/gitopia/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Gitopia-M",tx_page:"https://explorer.stavr.tech/Gitopia-M/tx/${txHash}",account_page:"https://explorer.stavr.tech/Gitopia-M/account/${accountAddress}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}",url:"https://exp.utsa.tech/gitopia",tx_page:"https://exp.utsa.tech/gitopia/tx/${txHash}",account_page:"https://exp.utsa.tech/gitopia/account/${accountAddress}"},{kind:"Nodeist",url:"https://exp.nodeist.net/gitopia",tx_page:"https://exp.nodeist.net/gitopia/tx/${txHash}",account_page:"https://exp.nodeist.net/gitopia/account/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/gitopia",tx_page:"https://explorer.stake-take.com/gitopia/tx/${txHash}",account_page:"https://explorer.stake-take.com/gitopia/account/${accountAddress}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/gitopia",tx_page:"https://explorer.nodexcapital.com/gitopia/tx/${txHash}",account_page:"https://explorer.nodexcapital.com/gitopia/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/gitopia",tx_page:"https://explorer.tcnetwork.io/gitopia/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/gitopia/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/gitopia",tx_page:"https://explorer.nodestake.top/gitopia/tx/${txHash}",account_page:"https://explorer.nodestake.top/gitopia/account/${accountAddress}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/gitopia-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/gitopia-mainnet/transaction/${txHash}",account_page:"https://explorer.tendermint.roomit.xyz/gitopia-mainnet/account/${accountAddress}"},{kind:"Moonbridge",url:"https://explorer.moonbridge.team/gitopia",tx_page:"https://explorer.moonbridge.team/gitopia/tx/${txHash}",account_page:"https://explorer.moonbridge.team/gitopia/account/${accountAddress}"},{kind:"KonsorTech",url:"https://explorer.konsortech.xyz/gitopia",tx_page:"https://explorer.konsortech.xyz/gitopia/tx/${txHash}",account_page:"https://explorer.konsortech.xyz/gitopia/account/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/gitopia",tx_page:"https://exp.stakevillage.net/gitopia/tx/${txHash}",account_page:"https://exp.stakevillage.net/gitopia/account/${accountAddress}"},{kind:"AlxVoy \u26A1 ANODE.TEAM",url:"https://main.anode.team/gitopia",tx_page:"https://main.anode.team/gitopia/tx/${txHash}",account_page:"https://main.anode.team/gitopia/account/${accountAddress}"},{kind:"L0vd.com \u2764\uFE0F",url:"https://chain-services.l0vd.com/mainnets/gitopia",tx_page:"https://chain-services.l0vd.com/mainnets/gitopia/tx/${txHash}",account_page:"https://chain-services.l0vd.com/mainnets/gitopia/account/${accountAddress}"},{kind:"ToTheMars",url:"https://explorer.tothemars.network/gitopia",tx_page:"https://explorer.tothemars.network/gitopia/tx/${txHash}",account_page:"https://explorer.tothemars.network/gitopia/account/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Gitopia",tx_page:"https://explorer.declab.pro/Gitopia/tx/${txHash}",account_page:"https://explorer.declab.pro/Gitopia/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/gitopia",tx_page:"https://mainnet.whispernode.com/gitopia/tx/${txHash}",account_page:"https://mainnet.whispernode.com/gitopia/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gitopia/images/gitopia.png"}},{$schema:"../chain.schema.json",chain_name:"govgen",chain_type:"cosmos",chain_id:"govgen-1",website:"https://govgen.io/",pretty_name:"GovGen",status:"live",network_type:"mainnet",bech32_prefix:"govgen",daemon_name:"govgend",node_home:"$HOME/.govgen",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ugovgen",fixed_min_gas_price:.001,low_gas_price:.006,average_gas_price:.006,high_gas_price:.009}]},staking:{staking_tokens:[{denom:"ugovgen"}]},codebase:{cosmos_sdk_version:"v0.45.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg"},description:"GovGen is a governance-only chain separate from the proposed AtomOne hub chain. GovGen aims to gauge the sentiment of those who voted \u201CNO\u201D or \u201CNO_WITH_VETO\u201D on Cosmos Hub proposal 848 regarding the potential future of AtomOne. Through the native, non-transferable GOVGEN governance-only token, this community can come together to discuss, debate, submit proposals, and help shape the future of AtomOne in a fully decentralized community-driven initiative.",apis:{rpc:[{address:"https://rpc.govgen.io:443",provider:"AllInBits"},{address:"https://rpc-govgen.sg-1.online/",provider:"SG-1"},{address:"https://govgen.rpc.nodeshub.online:443",provider:"Nodes Hub"},{address:"https://govgen-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.govgen.posthuman.digital:443",provider:"posthuman"},{address:"https://rpc-govgen.kewrnode.com/",provider:"Kewr Node"}],rest:[{address:"https://api.govgen.io/",provider:"AllInBits"},{address:"https://api-govgen.sg-1.online/",provider:"SG-1"},{address:"https://govgen.api.nodeshub.online/",provider:"Nodes Hub"},{address:"https://govgen-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rest.govgen.posthuman.digital:443",provider:"posthuman"},{address:"https://rest-govgen.kewrnode.com/",provider:"Kewr Node"}],grpc:[{address:"govgen-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://govgen.grpc.nodeshub.online:443",provider:"Nodes Hub"},{address:"https://grpc.govgen.posthuman.digital:443",provider:"posthuman"}]},explorers:[{kind:"ping.pub",url:"https://explorer.govgen.io/",tx_page:"https://explorer.govgen.io/govgen/tx/${txHash}",account_page:"https://explorer.govgen.io/govgen/account/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.nodeshub.online/govgen",tx_page:"https://explorer.nodeshub.online/govgen/tx/${txHash}",account_page:"https://explorer.nodeshub.online/govgen/account/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.equinoxdao.xyz/govgen",tx_page:"https://explorer.equinoxdao.xyz/govgen/tx/${txHash}",account_page:"https://explorer.equinoxdao.xyz/govgen/account/${accountAddress}"},{kind:"ping.pub",url:"https://test.explorer.ist/govgen",tx_page:"https://test.explorer.ist/govgen/tx/${txHash}",account_page:"https://test.explorer.ist/govgen/account/${accountAddress}"},{kind:"posthuman",url:"https://explorer.posthuman.digital/govgen",tx_page:"https://explorer.posthuman.digital/govgen/tx/${txHash}",account_page:"https://explorer.posthuman.digital/govgen/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/govgen/images/govgen.svg",theme:{primary_color_hex:"#65d6d4"}}]},{$schema:"../chain.schema.json",chain_name:"gravitybridge",status:"live",network_type:"mainnet",website:"https://www.gravitybridge.net/",pretty_name:"Gravity Bridge",chain_type:"cosmos",chain_id:"gravity-bridge-3",bech32_prefix:"gravity",daemon_name:"gravity",node_home:"$HOME/.gravity",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ugraviton",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:.035},{denom:"gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",low_gas_price:2e-4,average_gas_price:5e-4,high_gas_price:8e-4},{denom:"gravity0xdAC17F958D2ee523a2206206994597C13D831ec7",low_gas_price:2e-4,average_gas_price:5e-4,high_gas_price:8e-4}]},staking:{staking_tokens:[{denom:"ugraviton"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg"},description:"An open, decentralized bridge that unlocks the power of interoperability & liquidity between blockchain ecosystems.",apis:{rpc:[{address:"https://gravitychain.io:26657",provider:"althea"},{address:"http://gravity-bridge-1-08.nodes.amhost.net:26657",provider:"amhost"},{address:"https://gravity-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-gravitybridge-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://gravitybridge-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.gravity.bh.rocks/",provider:"BlockHunters \u{1F3AF}"},{address:"https://gravity-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://gravity-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://rpc-gravity-bridge-01.stakeflow.io",provider:"Stakeflow"},{address:"https://gravity-rpc.staketab.org:443",provider:"Staketab"},{address:"https://gravity-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc.g-bridge.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://rpc.gravity-bridge-3.gravity.aviaone.com:443",provider:"AviaOne \u{1F7E2}"}],rest:[{address:"https://gravitychain.io:1317",provider:"althea"},{address:"https://api-gravitybridge-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://gravity-api.polkachu.com",provider:"Polkachu"},{address:"https://gravitybridge-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api.gravity.bh.rocks/",provider:"BlockHunters \u{1F3AF}"},{address:"https://gravity-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://gravity-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://api-gravity-bridge-01.stakeflow.io",provider:"Stakeflow"},{address:"https://gravity-rest.staketab.org",provider:"Staketab"},{address:"https://gravity-api.w3coins.io",provider:"w3coins"},{address:"https://lcd.g-bridge.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://api.gravity-bridge-3.gravity.aviaone.com",provider:"AviaOne \u{1F7E2}"}],grpc:[{address:"gravity-bridge-1-08.nodes.amhost.net:9090",provider:"amhost"},{address:"grpc-gravitybridge-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"gravity-grpc.polkachu.com:14290",provider:"Polkachu"},{address:"gravitybridge-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://gravity-grpc.ramuchi.tech:10090",provider:"ramuchi.tech"},{address:"grpc-gravity-bridge-01.stakeflow.io:1302",provider:"Stakeflow"},{address:"services.staketab.com:9017",provider:"Staketab"},{address:"gravity-grpc.w3coins.io:14290",provider:"w3coins"},{address:"https://grpc.g-bridge.bronbro.io:443",provider:"Bro_n_Bro"},{address:"grpc.gravity-bridge-3.gravity.aviaone.com:9200",provider:"AviaOne \u{1F7E2}"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/gravitybridge",tx_page:"https://ezstaking.app/gravitybridge/txs/${txHash}",account_page:"https://ezstaking.app/gravitybridge/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/gravity-bridge",tx_page:"https://www.mintscan.io/gravity-bridge/transactions/${txHash}",account_page:"https://www.mintscan.io/gravity-bridge/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/gravity-bridge",tx_page:"https://ping.pub/gravity-bridge/tx/${txHash}"},{kind:"explorers.guru",url:"https://gravity.explorers.guru",tx_page:"https://gravity.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/gravity-bridge",tx_page:"https://atomscan.com/gravity-bridge/transactions/${txHash}",account_page:"https://atomscan.com/gravity-bridge/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/gravitybridge",tx_page:"https://explorer.tcnetwork.io/gravitybridge/transaction/${txHash}"},{kind:"Stakeflow",url:"https://stakeflow.io/gravity-bridge",account_page:"https://stakeflow.io/gravity-bridge/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/GravityBridge",tx_page:"https://explorer.stavr.tech/GravityBridge/tx/${txHash}",account_page:"https://explorer.stavr.tech/GravityBridge/accounts/${accountAddress}"},{kind:"AviaOne \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/gravity-bridge",tx_page:"https://mainnet.explorer.aviaone.com/gravity-bridge/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/gravity-bridge/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg",theme:{primary_color_hex:"#042ca4"}}]},{$schema:"../chain.schema.json",chain_name:"haqq",status:"live",network_type:"mainnet",website:"https://haqq.network/",pretty_name:"Haqq Network",chain_type:"cosmos",chain_id:"haqq_11235-1",bech32_prefix:"haqq",node_home:"$HOME/.haqqd",daemon_name:"haqqd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aISLM",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aISLM"}]},codebase:{cosmos_sdk_version:"evmos/cosmos-sdk v0.47.8-evmos"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg"},apis:{rpc:[{address:"https://rpc.tm.haqq.network",provider:"Haqq"},{address:"https://rpc.haqq.sh",provider:"kioqq"},{address:"https://rpc.haqq.nodestake.top",provider:"NodeStake"},{address:"https://haqq-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://haqq-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-haqq.sr20de.xyz:443",provider:"Sr20de"},{address:"https://haqq-rpc.palamar.io",provider:"Palamar"},{address:"https://haqq-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://rest.cosmos.haqq.network",provider:"Haqq"},{address:"https://sdk.haqq.sh",provider:"kioqq"},{address:"https://api.haqq.nodestake.top",provider:"NodeStake"},{address:"https://haqq-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://haqq-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://mainnet-haqq-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://api-haqq.sr20de.xyz",provider:"Sr20de"},{address:"https://haqq-api.palamar.io",provider:"Palamar"},{address:"https://haqq-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc.cosmos.haqq.network",provider:"Haqq"},{address:"grpc.haqq.sh:443",provider:"kioqq"},{address:"haqq.grpc.nodersteam.com:9191",provider:"[NODERS]TEAM"},{address:"https://grpc.haqq.nodestake.top:443",provider:"NodeStake"},{address:"haqq-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://haqq-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"mainnet-haqq-grpc.konsortech.xyz:11090",provider:"KonsorTech"},{address:"https://grpc-haqq.sr20de.xyz",provider:"Sr20de"},{address:"haqq-grpc.palamar.io:443",provider:"Palamar"},{address:"haqq-grpc.noders.services:14090",provider:"[NODERS]TEAM"}],"evm-http-jsonrpc":[{address:"https://rpc.eth.haqq.network",provider:"Haqq"},{address:"https://evm.haqq.sh",provider:"kioqq"},{address:"https://jsonrpc.haqq.nodestake.top",provider:"NodeStake"},{address:"https://haqq-evm.publicnode.com",provider:"Allnodes.com \u26A1\uFE0F Nodes & Staking"},{address:"https://haqq-jsonrpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://mainnet-haqq-evm.konsortech.xyz",provider:"KonsorTech"},{address:"https://evm-haqq.sr20de.xyz",provider:"Sr20de"},{address:"https://haqq-jsonrpc.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"blockscout",url:"https://explorer.haqq.network",tx_page:"https://explorer.haqq.network/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/haqq",tx_page:"https://ping.pub/haqq/tx/${txHash}"},{kind:"explorers.guru",url:"https://haqq.explorers.guru",tx_page:"https://haqq.explorers.guru/transaction/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/haqq",tx_page:"https://explorer.nodestake.top/haqq/tx/${txHash}"},{kind:"KonsorTech Explorer",url:"https://explorer.konsortech.xyz/haqq",tx_page:"https://explorer.konsortech.xyz/haqq/tx/${txHash}"},{kind:"Palamar Explorer",url:"https://explorer.palamar.io/haqq",tx_page:"https://explorer.palamar.io/haqq/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg",theme:{primary_color_hex:"#b9744f"}}]},{$schema:"../chain.schema.json",chain_name:"heli",status:"live",network_type:"mainnet",website:"https://helichain.com/",pretty_name:"HeliChain",chain_type:"cosmos",chain_id:"helichain",bech32_prefix:"heli",daemon_name:"helichaind",node_home:"$HOME/.helichain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uheli",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.002,high_gas_price:.0025}]},staking:{staking_tokens:[{denom:"uheli"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.47.4",cosmwasm_enabled:!0,cosmwasm_version:"0.41.0"},apis:{rpc:[{address:"https://rpc.helichain.com/",provider:"HeliChain"}],rest:[{address:"https://lcd.helichain.com/",provider:"HeliChain"}]},explorers:[{kind:"ping.pub",url:"https://explorer.helichain.com/Helichain",tx_page:"https://explorer.helichain.com/Helichain/tx/${txHash}",account_page:"https://explorer.helichain.com/Helichain/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg",theme:{primary_color_hex:"#fccc24"}}]},{$schema:"../chain.schema.json",chain_name:"highbury",status:"live",network_type:"mainnet",website:"https://www.fury.black/",pretty_name:"Highbury",chain_type:"cosmos",chain_id:"highbury_710-1",bech32_prefix:"fury",daemon_name:"fury",node_home:"$HOME/.fury",slip44:459,alternative_slip44s:[710],fees:{fee_tokens:[{denom:"ufury",low_gas_price:.05,average_gas_price:.1,high_gas_price:.25}]},staking:{staking_tokens:[{denom:"ufury"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg"},apis:{rpc:[{address:"https://gridiron.furya.io",provider:"fanfury"}],rest:[{address:"https://api-mainnet.furya.io/",provider:"fanfury"}],grpc:[{address:"api-mainnet.furya.io:9090",provider:"fanfury"}],"evm-http-jsonrpc":[{address:"https://rest.furya.io/",provider:"fanfury"}]},explorers:[{kind:"pingpub",url:"https://explorer.furya.wtf/",tx_page:"https://www.explorer.furya.wtf//txs/${txHash}",account_page:"https://explorer.furya.wtf//account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/highbury/images/fury.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"humans",status:"live",network_type:"mainnet",website:"https://humans.ai/",pretty_name:"Humans.ai",chain_type:"cosmos",chain_id:"humans_1089-1",bech32_prefix:"human",node_home:"$HOME/.humansd",daemon_name:"humansd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aheart",fixed_min_gas_price:25e7,low_gas_price:8e10,average_gas_price:1e11,high_gas_price:16e10}]},staking:{staking_tokens:[{denom:"aheart"}]},codebase:{cosmos_sdk_version:"0.46.11"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg"},apis:{rpc:[{address:"https://rpc.humans.nodestake.top",provider:"NodeStake"},{address:"https://humans.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://humans.rpc.nodeshub.online",provider:"NodesHub"},{address:"https://humans-mainnet-rpc.itrocket.net",provider:"itrocket"},{address:"https://humans-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc-humansai.thenop.io:443",provider:"TheNOP.io"},{address:"https://humans-rpc.stakeangle.com/",provider:"StakeAngle"},{address:"https://humans-rpc.anyvalid.com:26627",provider:"AnyValid"},{address:"https://mainnet-humans-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"http://65.21.46.90:5657",provider:"PPNV Service"},{address:"https://rpc.humans-mainnet.stake-take.com/",provider:"Stake-Take"},{address:"https://rpc.humans.posthuman.digital",provider:"posthuman"},{address:"https://humans-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://humans-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],rest:[{address:"https://api.humans.nodestake.top",provider:"NodeStake"},{address:"https://humans.api.kjnodes.com",provider:"kjnodes"},{address:"https://humans.api.nodeshub.online",provider:"NodesHub"},{address:"https://humans-mainnet-api.itrocket.net",provider:"itrocket"},{address:"https://humans-rest.staketab.org",provider:"Staketab"},{address:"https://api-humansai.thenop.io:443",provider:"TheNOP.io"},{address:"http://humans-rpc.stakeangle.com:41417",provider:"StakeAngle"},{address:"https://mainnet-humans-api.konsortech.xyz",provider:"KonsorTech"},{address:"http://65.21.46.90:5317",provider:"PPNV Service"},{address:"https://api.humans-mainnet.stake-take.com/",provider:"Stake-Take"},{address:"https://rest.humans.posthuman.digital",provider:"posthuman"},{address:"https://humans-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://humans-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],grpc:[{address:"https://grpc.humans.nodestake.top:443",provider:"NodeStake"},{address:"https://humans.grpc.kjnodes.com/",provider:"kjnodes"},{address:"https://grpc-humans.nodeist.net/",provider:"Nodeist"},{address:"humans-mainnet-grpc.itrocket.net:17090",provider:"itrocket"},{address:"http://humans-rpc.stakeangle.com:41490/",provider:"Staketab"},{address:"humans.grpc.nodersteam.com:9221",provider:"[NODERS]TEAM"},{address:"http://65.21.46.90:5090",provider:"PPNV Service"},{address:"https://grpc-humans.cosmos-spaces.cloud:1190",provider:"StakePool"},{address:"humans-grpc.noders.services:21090",provider:"[NODERS]TEAM"},{address:"humans-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],"evm-http-jsonrpc":[{address:"https://jsonrpc.humans.nodestake.top/",provider:"NodeStake"},{address:"https://humans-mainnet-evm.itrocket.net",provider:"itrocket"},{address:"https://humans-evm-rpc.staketab.org:443",provider:"Staketab"},{address:"https://evm.humans.stakepool.dev.br",provider:"Stakepool"},{address:"https://mainnet-humans-evm.konsortech.xyz",provider:"KonsorTech"},{address:"https://evm.humans.posthuman.digital",provider:"posthuman"},{address:"https://humans-jsonrpc.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"mintscan",url:"https://mintscan.io/humans",tx_page:"https://www.mintscan.io/humans/tx/${txHash}"},{kind:"ezstaking",url:"https://ezstaking.app/humans",tx_page:"https://ezstaking.app/humans/txs/${txHash}",account_page:"https://ezstaking.app/humans/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/humans",tx_page:"https://ping.pub/humans/tx/${txHash}"},{kind:"explorers.guru",url:"https://humans.explorers.guru",tx_page:"https://humans.explorers.guru/transaction/${txHash}"},{kind:"exploreme",url:"https://humansai.exploreme.pro/",tx_page:"https://humans.exploreme.pro/transaction/${txHash}"},{kind:"itrocket",url:"https://mainnet.itrocket.net/humans/staking",tx_page:"https://mainnet.itrocket.net/humans/tx/${txHash}",account_page:"https://mainnet.itrocket.net/humans/account/${accountAddress}"},{kind:"posthuman",url:"https://explorer.posthuman.digital/humans",tx_page:"https://explorer.posthuman.digital/humans/tx/${txHash}",account_page:"https://explorer.posthuman.digital/humans/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/humans/images/heart-dark-mode.svg",theme:{primary_color_hex:"#f3f3f3"}}]},{$schema:"../chain.schema.json",chain_name:"idep",status:"live",network_type:"mainnet",website:"https://www.idep.network/",pretty_name:"IDEP",chain_type:"cosmos",chain_id:"Antora",bech32_prefix:"idep",daemon_name:"idep",node_home:"$HOME/.ion",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"idep",fixed_min_gas_price:0}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg"},apis:{rpc:[],rest:[],grpc:[{address:"idep-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}]},explorers:[{kind:"chadscan",url:"https://chadscan.com",tx_page:"https://chadscan.com/transactions/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/idep",tx_page:"https://atomscan.com/idep/transactions/${txHash}",account_page:"https://atomscan.com/idep/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/idep",tx_page:"https://explorer.tcnetwork.io/idep/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/idep/images/idep.svg",theme:{primary_color_hex:"#c5b4cf"}}]},{$schema:"../chain.schema.json",chain_name:"impacthub",status:"live",network_type:"mainnet",website:"https://www.ixo.world/",pretty_name:"Impacts Hub",chain_type:"cosmos",chain_id:"ixo-5",bech32_prefix:"ixo",daemon_name:"ixod",node_home:"$HOME/.ixod",key_algos:["secp256k1","ed25519"],slip44:118,fees:{fee_tokens:[{denom:"uixo",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uixo"}]},codebase:{cosmos_sdk_version:"v0.45.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},apis:{rpc:[{address:"https://proxies.sifchain.finance/api/impacthub-3/rpc",provider:"sifchain"},{address:"https://impacthub.ixo.world/rpc/",provider:"ixoworld"},{address:"https://ixo.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-ixo-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://impacthub-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ixo-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://ixo-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"},{address:"https://impacthub_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://proxies.sifchain.finance/api/impacthub-3/rest",provider:"sifchain"},{address:"https://impacthub.ixo.world/rest/",provider:"ixoworld"},{address:"https://ixo.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-ixo-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://impacthub-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ixo-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://ixo-api.bluestake.net",provider:"BlueStake \u{1F680}"},{address:"https://impacthub_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc-ixo-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"ixo.grpc.m.stavr.tech:2010",provider:"\u{1F525}STAVR\u{1F525}"},{address:"impacthub-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/ixo",tx_page:"https://ezstaking.app/ixo/txs/${txHash}",account_page:"https://ezstaking.app/ixo/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/IXO-Mainnet",tx_page:"https://explorer.stavr.tech/IXO-Mainnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/IXO-Mainnet/account/${accountAddress}"},{kind:"bigdipper",url:"https://blockscan.ixo.world",tx_page:"https://blockscan.ixo.world/transactions/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/ixo",tx_page:"https://ping.pub/ixo/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/ixo",tx_page:"https://atomscan.com/ixo/transactions/${txHash}",account_page:"https://atomscan.com/ixo/accounts/${accountAddress}"},{kind:"Mintscan",url:"https://www.mintscan.io/ixo",tx_page:"https://www.mintscan.io/ixo/transactions/${txHash}",account_page:"https://www.mintscan.io/ixo/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/ixo",tx_page:"https://explorer.whenmoonwhenlambo.money/ixo/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/ixo/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg",theme:{primary_color_hex:"#2c4484"}}]},{$schema:"../chain.schema.json",chain_name:"imversed",status:"live",network_type:"mainnet",website:"https://imversed.network/",pretty_name:"Imversed",chain_type:"cosmos",chain_id:"imversed_5555555-1",bech32_prefix:"imv",daemon_name:"imversed",node_home:"$HOME/.imversed",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aimv",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aimv"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"},apis:{rpc:[],rest:[],grpc:[{address:"grpc.imversed.network:443",provider:"imversed"}],"evm-http-jsonrpc":[{address:"https://jsonrpc.imversed.network:443",provider:"imversed"}]},explorers:[{kind:"blockscout",url:"https://txe.imversed.network/",tx_page:"https://txe.imversed.network/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",theme:{primary_color_hex:"#4c54e4"}}]},{$schema:"../chain.schema.json",chain_name:"injective",status:"live",network_type:"mainnet",website:"https://injective.com/",pretty_name:"Injective",chain_type:"cosmos",chain_id:"injective-1",bech32_prefix:"inj",extra_codecs:["injective"],slip44:60,daemon_name:"injectived",node_home:"$HOME/.injectived",fees:{fee_tokens:[{denom:"inj",fixed_min_gas_price:16e7,low_gas_price:5e8,average_gas_price:7e8,high_gas_price:9e8}]},staking:{staking_tokens:[{denom:"inj"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"},description:"Injective\u2019s mission is to create a truly free and inclusive financial system through decentralization.",apis:{rpc:[{address:"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rpc.newmetric.xyz",provider:"NewMetric"},{address:"https://rpc.injective.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://injective-rpc.polkachu.com",provider:"Polkachu"},{address:"https://injective-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-injective-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://injective-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-injective.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc-injective-01.stakeflow.io",provider:"Stakeflow"},{address:"https://injective-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://injective-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/injective/rpc",provider:"Stakewolle"},{address:"https://rpc.injective.bronbro.io/",provider:"Bro_n_Bro"},{address:"https://injective-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://rpc-injective.ecostake.com",provider:"ecostake"},{address:"https://rpc-injective.kewrnode.com",provider:"Kewr Node"}],rest:[{address:"https://6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-rest.newmetric.xyz",provider:"NewMetric"},{address:"https://api-injective-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://injective-api.polkachu.com",provider:"Polkachu"},{address:"https://injective-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://lcd-injective.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api-injective-01.stakeflow.io",provider:"Stakeflow"},{address:"https://rest.injective.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://injective-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"injective-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://injective-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://public.stakewolle.com/cosmos/injective/rest",provider:"Stakewolle"},{address:"https://lcd.injective.bronbro.io/",provider:"Bro_n_Bro"},{address:"https://injective-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://rest-injective.ecostake.com",provider:"ecostake"},{address:"https://rest-injective.kewrnode.com",provider:"Kewr Node"}],grpc:[{address:"6d0ff611-9009-4bd1-a7a7-acec7c70d454.injective-1.mesa-grpc.newmetric.xyz:80",provider:"NewMetric"},{address:"grpc-injective-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"injective-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"injective-grpc.polkachu.com:14390",provider:"Polkachu"},{address:"injective-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-injective.cosmos-spaces.cloud:9900",provider:"Cosmos Spaces"},{address:"grpc.injective.posthuman.digital:80",provider:"POSTHUMAN \uA74F DVS"},{address:"grpc-injective.architectnodes.com:1443",provider:"Architect Nodes"},{address:"grpc-injective-01.stakeflow.io:2102",provider:"Stakeflow"},{address:"injective-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"injective-grpc.w3coins.io:14390",provider:"w3coins"},{address:"grpc-injective.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"grpc.injective.bronbro.io:443",provider:"Bro_n_Bro"},{address:"injective-grpc.noders.services:33090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/injective",tx_page:"https://ezstaking.app/injective/txs/${txHash}",account_page:"https://ezstaking.app/injective/account/${accountAddress}"},{kind:"injectiveprotocol",url:"https://explorer.injective.network/",tx_page:"https://explorer.injective.network/transaction/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/injective",tx_page:"https://ping.pub/injective/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/injective",tx_page:"https://atomscan.com/injective/transactions/${txHash}",account_page:"https://atomscan.com/injective/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/injective",tx_page:"https://www.mintscan.io/injective/transactions/${txHash}",account_page:"https://www.mintscan.io/injective/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/injective",account_page:"https://stakeflow.io/injective/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/injective",tx_page:"https://mainnet.whispernode.com/injective/tx/${txHash}",account_page:"https://mainnet.whispernode.com/injective/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg",theme:{primary_color_hex:"#04a2fc"}}]},{$schema:"../chain.schema.json",chain_name:"irisnet",status:"live",network_type:"mainnet",pretty_name:"IRISnet",chain_type:"cosmos",chain_id:"irishub-1",bech32_prefix:"iaa",daemon_name:"iris",node_home:"$HOME/.iris",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uiris",low_gas_price:.2,average_gas_price:.3,high_gas_price:.4}]},staking:{staking_tokens:[{denom:"uiris"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"},apis:{rpc:[{address:"https://rpc-irisnet-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-irisnet-01.stakeflow.io",provider:"Stakeflow"},{address:"https://irisnet-rpc.w3coins.io",provider:"w3coins"},{address:"https://iris-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://iris-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://mainnet-iris-rpc.konsortech.xyz",provider:"KonsorTech"}],rest:[{address:"https://api-irisnet-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://api-irisnet-01.stakeflow.io",provider:"Stakeflow"},{address:"https://irisnet-api.w3coins.io",provider:"w3coins"},{address:"https://iris-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://iris-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://mainnet-iris-api.konsortech.xyz",provider:"KonsorTech"}],grpc:[{address:"grpc-irisnet-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"grpc-irisnet-01.stakeflow.io:1902",provider:"Stakeflow"},{address:"irisnet-grpc.w3coins.io:22690",provider:"w3coins"},{address:"iris-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"iris.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"https://grpc-irisnet.nodeist.net",provider:"Nodeist"},{address:"iris-mainnet.grpc.l0vd.com:80",provider:"L0vd.com \u2764\uFE0F"},{address:"mainnet-iris.konsortech.xyz:30090",provider:"KonsorTech"}],"evm-http-jsonrpc":[{address:"https://iris-evm.publicnode.com",provider:"Allnodes.com \u26A1\uFE0F Nodes & Staking"},{address:"https://mainnet-iris-evm.konsortech.xyz",provider:"KonsorTech"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/irisnet",tx_page:"https://ezstaking.app/irisnet/txs/${txHash}",account_page:"https://ezstaking.app/irisnet/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/iris",tx_page:"https://www.mintscan.io/iris/transactions/${txHash}",account_page:"https://www.mintscan.io/iris/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/iris-network",tx_page:"https://ping.pub/iris-network/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/iris-network",tx_page:"https://atomscan.com/iris-network/transactions/${txHash}",account_page:"https://atomscan.com/iris-network/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/irisnet",account_page:"https://stakeflow.io/irisnet/accounts/${accountAddress}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/iris",tx_page:"https://exp.nodeist.net/iris/tx/${txHash}"},{kind:"L0vd.com \u2764\uFE0F",url:"https://explorers.l0vd.com/iris-mainnet",tx_page:"https://explorers.l0vd.com/iris-mainnet/tx/${txHash}"},{kind:"KonsorTech",url:"https://explorer.konsortech.xyz/iris",tx_page:"https://explorer.konsortech.xyz/iris/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg",theme:{primary_color_hex:"#5664ad"}}]},{$schema:"../chain.schema.json",chain_name:"jackal",chain_type:"cosmos",chain_id:"jackal-1",website:"https://jackalprotocol.com",pretty_name:"Jackal",status:"live",network_type:"mainnet",bech32_prefix:"jkl",daemon_name:"canined",node_home:"$HOME/.canine",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujkl",fixed_min_gas_price:0,low_gas_price:.002,average_gas_price:.002,high_gas_price:.02}]},staking:{staking_tokens:[{denom:"ujkl"}]},codebase:{cosmwasm_enabled:!0},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg"},apis:{wss:[{address:"wss://jackal-rpc.agoranodes.com",provider:"AgoraNodes"}],rpc:[{address:"https://rpc.jackalprotocol.com",provider:"Jackal Labs"},{address:"https://jackal-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://jkl.rpc.m.stavr.tech:11127",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://jackal.rpc.bccnodes.com",provider:"BccNodes"},{address:"https://rpc.jackal.nodestake.top",provider:"NodeStake"},{address:"https://rpc-jackal.nodeist.net",provider:"Nodeist"},{address:"https://jackal-rpc.polkachu.com",provider:"Polkachu"},{address:"https://m-jackal.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://rpc-jackal.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://jackal-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://jackal.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://jackal.rpc.silknodes.io",provider:"Silk Nodes"},{address:"https://jackal.rpc.skynodejs.net",provider:"skynodejs"},{address:"https://public.stakewolle.com/cosmos/jackal/rpc",provider:"Stakewolle"},{address:"https://rpc.jackal.silentvalidator.com",provider:"silent"},{address:"https://rpc.jackal.mathnodes.com",provider:"MathNodes"},{address:"https://jackal-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://jackal-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://jackal_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://api.jackalprotocol.com",provider:"Jackal Labs"},{address:"https://jackal-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://jkl.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.jackal.nodestake.top",provider:"NodeStake"},{address:"https://api-jackal.nodeist.net",provider:"Nodeist"},{address:"https://jackal-api.polkachu.com",provider:"Polkachu"},{address:"https://m-jackal.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://jackal-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lcd-jackal.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://jackal.api.kjnodes.com",provider:"kjnodes"},{address:"https://jackal.api.silknodes.io",provider:"Silk Nodes"},{address:"https://jackal.api.skynodejs.net",provider:"skynodejs"},{address:"https://public.stakewolle.com/cosmos/jackal/rest",provider:"Stakewolle"},{address:"https://api.jackal.silentvalidator.com",provider:"silent"},{address:"https://api.jackal.mathnodes.com",provider:"MathNodes"},{address:"https://jackal-api.kleomedes.network",provider:"Kleomedes"},{address:"https://jackal-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://jackal_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.jackalprotocol.com:443",provider:"Jackal Labs"},{address:"jackal.grpc.bccnodes.com:9490",provider:"BccNodes"},{address:"jackal.grpc.nodersteam.com:9990",provider:"[NODERS]TEAM"},{address:"jackal-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc.jackal.nodestake.top:443",provider:"NodeStake"},{address:"jackal-grpc.polkachu.com:17590",provider:"Polkachu"},{address:"http://jkl.grpc.m.stavr.tech:5013",provider:"\u{1F525}STAVR\u{1F525}"},{address:"jackal-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"jackal.grpc.kjnodes.com:13790",provider:"kjnodes"},{address:"https://jackal.grpc.skynodejs.net",provider:"skynodejs"},{address:"grpc.jackal.silentvalidator.com:443",provider:"silent"},{address:"jackal-grpc.noders.services:26090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/jackal",tx_page:"https://ping.pub/jackal/tx/${txHash}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/jackal",tx_page:"https://explorer.nodestake.top/jackal/tx/${txHash}"},{kind:"BccNodes",url:"https://explorer.bccnodes.com/jackal",tx_page:"https://explorer.bccnodes.com/jackal/tx/${txHash}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}",url:"https://exp.utsa.tech/jackal",tx_page:"https://exp.utsa.tech/jackal/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/jackal",tx_page:"https://explorer.stavr.tech/jackal/tx/${txHash}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/jackal",tx_page:"https://exp.nodeist.net/jackal/tx/${txHash}"},{kind:"Big Dipper",url:"https://bigdipper.live/jackal",tx_page:"https://bigdipper.live/jackal/transactions/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/jackal",tx_page:"https://mainnet.whispernode.com/jackal/tx/${txHash}",account_page:"https://mainnet.whispernode.com/jackal/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/jackal",tx_page:"https://explorer.whenmoonwhenlambo.money/jackal/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/jackal/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg",theme:{primary_color_hex:"#dbdbcb"}}]},{$schema:"../chain.schema.json",chain_name:"joltify",status:"live",network_type:"mainnet",website:"https://www.joltify.io/",pretty_name:"Joltify",chain_type:"cosmos",chain_id:"joltify_1729-1",bech32_prefix:"jolt",daemon_name:"jolt",node_home:"$HOME/.joltify",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujolt",low_gas_price:0,average_gas_price:0,high_gas_price:0}]},staking:{staking_tokens:[{denom:"ujolt"}]},codebase:{cosmos_sdk_version:"v0.47.5",cosmwasm_enabled:!1},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg",theme:{primary_color_hex:"#2dfb71"}}],description:"Joltify is the First EVM compatible game-changing L1 Public Chain built on the Cosmos SDK for Real-World Assets (RWA) and Beyond.",apis:{rpc:[{address:"https://rpc.joltify.io",provider:"joltify"}],rest:[{address:"https://lcd.joltify.io/",provider:"joltify"}],grpc:[{address:"grpc.joltify.io:443",provider:"joltify"}],"evm-http-jsonrpc":[{address:"https://evm.joltify.io/",provider:"joltify"}]},explorers:[{kind:"big dipper",url:"https://explorer.joltify.io/joltify",tx_page:"https://explorer.joltify.io/joltify/transactions/${txHash}",account_page:"https://explorer.joltify.io/joltify/accounts/${accountAddress}"}],keywords:["rwa","lending"]},{$schema:"../chain.schema.json",chain_name:"juno",status:"live",network_type:"mainnet",website:"https://www.junonetwork.io/",pretty_name:"Juno",chain_type:"cosmos",chain_id:"juno-1",bech32_prefix:"juno",daemon_name:"junod",node_home:"$HOME/.juno",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujuno",fixed_min_gas_price:.075,low_gas_price:.075,average_gas_price:.1,high_gas_price:.125},{denom:"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",fixed_min_gas_price:.003,low_gas_price:.003,average_gas_price:.0035,high_gas_price:.004}]},staking:{staking_tokens:[{denom:"ujuno"}]},codebase:{cosmos_sdk_version:"v0.47.12",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"},description:"Juno is a completely community owned and operated smart contract platform.",apis:{rpc:[{address:"https://rpc-juno.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc-juno.itastakers.com",provider:"itastakers"},{address:"http://juno.rpc.m.stavr.tech:1067",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-juno.ecostake.com",provider:"ecostake"},{address:"https://juno-rpc.polkachu.com",provider:"Polkachu"},{address:"https://juno-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-juno.pupmos.network",provider:"PUPM\xD8S"},{address:"https://rpc-juno.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://rpc-juno-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.juno.chaintools.tech/",provider:"ChainTools"},{address:"https://juno-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://juno-rpc.icycro.org",provider:"IcyCRO \u{1F9CA}"},{address:"https://rpc.juno.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://juno-rpc.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://juno-rpc.reece.sh",provider:"Reecepbcups"},{address:"https://juno-rpc.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://rpc-juno.architectnodes.com",provider:"Architect Nodes"},{address:"https://rpc-juno-01.stakeflow.io",provider:"Stakeflow"},{address:"https://rpc-juno.validavia.me",provider:"Validavia"},{address:"https://juno-rpc.w3coins.io",provider:"w3coins"},{address:"https://juno-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://juno-rpc.stake-town.com",provider:"StakeTown"},{address:"https://rpc-juno.mainnet.validatrium.club:443",provider:"Validatrium"},{address:"https://juno-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.juno.validatus.com",provider:"Validatus"},{address:"https://rpc.juno.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://juno-rpc.cogwheel.zone",provider:"Cogwheel"},{address:"https://juno.declab.pro:26610",provider:"Decloud Nodes Lab"},{address:"https://juno.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://lcd-juno.itastakers.com",provider:"itastakers"},{address:"https://rest-juno.ecostake.com",provider:"ecostake"},{address:"https://juno-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://juno.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-juno.pupmos.network",provider:"PUPM\xD8S"},{address:"https://api-juno-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://api.juno.chaintools.tech/",provider:"ChainTools"},{address:"https://juno-api.polkachu.com",provider:"Polkachu"},{address:"https://api-juno.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://juno-api.kleomedes.network",provider:"Kleomedes"},{address:"https://api.juno.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://juno-rest.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://juno-api.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://rest-juno.architectnodes.com",provider:"Architect Nodes"},{address:"https://api-juno-01.stakeflow.io",provider:"Stakeflow"},{address:"https://lcd-juno.validavia.me",provider:"Validavia"},{address:"https://juno-api.w3coins.io",provider:"w3coins"},{address:"https://juno-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://juno-api.stake-town.com",provider:"StakeTown"},{address:"https://lcd-juno.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://juno-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://api.juno.validatus.com",provider:"Validatus"},{address:"https://lcd.juno.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://juno-api.cogwheel.zone",provider:"Cogwheel"},{address:"https://juno.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://juno.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"grpc-juno-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"juno-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"juno-grpc.polkachu.com:12690",provider:"Polkachu"},{address:"http://juno.grpc.m.stavr.tech:504",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://juno-grpc.kingnodes.com:443",provider:"kingnodes \u{1F451}"},{address:"grpc-juno.cosmos-spaces.cloud:4830",provider:"Cosmos Spaces"},{address:"http://juno-grpc.stakeandrelax.net:12690",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"grpc-juno.architectnodes.com:1443",provider:"Architect Nodes"},{address:"juno-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"http://167.235.211.168:9091",provider:"CommunityStaking"},{address:"grpc-juno-01.stakeflow.io:2302",provider:"Stakeflow"},{address:"juno-grpc.w3coins.io:12690",provider:"w3coins"},{address:"juno-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"juno-grpc.stake-town.com:443",provider:"StakeTown"},{address:"138.201.21.121:24990",provider:"Validatrium"},{address:"juno-grpc.stakeandrelax.net:12690",provider:"Stake&Relax \u{1F9A5}"},{address:"grpc.juno.validatus.com",provider:"Validatus"},{address:"https://grpc.juno.bronbro.io:443",provider:"Bro_n_Bro"},{address:"juno-grpc.cogwheel.zone:443",provider:"Cogwheel"},{address:"https://juno.declab.pro:9007",provider:"Decloud Nodes Lab"},{address:"https://juno.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/juno",tx_page:"https://ezstaking.app/juno/txs/${txHash}",account_page:"https://ezstaking.app/juno/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/juno",tx_page:"https://ping.pub/juno/tx/${txHash}"},{kind:"explorers.guru",url:"https://juno.explorers.guru",tx_page:"https://juno.explorers.guru/transaction/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/juno",tx_page:"https://www.mintscan.io/juno/transactions/${txHash}",account_page:"https://www.mintscan.io/juno/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/juno",tx_page:"https://atomscan.com/juno/transactions/${txHash}",account_page:"https://atomscan.com/juno/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/juno",tx_page:"https://explorer.stavr.tech/juno/transactions/${txHash}",account_page:"https://explorer.stavr.tech/juno/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/juno",tx_page:"https://explorer.tcnetwork.io/juno/transaction/${txHash}"},{kind:"Stakeflow",url:"https://stakeflow.io/juno",account_page:"https://stakeflow.io/juno/accounts/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Juno",tx_page:"https://explorer.declab.pro/Juno/tx/${txHash}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/juno/",tx_page:"https://explorer.nodeshub.online/juno/tx/${txHash}",account_page:"https://explorer.nodeshub.online/juno/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/juno",tx_page:"https://mainnet.whispernode.com/juno/tx/${txHash}",account_page:"https://mainnet.whispernode.com/juno/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg",theme:{primary_color_hex:"#fa7b7b"}}]},{$schema:"../chain.schema.json",chain_name:"kava",status:"live",network_type:"mainnet",website:"https://www.kava.io/",pretty_name:"Kava",chain_type:"cosmos",chain_id:"kava_2222-10",bech32_prefix:"kava",daemon_name:"kava",node_home:"$HOME/.kava",slip44:459,alternative_slip44s:[118],fees:{fee_tokens:[{denom:"ukava",low_gas_price:.05,average_gas_price:.1,high_gas_price:.25}]},staking:{staking_tokens:[{denom:"ukava"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg"},description:"Kava is a decentralized blockchain that combines the speed and interoperability of Cosmos with the developer power of Ethereum.",apis:{rpc:[{address:"https://rpc.data.kava.io",provider:"kava"},{address:"https://kava-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-kava-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kava-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://kava-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://rpc-kava-01.stakeflow.io",provider:"Stakeflow"},{address:"https://kava-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://api.data.kava.io/",provider:"kava"},{address:"https://api-kava-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kava-api.polkachu.com",provider:"Polkachu"},{address:"https://kava-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://kava-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://api-kava-01.stakeflow.io",provider:"Stakeflow"},{address:"https://kava-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc.data.kava.io:443",provider:"kava"},{address:"grpc-kava-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"kava-grpc.polkachu.com:13990",provider:"Polkachu"},{address:"kava-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-kava-01.stakeflow.io:1202",provider:"Stakeflow"},{address:"kava-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],"evm-http-jsonrpc":[{address:"https://evm.kava.io/",provider:"kava"},{address:"https://kava-evm.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://kava.api.onfinality.io/public",provider:"OnFinality"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/kava",tx_page:"https://www.mintscan.io/kava/transactions/${txHash}",account_page:"https://www.mintscan.io/kava/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/kava",tx_page:"https://ezstaking.app/kava/txs/${txHash}",account_page:"https://ezstaking.app/kava/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/kava",tx_page:"https://ping.pub/kava/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/kava",tx_page:"https://atomscan.com/kava/transactions/${txHash}",account_page:"https://atomscan.com/kava/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/kava",account_page:"https://stakeflow.io/kava/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.svg",theme:{primary_color_hex:"#e64942"}}]},{$schema:"../chain.schema.json",chain_name:"kichain",status:"live",network_type:"mainnet",website:"https://foundation.ki/",pretty_name:"Ki",chain_type:"cosmos",chain_id:"kichain-2",bech32_prefix:"ki",daemon_name:"kid",node_home:"$HOME/.kid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uxki",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.03,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"uxki"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"},apis:{rpc:[{address:"https://rpc-mainnet.blockchain.ki",provider:"kifoundation"},{address:"https://kichain-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-kichain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kichain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc.kichain.chaintools.tech/",provider:"ChainTools"},{address:"https://kichain-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://ki-chain.statesync.nodersteam.com:14657",provider:"[NODERS]TEAM"},{address:"https://ki-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rpc.kichain-2.kichain.aviaone.com",provider:"AVIAONE \u{1F7E2}"}],rest:[{address:"https://api-mainnet.blockchain.ki",provider:"kifoundation"},{address:"https://api-kichain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kichain.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.kichain.chaintools.tech/",provider:"ChainTools"},{address:"https://kichain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"http://ki-chain.api.nodersteam.com:14017",provider:"[NODERS]TEAM"},{address:"https://kichain-api.polkachu.com",provider:"Polkachu"},{address:"https://kichain-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ki-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://api.kichain-2.kichain.aviaone.com",provider:"AVIAONE \u{1F7E2}"}],grpc:[{address:"grpc-kichain-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"kichain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"ki-chain.grpc.nodersteam.com:9410",provider:"[NODERS]TEAM"},{address:"kichain-grpc.polkachu.com:13590",provider:"Polkachu"},{address:"kichain-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc.kichain-2.kichain.aviaone.com:9230",provider:"AVIAONE \u{1F7E2}"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/kichain",tx_page:"https://ezstaking.app/kichain/txs/${txHash}",account_page:"https://ezstaking.app/kichain/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/ki-chain",tx_page:"https://www.mintscan.io/ki-chain/txs/${txHash}",account_page:"https://www.mintscan.io/ki-chain/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Kichain-Mainnet",tx_page:"https://explorer.stavr.tech/Kichain-Mainnet/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/kichain",tx_page:"https://ping.pub/kichain/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/ki-chain",tx_page:"https://atomscan.com/ki-chain/transactions/${txHash}",account_page:"https://atomscan.com/ki-chain/accounts/${accountAddress}"},{kind:"AVIAONE Explorer \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/kichain",tx_page:"https://mainnet.explorer.aviaone.com/kichain/transactions/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/kichain/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg",theme:{primary_color_hex:"#1c04fc"}}]},{$schema:"../chain.schema.json",chain_name:"konstellation",status:"live",network_type:"mainnet",website:"https://konstellation.tech/",pretty_name:"Konstellation",chain_type:"cosmos",chain_id:"darchub",bech32_prefix:"darc",daemon_name:"knstld",node_home:"$HOME/.knstld",slip44:118,codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png"},fees:{fee_tokens:[{denom:"udarc",fixed_min_gas_price:0,low_gas_price:1e-4,average_gas_price:.001,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"udarc"}]},apis:{rpc:[{address:"https://rpc-konstellation-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://konstellation-rpc.stakerhouse.com",provider:"StakerHouse"}],rest:[{address:"https://api-konstellation-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://konstellation-rest.stakerhouse.com",provider:"StakerHouse"}],grpc:[{address:"grpc-konstellation-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"konstellation-grpc.polkachu.com:13390",provider:"Polkachu"},{address:"konstellation-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"konstellation-grpc.stakerhouse.com:443",provider:"StakerHouse"}]},explorers:[{kind:"konstellation",url:"https://explorer.konstellation.tech/",tx_page:"https://explorer.konstellation.tech/tx/${txHash}"},{kind:"cosmotracker",url:"https://cosmotracker.com/konstellation",tx_page:"https://cosmotracker.com/konstellation/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/Konstellation-dark.png",theme:{primary_color_hex:"#a3d3fb"}}]},{$schema:"../chain.schema.json",chain_name:"kujira",chain_type:"cosmos",chain_id:"kaiyo-1",pretty_name:"Kujira",status:"live",network_type:"mainnet",website:"https://kujira.app/",bech32_prefix:"kujira",daemon_name:"kujirad",node_home:"$HOME/.kujira",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ukuji",fixed_min_gas_price:.0034,low_gas_price:.0034,average_gas_price:.0051,high_gas_price:.00681},{denom:"factory/kujira1qk00h5atutpsv900x202pxx42npjr9thg58dnqpa72f2p7m2luase444a7/uusk",fixed_min_gas_price:.01186,low_gas_price:.01186,average_gas_price:.01779,high_gas_price:.02372},{denom:"ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F",fixed_min_gas_price:.0119,low_gas_price:.0119,average_gas_price:.01785,high_gas_price:.02379},{denom:"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",fixed_min_gas_price:.00129,low_gas_price:.00129,average_gas_price:.00193,high_gas_price:.00258},{denom:"ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23",fixed_min_gas_price:.01795,low_gas_price:.01795,average_gas_price:.02692,high_gas_price:.0359},{denom:"ibc/3607EB5B5E64DD1C0E12E07F077FF470D5BC4706AFCBC98FE1BA960E5AE4CE07",fixed_min_gas_price:.65943,low_gas_price:.65943,average_gas_price:.98915,high_gas_price:1.31887},{denom:"ibc/F3AA7EF362EC5E791FE78A0F4CCC69FEE1F9A7485EB1A8CAB3F6601C00522F10",fixed_min_gas_price:160416396197,low_gas_price:160416396197,average_gas_price:240624594296,high_gas_price:320832792394},{denom:"ibc/EFF323CC632EC4F747C61BCE238A758EFDB7699C3226565F7C20DA06509D59A5",fixed_min_gas_price:.02689,low_gas_price:.02689,average_gas_price:.04034,high_gas_price:.05379},{denom:"ibc/DA59C009A0B3B95E0549E6BF7B075C8239285989FF457A8EDDBB56F10B2A6986",fixed_min_gas_price:.01495,low_gas_price:.01495,average_gas_price:.02243,high_gas_price:.02991},{denom:"ibc/A358D7F19237777AF6D8AD0E0F53268F8B18AE8A53ED318095C14D6D7F3B2DB5",fixed_min_gas_price:.03139,low_gas_price:.03139,average_gas_price:.04709,high_gas_price:.06278},{denom:"ibc/4F393C3FCA4190C0A6756CE7F6D897D5D1BE57D6CCB80D0BC87393566A7B6602",fixed_min_gas_price:.90403,low_gas_price:.90403,average_gas_price:1.35605,high_gas_price:1.80806},{denom:"ibc/004EBF085BBED1029326D56BE8A2E67C08CECE670A94AC1947DF413EF5130EB2",fixed_min_gas_price:559196837,low_gas_price:559196837,average_gas_price:838795256,high_gas_price:1118393675},{denom:"ibc/1B38805B1C75352B28169284F96DF56BDEBD9E8FAC005BDCC8CF0378C82AA8E7",fixed_min_gas_price:5772801,low_gas_price:5772801,average_gas_price:8659201,high_gas_price:11545602},{denom:"factory/kujira1643jxg8wasy5cfcn7xm8rd742yeazcksqlg4d7/umnta",fixed_min_gas_price:.01807,low_gas_price:.01807,average_gas_price:.02711,high_gas_price:.03615},{denom:"ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",fixed_min_gas_price:.01194,low_gas_price:.01194,average_gas_price:.01792,high_gas_price:.02389},{denom:"ibc/E5CA126979E2FFB4C70C072F8094D07ECF27773B37623AD2BF7582AD0726F0F3",fixed_min_gas_price:19e-5,low_gas_price:19e-5,average_gas_price:29e-5,high_gas_price:39e-5}]},staking:{staking_tokens:[{denom:"ukuji"}]},codebase:{cosmos_sdk_version:"v0.47.12",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},description:"A decentralized ecosystem for protocols, builders and web3 users seeking sustainable FinTech.",apis:{rpc:[{address:"https://rpc-kujira.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc.kaiyo.kujira.setten.io",provider:"setten.io"},{address:"https://kujira-rpc.polkachu.com",provider:"polkachu"},{address:"https://rpc-kujira.ecostake.com",provider:"ecostake"},{address:"https://kujira-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.kujira.chaintools.tech/",provider:"ChainTools"},{address:"https://rpc-kujira-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kujira-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rpc-kujira.starsquid.io",provider:"Starsquid"},{address:"https://kujira.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://kuji-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://rpc-kujira.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://kujira-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc.kujira.rektdao.club",provider:"rektDAO"},{address:"https://kujira-rpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://kujira-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-kujira.mms.team",provider:"MMS"},{address:"https://kujira-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://kujira.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"}],rest:[{address:"https://lcd-kujira.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://lcd.kaiyo.kujira.setten.io",provider:"setten.io"},{address:"https://kujira-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://kujira-api.polkachu.com/",provider:"polkachu"},{address:"https://rest-kujira.ecostake.com",provider:"ecostake"},{address:"https://api-kujira-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://kujira-lcd.wildsage.io/",provider:"WildSage Labs"},{address:"https://kujira-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://api-kujira.starsquid.io",provider:"Starsquid"},{address:"https://kujira.api.kjnodes.com",provider:"kjnodes"},{address:"https://kuji-api.kleomedes.network",provider:"Kleomedes"},{address:"https://kujira-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api.kujira.rektdao.club",provider:"rektDAO"},{address:"https://kujira-api.theamsolutions.info",provider:"AM Solutions"},{address:"https://kujira-api.w3coins.io",provider:"w3coins"},{address:"https://api-kujira.mms.team",provider:"MMS"},{address:"https://kujira-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://kujira-rest.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"}],grpc:[{address:"kujira.grpcui.chaintools.host:443",provider:"ChainTools"},{address:"grpc-kujira-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"kujira-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"kujira-grpc.polkachu.com:11890",provider:"Polkachu"},{address:"kujira-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"kujira.grpc.kjnodes.com:11390",provider:"kjnodes"},{address:"kujira-grpc.w3coins.io:11890",provider:"w3coins"},{address:"grpc-kujira.mms.team:443",provider:"MMS"},{address:"kujira-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-kujira.whispernode.com:443",provider:"WhisperNode \u{1F910}"}]},explorers:[{kind:"kujira",url:"https://finder.kujira.app",tx_page:"https://finder.kujira.app/kaiyo-1/tx/${txHash}"},{kind:"explorers.guru",url:"https://kujira.explorers.guru",tx_page:"https://kujira.explorers.guru/transaction/${txHash}"},{kind:"ezstaking",url:"https://ezstaking.app/kujira",tx_page:"https://ezstaking.app/kujira/txs/${txHash}",account_page:"https://ezstaking.app/kujira/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/kujira",tx_page:"https://atomscan.com/kujira/transactions/${txHash}",account_page:"https://atomscan.com/kujira/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/kujira",tx_page:"https://mainnet.whispernode.com/kujira/tx/${txHash}",account_page:"https://mainnet.whispernode.com/kujira/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg",theme:{primary_color_hex:"#e33b34"}}]},{$schema:"../chain.schema.json",chain_name:"kyve",chain_type:"cosmos",chain_id:"kyve-1",pretty_name:"KYVE",status:"live",network_type:"mainnet",bech32_prefix:"kyve",daemon_name:"kyved",node_home:"$HOME/.kyve",website:"https://www.kyve.network/",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ukyve",fixed_min_gas_price:.02,low_gas_price:.02,average_gas_price:.03,high_gas_price:.06}]},staking:{staking_tokens:[{denom:"ukyve"}]},codebase:{cosmos_sdk_version:"v0.50.7-kyve-rc0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.svg"},description:"Revolutionizing data reliability in the Web3 space, KYVE Network provides fast and easy tooling for data validation, immutability, and retrieval, ensuring trustless data for seamless scalability and eliminating data risks and roadblocks.",apis:{rpc:[{address:"https://rpc-eu-1.kyve.network",provider:"kyve"},{address:"https://rpc-kyve.ecostake.com",provider:"ecostake"},{address:"https://kyve-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://kyve.rpc.m.stavr.tech:12357",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-kyve.imperator.co",provider:"Imperator.co"},{address:"https://kyve-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://rpc.kyve.nodestake.top",provider:"NodeStake"},{address:"https://kyve.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://rpc-kyve.mms.team",provider:"MMS"},{address:"https://kyve.declab.pro:26616",provider:"Decloud Nodes Lab"},{address:"https://kyve-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://kyve_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://kyve-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],rest:[{address:"https://api-eu-1.kyve.network",provider:"kyve"},{address:"https://kyve-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rest-kyve.ecostake.com",provider:"ecostake"},{address:"https://lcd-kyve.imperator.co",provider:"Imperator.co"},{address:"https://kyve.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://kyve-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://api.kyve.nodestake.top",provider:"NodeStake"},{address:"https://kyve.api.liveraven.net",provider:"LiveRaveN"},{address:"https://api-kyve.mms.team",provider:"MMS"},{address:"https://kyve.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://kyve-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://kyve_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://kyve-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],grpc:[{address:"https://grpc.kyve.nodestake.top",provider:"NodeStake"},{address:"https://kyve-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc-kyve.nodeist.net",provider:"Nodeist"},{address:"http://kyve.grpc.stavr.tech:7106",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://kyve.grpc.liveraven.net",provider:"LiveRaveN"},{address:"grpc-kyve.mms.team:443",provider:"MMS"},{address:"https://kyve.declab.pro:9011",provider:"Decloud Nodes Lab"},{address:"kyve-grpc.noders.services:15090",provider:"[NODERS]TEAM"},{address:"kyve-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/kyve",tx_page:"https://ezstaking.app/kyve/txs/${txHash}",account_page:"https://ezstaking.app/kyve/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/kyve",tx_page:"https://www.mintscan.io/kyve/txs/${txHash}",account_page:"https://www.mintscan.io/kyve/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/kyve",tx_page:"https://explorer.nodestake.top/kyve/txs/${txHash}",account_page:"https://explorer.nodestake.top/kyve/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Kyve",tx_page:"https://explorer.stavr.tech/Kyve/txs/${txHash}",account_page:"https://explorer.stavr.tech/Kyve/account/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/kyve",tx_page:"https://explorer.stake-take.com/kyve/txs/${txHash}",account_page:"https://explorer.stake-take.com/kyve/account/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Kyve",tx_page:"https://explorer.declab.pro/Kyve/txs/${txHash}",account_page:"https://explorer.declab.pro/Kyve/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/kyve",tx_page:"https://explorer.whenmoonwhenlambo.money/kyve/txs/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/kyve/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve.svg",theme:{primary_color_hex:"#325350"}}]},{$schema:"../chain.schema.json",chain_name:"lambda",status:"live",network_type:"mainnet",pretty_name:"Lambda",chain_type:"cosmos",chain_id:"lambda_92000-1",bech32_prefix:"lamb",node_home:"$HOME/.lambdavm",daemon_name:"lambdavm",slip44:60,fees:{fee_tokens:[{denom:"ulamb",low_gas_price:1e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"ulamb"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg"},apis:{rpc:[{address:"https://rpc.lambda.im",provider:"Lambda"},{address:"http://lambda.rpc.m.stavr.tech:31327",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.lambda.nodestake.top",provider:"NodeStake"},{address:"https://lambda-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://lambda_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://rest.lambda.im",provider:"Lambda"},{address:"https://lambda.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.lambda.nodestake.top",provider:"NodeStake"},{address:"https://lambda-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://lambda_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"http://lambda.grpc.m.stavr.tech:2287",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc.lambda.nodestake.top:443",provider:"NodeStake"},{address:"lambda-grpc.noders.services:31090",provider:"[NODERS]TEAM"}],"evm-http-jsonrpc":[{address:"https://jsonrpc-lambda.d-stake.xyz",provider:"D-stake"},{address:"https://lambda-jsonrpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://lambda_mainnet_evm.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}]},explorers:[{kind:"blockscout",url:"https://explorer.lambda.im/",tx_page:"https://explorer.lambda.im/tx/${txHash}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/lambda",tx_page:"https://explorer.nodestake.top/lambda/txs/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/lambda",tx_page:"https://explorer.stavr.tech/lambda/txs/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/lambda",tx_page:"https://atomscan.com/lambda/transactions/${txHash}",account_page:"https://atomscan.com/lambda/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/lambda",tx_page:"https://explorer.whenmoonwhenlambo.money/lambda/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/lambda/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lambda/images/lambda.svg",theme:{primary_color_hex:"#e41c54"}}]},{$schema:"../chain.schema.json",chain_name:"lava",status:"live",network_type:"mainnet",website:"https://lavanet.xyz/",update_link:"https://raw.githubusercontent.com/lavanet/lava/main/chain.schema.json",pretty_name:"Lava",chain_type:"cosmos",chain_id:"lava-mainnet-1",bech32_prefix:"lava@",daemon_name:"lavad",node_home:"$HOME/.lava",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulava",fixed_min_gas_price:2e-5,low_gas_price:2e-5,average_gas_price:.025,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"ulava"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"lavanet/cosmos-sdk v0.47.10-lava-cosmos",cosmwasm_enabled:!1},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png",theme:{primary_color_hex:"#6f043e"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lava/images/lava.png"},description:"Lava (LAVA) is the data access layer of the modular stack. developers and ecosystems permissionlessly add services to be served or accessed through lava. featuring a fully decentralized open source sdk integrable in frontends and a battle tested fully scalable open source server kit and can be used locally or through managed endpoints. Lava features rpc data access, indexing services, debug apis, archive access and more. Service providers can join the network, earn rewards either in the native token of the chain via token bought subscriptions on chain or through any ibc transferred token via incentive pools created and funded by ecosystems and DAOs. Developers can use the abstraction and go multi chain in seconds, not needing to choose what tools to use, having the access aggregated for them. Build whatever, wherever.",apis:{rpc:[{address:"https://lava.tendermintrpc.lava.build",provider:"Lava Over Lava"},{address:"https://lava-rpc.w3coins.io:443",provider:"w3coins"},{address:"https://lava-rpc.finteh.org:443",provider:"finteh"},{address:"https://lava-rpc.y2.finance:443",provider:"YTWOFUND"},{address:"https://lava-rpc.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://rpc.lava-mainnet-1.lava.aviaone.com:443",provider:"AVIAONE \u{1F7E2}"},{address:"https://lava-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://lava.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava.rpc-archive.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava-rpc.stake-town.com:443",provider:"StakeTown"},{address:"https://lava.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://lava-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lava-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"},{address:"https://lava.rpc.stakevillage.net:443",provider:"Stake Village"}],rest:[{address:"https://lava.rest.lava.build",provider:"Lava Over Lava"},{address:"https://lava-api.w3coins.io:443",provider:"w3coins"},{address:"https://lava-api.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://api.lava-mainnet-1.lava.aviaone.com",provider:"AVIAONE \u{1F7E2}"},{address:"https://lava-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://lava.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava.api-archive.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava-api.stake-town.com:443",provider:"StakeTown"},{address:"https://lava.api.liveraven.net",provider:"LiveRaveN"},{address:"https://lava-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lava-api.bluestake.net",provider:"BlueStake \u{1F680}"},{address:"https://lava.api.stakevillage.net:443",provider:"Stake Village"}],grpc:[{address:"lava.grpc.lava.build:443",provider:"Lava Over Lava"},{address:"lava-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"lava.grpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"lava.grpc-archive.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"lava-grpc.stake-town.com:443",provider:"StakeTown"},{address:"lava.grpc.liveraven.net:443",provider:"LiveRaveN"},{address:"lava-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"lava.grpc.stakevillage.net:443",provider:"Stake Village"},{address:"grpc.lava-mainnet-1.lava.aviaone.com:9104/",provider:"AVIAONE \u{1F7E2}"}]},explorers:[{kind:"guru",url:"https://lava.explorers.guru/",tx_page:"https://lava.explorers.guru/transaction/${txHash}",account_page:"https://lava.explorers.guru/account/${accountAddress}"},{kind:"w3coins",url:"https://lava-explorer.w3coins.io/Lava",tx_page:"https://lava-explorer.w3coins.io/Lava/tx/${txHash}",account_page:"https://lava-explorer.w3coins.io/Lava/account/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/lava-mainnet",tx_page:"https://exp.stakevillage.net/lava-mainnet/tx/${txHash}",account_page:"https://exp.stakevillage.net/lava-mainnet/account/${accountAddress}"},{kind:"AVIAONE \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/lava/",tx_page:"https://mainnet.explorer.aviaone.com/lava/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/lava/account/${accountAddress}"}],keywords:["modular","data","data access","rpc","staking","dual staking","indexing","incentivized public rpc"]},{$schema:"../chain.schema.json",chain_name:"likecoin",status:"live",website:"https://like.co/",network_type:"mainnet",pretty_name:"LikeCoin",chain_type:"cosmos",chain_id:"likecoin-mainnet-2",bech32_prefix:"like",daemon_name:"liked",node_home:"$HOME/.liked",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"nanolike",fixed_min_gas_price:1e3,low_gas_price:1e3,average_gas_price:1e4,high_gas_price:1e6}]},staking:{staking_tokens:[{denom:"nanolike"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.46",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://mainnet-node.like.co/rpc/",provider:"like.co"},{address:"https://likecoin-node.oldcat.io:443/rpc/",provider:"Oldcat"},{address:"https://like.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-likecoin-mainnet.pikaser.net",provider:"PikaSer"},{address:"https://rpc.likecoin.citizenweb3.com:443",provider:"Citizen Web3"}],rest:[{address:"https://mainnet-node.like.co",provider:"like.co"},{address:"https://like.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://likecoin-node.oldcat.io:443/api/",provider:"Oldcat"},{address:"https://rest-likecoin-mainnet.pikaser.net",provider:"PikaSer"}],grpc:[{address:"mainnet-node-grpc.like.co:80",provider:"like.co"},{address:"like.grpc.m.stavr.tech:2000",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://likecoin-node.oldcat.io:443/grpc/",provider:"Oldcat"},{address:"grpc-likecoin-mainnet.pikaser.net:443",provider:"PikaSer"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/likecoin",tx_page:"https://ezstaking.app/likecoin/txs/${txHash}",account_page:"https://ezstaking.app/likecoin/account/${accountAddress}"},{kind:"lunie-ng",url:"https://stake.like.co/"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Likecoin-M",tx_page:"https://explorer.stavr.tech/Likecoin-M/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/likecoin",tx_page:"https://ping.pub/likecoin/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/likecoin",tx_page:"https://atomscan.com/likecoin/transactions/${txHash}",account_page:"https://atomscan.com/likecoin/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"},keywords:["ebook","depub","publishing","like","book","writing","nft"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg",theme:{primary_color_hex:"#2e656d"}}]},{$schema:"../chain.schema.json",chain_name:"logos",status:"live",network_type:"mainnet",pretty_name:"Logos",chain_type:"cosmos",chain_id:"logos_7002-1",bech32_prefix:"logos",daemon_name:"logosd",node_home:"$HOME/.logos",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aLYT"}]},apis:{rpc:[{address:"https://logos-rpc.provable.dev:443/",provider:"laurel.provable"}],rest:[{address:"https://logos.provable.dev/rest/",provider:"laurel.provable"}],grpc:[{address:"logos-grpc.provable.dev:443",provider:"laurel.provable"}],"evm-http-jsonrpc":[{address:"https://logos-evm.provable.dev/",provider:"laurel.provable"}]},explorers:[],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg"},codebase:{},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/logos/images/logos.svg",theme:{primary_color_hex:"#848484"}}]},{$schema:"../chain.schema.json",chain_name:"loop",status:"live",network_type:"mainnet",website:"https://www.loop.fans/",pretty_name:"Loop",chain_type:"cosmos",chain_id:"loop-1",bech32_prefix:"loop",daemon_name:"loopd",node_home:"$HOME/.loopchain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"token",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:0}]},staking:{staking_tokens:[{denom:"upoa"}]},codebase:{cosmwasm_enabled:!0},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg",theme:{primary_color_hex:"#4991ee"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loop/images/loop.svg"},description:"Empowering Artists and Superfans.",apis:{rpc:[{address:"https://rpc.loop.pfc.zone/",provider:"PFC"}],rest:[{address:"https://api.loop.pfc.zone/",provider:"PFC"}]},explorers:[{kind:"ping.pub",url:"https://ping.pfc.zone/loop",tx_page:"https://ping.pfc.zone/loop/tx/${txHash}"}],keywords:["fans"]},{$schema:"../chain.schema.json",chain_name:"loyal",status:"live",network_type:"mainnet",website:"https://www.joinloyal.com/",pretty_name:"Loyal",chain_type:"cosmos",chain_id:"loyal-main-02",bech32_prefix:"loyal",daemon_name:"loyald",node_home:"$HOME/.loyal",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulyl",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"ulyl"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg"},apis:{rpc:[{address:"https://rpc-main.joinloyal.io/"},{address:"https://loyal-rpc.polkachu.com",provider:"Polkachu"}],rest:[{address:"https://lcd-main.joinloyal.io/"},{address:"https://loyal-api.polkachu.com",provider:"Polkachu"}],grpc:[{address:"https://grpc.loyal.nodestake.top",provider:"NodeStake"}]},explorers:[{kind:"Loyal explorer",url:"https://pingpub.joinloyal.io/loyal",tx_page:"https://pingpub.joinloyal.io/loyal/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/loyal",tx_page:"https://explorer.tcnetwork.io/loyal/transaction/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/loyal",tx_page:"https://explorer.nodestake.top/loyal/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/loyal/images/lyl.svg",theme:{primary_color_hex:"#5445fb"}}]},{$schema:"../chain.schema.json",chain_name:"lumenx",status:"killed",network_type:"mainnet",pretty_name:"LumenX",chain_type:"cosmos",chain_id:"LumenX",bech32_prefix:"lumen",daemon_name:"lumenxd",node_home:"$HOME/.lumenx",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulumen",fixed_min_gas_price:.0025,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"ulumen"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg"},apis:{rpc:[{address:"https://rpc-lumenx.cryptonet.pl/",provider:"CryptoNet"},{address:"https://lumenx-rpc.kynraze.com/",provider:"Kynraze"}],rest:[{address:"https://api-lumenx.cryptonet.pl/",provider:"CryptoNet"},{address:"https://api-lumenx.nodine.id/",provider:"Nodine.ID"},{address:"https://lcd.lumenx.hexnodes.co/",provider:"Hexnodes"}],grpc:[{address:"https://lumenx-grpc.kynraze.com",provider:"Kynraze"},{address:"https://grpc-lumenx.nodine.id",provider:"Nodine.ID"},{address:"https://grpc.lumenx.hexnodes.co",provider:"Hexnodes"}]},explorers:[{kind:"ping.pub",url:"https://explorer.chaintools.tech/lumenx",tx_page:"https://explorer.chaintools.tech/lumenx/tx/${txHash}"},{kind:"ping.pub",url:"https://explorer.cryptonet.pl/lumenx",tx_page:"https://explorer.cryptonet.pl/lumenx/tx/${txHash}"},{kind:"Kynraze",url:"https://explorer.kynraze.com/lumenx",tx_page:"https://explorer.kynraze.com/lumenx/tx/${txHash}"},{kind:"ComunityNode",url:"https://explorer.comunitynode.my.id/lumenx",tx_page:"https://explorer.comunitynode.my.id/lumenx/tx/${txHash}"},{kind:"Nodine.ID",url:"https://explorer.co.id/lumenx",tx_page:"https://explorer.co.id/lumenx/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/lumenx",tx_page:"https://atomscan.com/lumenx/transactions/${txHash}",account_page:"https://atomscan.com/lumenx/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg",theme:{primary_color_hex:"#cb8b40"}}]},{$schema:"../chain.schema.json",chain_name:"lumnetwork",status:"live",network_type:"mainnet",website:"https://lum.network/",pretty_name:"Lum Network",chain_type:"cosmos",chain_id:"lum-network-1",bech32_prefix:"lum",daemon_name:"lumd",node_home:"$HOME/.lumd",key_algos:["secp256k1"],slip44:880,fees:{fee_tokens:[{denom:"ulum",fixed_min_gas_price:.001,low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ulum"}]},codebase:{cosmos_sdk_version:"v0.47.11"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"},apis:{rpc:[{address:"https://rpc.node0.mainnet.lum.network",provider:"Lum Foundation"},{address:"https://lum.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lumnetwork-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://lum-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://lum-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://lumnetwork_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://rest.node0.mainnet.lum.network",provider:"Lum Foundation"},{address:"https://lumnetwork-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://lum.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lum-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://lum-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://lumnetwork_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"lumnetwork-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"lum.grpc.m.stavr.tech:2277",provider:"\u{1F525}STAVR\u{1F525}"},{address:"lum-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"lum-grpc.stakerhouse.com:443",provider:"StakerHouse"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/lumnetwork",tx_page:"https://ezstaking.app/lumnetwork/txs/${txHash}",account_page:"https://ezstaking.app/lumnetwork/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/lum",tx_page:"https://www.mintscan.io/lum/transactions/${txHash}",account_page:"https://www.mintscan.io/lum/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/LumNetwork-Mainnet",tx_page:"https://explorer.stavr.tech/LumNetwork-Mainnet/tx/${txHash}"},{kind:"lum-network",url:"https://explorer.lum.network",tx_page:"https://explorer.lum.network/txs/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/lum-network",tx_page:"https://ping.pub/lum-network/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/lum-network",tx_page:"https://atomscan.com/lum-network/transactions/${txHash}",account_page:"https://atomscan.com/lum-network/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/lum-network",tx_page:"https://explorer.whenmoonwhenlambo.money/lum-network/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/lum-network/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg",theme:{primary_color_hex:"#080808"}}]},{$schema:"../chain.schema.json",chain_name:"mande",status:"live",network_type:"mainnet",website:"https://mande.network",pretty_name:"Mande Network",chain_type:"cosmos",chain_id:"mande_18071918-1",bech32_prefix:"mande",slip44:60,fees:{fee_tokens:[{denom:"amand",low_gas_price:2e10,average_gas_price:2e10,high_gas_price:2e10}]},staking:{staking_tokens:[{denom:"amand"}],lock_duration:{time:"1209600s"}},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg"},description:"Credibility Hub for Web3",images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mande/images/mande.svg",theme:{primary_color_hex:"#274cbf"}}],codebase:{},apis:{rpc:[{address:"https://mande-mainnet-tendermint.public.blastapi.io",provider:"BlastAPI"}],rest:[{address:"https://mande-mainnet-rest.public.blastapi.io",provider:"BlastAPI"}],"evm-http-jsonrpc":[{address:"https://mande-mainnet.public.blastapi.io",provider:"BlastAPI"}]},explorers:[{kind:"FYI",url:"https://dym.fyi/r/mande",tx_page:"https://dym.fyi/r/mande/tx/${txHash}",account_page:"https://dym.fyi/r/mande/address/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"mars",status:"live",network_type:"mainnet",website:"https://www.marsprotocol.io/",pretty_name:"Mars Hub",chain_type:"cosmos",chain_id:"mars-1",bech32_prefix:"mars",daemon_name:"marsd",node_home:"$HOME/.mars",key_algos:["secp256k1"],slip44:118,alternative_slip44s:[330],fees:{fee_tokens:[{denom:"umars",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"umars"}]},codebase:{cosmos_sdk_version:"0.46.7",cosmwasm_enabled:!0,cosmwasm_version:"0.30.0"},description:"Lend, borrow and earn with an autonomous credit protocol in the Cosmos universe. Open to all, closed to none.",apis:{rpc:[{address:"https://rpc.marsprotocol.io:443",provider:"Delphi Labs"},{address:"https://mars-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://mars-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://mars-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc.expedition-mars.com",provider:"Expedition Mars"},{address:"https://mars-rpc.genznodes.dev:443",provider:"genznodes"},{address:"https://mars-rpc.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://mars-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://mars-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],rest:[{address:"https://rest.marsprotocol.io:443",provider:"Delphi Labs"},{address:"https://mars-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://mars-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://mars-api.polkachu.com",provider:"Polkachu"},{address:"https://lcd.expedition-mars.com:443",provider:"Expedition Mars"},{address:"https://mars-api.genznodes.dev:443",provider:"genznodes"},{address:"https://mars-api.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://mars-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://mars-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],grpc:[{address:"grpc.marsprotocol.io:443",provider:"Delphi Labs"},{address:"mars-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"mars-grpc.polkachu.com:18590",provider:"Polkachu"},{address:"mars-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"mars-grpc.genznodes.dev:26090",provider:"genznodes"},{address:"mars.grpc.kjnodes.com:14590",provider:"kjnodes"},{address:"grpc.mars.nodestake.top:443",provider:"NodeStake"},{address:"mars-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"mars-grpc.stakeandrelax.net:18590",provider:"Stake&Relax \u{1F9A5}"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/mars-protocol",tx_page:"https://ezstaking.app/mars-protocol/txs/${txHash}",account_page:"https://ezstaking.app/mars-protocol/account/${accountAddress}"},{kind:"BigDipper",url:"https://explorer.marsprotocol.io",tx_page:"https://explorer.marsprotocol.io/transactions/${txHash}",account_page:"https://explorer.marsprotocol.io/accounts/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/mars",tx_page:"https://explorer.nodestake.top/mars/transactions/${txHash}",account_page:"https://explorer.nodestake.top/mars/account/${accountAddress}"},{kind:"Nodes.Guru",url:"https://mars.explorers.guru/",tx_page:"https://mars.explorers.guru/transaction/${txHash}",account_page:"https://mars.explorers.guru/account/${accountAddress}"},{kind:"MintScan",url:"https://www.mintscan.io/mars-protocol",tx_page:"https://www.mintscan.io/mars-protocol/transactions/${txHash}",account_page:"https://www.mintscan.io/mars-protocol/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/mars",tx_page:"https://ping.pub/mars/tx/${txHash}",account_page:"https://ping.pub/mars/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-protocol.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"mayachain",status:"live",network_type:"mainnet",website:"https://mayaprotocol.com/",pretty_name:"Maya Protocol",chain_type:"cosmos",chain_id:"mayachain-mainnet-v1",bech32_prefix:"maya",daemon_name:"mayanode",node_home:"$HOME/.mayanode",slip44:931,codebase:{},apis:{rpc:[{address:"https://tendermint.mayachain.info",provider:"tendermint"}],rest:[{address:"https://mayanode.mayachain.info",provider:"mayanode"}]},explorers:[{kind:"Maya Protocol explorer",url:"https://www.explorer.mayachain.info",tx_page:"https://www.explorer.mayachain.info/#/txs/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"medasdigital",status:"live",network_type:"mainnet",website:"https://medas-digital.io/",pretty_name:"Medas Digital Network",chain_type:"cosmos",chain_id:"medasdigital-1",bech32_prefix:"medas",daemon_name:"medasdigitald",node_home:"$HOME/.medasdigital",slip44:118,key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"umedas",low_gas_price:.1,average_gas_price:.25,high_gas_price:.4}]},staking:{staking_tokens:[{denom:"umedas"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg"},apis:{rpc:[{address:"https://rpc.medas-digital.io:26657/",provider:"Neptun Validator"}],rest:[{address:"https://lcd.medas-digital.io:1317/",provider:"Neptun Validator"}],grpc:[{address:"grpc.medas-digital.io:9090",provider:"Neptun Validator"}]},explorers:[{kind:"BigDipper",url:"https://explorer.medas-digital.io:3100/medasdigital",tx_page:"https://explorer.medas-digital.io:3100/medasdigital/transactions/${txHash}",account_page:"explorer.medas-digital.io:3100/medasdigital/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/frontier/medasdigital",tx_page:"https://atomscan.com/frontier/medasdigital/transactions/${txHash}",account_page:"https://atomscan.com/frontier/medasdigital/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/medasdigital/images/medas.svg",theme:{primary_color_hex:"#147ccc"}}]},{$schema:"../chain.schema.json",chain_name:"meme",status:"live",network_type:"mainnet",pretty_name:"MEME",chain_type:"cosmos",chain_id:"meme-1",bech32_prefix:"meme",daemon_name:"memed",node_home:"$HOME/.memed",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umeme",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.035,high_gas_price:.045}]},staking:{staking_tokens:[{denom:"umeme"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"},apis:{rpc:[{address:"https://rpc-meme-1.meme.sx/",provider:"MEME Foundation"},{address:"https://meme-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://rpc-meme.pupmos.network/",provider:"PUPM\xD8S"},{address:"https://meme.rpc.m.anode.team",provider:"ANODE TEAM"}],rest:[{address:"https://api-meme-1.meme.sx/",provider:"MEME Foundation"},{address:"https://meme-api.polkachu.com/",provider:"Polkachu"},{address:"https://api-meme.pupmos.network/",provider:"PUPM\xD8S"},{address:"https://meme.api.m.anode.team",provider:"ANODE TEAM"},{address:"https://meme.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}],grpc:[{address:"meme-grpc.polkachu.com:14790",provider:"Polkachu"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/meme",tx_page:"https://ping.pub/meme/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/meme",tx_page:"https://atomscan.com/meme/transactions/${txHash}",account_page:"https://atomscan.com/meme/accounts/${accountAddress}"},{kind:"MEME Explorer",url:"https://explorer.meme.sx/meme",tx_page:"https://explorer.meme.sx/meme/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/meme",tx_page:"https://atomscan.com/meme/transactions/${txHash}",account_page:"https://atomscan.com/meme/accounts/${accountAddress}"},{kind:"Brochain",url:"https://explorer.brocha.in/meme",tx_page:"https://explorer.brocha.in/meme/tx/${txHash}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/meme",tx_page:"https://explorer.stake-take.com/meme/tx/${txHash}",account_page:"https://explorer.stake-take.com/meme/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Meme",tx_page:"https://explorer.stavr.tech/Meme/tx/${txHash}",account_page:"https://explorer.stavr.tech/Meme/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg",theme:{primary_color_hex:"#b7dcd8"}}]},{$schema:"../chain.schema.json",chain_name:"microtick",status:"killed",network_type:"mainnet",pretty_name:"Microtick",chain_type:"cosmos",chain_id:"microtick-1",bech32_prefix:"micro",daemon_name:"mtm",slip44:118,fees:{fee_tokens:[{denom:"utick",low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"utick"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"},explorers:[{kind:"ping.pub",url:"https://ping.pub/microtick",tx_page:"https://ping.pub/microtick/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg",theme:{primary_color_hex:"#6bab14"}}]},{$schema:"../chain.schema.json",chain_name:"migaloo",status:"live",network_type:"mainnet",website:"https://www.whitewhale.money/",pretty_name:"Migaloo",chain_type:"cosmos",chain_id:"migaloo-1",bech32_prefix:"migaloo",daemon_name:"migalood",node_home:"$HOME/.migalood",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uwhale",fixed_min_gas_price:1,low_gas_price:1,average_gas_price:2,high_gas_price:3}]},staking:{staking_tokens:[{denom:"uwhale"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"},codebase:{cosmos_sdk_version:"v0.47.7",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},apis:{rpc:[{address:"https://migaloo-rpc.polkachu.com:443",provider:"Polkachu"},{address:"https://migaloo-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-migaloo.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://migaloo-rpc.kleomedes.network:443",provider:"Kleomedes"},{address:"https://rpc.whitewhale.nodestake.top",provider:"NodeStake"},{address:"https://migaloo-rpc.cosmosrescue.com",provider:"cosmosrescue"},{address:"https://migaloo-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"}],rest:[{address:"https://migaloo-api.polkachu.com:443",provider:"Polkachu"},{address:"https://migaloo-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-migaloo.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://migaloo-api.kleomedes.network:443",provider:"Kleomedes"},{address:"https://api.whitewhale.nodestake.top",provider:"NodeStake"},{address:"https://migaloo-api.cosmosrescue.com",provider:"cosmosrescue"},{address:"https://migaloo-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"}],grpc:[{address:"migaloo-grpc.polkachu.com:20790",provider:"Polkachu"},{address:"migaloo-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"whitewhale-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-migaloo.cosmos-spaces.cloud:4810",provider:"Cosmos Spaces"},{address:"https://grpc.whitewhale.nodestake.top",provider:"NodeStake"},{address:"migaloo-grpc.cosmosrescue.com:9090",provider:"cosmosrescue"}]},explorers:[{kind:"Migaloo Explorers Guru",url:"https://migaloo.explorers.guru",tx_page:"https://migaloo.explorers.guru/transaction/${txHash}",account_page:"https://migaloo.explorers.guru/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/migaloo",tx_page:"https://ping.pub/migaloo/tx/${txHash}"},{kind:"Silk Nodes",url:"https://explorer.silknodes.io/migaloo",tx_page:"https://explorer.silknodes.io/migaloo/tx/${txHash}",account_page:"https://explorer.silknodes.io/migaloo/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/migaloo",tx_page:"https://atomscan.com/migaloo/transactions/${txHash}",account_page:"https://atomscan.com/migaloo/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg",theme:{primary_color_hex:"#3ccc64"}}]},{$schema:"../chain.schema.json",chain_name:"mises",status:"live",network_type:"mainnet",website:"https://mises.site",pretty_name:"Mises",chain_type:"cosmos",chain_id:"mainnet",bech32_prefix:"mises",node_home:"$HOME/.misestm",daemon_name:"misestmd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umis",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"umis"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png"},apis:{rpc:[{address:"https://rpc.gw.mises.site:443",provider:"Mises-1"},{address:"https://e2.mises.site:443",provider:"Mises-3"}],rest:[],grpc:[]},explorers:[{kind:"Mises-GW Explorer",url:"https://gw.mises.site",tx_page:"https://gw.mises.site/tx/${txHash}"},{kind:"Jambulmerah ping.pub based",url:"https://explorer.jambulmerah.dev/mises",tx_page:"https://explorer.jambulmerah.dev/mises/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mises/images/mises.png",theme:{primary_color_hex:"#f5f5f8"}}]},{$schema:"../chain.schema.json",chain_name:"mtgbp",status:"live",network_type:"mainnet",website:"https://mtgbp.com/",pretty_name:"mtgbp",chain_type:"cosmos",chain_id:"mtgbp-1",bech32_prefix:"mtgbp",daemon_name:"mtgbp",node_home:"$HOME/.ssc",key_algos:["secp256k1"],slip44:1179993441,staking:{staking_tokens:[{denom:"mtgbp"}],lock_duration:{time:"1814400s"}},fees:{fee_tokens:[{denom:"mtgbp",low_gas_price:1e-6,average_gas_price:5e-6,high_gas_price:1e-4}]},apis:{rpc:[{address:"https://rcp.mtgbp.com",provider:"mtgbp"}],rest:[{address:"https://lcd.mtgbp.com",provider:"mtgbp"}],grpc:[{address:"https://grcp.mtgbp.com:4090",provider:"mtgbp"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg"},explorers:[{kind:"ping.pub",url:"https://blockexplorer.mtgbp.com/mtgbp",tx_page:"https://blockexplorer.mtgbp.com/mtgbp/tx/${txHash}",account_page:"https://blockexplorer.mtgbp.com/mtgbp/accounts/${accountAddress}"}],keywords:[],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mtgbp/images/mtgbp.svg",theme:{primary_color_hex:"#e8692b"}}]},{$schema:"../chain.schema.json",chain_name:"mun",website:"https://mun.money",status:"live",network_type:"mainnet",pretty_name:"Mun",chain_type:"cosmos",chain_id:"mun-1",bech32_prefix:"mun",daemon_name:"mund",node_home:"$HOME/.mun",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umun",fixed_min_gas_price:.025}]},staking:{staking_tokens:[{denom:"umun"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"},apis:{rpc:[{address:"https://mainnet1rpc.mun.money",provider:"Mun"},{address:"https://mainnet-mun-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://rpc.mun.tcnetwork.io",provider:"TC Network"},{address:"https://mun_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://mainnet1.mun.money",provider:"Mun"},{address:"https://mainnet-mun-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://rest.mun.tcnetwork.io",provider:"TC Network"},{address:"https://mun_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[]},explorers:[{url:"https://explorer.mun.money/mun",tx_page:"https://explorer.mun.money/mun/${txHash}"},{url:"https://explorer.indonode.net/mun/staking",tx_page:"https://explorer.indonode.net/mun/${txHash}"},{url:"https://explorer.konsortech.xyz/mun/staking",tx_page:"https://explorer.konsortech.xyz/mun/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/mun",tx_page:"https://ping.pub/mun/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/mun",tx_page:"https://explorer.tcnetwork.io/mun/transaction/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/mun",tx_page:"https://explorer.whenmoonwhenlambo.money/mun/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/mun/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg",theme:{primary_color_hex:"#f6ba32"}}]},{$schema:"../chain.schema.json",chain_name:"mythos",status:"live",network_type:"mainnet",pretty_name:"Mythos",chain_type:"cosmos",chain_id:"mythos_7001-1",bech32_prefix:"mythos",daemon_name:"mythosd",node_home:"$HOME/.mythosd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"aMYT"}]},apis:{rpc:[{address:"https://mythos-rpc.provable.dev:443/",provider:"laurel.provable"}],rest:[{address:"https://mythos.provable.dev/rest/",provider:"laurel.provable"}],grpc:[{address:"mythos-grpc.provable.dev:443",provider:"laurel.provable"}],"evm-http-jsonrpc":[]},explorers:[],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg"},codebase:{},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mythos/images/mythos.svg",theme:{primary_color_hex:"#848484"}}]},{$schema:"../chain.schema.json",chain_name:"neura",chain_type:"cosmos",chain_id:"neura_266-1",bech32_prefix:"neura",pretty_name:"Neura",website:"https://www.neuraprotocol.io/",description:"Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO\u2019s to advance AI development.",status:"upcoming",network_type:"mainnet",node_home:"$HOME/.neurad",daemon_name:"neurad",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atankr"}]},staking:{staking_tokens:[{denom:"atankr"}]},codebase:{},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png",theme:{primary_color_hex:"#4e5afc"}}]},{$schema:"../chain.schema.json",chain_name:"neutaro",status:"live",network_type:"mainnet",website:"https://neutaro.com/",pretty_name:"Neutaro",chain_type:"cosmos",chain_id:"Neutaro-1",bech32_prefix:"neutaro",daemon_name:"neutaro",node_home:"$HOME/.Neutaro",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uneutaro",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"uneutaro"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg"},description:"The Blockchain that is Pioneering Ethical Standards, Values, and Transparency in cross chain Blockchain Technology to drive innovation",apis:{rpc:[{address:"https://rpc2.neutaro.tech:443",provider:"Neutaro"},{address:"https://rpc3.neutaro.tech:26657",provider:"Neutaro"}],rest:[{address:"https://api2.neutaro.tech:443",provider:"Neutaro"}],grpc:[{address:"https://grpc2.neutaro.tech:443",provider:"Neutaro"}]},explorers:[{kind:"ping.pub",url:"https://explorer.neutaro.tech/Neutaro",tx_page:"https://explorer.neutaro.tech/Neutaro/tx/${txHash}",account_page:"https://explorer.neutaro.tech/Neutaro/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg",theme:{primary_color_hex:"#cbfb06"}}]},{$schema:"../chain.schema.json",chain_name:"neutron",status:"live",network_type:"mainnet",pretty_name:"Neutron",chain_type:"cosmos",chain_id:"neutron-1",bech32_prefix:"neutron",website:"https://neutron.org/",daemon_name:"neutrond",node_home:"$HOME/.neutrond",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"untrn",low_gas_price:.0053,average_gas_price:.0053,high_gas_price:.0053},{denom:"ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",low_gas_price:8e-4,average_gas_price:8e-4,high_gas_price:8e-4},{denom:"ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349",low_gas_price:.008,average_gas_price:.008,high_gas_price:.008},{denom:"factory/neutron1ug740qrkquxzrk2hh29qrlx3sktkfml3je7juusc2te7xmvsscns0n2wry/wstETH",low_gas_price:29032316597e-4,average_gas_price:29032316597e-4,high_gas_price:29032316597e-4},{denom:"ibc/2CB87BCE0937B1D1DFCEE79BE4501AAF3C265E923509AEAC410AD85D27F35130",low_gas_price:25641025641026e-4,average_gas_price:25641025641026e-4,high_gas_price:25641025641026e-4},{denom:"ibc/773B4D0A3CD667B2275D5A4A7A2F0909C0BA0F4059C0B9181E680DDF4965DCC7",low_gas_price:4e-4,average_gas_price:4e-4,high_gas_price:4e-4}]},staking:{staking_tokens:[{denom:"untrn"}]},codebase:{cosmos_sdk_version:"neutron-org/cosmos-sdk v0.50.7-neutron",cosmwasm_enabled:!0,cosmwasm_version:"neutron-org/wasmd v0.51.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-black-logo.svg"},description:"The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.",apis:{rpc:[{address:"https://rpc.novel.remedy.tm.p2p.org",provider:"P2P"},{address:"https://neutron-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-neutron.whispernode.com",provider:"WhisperNode \u{1F910}"},{address:"https://rpc-neutron.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"http://rpc.neutron.nodestake.top",provider:"NodeStake"},{address:"https://neutron-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/neutron/trpc",provider:"PRO Delegators"},{address:"https://rpc.neutron.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://rpc.neutron.quokkastake.io",provider:"\u{1F439} Quokka Stake"}],rest:[{address:"https://api.novel.remedy.tm.p2p.org",provider:"P2P"},{address:"https://neutron-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://lcd-neutron.whispernode.com",provider:"WhisperNode \u{1F910}"},{address:"https://api-neutron.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"http://api.neutron.nodestake.top",provider:"NodeStake"},{address:"https://neutron-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/neutron/crpc",provider:"PRO Delegators"},{address:"https://lcd.neutron.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://api.neutron.quokkastake.io",provider:"\u{1F439} Quokka Stake"}],grpc:[{address:"grpc-kralum.neutron-1.neutron.org:80",provider:"Neutron"},{address:"neutron-grpc-pub.rpc.p2p.world:3001",provider:"P2P"},{address:"neutron-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc-neutron.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"grpc-neutron.cosmos-spaces.cloud:3090",provider:"Cosmos Spaces"},{address:"grpc.neutron.nodestake.top:9090",provider:"NodeStake"},{address:"neutron-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://grpc.neutron.bronbro.io:443",provider:"Bro_n_Bro"},{address:"rpc.neutron.quokkastake.io:9090",provider:"\u{1F439} Quokka Stake"}]},explorers:[{kind:"Mintscan",url:"https://www.mintscan.io/neutron",tx_page:"https://www.mintscan.io/neutron/transactions/${txHash}",account_page:"https://www.mintscan.io/neutron/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/neutron",tx_page:"https://ezstaking.app/neutron/txs/${txHash}",account_page:"https://ezstaking.app/neutron/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/neutron",tx_page:"https://mainnet.whispernode.com/neutron/tx/${txHash}",account_page:"https://mainnet.whispernode.com/neutron/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron-raw.svg",theme:{primary_color_hex:"#000000",background_color_hex:"#00000000",circle:!1}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg",theme:{primary_color_hex:"#040404",background_color_hex:"#000000",circle:!0}}]},{$schema:"../chain.schema.json",chain_name:"nibiru",status:"live",network_type:"mainnet",website:"https://nibiru.fi/",pretty_name:"Nibiru",chain_type:"cosmos",chain_id:"cataclysm-1",bech32_prefix:"nibi",daemon_name:"nibid",node_home:"$HOME/.nibid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unibi",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.05,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"unibi"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47.11",cosmwasm_enabled:!0,cosmwasm_version:"v0.44.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},description:"A Web3 hub ushering in the next era of money",apis:{wss:[{address:"wss://rpc.nibiru.fi/websocket",provider:"Nibiru Foundation"}],rpc:[{address:"https://rpc.nibiru.fi",provider:"Nibiru Foundation"},{address:"https://nibiru.rpc.kjnodes.com",provider:"kjnodes.com \u{1F984}"},{address:"https://rpc.nibiru.nodestake.org",provider:"NodeStake"},{address:"https://nibiru-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.nibiru.silentvalidator.com",provider:"silent"},{address:"https://nibiru.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://nibiru-rpc.cogwheel.zone",provider:"Cogwheel \u2699\uFE0F"},{address:"https://nibiru.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://nibiru.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://nibiru-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://nibiru-mainnet.rpc.stakevillage.net:443",provider:"Stake Village"},{address:"https://nibiru-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.nibiru.roomit.xyz",provider:"Roomit"},{address:"https://nibiru_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://lcd.nibiru.fi",provider:"Nibiru Foundation"},{address:"https://nibiru.api.kjnodes.com",provider:"kjnodes.com \u{1F984}"},{address:"https://api.nibiru.nodestake.org",provider:"NodeStake"},{address:"https://api.nibiru.silentvalidator.com",provider:"silent"},{address:"https://nibiru-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://nibiru.api.liveraven.net",provider:"LiveRaveN"},{address:"https://nibiru-api.cogwheel.zone",provider:"Cogwheel \u2699\uFE0F"},{address:"https://nibiru.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://nibiru.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://nibiru.api.staking-explorer.com",provider:"Daily DROP | 2% Fee"},{address:"https://nibiru-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://nibiru-mainnet.api.stakevillage.net",provider:"Stake Village"},{address:"https://nibiru-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api.nibiru.roomit.xyz",provider:"Roomit"},{address:"https://nibiru_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.nibiru.fi:443",provider:"Nibiru Foundation"},{address:"nibiru.grpc.kjnodes.com:443",provider:"kjnodes.com \u{1F984}"},{address:"grpc.nibiru.nodestake.org:443",provider:"NodeStake"},{address:"grpc.nibiru.silentvalidator.com:443",provider:"silent"},{address:"https://nibiru-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"nibiru.grpc.liveraven.net:443",provider:"LiveRaveN"},{address:"nibiru-grpc.cogwheel.zone:443",provider:"Cogwheel \u2699\uFE0F"},{address:"https://nibiru.grpc.nodeshub.online",provider:"Nodes Hub"},{address:"nibiru.grpc.m.stavr.tech:5023",provider:"\u{1F525}STAVR\u{1F525}"},{address:"nibiru-grpc.noders.services:35090",provider:"[NODERS]TEAM"},{address:"nibiru-mainnet.grpc.stakevillage.net:443",provider:"Stake Village"},{address:"nibiru-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc.nibiru.roomit.xyz:8443",provider:"Roomit"}]},explorers:[{kind:"Nodes Guru",url:"https://nibiru.explorers.guru/",tx_page:"https://nibiru.explorers.guru/transaction/${txHash}",account_page:"https://nibiru.explorers.guru/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.org/nibiru",tx_page:"https://explorer.nodestake.org/nibiru/tx/${txHash}",account_page:"https://explorer.nodestake.org/nibiru/account/${accountAddress}"},{kind:"LiveRaveN",url:"https://mainnet.explorer.liveraven.net/nibiru",tx_page:"https://mainnet.explorer.liveraven.net/nibiru/tx/${txHash}",account_page:"https://mainnet.explorer.liveraven.net/nibiru/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Nibiru-Mainnet",tx_page:"https://explorer.stavr.tech/Nibiru-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Nibiru-Mainnet/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/nibiru/",tx_page:"https://explorer.nodeshub.online/nibiru/tx/${txHash}",account_page:"https://explorer.nodeshub.online/nibiru/accounts/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/nibiru-mainnet",tx_page:"https://exp.stakevillage.net/nibiru-mainnet/tx/${txHash}",account_page:"https://exp.stakevillage.net/nibiru-mainnet/accounts/${accountAddress}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/nibiru-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/nibiru-mainnet/tx/${txHash}",account_page:"https://explorer.tendermint.roomit.xyz/nibiru-mainnet/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/nibiru",tx_page:"https://explorer.whenmoonwhenlambo.money/nibiru/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/nibiru/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg",theme:{primary_color_hex:"#14c0ce"}}]},{$schema:"../chain.schema.json",chain_name:"nim",status:"live",network_type:"mainnet",website:"https://ai.nim.network",pretty_name:"Nim Network",chain_type:"cosmos",chain_id:"nim_1122-1",bech32_prefix:"nim",slip44:60,fees:{fee_tokens:[{denom:"anim",low_gas_price:2e10,average_gas_price:2e10,high_gas_price:2e10}]},staking:{staking_tokens:[{denom:"anim"}],lock_duration:{time:"1209600s"}},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg"},description:"Nim Network is a highly-adoptable AI Gaming chain that will provide the ultimate ecosystem for exploration and development of games at the intersection of Web3 and AI.",images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nim/images/nim.svg",theme:{primary_color_hex:"#519cea"}}],codebase:{},apis:{rpc:[{address:"https://nim-mainnet-tendermint.public.blastapi.io",provider:"BlastAPI"}],rest:[{address:"https://nim-mainnet-rest.public.blastapi.io",provider:"BlastAPI"}],"evm-http-jsonrpc":[{address:"https://nim-mainnet.public.blastapi.io",provider:"BlastAPI"}]},explorers:[{kind:"FYI",url:"https://dym.fyi/r/nim",tx_page:"https://dym.fyi/r/nim/tx/${txHash}",account_page:"https://dym.fyi/r/nim/address/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"noble",chain_type:"cosmos",chain_id:"noble-1",website:"https://nobleassets.xyz/",pretty_name:"Noble",status:"live",network_type:"mainnet",bech32_prefix:"noble",daemon_name:"nobled",node_home:"$HOME/.noble",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uusdc",fixed_min_gas_price:.1,low_gas_price:.1,average_gas_price:.1,high_gas_price:.2},{denom:"ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.01,high_gas_price:.02}]},codebase:{cosmos_sdk_version:"noble-assets/cosmos-sdk v0.45.16-send-restrictions",cosmwasm_enabled:!1},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg"},description:"The most reliable, secure, and frictionless way to natively issue a digital asset in Cosmos.",apis:{rpc:[{address:"https://noble-rpc.polkachu.com",provider:"polkachu"},{address:"https://noble-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}],rest:[{address:"https://noble-api.polkachu.com",provider:"polkachu"},{address:"https://noble-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}],grpc:[{address:"noble-grpc.polkachu.com:21590",provider:"polkachu"},{address:"https://noble-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/noble",tx_page:"https://www.mintscan.io/noble/txs/${txHash}",account_page:"https://www.mintscan.io/noble/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/noble",tx_page:"https://ezstaking.app/noble/txs/${txHash}",account_page:"https://ezstaking.app/noble/account/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/noble",account_page:"https://stakeflow.io/noble/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg",theme:{primary_color_hex:"#a8bbfb"}}]},{$schema:"../chain.schema.json",chain_name:"nois",status:"live",network_type:"mainnet",website:"https://nois.network",pretty_name:"Nois",chain_type:"cosmos",chain_id:"nois-1",bech32_prefix:"nois",daemon_name:"noisd",node_home:"$HOME/.noisd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unois",fixed_min_gas_price:.05,low_gas_price:.05,average_gas_price:.05,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"unois"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.45.15",cosmwasm_enabled:!0,cosmwasm_version:"v0.31.0"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",theme:{primary_color_hex:"#0C0914"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg",theme:{primary_color_hex:"#0c0c14"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png"},apis:{rpc:[{address:"https://nois-rpc.nysa.network",provider:"nysa.network"},{address:"https://nois.rpc.bccnodes.com",provider:"BccNodes"},{address:"https://nois-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-nois.mib.tech/",provider:"MadeInBlock"},{address:"https://m-nois.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"http://nois.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-nois.ezstaking.dev",provider:"EZStaking"},{address:"https://nois-mainnet-rpc.itrocket.net",provider:"itrocket"},{address:"https://rpc-nois.d-stake.xyz",provider:"D-Stake"},{address:"https://rpc-nois.sr20de.xyz",provider:"SR20DE"},{address:"https://nois-mainnet-rpc.autostake.com",provider:"AutoStake"},{address:"https://nois-rpc.polkachu.com",provider:"Polkachu"},{address:"https://nois-rpc.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://rpc.nois.silentvalidator.com",provider:"silent"},{address:"https://nois-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.nois.cumulo.org.es",provider:"Cumulo"}],grpc:[{address:"https://nois-grpc.nysa.network",provider:"nysa.network"},{address:"nois.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"https://nois-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc.noismain.mcbnode.online",provider:"mcbnode"},{address:"http://nois.grpc.m.stavr.tech:191",provider:"\u{1F525}STAVR\u{1F525}"},{address:"nois-mainnet-grpc.itrocket.net:36090",provider:"itrocket"},{address:"nois-mainnet-grpc.itrocket.net:36090",provider:"itrocket"},{address:"https://grpc.nois.nodestake.top",provider:"NodeStake"},{address:"https://grpc-nois.d-stake.xyz",provider:"D-Stake"},{address:"https://grpc.nois.hexnodes.co",provider:"HexNodes"},{address:"https://grpc-nois.sr20de.xyz",provider:"SR20DE"},{address:"https://nois-testnet-grpc.autostake.com",provider:"AutoStake"},{address:"nois-grpc.polkachu.com:17390",provider:"Polkachu"},{address:"https://nois-grpc.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"grpc.nois.silentvalidator.com:443",provider:"silent"},{address:"nois-grpc.stakeandrelax.net:17390",provider:"Stake&Relax \u{1F9A5}"},{address:"grpc.nois.cumulo.org.es:443",provider:"Cumulo"}],rest:[{address:"https://m-nois.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://nois-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://lcd-nois.ezstaking.dev",provider:"EZStaking"},{address:"https://lcd-nois.mib.tech/",provider:"MadeInBlock"},{address:"https://nois.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://nois-mainnet-api.itrocket.net",provider:"itrocket"},{address:"https://api-nois.d-stake.xyz",provider:"D-Stake"},{address:"https://api-nois.sr20de.xyz",provider:"SR20DE"},{address:"https://nois-api.polkachu.com",provider:"Polkachu"},{address:"https://nois-rest.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://api.nois.silentvalidator.com",provider:"silent"},{address:"https://nois-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://api.nois.cumulo.org.es",provider:"Cumulo"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/nois",tx_page:"https://ezstaking.app/nois/txs/${txHash}",account_page:"https://ezstaking.app/nois/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/nois-mainnet",tx_page:"https://explorer.stavr.tech/nois-mainnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/nois-mainnet/account/${accountAddress}"},{kind:"BccNodes",url:"https://explorer.stavr.tech/nois-mainnet",tx_page:"https://explorer.bccnodes.com/nois-M/txs/${txHash}",account_page:"https://explorer.bccnodes.com/nois-M/account/${accountAddress}"},{kind:"explorers.guru",url:"https://nois.explorers.guru",tx_page:"https://nois.explorers.guru/transaction/${txHash}",account_page:"https://nois.explorers.guru/account/${accountAddress}"}],keywords:["nois","randomness","drand","wasm"]},{$schema:"../chain.schema.json",chain_name:"nolus",status:"live",website:"https://nolus.io/",network_type:"mainnet",pretty_name:"Nolus",chain_type:"cosmos",chain_id:"pirin-1",bech32_prefix:"nolus",daemon_name:"nolusd",node_home:"$HOME/.nolus",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unls",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"unls"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"nolus-protocol/cosmos-sdk v0.50.7-nolus-rc1",cosmwasm_enabled:!0,cosmwasm_version:"neutron-org/wasmd v0.51.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg"},description:"Elevate your game with up to 3x equity. Dive into a world of minimized risks and unlock the full potential of your assets.",apis:{rpc:[{address:"https://pirin-cl.nolus.network:26657",provider:"NolusProtocol"},{address:"https://nolus-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://nolus-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://nolus.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://rpc-nolus.architectnodes.com",provider:"Architect Nodes"},{address:"https://nolus.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://nolus-rpc.enigma-validator.com/",provider:"Enigma"},{address:"https://nolus-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-nolus.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://nolus-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://nolus-rpc.ibs.team",provider:"Inter Blockchain Services"}],rest:[{address:"https://pirin-cl.nolus.network:1317",provider:"NolusProtocol"},{address:"https://nolus-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://nolus-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-nolus.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://nolus.api.liveraven.net",provider:"LiveRaveN"},{address:"https://rest-nolus.architectnodes.com",provider:"Architect Nodes"},{address:"https://nolus.api.kjnodes.com",provider:"kjnodes"},{address:"https://nolus-lcd.enigma-validator.com/",provider:"Enigma"},{address:"https://nolus-api.w3coins.io",provider:"w3coins"},{address:"https://nolus-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://nolus-api.ibs.team",provider:"Inter Blockchain Services"}],grpc:[{address:"https://pirin-cl.nolus.network:9090",provider:"NolusProtocol"},{address:"nolus-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://nolus-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://nolus.grpc.liveraven.net",provider:"LiveRaveN"},{address:"grpc-nolus.architectnodes.com:1443",provider:"Architect Nodes"},{address:"grpc-nolus.cosmos-spaces.cloud:1190",provider:"Cosmos Spaces"},{address:"nolus.grpc.kjnodes.com:14390",provider:"kjnodes"},{address:"nolus-grpc.w3coins.io:19790",provider:"w3coins"},{address:"nolus-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"Nolus Explorer",url:"https://explorer.nolus.io/pirin-1",tx_page:"https://explorer.nolus.io/pirin-1/tx/${txHash}",account_page:"https://explorer.nolus.io/pirin-1/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/nolus",tx_page:"https://ping.pub/nolus/tx/${txHash}",account_page:"https://ping.pub/nolus/account/${accountAddress}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/nolus",tx_page:"https://explorer.nodexcapital.com/nolus/tx/${txHash}",account_page:"https://explorer.nodexcapital.com/nolus/account/${accountAddress}"},{kind:"Nodes Guru Explorer",url:"https://nolus.explorers.guru",tx_page:"https://nolus.explorers.guru/transaction/${txHash}"},{kind:"KJ Nodes Explorer",url:"https://explorer.kjnodes.com/nolus",tx_page:"https://explorer.kjnodes.com/nolus/tx/${txHash}",account_page:"https://explorer.kjnodes.com/nolus/account/${accountAddress}"}],keywords:["mainnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nolus/images/nolus.svg",theme:{primary_color_hex:"#fc542c"}}]},{$schema:"../chain.schema.json",chain_name:"nomic",status:"live",network_type:"mainnet",pretty_name:"Nomic",website:"https://nomic.io/",chain_type:"cosmos",chain_id:"nomic-stakenet-3",bech32_prefix:"nomic",daemon_name:"nomic",node_home:"$HOME/.nomic-stakenet-3",slip44:118,key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"unom",low_gas_price:0,average_gas_price:0,high_gas_price:0}]},staking:{staking_tokens:[{denom:"unom"}],lock_duration:{time:"1209600s"}},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg"},description:"The superior way to use Bitcoin in Cosmos DeFi. Use IBC to securely and efficiently bridge your BTC to Osmosis and more.",apis:{rpc:[{address:"https://stakenet-rpc.nomic.io:2096",provider:"nomic-io"},{address:"https://nomic-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://rpc-nomic.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc.nomic.basementnodes.ca:443",provider:"Basement Nodes \u26A1\uFE0F"},{address:"https://rpc.nomic.bronbro.io:443",provider:"Bro_n_Bro"}],rest:[{address:"https://app.nomic.io:8443",provider:"nomic-io"}]},explorers:[{kind:"bigdipper",url:"https://bigdipper.live/nomic",account_page:"https://bigdipper.live/nomic/accounts/${accountAddress}",tx_page:"https://bigdipper.live/nomic/transactions/${txHash}"},{kind:"Zenscan.io",url:"https://nomic.zenscan.io/index.php",account_page:"https://nomic.zenscan.io/address.php?address=${accountAddress}",tx_page:"https://nomic.zenscan.io/transaction.php?hash=${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/nomic",tx_page:"https://mainnet.whispernode.com/nomic/tx/${txHash}",account_page:"https://mainnet.whispernode.com/nomic/account/${accountAddress}"}],images:[{image_sync:{chain_name:"nomic",base_denom:"unom"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nomic/images/nom.svg",theme:{primary_color_hex:"#6404fc"}}],bech32_config:{bech32PrefixAccAddr:"nomic",bech32PrefixAccPub:"nomic",bech32PrefixConsAddr:"nomic",bech32PrefixConsPub:"nomic",bech32PrefixValAddr:"nomic",bech32PrefixValPub:"nomic"}},{$schema:"../chain.schema.json",chain_name:"nyx",status:"live",network_type:"mainnet",website:"https://nymtech.net/",pretty_name:"Nym",chain_type:"cosmos",chain_id:"nyx",bech32_prefix:"n",daemon_name:"nyxd",node_home:"$HOME/.nyxd",slip44:118,fees:{fee_tokens:[{denom:"unym",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04},{denom:"unyx",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"unyx"}],lock_duration:{time:"1814400s"}},codebase:{cosmwasm_enabled:!0},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg"},apis:{rpc:[{address:"https://rpc.nymtech.net/",provider:"Nym"},{address:"https://rpc.nyx.nodes.guru/",provider:"nodes guru"},{address:"https://rpc.nym.forbole.com/",provider:"forbole"},{address:"https://nym-mainnet-rpc.commodum.io/",provider:"commodum"},{address:"https://nym-rpc.polkachu.com/",provider:"Polkachu"}],rest:[{address:"https://nym-api.polkachu.com/",provider:"Polkachu"},{address:"https://api.nyx.nodes.guru/",provider:"nodes guru"},{address:"https://api.nymtech.net",provider:"Nym"}],grpc:[{address:"nym-grpc.polkachu.com:15390",provider:"Polkachu"},{address:"grpc.nymtech.net:443",provider:"Nym"}]},explorers:[{kind:"Nodes Guru explorer",url:"https://nym.explorers.guru/",tx_page:"https://nym.explorers.guru/transaction/${txHash}",account_page:"https://nym.explorers.guru/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/nyx",tx_page:"https://ezstaking.app/nyx/txs/${txHash}",account_page:"https://ezstaking.app/nyx/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/nyx",tx_page:"https://www.mintscan.io/nyx/transactions/${txHash}",account_page:"https://www.mintscan.io/nyx/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/nyx",tx_page:"https://ping.pub/nyx/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.svg",theme:{dark_mode:!1,circle:!0,primary_color_hex:"#151525"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_dark.svg",theme:{dark_mode:!0,circle:!0,primary_color_hex:"#141424"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyx/images/nym_token_light.png",theme:{primary_color_hex:"#151525"}}]},{$schema:"../chain.schema.json",chain_name:"octa",status:"live",network_type:"mainnet",pretty_name:"Octa",chain_type:"cosmos",chain_id:"octa",bech32_prefix:"octa",daemon_name:"octadaemon",node_home:"$HOME/.octa",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uocta",fixed_min_gas_price:0}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg"},apis:{rpc:[],rest:[]},explorers:[{kind:"Octa explorer",url:"http://explorer.octa-coin.com/",tx_page:"http://explorer.octa-coin.com/txs/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/octa/images/octa.svg",theme:{primary_color_hex:"#04a7f8"}}]},{$schema:"../chain.schema.json",chain_name:"odin",status:"killed",network_type:"mainnet",website:"https://odinprotocol.io/",pretty_name:"Odin Protocol",chain_type:"cosmos",chain_id:"odin-mainnet-freya",bech32_prefix:"odin",daemon_name:"odind",node_home:"$HOME/.odin",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"loki",fixed_min_gas_price:.0125,low_gas_price:.025,average_gas_price:.05,high_gas_price:.06}]},staking:{staking_tokens:[{denom:"loki"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"},apis:{rpc:[{address:"http://34.79.179.216:26657",provider:"Odin Protocol"},{address:"https://odin-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://odin-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],rest:[{address:"http://34.79.179.216:1317/",provider:"Odin Protocol"},{address:"https://odin-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://odin-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],grpc:[{address:"odin-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"odin-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"odin web",url:"https://mainnet.odinprotocol.io/",tx_page:"https://mainnet.odinprotocol.io/transactions/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/odin",tx_page:"https://ping.pub/odin/tx/${txHash}"}],images:[{image_sync:{chain_name:"odin"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"}]},{$schema:"../chain.schema.json",chain_name:"okexchain",status:"live",network_type:"mainnet",pretty_name:"OKExChain",chain_type:"cosmos",chain_id:"exchain-66",bech32_prefix:"ex",daemon_name:"exchaind",node_home:"$HOME/.exchaind",slip44:60,fees:{fee_tokens:[{denom:"wei",low_gas_price:2e8,average_gas_price:25e7,high_gas_price:4e8}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png"},apis:{rpc:[{address:"https://exchaintmrpc.okex.org",provider:"okx chain"}],rest:[]},explorers:[{kind:"OKLink",url:"https://www.oklink.com/en/okc",tx_page:"https://www.oklink.com/en/okc/tx/${txHash}",account_page:"https://www.oklink.com/en/okc/address/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/okexchain/images/okc.png",theme:{primary_color_hex:"#bbbbbb"}}]},{$schema:"../chain.schema.json",chain_name:"omniflixhub",status:"live",network_type:"mainnet",website:"https://omniflix.network/",pretty_name:"OmniFlix",chain_type:"cosmos",chain_id:"omniflixhub-1",daemon_name:"omniflixhubd",node_home:"$HOME/.omniflixhub",bech32_prefix:"omniflix",slip44:118,codebase:{cosmos_sdk_version:"v0.47.10",cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg"},fees:{fee_tokens:[{denom:"uflix",fixed_min_gas_price:0,low_gas_price:.001,average_gas_price:.0025,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"uflix"}]},description:"Decentralized media and network layer for Creators & Sovereign Communities powered by NFTs and related distribution protocols.",apis:{rpc:[{address:"https://omniflix-rpc.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://rpc.omniflix.nodestake.top",provider:"NodeStake"},{address:"https://rpc.omniflix.chaintools.tech/",provider:"ChainTools"},{address:"https://rpc-omniflixhub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://omniflixhub-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.omniflix.silentvalidator.com/",provider:"silent"},{address:"https://omniflixhub-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-omniflix.architectnodes.com",provider:"Architect Nodes"},{address:"https://omniflix-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc-omniflixhub.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://omniflix-rpc.dakshavalidator.in",provider:"Daksha Validator"},{address:"https://rpc-omniflix.mzonder.com:443",provider:"MZONDER"},{address:"https://rpc.omniflix.stakeup.tech:443",provider:"StakeUp"},{address:"https://rpc.omniflix.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://omniflix-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://mainnet.omniflix.rpc.srv.stakr.space",provider:"STAKR.space"}],rest:[{address:"https://api.omniflix.nodestake.top",provider:"NodeStake"},{address:"https://api-omniflixhub-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://omniflixhub-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-omniflixhub.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api.omniflix.silentvalidator.com/",provider:"silent"},{address:"https://omniflix-rest.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://omniflixhub-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-omniflix.architectnodes.com",provider:"Architect Nodes"},{address:"https://omniflix-rest.staketab.org",provider:"Staketab"},{address:"https://omniflix-api.dakshavalidator.in",provider:"Daksha Validator"},{address:"https://omniflix.api.staking-explorer.com",provider:"Daily DROP | 3% Fee"},{address:"https://api.omniflix.stakeup.tech",provider:"StakeUp"},{address:"https://lcd.omniflix.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://omniflix-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://mainnet.omniflix.api.srv.stakr.space",provider:"STAKR.space"}],grpc:[{address:"https://omniflix-grpc.kingnodes.com:443",provider:"kingnodes \u{1F451}"},{address:"grpc.omniflix.nodestake.top:443",provider:"NodeStake"},{address:"grpc-omniflixhub-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"omniflixhub-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc-omniflixhub.cosmos-spaces.cloud:2230",provider:"Cosmos Spaces"},{address:"omniflixhub-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-omniflix.architectnodes.com:1443",provider:"Architect Nodes"},{address:"services.staketab.com:9015",provider:"Staketab"},{address:"grpc-omniflix.mzonder.com:443",provider:"MZONDER"},{address:"grpc.omniflix.stakeup.tech:443",provider:"StakeUp"},{address:"https://grpc.omniflix.bronbro.io:443",provider:"Bro_n_Bro"},{address:"omniflix-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"mainnet.omniflix.grpc.stakr.space:39090",provider:"STAKR.space"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/omniflixhub",tx_page:"https://ezstaking.app/omniflixhub/txs/${txHash}",account_page:"https://ezstaking.app/omniflixhub/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/omniflix",tx_page:"https://www.mintscan.io/omniflix/transactions/${txHash}",account_page:"https://www.mintscan.io/omniflix/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/omniflixhub",tx_page:"https://atomscan.com/omniflixhub/transactions/${txHash}",account_page:"https://atomscan.com/omniflixhub/accounts/${accountAddress}"},{kind:"STAKR.space explorer",url:"https://explorer.stakr.space/omniflix/",tx_page:"https://explorer.stakr.space/omniflix/tx/${txHash}",account_page:"https://explorer.stakr.space/omniflix/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg",theme:{primary_color_hex:"#c33635"}}]},{$schema:"../chain.schema.json",chain_name:"onex",status:"live",website:"https://app.onomy.io/",network_type:"mainnet",pretty_name:"ONEX",chain_type:"cosmos",chain_id:"onex-mainnet-1",bech32_prefix:"onomy",daemon_name:"onexd",node_home:"$HOME/.onomy_onex",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"aonex",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"aonex"}]},codebase:{cosmos_sdk_version:"0.45.16"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png",theme:{primary_color_hex:"#000000"}}],apis:{rpc:[{address:"https://rpc.mainnet.onex.onomy.io",provider:"pendulum"}],rest:[{address:"https://rest.mainnet.onex.onomy.io",provider:"pendulum"}],grpc:[{address:"a.node.mainnet.onomy.io:19091",provider:"pendulum"}]},explorers:[{kind:"Dexplorer - must enter rpc link provided above",url:"https://dexplorer.cakralabs.site",tx_page:"https://dexplorer.cakralabs.site/txs/${txHash}",account_page:"https://dexplorer.cakralabs.site/${accountAddress}"}],keywords:["dex"],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png"}},{$schema:"../chain.schema.json",chain_name:"onomy",status:"live",network_type:"mainnet",website:"https://onomy.io/",pretty_name:"Onomy",chain_type:"cosmos",chain_id:"onomy-mainnet-1",bech32_prefix:"onomy",daemon_name:"onomyd",node_home:"$HOME/.onomyd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"anom",low_gas_price:0,average_gas_price:.03,high_gas_price:.06}]},staking:{staking_tokens:[{denom:"anom"}]},codebase:{cosmos_sdk_version:"onomyprotocol/onomy-sdk v0.45.16-onomy-dev"},apis:{rpc:[{address:"https://rpc-mainnet.onomy.io",provider:"onomy"},{address:"https://onomy-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],rest:[{address:"https://rest-mainnet.onomy.io",provider:"onomy"},{address:"https://onomy-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],grpc:[]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/onomy-protocol",tx_page:"https://www.mintscan.io/onomy-protocol/transactions/${txHash}",account_page:"https://www.mintscan.io/onomy-protocol/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/onomy",tx_page:"https://ezstaking.app/onomy/txs/${txHash}",account_page:"https://ezstaking.app/onomy/account/${accountAddress}"}],keywords:["dex","stablecoin","bridge","staking","ics","rwa"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/onomy/images/nom.svg",theme:{primary_color_hex:"#1c1c28"}}]},{$schema:"../chain.schema.json",chain_name:"oraichain",status:"live",network_type:"mainnet",website:"https://orai.io/",pretty_name:"Oraichain",chain_type:"cosmos",chain_id:"Oraichain",bech32_prefix:"orai",daemon_name:"oraid",node_home:"$WORKSPACE/.oraid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"orai",fixed_min_gas_price:0,low_gas_price:.003,average_gas_price:.005,high_gas_price:.007}]},staking:{staking_tokens:[{denom:"orai"}]},codebase:{cosmwasm_enabled:!0,cosmwasm_version:"0.30.2"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg"},apis:{rpc:[{address:"https://rpc.orai.io",provider:"oraichain-team"},{address:"https://rpc.orai.pfc.zone/",provider:"PFC"},{address:"https://rpc-orai.nodine.id/",provider:"Nodine.ID"},{address:"https://oraichain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-oraichain.mms.team",provider:"MMS"},{address:"https://rpc-orai.blockval.io/",provider:"Blockval"},{address:"https://mainnet-orai-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://rpc.orai.mortysnode.nl",provider:"Morty's Nodes"},{address:"https://orai.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://oraichain-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"http://lcd.orai.io",provider:"oraichain-team"},{address:"https://oraichain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api-oraichain.mms.team",provider:"MMS"},{address:"https://api-orai.blockval.io",provider:"Blockval"},{address:"https://mainnet-orai-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://orai.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://oraichain-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc-oraichain.mms.team:443",provider:"MMS"},{address:"grpc.orai.pfc.zone:443",provider:"PFC"},{address:"oraichain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-orai.blockval.io:9390",provider:"Blockval"},{address:"mainnet-orai.konsortech.xyz:33090",provider:"KonsorTech"},{address:"orai.grpc.m.stavr.tech:110",provider:"\u{1F525}STAVR\u{1F525}"},{address:"oraichain-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"oraiscan",url:"https://scan.orai.io",tx_page:"https://scan.orai.io/txs/${txHash}"},{kind:"Nodine Explorer",url:"https://explorer.co.id/orai",tx_page:"https://explorer.co.id/orai/tx/${txHash}"},{kind:"Blockval Explorer",url:"https://explorer.blockval.io/oraichain",tx_page:"https://explorer.blockval.io/oraichain/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/orai",tx_page:"https://atomscan.com/orai/transactions/${txHash}",account_page:"https://atomscan.com/orai/accounts/${accountAddress}"},{kind:"KonsorTech Explorer",url:"https://explorer.konsortech.xyz/oraichain",tx_page:"https://explorer.konsortech.xyz/oraichain/transactions/${txHash}",account_page:"https://explorer.konsortech.xyz/oraichain/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/Orai-Mainnet",tx_page:"https://explorer.stavr.tech/Orai-Mainnet/transactions/${txHash}",account_page:"https://explorer.stavr.tech/Orai-Mainnet/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"osmosis",status:"live",network_type:"mainnet",website:"https://osmosis.zone/",update_link:"https://raw.githubusercontent.com/osmosis-labs/osmosis/main/chain.schema.json",pretty_name:"Osmosis",chain_type:"cosmos",chain_id:"osmosis-1",bech32_prefix:"osmo",daemon_name:"osmosisd",node_home:"$HOME/.osmosisd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uosmo",fixed_min_gas_price:.0025,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uosmo"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"osmosis-labs/cosmos-sdk v0.47.5-v25-osmo-1",cosmwasm_enabled:!0,cosmwasm_version:"osmosis-labs/wasmd v0.45.0-osmo"},images:[{image_sync:{chain_name:"osmosis",base_denom:"uosmo"},svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"}],logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"},description:`Osmosis (OSMO) is the premier DEX and cross-chain DeFi hub within the Cosmos ecosystem, a network of over 50 sovereign, interoperable blockchains seamlessly connected through the Inter-Blockchain Communication Protocol (IBC). Pioneering in its approach, Osmosis offers a dynamic trading and liquidity provision experience, integrating non-IBC assets from other ecosystems, including Ethereum, Solana, Avalanche, and Polkadot. Initially adopting Balancer-style pools, Osmosis now also features a concentrated liquidity model that is orders of magnitude more capital efficient, meaning that significantly less liquidity is required to handle the same amount of trading volume with minimal slippage.
72
+
73
+ As a true appchain, Osmosis has greater control over the full blockchain stack than traditional smart contract DEXs, which must follow the code of the parent chain that it is built on. This fine-grained control has enabled, for example, the development of Superfluid Staking, an extension of Proof of Stake that allows assets at the application layer to be staked to secure the chain. The customizability of appchains also allows implementing features like the Protocol Revenue module, which enables Osmosis to conduct on-chain arbitrage on behalf of OSMO stakers, balancing prices across pools while generating real yield revenue from this volume. Additionally, as a sovereign appchain, Osmosis governance can vote on upgrades to the protocol. One example of this was the introduction of a Taker Fee, which switched on the collection of exchange fees to generate diverse yield from Osmosis volume and distribute it to OSMO stakers.
74
+
75
+ Osmosis is bringing the full centralized exchange experience to the decentralized world by building a cross-chain native DEX and trading suite that connects all chains over IBC, including Ethereum and Bitcoin. To reach this goal, Osmosis hosts an ever-expanding suite of DeFi applications aimed at providing a one-stop experience that includes lending, credit, margin, DeFi strategy vaults, power perps, fiat on-ramps, NFTs, stablecoins, and more \u2014 all of the functionalities that centralized exchange offer and more, in the trust-minimized environment of decentralized finance.`,apis:{rpc:[{address:"https://rpc.osmosis.zone/",provider:"Osmosis Foundation"},{address:"https://rpc-osmosis.blockapsis.com",provider:"chainapsis"},{address:"https://osmosis-rpc.onivalidator.com",provider:"Oni Validator \u26E9\uFE0F"},{address:"https://osmosis-rpc.quickapi.com:443",provider:"Chainlayer"},{address:"https://rpc-osmosis.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://osmosis-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-osmosis.ecostake.com",provider:"ecostake"},{address:"https://rpc-osmosis.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://osmosis-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-osmosis-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://osmosis.rpc.stakin-nodes.com",provider:"Stakin"},{address:"https://osmosis-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://osmosis.api.onfinality.io/public",provider:"OnFinality"},{address:"https://rpc-osmosis-01.stakeflow.io",provider:"Stakeflow"},{address:"https://osmosis-rpc.w3coins.io",provider:"w3coins"},{address:"https://osmosis-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/osmosis/trpc",provider:"PRO Delegators"},{address:"http://rpc-osmosis.freshstaking.com:31657",provider:"FreshSTAKING"},{address:"https://osmosis-rpc.stake-town.com",provider:"StakeTown"},{address:"https://osmosis-mainnet.rpc.l0vd.com:443",provider:"L0vd.com \u2764\uFE0F"},{address:"https://osmosis-rpc.reece.sh",provider:"Reecepbcups"},{address:"https://rpc.osmosis.validatus.com",provider:"Validatus"},{address:"https://rpc.osmosis.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://osmosis.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://public.stakewolle.com/cosmos/osmosis/rpc",provider:"Stakewolle"},{address:"https://rpc.cros-nest.com/osmosis",provider:"Crosnest"},{address:"https://rpc-osmo.kewrnode.com",provider:"Kewr Node"},{address:"https://rpc.osmosis.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://osmosis-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://lcd.osmosis.zone/",provider:"Osmosis Foundation"},{address:"https://rest.osmosis.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://osmosis-lcd.quickapi.com:443",provider:"Chainlayer"},{address:"https://lcd-osmosis.blockapsis.com",provider:"chainapsis"},{address:"https://osmosis-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rest-osmosis.ecostake.com",provider:"ecostake"},{address:"https://api-osmosis-ia.cosmosia.notional.ventures",provider:"Notional"},{address:"https://api-osmosis.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://osmosis-api.polkachu.com",provider:"Polkachu"},{address:"https://osmosis.rest.stakin-nodes.com",provider:"Stakin"},{address:"https://osmosis-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api-osmosis-01.stakeflow.io",provider:"Stakeflow"},{address:"https://osmosis-api.w3coins.io",provider:"w3coins"},{address:"https://lcd-osmosis.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://osmosis-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/osmosis/crpc",provider:"PRO Delegators"},{address:"https://osmosis-api.stake-town.com",provider:"StakeTown"},{address:"https://osmosis-api.reece.sh",provider:"Reecepbcups"},{address:"https://api.osmosis.validatus.com:443",provider:"Validatus"},{address:"https://lcd.osmosis.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://osmosis-rest.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://public.stakewolle.com/cosmos/osmosis/rest",provider:"Stakewolle"},{address:"https://rest.cros-nest.com/osmosis",provider:"Crosnest"},{address:"https://rest-osmo.kewrnode.com",provider:"Kewr Node"},{address:"https://osmosis-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"osmosis-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc-osmosis-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"osmosis.grpc.stakin-nodes.com:443",provider:"Stakin"},{address:"osmosis-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-osmosis.cosmos-spaces.cloud:1130",provider:"Cosmos Spaces"},{address:"grpc-osmosis-01.stakeflow.io:6754",provider:"Stakeflow"},{address:"services.staketab.com:9010",provider:"Staketab"},{address:"osmosis-grpc.w3coins.io:12590",provider:"w3coins"},{address:"grpc-osmosis.mms.team:443",provider:"MMS"},{address:"osmosis-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"osmosis-grpc.stake-town.com:443",provider:"StakeTown"},{address:"https://grpc-osmosis.nodeist.net",provider:"Nodeist"},{address:"osmosis-mainnet.grpc.l0vd.com:80",provider:"L0vd.com \u2764\uFE0F"},{address:"grpc-osmosis.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"grpc.osmosis.validatus.com:443",provider:"Validatus"},{address:"https://grpc.osmosis.bronbro.io:443",provider:"Bro_n_Bro"},{address:"osmosis-grpc.noders.services:10090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/osmosis",tx_page:"https://ezstaking.app/osmosis/txs/${txHash}",account_page:"https://ezstaking.app/osmosis/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/osmosis",tx_page:"https://www.mintscan.io/osmosis/transactions/${txHash}",account_page:"https://www.mintscan.io/osmosis/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/osmosis",tx_page:"https://ping.pub/osmosis/tx/${txHash}"},{kind:"explorers.guru",url:"https://osmosis.explorers.guru",tx_page:"https://osmosis.explorers.guru/transaction/${txHash}",account_page:"https://osmosis.explorers.guru/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/osmosis",tx_page:"https://atomscan.com/osmosis/transactions/${txHash}",account_page:"https://atomscan.com/osmosis/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/osmosis",tx_page:"https://explorer.tcnetwork.io/osmosis/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/osmosis/account/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/osmosis",account_page:"https://stakeflow.io/osmosis/accounts/${accountAddress}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/osmosis",tx_page:"https://exp.nodeist.net/osmosis/tx/${txHash}"},{kind:"L0vd.com \u2764\uFE0F",url:"https://explorers.l0vd.com/osmosis-mainnet",tx_page:"https://explorers.l0vd.com/osmosis-mainnet/tx/${txHash}"},{kind:"Chainscope",url:"https://chainsco.pe/osmosis",tx_page:"https://chainsco.pe/osmosis/tx/${txHash}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/osmosis",tx_page:"https://mainnet.whispernode.com/osmosis/tx/${txHash}",account_page:"https://mainnet.whispernode.com/osmosis/account/${accountAddress}"}],keywords:["dex"]},{$schema:"../chain.schema.json",chain_name:"paloma",status:"live",network_type:"mainnet",website:"https://palomachain.com/",pretty_name:"Paloma",chain_type:"cosmos",chain_id:"tumbler",bech32_prefix:"paloma",daemon_name:"palomad",node_home:"$HOME/.paloma",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ugrain",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"ugrain"}]},codebase:{cosmos_sdk_version:"v0.50.6"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/paloma/images/paloma.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/paloma/images/paloma.svg"},apis:{rpc:[{address:"https://rpc-1.paloma.nodes.guru/",provider:"Nodes.Guru"}]},explorers:[{kind:"explorers.guru",url:"https://paloma.explorers.guru/",tx_page:"https://paloma.explorers.guru/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/paloma/images/paloma.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/paloma/images/paloma.svg"}]},{$schema:"../chain.schema.json",chain_name:"panacea",status:"live",network_type:"mainnet",website:"https://medibloc.com/en/",pretty_name:"Medibloc",chain_type:"cosmos",chain_id:"panacea-3",bech32_prefix:"panacea",daemon_name:"panacead",node_home:"$HOME/.panacead",key_algos:["secp256k1"],slip44:371,fees:{fee_tokens:[{denom:"umed",fixed_min_gas_price:5,low_gas_price:5,average_gas_price:7,high_gas_price:9}]},staking:{staking_tokens:[{denom:"umed"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg"},apis:{rpc:[{address:"https://rpc.gopanacea.org",provider:"medibloc"},{address:"https://panacea-rpc.staketab.org:443",provider:"Staketab"}],rest:[{address:"https://api.gopanacea.org",provider:"medibloc"},{address:"https://panacea-rest.staketab.org",provider:"Staketab"}],grpc:[{address:"services.staketab.com:9400",provider:"Staketab"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/medibloc",tx_page:"https://www.mintscan.io/medibloc/transactions/${txHash}",account_page:"https://www.mintscan.io/medibloc/accounts/${accountAddress}"},{kind:"bigdipper",url:"https://explorer.gopanacea.org",tx_page:"https://explorer.gopanacea.org/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.svg",theme:{primary_color_hex:"#2474ec"}}]},{$schema:"../chain.schema.json",chain_name:"passage",chain_type:"cosmos",chain_id:"passage-2",pre_fork_chain_name:"passage1",pretty_name:"Passage",status:"live",network_type:"mainnet",website:"https://passage3d.com/",bech32_prefix:"pasg",daemon_name:"passage",node_home:"$HOME/.passage",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"upasg",fixed_min_gas_price:0,low_gas_price:.001,average_gas_price:.0025,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"upasg"}]},codebase:{cosmos_sdk_version:"v0.45.16",cosmwasm_version:"v0.31.0"},apis:{rpc:[{address:"https://rpc.passage.vitwit.com",provider:"vitwit"},{address:"https://passage-rpc.staketab.org:443",provider:"Staketab"},{address:"https://rpc-passage.ecostake.com",provider:"ecostake"},{address:"https://passage-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-passage-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-passage.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://rpc.passage.nodestake.top",provider:"NodeStake"},{address:"https://passage-rpc.polkachu.com",provider:"Polkachu"},{address:"https://passage-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rpc-passage.d-stake.xyz",provider:"D-stake"},{address:"https://rpc-passage.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://passage-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://passage-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://passage-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://passage-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc-passage.mainnet.validatrium.club",provider:"Validatrium"},{address:"https://rpc.passage.silentvalidator.com",provider:"silent"},{address:"https://passage-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://api.passage.vitwit.com",provider:"vitwit"},{address:"https://passage-rest.staketab.org",provider:"Staketab"},{address:"https://rest-passage.ecostake.com",provider:"ecostake"},{address:"https://passage-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-passage.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api-passage-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://api.passage.nodestake.top",provider:"NodeStake"},{address:"https://passage-api.polkachu.com",provider:"Polkachu"},{address:"https://passage-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://api-passage.d-stake.xyz",provider:"D-stake"},{address:"https://passage-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lcd-passage.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://passage-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://passage-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://passage-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://api-passage.mainnet.validatrium.club",provider:"Validatrium"},{address:"https://api.passage.silentvalidator.com",provider:"silent"},{address:"https://passage-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"grpc-passage-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"passage-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"passage-grpc.polkachu.com:15690",provider:"Polkachu"},{address:"grpc-passage.cosmos-spaces.cloud:2320",provider:"Cosmos Spaces"},{address:"grpc.passage.nodestake.top:443",provider:"NodeStake"},{address:"passage-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"services.staketab.com:9023",provider:"Staketab"},{address:"passage-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"passage-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"passage-grpc.stakeandrelax.net:15690",provider:"Stake&Relax \u{1F9A5}"},{address:"grpc-passage.mainnet.validatrium.club:20590",provider:"Validatrium"},{address:"grpc.passage.silentvalidator.com:443",provider:"silent"}]},explorers:[{kind:"aneka",url:"https://passage.aneka.io",tx_page:"https://passage.aneka.io/txs/${txHash}",account_page:"https://passage.aneka.io/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/passage",tx_page:"https://www.mintscan.io/passage/transactions/${txHash}",account_page:"https://www.mintscan.io/passage/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/passage",tx_page:"https://ezstaking.app/passage/txs/${txHash}",account_page:"https://ezstaking.app/passage/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/passage",tx_page:"https://atomscan.com/passage/transactions/${txHash}",account_page:"https://atomscan.com/passage/accounts/${accountAddress}"},{kind:"cosmotracker",url:"https://cosmotracker.com/passage",tx_page:"https://cosmotracker.com/passage/tx/${txHash}",account_page:"https://cosmotracker.com/passage/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/passage",tx_page:"https://mainnet.whispernode.com/passage/tx/${txHash}",account_page:"https://mainnet.whispernode.com/passage/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",theme:{primary_color_hex:"#05050c"}}]},{$schema:"../chain.schema.json",chain_name:"passage1",chain_type:"cosmos",chain_id:"passage-1",pretty_name:"Passage",status:"killed",network_type:"mainnet",website:"https://passage3d.com/",bech32_prefix:"pasg",daemon_name:"passage",node_home:"$HOME/.passage",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"upasg",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"upasg"}]},codebase:{},explorers:[{kind:"aneka",url:"https://passage.aneka.io",tx_page:"https://passage.aneka.io/txs/${txHash}",account_page:"https://passage.aneka.io/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/passage",tx_page:"https://www.mintscan.io/passage/txs/${txHash}",account_page:"https://www.mintscan.io/passage/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/passage",tx_page:"https://ezstaking.app/passage/txs/${txHash}",account_page:"https://ezstaking.app/passage/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/passage",tx_page:"https://atomscan.com/passage/transactions/${txHash}",account_page:"https://atomscan.com/passage/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png",theme:{primary_color_hex:"#05050c"}}]},{$schema:"../chain.schema.json",chain_name:"persistence",chain_type:"cosmos",chain_id:"core-1",pretty_name:"Persistence",status:"live",network_type:"mainnet",website:"https://persistence.one/",bech32_prefix:"persistence",daemon_name:"persistenceCore",node_home:"$HOME/.persistenceCore",key_algos:["secp256k1"],slip44:118,alternative_slip44s:[750],fees:{fee_tokens:[{denom:"uxprt",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uxprt"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"persistenceOne/cosmos-sdk v0.47.10-lsm-rc0",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"},description:"Persistence is an app chain for Liquid Staking powering an ecosystem of DeFi applications focused on unlocking the liquidity of staked assets.",apis:{rpc:[{address:"https://rpc.core.persistence.one",provider:"Persistence"},{address:"https://rpc-persistent-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://persistence.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://persistence-rpc.polkachu.com",provider:"Polkachu"},{address:"https://persistence-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://rpc-persistence.architectnodes.com",provider:"Architect Nodes"},{address:"https://rpc-persistence.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://persistence-mainnet-rpc.cosmonautstakes.com",provider:"Cosmonaut Stakes"},{address:"https://persistence-rpc.quantnode.tech",provider:"QuantNode"},{address:"https://persistence-rpc.zenscape.one",provider:"Zenscape"},{address:"https://persistence-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://persistence-rpc.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://rpc.persistence.posthuman.digital:443",provider:"POSTHUMAN\u221EDVS"},{address:"https://rpc-persistence-01.stakeflow.io",provider:"Stakeflow"},{address:"https://persistence-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://persistence-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://persistence-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.persistence.validatus.com",provider:"Validatus"},{address:"https://public.stakewolle.com/cosmos/persistence/rpc",provider:"Stakewolle"},{address:"https://xprt-rpc.antrixy.org/",provider:"Antrix Validators"},{address:"https://persistence-rpc.stake-town.com",provider:"StakeTown"}],rest:[{address:"https://rest.core.persistence.one",provider:"Persistence"},{address:"https://api-persistent-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://persistence.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://persistence-api.polkachu.com",provider:"Polkachu"},{address:"https://api-persistence.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://persistence-api.kleomedes.network",provider:"Kleomedes"},{address:"https://rest-persistence.architectnodes.com",provider:"Architect Nodes"},{address:"https://persistence-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://persistence-mainnet-rest.cosmonautstakes.com",provider:"Cosmonaut Stakes"},{address:"https://persistence-lcd.quantnode.tech",provider:"QuantNode"},{address:"https://persistence-rest.zenscape.one",provider:"Zenscape"},{address:"https://persistence-api.stakeandrelax.net",provider:"Stake&Relax Validator \u{1F9A5}"},{address:"https://rest.persistence.posthuman.digital:443",provider:"POSTHUMAN\u221EDVS"},{address:"https://api-persistence-01.stakeflow.io",provider:"Stakeflow"},{address:"https://persistence-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://persistence-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://persistence-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://api.persistence.validatus.com",provider:"Validatus"},{address:"https://public.stakewolle.com/cosmos/persistence/rest",provider:"Stakewolle"},{address:"https://xprt-rest.antrixy.org/",provider:"Antrix Validators"},{address:"https://persistence-api.stake-town.com",provider:"StakeTown"}],grpc:[{address:"grpc.core.persistence.one:443",provider:"Persistence"},{address:"grpc-persistent-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"persistence.grpc.m.stavr.tech:410",provider:"\u{1F525}STAVR\u{1F525}"},{address:"persistence-grpc.polkachu.com:15490",provider:"Polkachu"},{address:"persistence-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc.persistence.posthuman.digital:80",provider:"POSTHUMAN\u221EDVS"},{address:"grpc-persistence.cosmos-spaces.cloud:1180",provider:"Cosmos Spaces"},{address:"141.95.33.97:9090",provider:"Stakewolle.com | Auto-compound"},{address:"grpc-persistence-01.stakeflow.io:49090",provider:"Stakeflow"},{address:"persistence-grpc.w3coins.io:15490",provider:"w3coins"},{address:"persistence-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"persistence-grpc.stakeandrelax.net:15490",provider:"Stake&Relax \u{1F9A5}"},{address:"grpc.persistence.validatus.com",provider:"Validatus"},{address:"https://xprt-grpc.antrixy.org/",provider:"Antrix Validators"},{address:"persistence-grpc.stake-town.com:443",provider:"StakeTown"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/persistence",tx_page:"https://www.mintscan.io/persistence/transactions/${txHash}",account_page:"https://www.mintscan.io/persistence/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/persistence",tx_page:"https://ezstaking.app/persistence/txs/${txHash}",account_page:"https://ezstaking.app/persistence/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/persistence",tx_page:"https://ping.pub/persistence/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Persistence-Mainnet",tx_page:"https://explorer.stavr.tech/Persistence-Mainnet/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/persistence",tx_page:"https://atomscan.com/persistence/transactions/${txHash}",account_page:"https://atomscan.com/persistence/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/persistence",account_page:"https://stakeflow.io/persistence/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg",theme:{primary_color_hex:"#242424"}}]},{$schema:"../chain.schema.json",chain_name:"planq",status:"live",network_type:"mainnet",website:"https://planq.network/",pretty_name:"Planq",chain_type:"cosmos",chain_id:"planq_7070-2",bech32_prefix:"plq",node_home:"$HOME/.planqd",daemon_name:"planqd",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"aplanq",fixed_min_gas_price:2e10,low_gas_price:3e10,average_gas_price:35e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"aplanq"}]},codebase:{cosmos_sdk_version:"v0.46.3"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg"},apis:{rpc:[{address:"https://rpc.planq.network",provider:"planq.network"},{address:"https://planq.rpc.bccnodes.com",provider:"BccNodes"},{address:"https://planq.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.planq.nodestake.top",provider:"NodeStake"},{address:"https://planq-rpc.kynraze.com",provider:"Kynraze"},{address:"https://rpc.planq.indonode.net",provider:"Indonode"},{address:"https://rpc.planq.roomit.xyz",provider:"Roomit"},{address:"https://planq-rpc.genznodes.dev",provider:"genznodes"},{address:"https://rpc.planq.safeblock.space",provider:"Safe Block"},{address:"https://planq.rpc.skynodejs.net",provider:"skynodejs"},{address:"https://planq-rpc.stake-town.com",provider:"StakeTown"},{address:"https://mainnet-planq-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://planq_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://rpc-planq.blockval.io",provider:"Blockval"}],rest:[{address:"https://rest.planq.network",provider:"planq.network"},{address:"https://planq.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.planq.nodestake.top",provider:"NodeStake"},{address:"https://planq-api.kynraze.com",provider:"Kynraze"},{address:"https://api.planq.indonode.net",provider:"Indonode"},{address:"https://api.planq.roomit.xyz",provider:"Roomit"},{address:"https://planq-api.genznodes.dev",provider:"genznodes"},{address:"https://api.planq.safeblock.space",provider:"Safe Block"},{address:"https://planq.api.skynodejs.net",provider:"skynodejs"},{address:"https://planq-api.stake-town.com",provider:"StakeTown"},{address:"https://mainnet-planq-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://planq_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://api-planq.blockval.io",provider:"Blockval"}],grpc:[{address:"grpc.planq.network:443",provider:"planq.network"},{address:"planq.grpc.m.stavr.tech:2070",provider:"\u{1F525}STAVR\u{1F525}"},{address:"planq.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"grpc.planq.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc-planq.nodine.id",provider:"Nodine.id"},{address:"https://grpc-planq.sxlzptprjkt.xyz:443",provider:"sxlzptprjkt | VALIDATOR"},{address:"https://grpc.planq.nodexcapital.com:443",provider:"NodeX Validator"},{address:"grpc.planq.roomit.xyz:8443",provider:"Roomit"},{address:"https://grpc.planq.hexnodes.co:33090",provider:"Hexnodes"},{address:"planq-grpc.genznodes.dev:28090",provider:"genznodes"},{address:"grpc.planq.safeblock.space:9090",provider:"Safe Block"},{address:"https://planq.grpc.skynodejs.net",provider:"skynodejs"},{address:"planq-grpc.stake-town.com:443",provider:"StakeTown"},{address:"mainnet-planq.konsortech.xyz:10090",provider:"KonsorTech"},{address:"https://grpc-planq.blockval.io",provider:"Blockval"}],"evm-http-jsonrpc":[{address:"https://evm-rpc.planq.network",provider:"planq.network"},{address:"https://jsonrpc.planq.nodestake.top",provider:"NodeStake"},{address:"https://rpc-evm-planq.sxlzptprjkt.xyz",provider:"sxlzptprjkt | VALIDATOR"},{address:"https://jsonrpc.planq.nodexcapital.com",provider:"NodeX Validator"},{address:"https://planq-rpc-evm.genznodes.dev",provider:"genznodes"},{address:"https://evm.planq.safeblock.space",provider:"Safe Block"},{address:"https://planq-jsonrpc.stake-town.com",provider:"StakeTown"},{address:"https://mainnet-planq-evmrpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://planq_mainnet_evm.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://evm.planq.roomit.xyz",provider:"Roomit"}]},explorers:[{kind:"bigdipper",url:"https://explorer.planq.network",tx_page:"https://explorer.planq.network/transactions/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Planq-Mainnet",tx_page:"https://explorer.stavr.tech/Planq-Mainnet/tx/${txHash}"},{kind:"blockscout",url:"https://evm.planq.network",tx_page:"https://evm.planq.network/tx/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/planq",tx_page:"https://explorer.nodestake.top/planq/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/planq",tx_page:"https://explorer.tcnetwork.io/planq/transaction/${txHash}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/planq-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/planq-mainnet/transaction/${txHash}"},{kind:"Kynraze",url:"https://explorer.kynraze.com/planq",tx_page:"https://explorer.kynraze.com/planq/tx/${txHash}"},{kind:"THE EXPLORER",url:"https://explorer.sxlzptprjkt.xyz/planq",tx_page:"https://explorer.sxlzptprjkt.xyz/planq/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/planq",tx_page:"https://explorer.nodexcapital.com/planq/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/planq",tx_page:"https://atomscan.com/planq/transactions/${txHash}",account_page:"https://atomscan.com/planq/accounts/${accountAddress}"},{kind:"Indonode",url:"https://explorer.indonode.net/planq",tx_page:"https://explorer.indonode.net/planq/tx/${txHash}"},{kind:"Safe Block",url:"https://explorer.safeblock.space/planq",tx_page:"https://explorer.safeblock.space/planq/tx/${txHash}"},{kind:"KonsorTech",url:"https://explorer.konsortech.xyz/planq",tx_page:"https://explorer.konsortech.xyz/planq/tx/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/planq",tx_page:"https://explorer.whenmoonwhenlambo.money/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg",theme:{primary_color_hex:"#d4f3fb"}}]},{$schema:"../chain.schema.json",chain_name:"point",status:"live",network_type:"mainnet",pretty_name:"Point Network",chain_type:"cosmos",chain_id:"point_10687-1",bech32_prefix:"point",node_home:"$HOME/.pointd",daemon_name:"pointd",slip44:60,fees:{fee_tokens:[{denom:"apoint",low_gas_price:5e9,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"apoint"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg"},apis:{rpc:[{address:"https://rpc-mainnet-1.point.space:26657",provider:"Point Network"},{address:"https://rpc.point.nodestake.top",provider:"NodeStake"},{address:"https://point.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.point.indonode.net",provider:"Indonode"}],rest:[{address:"https://rpc-mainnet-1.point.space:1317",provider:"Point Network"},{address:"https://point.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.point.nodestake.top",provider:"NodeStake"},{address:"https://api.point.indonode.net",provider:"Indonode"}],grpc:[{address:"grpc.point.nodestake.top:443",provider:"NodeStake"},{address:"point.grpc.m.stavr.tech:2050",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://grpc.point.nodexcapital.com",provider:"\u26A1NodeX Validator\u26A1"},{address:"https://grpc.point.indonode.net:21090",provider:"Indonode"}],"evm-http-jsonrpc":[{address:"https://rpc-mainnet-1.point.space",provider:"Point Network"},{address:"https://jsonrpc.point.nodestake.top",provider:"NodeStake"}]},explorers:[{kind:"blockscout",url:"https://explorer.pointnetwork.io/",tx_page:"https://explorer.pointnetwork.io/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Point-Mainnet",tx_page:"https://explorer.stavr.tech/Point-Mainnet/tx/${txHash}"},{kind:"ping.pub",url:"https://cosmos.pointnetwork.io/",tx_page:"https://cosmos.pointnetwork.io/point/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/point",tx_page:"https://explorer.nodexcapital.com/point/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/point",tx_page:"https://atomscan.com/point/transactions/${txHash}",account_page:"https://atomscan.com/point/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/point/images/point-logo.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"provenance",status:"live",network_type:"mainnet",website:"https://provenance.io/",pretty_name:"Provenance",chain_type:"cosmos",chain_id:"pio-mainnet-1",bech32_prefix:"pb",daemon_name:"provenanced",node_home:"$HOME/Provenance",key_algos:["secp256k1"],slip44:505,fees:{fee_tokens:[{denom:"nhash",fixed_min_gas_price:1905,low_gas_price:1905,average_gas_price:2100,high_gas_price:2500}]},staking:{staking_tokens:[{denom:"nhash"}]},codebase:{cosmos_sdk_version:"0.46.13",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg"},apis:{rpc:[{address:"https://rpc-provenance.takeshi.team/",provider:"TAKESHI"},{address:"https://rpc.provenance.io/",provider:"Figure"},{address:"https://rpc-provenance-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://provenance-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://provenance-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://provenance-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://rpc.provenance.blockval.io/",provider:"Blockval"},{address:"https://provenance-rpc.panthea.eu",provider:"Panthea EU"},{address:"https://provenance_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://rpc.pio-mainnet-1.provenance.aviaone.com",provider:"AVIAONE \u{1F7E2}"}],rest:[{address:"https://api-provenance.takeshi.team",provider:"TAKESHI"},{address:"https://provenance-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://api.provenance.io",provider:"Figure"},{address:"https://provenance.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-provenance-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://provenance-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://provenance-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://api.provenance.blockval.io",provider:"Blockval"},{address:"https://provenance-api.panthea.eu",provider:"Panthea EU"},{address:"https://provenance_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://api.pio-mainnet-1.provenance.aviaone.com",provider:"AVIAONE \u{1F7E2}"}],grpc:[{address:"grpc-provenance.takeshi.team:443",provider:"TAKESHI"},{address:"provenance-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-provenance-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"grpc.provenance.blockval.io:9290",provider:"Blockval"},{address:"provenance-grpc.panthea.eu:16780",provider:"Panthea EU"},{address:"grpc.pio-mainnet-1.provenance.aviaone.com:9231",provider:"AVIAONE \u{1F7E2}"}]},explorers:[{kind:"Provenance",url:"https://explorer.provenance.io",tx_page:"https://explorer.provenance.io/tx/${txHash}"},{kind:"hubble",url:"https://hubble.figment.io/provenance/chains/pio-mainnet-1",tx_page:"https://hubble.figment.io/provenance/chains/pio-mainnet-1/${block}/transactions/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/provenance",tx_page:"https://ping.pub/provenance/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/provenance",tx_page:"https://www.mintscan.io/provenance/transactions/${txHash}",account_page:"https://www.mintscan.io/provenance/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Provenance",tx_page:"https://explorer.stavr.tech/Provenance/txs/${txHash}",account_page:"https://explorer.stavr.tech/Provenance/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/provenance",tx_page:"https://ezstaking.app/provenance/txs/${txHash}",account_page:"https://ezstaking.app/provenance/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/provenance",tx_page:"https://atomscan.com/provenance/transactions/${txHash}",account_page:"https://atomscan.com/provenance/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/provenance",tx_page:"https://explorer.whenmoonwhenlambo.money/provenance/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/provenance/account/${accountAddress}"},{kind:"AVIAONE \u{1F7E2}",url:"https://mainnet.explorer.aviaone.com/provenance",tx_page:"https://mainnet.explorer.aviaone.com/provenance/tx/${txHash}",account_page:"https://mainnet.explorer.aviaone.com/provenance/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg",theme:{primary_color_hex:"#4c7cdc"}}]},{$schema:"../chain.schema.json",chain_name:"pryzm",website:"https://pryzm.zone",description:"Trade Your Future Yield, Today",status:"live",network_type:"mainnet",pretty_name:"Pryzm",chain_type:"cosmos",chain_id:"pryzm-1",bech32_prefix:"pryzm",daemon_name:"pryzmd",node_home:"$HOME/.pryzm",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",fixed_min_gas_price:.0025,low_gas_price:.0025,average_gas_price:.003,high_gas_price:.004},{denom:"ibc/DE63D8AC34B752FB7D4CAA7594145EDE1C9FC256AC6D4043D0F12310EB8FC255",fixed_min_gas_price:5e8,low_gas_price:5e8,average_gas_price:6e8,high_gas_price:7e8},{denom:"ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.03,high_gas_price:.04},{denom:"ibc/BF28D9C17E0306B194D50F51C3B2590BEAD15E04E03ADD34C3A26E62D85C9676",fixed_min_gas_price:.002,low_gas_price:.002,average_gas_price:.003,high_gas_price:.004},{denom:"ibc/B8AF5D92165F35AB31F3FC7C7B444B9D240760FA5D406C49D24862BD0284E395",fixed_min_gas_price:.015,low_gas_price:.015,average_gas_price:.02,high_gas_price:.03},{denom:"ibc/BFAAB7870A9AAABF64A7366DAAA0B8E5065EAA1FCE762F45677DC24BE796EF65",fixed_min_gas_price:.02,low_gas_price:.02,average_gas_price:.03,high_gas_price:.04},{denom:"factory/pryzm1jnhcsa5ddjsjq2t97v6a82z542rduxvtw6wd9h/uauuu",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.015,high_gas_price:.02},{denom:"ibc/F8CA5236869F819BC006EEF088E67889A26E4140339757878F0F4E229CDDA858",fixed_min_gas_price:1e10,low_gas_price:1e10,average_gas_price:12e9,high_gas_price:14e9},{denom:"ibc/FA78980867B7E87F382CDA00275C55DDC248CABC7DEE27AC6868CCF97DD5E02F",fixed_min_gas_price:.002,low_gas_price:.002,average_gas_price:.003,high_gas_price:.004},{denom:"ibc/120DC39B61CC121E91525C1D51624E41BBE74C537D7B0BE50BBFF9A00E37B6EE",fixed_min_gas_price:1e10,low_gas_price:1e10,average_gas_price:12e9,high_gas_price:14e9}]},staking:{staking_tokens:[{denom:"upryzm"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47.11",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},apis:{rpc:[{address:"https://rpc.pryzm.zone",provider:"PRYZM"},{address:"https://pryzm-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://pryzm-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],rest:[{address:"https://api.pryzm.zone",provider:"PRYZM"},{address:"https://pryzm-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://pryzm-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],grpc:[{address:"https://grpc.pryzm.zone",provider:"PRYZM"},{address:"https://pryzm-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"pryzm-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.svg"},explorers:[{kind:"Chainscope",url:"https://chainsco.pe/pryzm",tx_page:"https://chainsco.pe/pryzm/tx/${txHash}",account_page:"https://chainsco.pe/pryzm/address/${accountAddress}",block_page:"https://chainsco.pe/pryzm/block/${blockHeight}",proposal_page:"https://chainsco.pe/pryzm/governance/proposal/${proposalId}",validator_page:"https://chainsco.pe/pryzm/validator/${validatorAddress}"},{kind:"PingPub",url:"https://cosmosrun.info/pryzm",tx_page:"https://cosmosrun.info/pryzm/tx/${txHash}",account_page:"https://cosmosrun.info/pryzm/account/${accountAddress}",block_page:"https://cosmosrun.info/pryzm/blocks/${blockHeight}",proposal_page:"https://cosmosrun.info/pryzm/gov/${proposalId}",validator_page:"https://cosmosrun.info/pryzm/staking/${validatorAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm-logo.svg",theme:{primary_color_hex:"#141424"}}]},{$schema:"../chain.schema.json",chain_name:"pundix",chain_type:"cosmos",chain_id:"PUNDIX",website:"https://pundix.com",pretty_name:"Pundi X Chain",status:"live",network_type:"mainnet",bech32_prefix:"px",daemon_name:"pundixd",node_home:"$HOME/.pundix",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78",fixed_min_gas_price:2e12,low_gas_price:2e12,average_gas_price:25e11,high_gas_price:3e12}]},staking:{staking_tokens:[{denom:"ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78"}]},codebase:{cosmos_sdk_version:"0.45.11"},description:"Pundi X Chain is a dedicated payment-focused blockchain in the Function X network. It is specially designed to perform high throughput transactions with low latency and low transaction fees. In addition, it provides room for future compliance requirement upgrades, hardware (XPOS) integration, and Point-of-Sales compatibility, with tokenonomics that offer incentives to merchants and payment processors.",apis:{rpc:[{address:"https://px-json.pundix.com",provider:"Pundi X"},{address:"https://pundix.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://px-rest.pundix.com",provider:"Pundi X"},{address:"https://pundix.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"https://px-grpc.pundix.com",provider:"Pundi X"},{address:"https://pundix.grpc.nodeshub.online",provider:"Nodes Hub"}]},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg",theme:{primary_color_hex:"#141414"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png",theme:{primary_color_hex:"#141414"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-chain-logo.svg"},explorers:[{kind:"starscan",url:"https://starscan.io",tx_page:"https://starscan.io/pundix/tx/${txHash}",account_page:"https://starscan.io/pundix/address/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/pundix/",tx_page:"https://explorer.nodeshub.online/pundix/tx/${txHash}",account_page:"https://explorer.nodeshub.online/pundix/accounts/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"pylons",status:"live",network_type:"mainnet",website:"https://pylons.tech",pretty_name:"Pylons",chain_type:"cosmos",chain_id:"pylons-mainnet-1",bech32_prefix:"pylo",node_home:"$HOME/.pylons",daemon_name:"pylonsd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ubedrock",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.5,high_gas_price:1}]},staking:{staking_tokens:[{denom:"ubedrock"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png"},apis:{rpc:[{address:"https://rpc.nodejumper.io:443/pylons",provider:"Nodejumper.io"},{address:"https:/pylons-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://rest.nodejumper.io/pylons",provider:"Nodejumper.io"},{address:"https://pylons-api.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"Nodes.guru",url:"https://pylons.explorers.guru/",tx_page:"https://pylons.explorers.guru/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/pylons/images/pylons.png",theme:{primary_color_hex:"#ec4424"}}]},{$schema:"../chain.schema.json",chain_name:"qfs",status:"live",network_type:"mainnet",website:"https://qfs.com/",pretty_name:"Quantum Financial Systems",chain_type:"cosmos",chain_id:"qfs-1",bech32_prefix:"qfs",daemon_name:"qfs",node_home:"$HOME/.ssc",key_algos:["secp256k1"],slip44:1179993431,staking:{staking_tokens:[{denom:"qfs"}],lock_duration:{time:"1814400s"}},fees:{fee_tokens:[{denom:"qfs",low_gas_price:1e-6,average_gas_price:5e-6,high_gas_price:1e-4}]},apis:{rpc:[{address:"https://rcp.qfsone.com",provider:"qfs"}],rest:[{address:"https://lcd.qfsone.com",provider:"qfs"}],grpc:[{address:"https://grc.qfsone.com:9090",provider:"qfs"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg"},explorers:[{kind:"ping.pub",url:"https://blockexplorer.qfsone.com/qfs",tx_page:"https://blockexplorer.qfsone.com/qfs/tx/${txHash}",account_page:"https://blockexplorer.qfsone.com/qfs/accounts/${accountAddress}"}],keywords:[],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qfs/images/qfs.svg",theme:{primary_color_hex:"#2979dc"}}]},{$schema:"../chain.schema.json",chain_name:"quasar",status:"live",network_type:"mainnet",website:"https://www.quasar.fi/",pretty_name:"Quasar",chain_type:"cosmos",chain_id:"quasar-1",bech32_prefix:"quasar",daemon_name:"quasarnoded",node_home:"$HOME/.quasarnode",key_algos:["secp256k1"],slip44:118,staking:{staking_tokens:[{denom:"uqsr"}]},fees:{fee_tokens:[{denom:"uqsr",fixed_min_gas_price:.1,low_gas_price:.1,average_gas_price:.25,high_gas_price:.3},{denom:"ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03},{denom:"ibc/FA0006F056DB6719B8C16C551FC392B62F5729978FC0B125AC9A432DBB2AA1A5",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03},{denom:"ibc/FA7775734CC73176B7425910DE001A1D2AD9B6D9E93129A5D0750EAD13E4E63A",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},codebase:{cosmos_sdk_version:"v0.47.12",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png"},description:"Quasar is the first decentralized asset management (D.A.M.) platform enabled by IBC. A secure, permissionless, composable, and diversified interchain DeFi experience is finally here.",apis:{rpc:[{address:"https://quasar-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://quasar-rpc.polkachu.com",provider:"polkachu"},{address:"https://rpc-quasar.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://quasar-rpc.enigma-validator.com",provider:"Enigma"},{address:"https://rpc-quasar.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://quasar-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://quasar.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc-quasar.validavia.me",provider:"Validavia"},{address:"https://quasar-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://quasar-rpc.stake-town.com",provider:"StakeTown"},{address:"https://quasar-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://quasar-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://quasar-rpc.genznodes.dev",provider:"genznodes"}],rest:[{address:"https://quasar-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://quasar-api.polkachu.com",provider:"polkachu"},{address:"https://lcd-quasar.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api-quasar.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://quasar-lcd.enigma-validator.com",provider:"Enigma"},{address:"https://quasar-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://quasar.api.kjnodes.com",provider:"kjnodes"},{address:"https://lcd-quasar.validavia.me",provider:"Validavia"},{address:"https://quasar-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://quasar-api.stake-town.com",provider:"StakeTown"},{address:"https://quasar-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://quasar-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://quasar-api.genznodes.dev",provider:"genznodes"}],grpc:[{address:"https://quasar-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"quasar-grpc.polkachu.com:18290",provider:"polkachu"},{address:"grpc-quasar.cosmos-spaces.cloud:12890",provider:"Cosmos Spaces"},{address:"quasar-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"quasar.grpc.kjnodes.com:14890",provider:"kjnodes"},{address:"quasar-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"quasar-grpc.stake-town.com:443",provider:"StakeTown"},{address:"quasar-grpc.stakeandrelax.net:18290",provider:"Stake&Relax \u{1F9A5}"},{address:"quasar-grpc.genznodes.dev:29090",provider:"genznodes"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/quasar",tx_page:"https://www.mintscan.io/quasar/transactions/${txHash}",account_page:"https://www.mintscan.io/quasar/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/quasar",tx_page:"https://ezstaking.app/quasar/txs/${txHash}",account_page:"https://ezstaking.app/quasar/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/quasar",tx_page:"https://mainnet.whispernode.com/quasar/tx/${txHash}",account_page:"https://mainnet.whispernode.com/quasar/account/${accountAddress}"}],keywords:["mainnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",theme:{primary_color_hex:"#a493e4"}}]},{$schema:"../chain.schema.json",chain_name:"quicksilver",status:"live",network_type:"mainnet",website:"https://quicksilver.zone/",pretty_name:"Quicksilver",chain_type:"cosmos",chain_id:"quicksilver-2",daemon_name:"quicksilverd",node_home:"$HOME/.quicksilverd",bech32_prefix:"quick",slip44:118,fees:{fee_tokens:[{denom:"uqck",fixed_min_gas_price:1e-4,low_gas_price:1e-4,average_gas_price:1e-4,high_gas_price:25e-5}]},staking:{staking_tokens:[{denom:"uqck"}]},codebase:{cosmos_sdk_version:"v0.46.16"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"},description:"Liquid Stake your Cosmos assets with your preferred validator and receive liquid staked assets (qASSETs) that you can use for swapping, pooling, lending, and more, all while your original stake earns staking APY from securing the network.",apis:{rpc:[{address:"https://rpc-quicksilver.takeshi.team:443",provider:"TAKESHI"},{address:"https://rpc.quicksilver.zone:443",provider:"Quicksilver"},{address:"https://rpc-quicksilver-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"https://quicksilver-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-quicksilver.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://m-quicksilver.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"http://quick.rpc.m.stavr.tech:21027",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://quicksilver-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://quicksilver-rpc.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://quicksilver.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc-quicksilver.architectnodes.com",provider:"Architect Nodes"},{address:"https://rpc.quicksilver.indonode.net",provider:"Indonode"},{address:"https://quicksilver-rpc.staketab.org:443",provider:"Staketab"},{address:"https://quicksilver-rpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://quicksilver-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-quicksilver.mms.team/",provider:"MMS"},{address:"https://quicksilver-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://quicksilver-rpc.stake-town.com",provider:"StakeTown"},{address:"https://mainnet-quicksilver-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://quicksilver.tdrsys.com:2053",provider:"TdrSys"},{address:"https://rpc.quicksilver.validatus.com",provider:"Validatus"},{address:"https://quicksilver-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://api-quicksilver.takeshi.team:443",provider:"TAKESHI"},{address:"https://api-quicksilver-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"https://quicksilver-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-quicksilver.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://quicksilver-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://m-quicksilver.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://quick.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://quicksilver.api.kjnodes.com",provider:"kjnodes"},{address:"https://rest-quicksilver.architectnodes.com",provider:"Architect Nodes"},{address:"https://api.quicksilver.indonode.net",provider:"Indonode"},{address:"https://quicksilver-rest.staketab.org",provider:"Staketab"},{address:"https://quicksilver-api.theamsolutions.info",provider:"AM Solutions"},{address:"https://quicksilver-api.w3coins.io",provider:"w3coins"},{address:"https://api-quicksilver.mms.team",provider:"MMS"},{address:"https://quicksilver-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://quicksilver-api.stake-town.com",provider:"StakeTown"},{address:"https://mainnet-quicksilver-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://quicksilver.tdrsys.com",provider:"TdrSys"},{address:"https://api.quicksilver.validatus.com",provider:"Validatus"},{address:"https://quicksilver-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"grpc-quicksilver.takeshi.team:443",provider:"TAKESHI"},{address:"grpc-quicksilver-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"quicksilver-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"quicksilver.grpc.nodersteam.com:9161",provider:"[NODERS]TEAM"},{address:"grpc-quicksilver.cosmos-spaces.cloud:3300",provider:"Cosmos Spaces"},{address:"quicksilver-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"quicksilver.grpc.kjnodes.com:11190",provider:"kjnodes"},{address:"quick.grpc.m.stavr.tech:9113",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-quicksilver.architectnodes.com:1443",provider:"Architect Nodes"},{address:"archive-grpc-quicksilver.huginn.tech:9090",provider:"Huginn"},{address:"https://grpc.quicksilver.indonode.net:28090",provider:"Indonode"},{address:"services.staketab.com:9034",provider:"Staketab"},{address:"https://quicksilver-grpc.theamsolutions.info:9797",provider:"AM Solutions"},{address:"quicksilver-grpc.w3coins.io:11190",provider:"w3coins"},{address:"grpc-quicksilver.mms.team:443",provider:"MMS"},{address:"quicksilver-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"quicksilver-grpc.stake-town.com:443",provider:"StakeTown"},{address:"mainnet-quicksilver.konsortech.xyz:46090",provider:"KonsorTech"},{address:"https://quicksilver.tdrsys.com:2083",provider:"TdrSys"},{address:"grpc.quicksilver.validatus.com",provider:"Validatus"},{address:"quicksilver-grpc.noders.services:16090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/quicksilver",tx_page:"https://www.mintscan.io/quicksilver/transactions/${txHash}",account_page:"https://www.mintscan.io/quicksilver/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/quicksilver",tx_page:"https://ezstaking.app/quicksilver/txs/${txHash}",account_page:"https://ezstaking.app/quicksilver/account/${accountAddress}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400} explorer",url:"https://exp.utsa.tech/quicksilver",tx_page:"https://exp.utsa.tech/quicksilver/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} explorer",url:"https://explorer.stavr.tech/quicksilver-mainnet",tx_page:"https://explorer.stavr.tech/quicksilver-mainnet/tx/${txHash}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/quicksilver",tx_page:"https://explorer.stake-take.com/quicksilver/tx/${txHash}"},{kind:"AM Solutions Explorers",url:"https://explorer.theamsolutions.info/quicksilver-main/staking",tx_page:"https://explorer.theamsolutions.info/quicksilver-main/tx/${txHash}"},{kind:"KonsorTech",url:"https://explorer.konsortech.xyz/quicksilver/staking",tx_page:"https://explorer.konsortech.xyz/quicksilver/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg",theme:{primary_color_hex:"#b2b2b2"}}]},{$schema:"../chain.schema.json",chain_name:"qwoyn",status:"live",network_type:"mainnet",website:"https://qwoyn.studio/",description:"The Qwoyn Network stands as a cutting-edge gaming hub that embeds Web3 technologies into the core of interactive entertainment. It revolutionizes the gaming industry by ensuring true ownership of in-game assets for players, facilitated through blockchain. This approach not only enhances gameplay but also fosters a unique ecosystem of interoperability and innovation. As a beacon in the gaming world, Qwoyn Network is dedicated to merging the excitement of traditional gaming with the transformative potential of Web3, creating a seamless and enriched gaming experience.",pretty_name:"Qwoyn",chain_type:"cosmos",chain_id:"qwoyn-1",bech32_prefix:"qwoyn",daemon_name:"qwoynd",node_home:"$HOME/.qwoynd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uqwoyn",fixed_min_gas_price:.03,low_gas_price:.03,average_gas_price:.05,high_gas_price:.075}]},staking:{staking_tokens:[{denom:"uqwoyn"}]},codebase:{cosmos_sdk_version:"0.47.6",cosmwasm_version:"0.40.0"},apis:{rpc:[{address:"https://rpc.qwoyn.studio:443",provider:"Qwoyn Studios"},{address:"https://rpc-qwoyn.theamsolutions.info:443",provider:"AM Solutions"},{address:"https://qwoyn.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://qwoyn-rpc.staketab.org:443",provider:"Staketab"},{address:"https://qwoyn-rpc-archive.staketab.org:443",provider:"Staketab archive"},{address:"https://qwoyn-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc-qwoyn.mzonder.com:443",provider:"MZONDER"},{address:"https://rpc.qwoyn.bronbro.io:443",provider:"Bro_n_Bro"}],grpc:[{address:"services.staketab.com:9430",provider:"Staketab"},{address:"qwoyn.grpc.m.stavr.tech:1907",provider:"\u{1F525}STAVR\u{1F525}"},{address:"services.staketab.com:2000",provider:"Staketab archive"},{address:"https://grpc-qwoyn.theamsolutions.info:443",provider:"AM Solutions"},{address:"https://qwoyn-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"grpc-qwoyn.mzonder.com:443",provider:"MZONDER"},{address:"https://grpc.qwoyn.bronbro.io:443",provider:"Bro_n_Bro"}],rest:[{address:"https://rest-qwoyn.theamsolutions.info:443",provider:"AM Solutions"},{address:"https://qwoyn-rest.staketab.org",provider:"Staketab"},{address:"https://qwoyn.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://qwoyn-rest-archive.staketab.org",provider:"Staketab archive"},{address:"https://qwoyn-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api-qwoyn.mzonder.com",provider:"MZONDER"},{address:"https://lcd.qwoyn.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"ping",url:"https://explorer.theamsolutions.info/qwoyn-main/",tx_page:"https://explorer.theamsolutions.info/qwoyn-main/blocks",account_page:"https://explorer.theamsolutions.info/qwoyn-main/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Qwoyn-Mainnet",tx_page:"https://explorer.stavr.tech/Qwoyn-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Qwoyn-Mainnet/account/${accountAddress}"},{kind:"ping",url:"https://explorer.theamsolutions.info/QWOYN-MAIN",tx_page:"https://explorer.theamsolutions.info/QWOYN-MAIN/tx/${txHash}",account_page:"https://explorer.theamsolutions.info/QWOYN-MAIN/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/qwoyn/images/qwoyn.png",theme:{primary_color_hex:"#04e4fc"}}]},{$schema:"../chain.schema.json",chain_name:"realio",status:"live",network_type:"mainnet",website:"https://realio.network/",pretty_name:"Realio Network",chain_type:"cosmos",chain_id:"realionetwork_3301-1",bech32_prefix:"realio",node_home:"$HOME/.realio-network",daemon_name:"realio-networkd",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"ario",fixed_min_gas_price:1e9,low_gas_price:4e9,average_gas_price:5e9,high_gas_price:8e9}]},staking:{staking_tokens:[{denom:"ario"},{denom:"arst"}]},codebase:{cosmos_sdk_version:"v0.46.12"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png"},apis:{rpc:[{address:"https://realio-rpc.genznodes.dev",provider:"genznodes"},{address:"https://realio.rpc.bccnodes.com/",provider:"BccNodes"},{address:"https://rpc-realio-network.nodeist.net",provider:"Nodeist"},{address:"http://realio.rpc.m.stavr.tech:21097",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.realio.indonode.net",provider:"Indonode"},{address:"https://rpc-realio.vinjan.xyz",provider:"vinjan"},{address:"https://api-realio.sr20de.xyz",provider:"Sr20de"},{address:"https://rpc.realio.safeblock.space",provider:"Safe Block"},{address:"https://realio.declab.pro:26622",provider:"Decloud Nodes Lab"},{address:"https://realio-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://rpc-realio.blockval.io",provider:"Blockval"}],rest:[{address:"https://realio-api.genznodes.dev",provider:"genznodes"},{address:"https://realio.lcd.bccnodes.com/",provider:"BccNodes"},{address:"https://api-realio-network.nodeist.net",provider:"Nodeist"},{address:"https://realio.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.realio.indonode.net",provider:"Indonode"},{address:"https://api-realio.vinjan.xyz",provider:"vinjan"},{address:"https://rpc-realio.sr20de.xyz",provider:"Sr20de"},{address:"https://api.realio.safeblock.space",provider:"Safe Block"},{address:"https://realio.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://realio-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://api-realio.blockval.io",provider:"Blockval"}],grpc:[{address:"realio-grpc.genznodes.dev:30090",provider:"genznodes"},{address:"realio.grpc.bccnodes.com:10990",provider:"BccNodes"},{address:"http://realio.grpc.m.stavr.tech:9062",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://grpc-realio.nodeist.net",provider:"Nodeist"},{address:"https://grpc.realio.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc-realio.sr20de.xyz",provider:"Sr20de"},{address:"grpc.realio.safeblock.space:9090",provider:"Safe Block"},{address:"realio.grpc.skynodejs.net",provider:"skynodejs"},{address:"https://realio.declab.pro:9015",provider:"Decloud Nodes Lab"},{address:"realio-grpc.noders.services:22090",provider:"[NODERS]TEAM"},{address:"https://grpc-realio.blockval.io",provider:"Blockval"}],"evm-http-jsonrpc":[{address:"https://realio-rpc-evm.genznodes.dev",provider:"genznodes"},{address:"https://jsonrpc.realio.nodestake.top",provider:"NodeStake"},{address:"https://evm-realio.sr20de.xyz",provider:"Sr20de"},{address:"https://evm.realio.safeblock.space",provider:"Safe Block"},{address:"https://realio-jsonrpc.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/realio-mainnet",tx_page:"https://explorer.stavr.tech/realio-mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/realio-mainnet/account/{$accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/realio",tx_page:"https://explorer.nodestake.top/realio/tx/${txHash}",account_page:"https://explorer.nodestake.top/realio/account/{$accountAddress}"},{kind:"Sr20de Explorer",url:"https://explorer.sr20de.xyz/Realio",tx_page:"https://explorer.sr20de.xyz/Realio/tx/${txHash}",account_page:"https://explorer.sr20de.xyz/Realio/account/{$accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/realio",tx_page:"https://explorer.tcnetwork.io/realio/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/realio/account/${accountAddress}"},{kind:"Safe Block",url:"https://explorer.safeblock.space/realio",tx_page:"https://explorer.safeblock.space/realio/tx/${txHash}",account_page:"https://explorer.safeblock.space/realio/account/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/realio",tx_page:"https://explorer.declab.pro/realio/tx/${txHash}",account_page:"https://explorer.declab.pro/realio/account/{$accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/realio/images/rio.png",theme:{primary_color_hex:"#181818"}}]},{$schema:"../chain.schema.json",chain_name:"rebus",website:"https://www.rebuschain.com/",status:"live",network_type:"mainnet",pretty_name:"Rebus",chain_type:"cosmos",chain_id:"reb_1111-1",bech32_prefix:"rebus",daemon_name:"rebusd",node_home:"$HOME/.rebusd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"arebus",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"arebus"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg"},apis:{rpc:[{address:"https://api.rebuschain.com:26657/",provider:"Rebuschain"},{address:"https://rebus.rpc.bccnodes.com:443",provider:"BccNodes"},{address:"https://rebus.rpc.manticore.team:443/",provider:"MantiCore"},{address:"https://rpc.rebus.nodestake.top/",provider:"NodeStake"},{address:"http://rebus.rpc.m.stavr.tech:40107",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-1.rebus.nodes.guru",provider:"Nodes.Guru"},{address:"https://api.mainnet.rebus.money:26657",provider:"Rebuschain"},{address:"https://rebus-rpc.brocha.in",provider:"Brochain"},{address:"https://rebus-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rebus.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://rebus-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rebus-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://api.rebuschain.com:1317/",provider:"Rebuschain"},{address:"https://rebus.api.manticore.team:443/",provider:"MantiCore"},{address:"https://api.rebus.nodestake.top/",provider:"NodeStake"},{address:"https://rebus.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-1.rebus.nodes.guru",provider:"Nodes.Guru"},{address:"https://api.mainnet.rebus.money:1317",provider:"Rebuschain"},{address:"https://rebus-rest.brocha.in",provider:"Brochain"},{address:"https://rebus-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rebus.api.liveraven.net",provider:"LiveRaveN"},{address:"https://rebus-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https:/rebus-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"rebus.grpc.manticore.team:443",provider:"MantiCore"},{address:"rebus.grpc.bccnodes.com:14090",provider:"BccNodes"},{address:"grpc.rebus.nodestake.top:443",provider:"NodeStake"},{address:"rebus.grpc.nodersteam.com:9181",provider:"[NODERS]TEAM"},{address:"http://rebus.grpc.m.stavr.tech:3211",provider:"\u{1F525}STAVR\u{1F525}"},{address:"rebus-grpc.brocha.in:443",provider:"Brochain"},{address:"rebus-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rebus.grpc.liveraven.net",provider:"LiveRaveN"},{address:"rebus-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"rebus-grpc.noders.services:18090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"explorers.guru",url:"https://rebus.explorers.guru",tx_page:"https://rebus.explorers.guru/transaction/${txHash}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/rebus",tx_page:"https://explorer.nodestake.top/rebus/tx/${txHash}"},{kind:"BccNodes",url:"https://explorer.bccnodes.com/rebus-M",tx_page:"https://explorer.bccnodes.com/rebus-M/tx/${txHash}"},{kind:"Brochain",url:"https://explorer.brocha.in/rebus",tx_page:"https://explorer.brocha.in/rebus/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/rebus",tx_page:"https://explorer.stavr.tech/rebus/tx/${txHash}"},{kind:"tcnetwork",url:"https://rebus.tcnetwork.io",tx_page:"https://rebus.tcnetwork.io/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/rebus",tx_page:"https://atomscan.com/rebus/transactions/${txHash}",account_page:"https://atomscan.com/rebus/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg",theme:{primary_color_hex:"#e75486"}}]},{$schema:"../chain.schema.json",chain_name:"regen",status:"live",network_type:"mainnet",website:"https://www.regen.network/",pretty_name:"Regen",chain_type:"cosmos",chain_id:"regen-1",bech32_prefix:"regen",daemon_name:"regen",node_home:"$HOME/.regen",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uregen",low_gas_price:.015,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uregen"}]},codebase:{cosmos_sdk_version:"0.46"},description:"Regen Network, a platform to originate and invest in high-integrity carbon and biodiversity credits from ecological regeneration projects.",apis:{rpc:[{address:"https://rpc-regen.ecostake.com",provider:"ecostake"},{address:"http://public-rpc.regen.vitwit.com:26657",provider:"vitwit"},{address:"https://regen.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://regen.stakesystems.io:2053",provider:"stakesystems"},{address:"http://rpc.regen.forbole.com:80",provider:"forbole"},{address:"https://rpc-regen-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://regen-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://regen-rpc.easy2stake.com",provider:"Easy 2 Stake"},{address:"https://regen-rpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://regen-rpc.w3coins.io",provider:"w3coins"},{address:"https://regen-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"http://public-rpc.regen.vitwit.com:1317",provider:"vitwit"},{address:"https://regen.stakesystems.io",provider:"stakesystems"},{address:"https://regen.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-regen-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://regen-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-regen.ecostake.com",provider:"ecostake"},{address:"https://regen-lcd.easy2stake.com",provider:"Easy 2 Stake"},{address:"https://regen-api.theamsolutions.info",provider:"AM Solutions"},{address:"https://regen-api.w3coins.io",provider:"w3coins"},{address:"https://regen-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"grpc-regen-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"regen-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"regen.grpc.m.stavr.tech:124",provider:"\u{1F525}STAVR\u{1F525}"},{address:"regen-grpc.w3coins.io:22790",provider:"w3coins"},{address:"regen-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/regen",tx_page:"https://ezstaking.app/regen/txs/${txHash}",account_page:"https://ezstaking.app/regen/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Regen-Mainnet",tx_page:"https://explorer.stavr.tech/Regen-Mainnet/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/regen",tx_page:"https://ping.pub/regen/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/regen-network",tx_page:"https://atomscan.com/regen-network/transactions/${txHash}",account_page:"https://atomscan.com/regen-network/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.svg",theme:{primary_color_hex:"#56b790"}}]},{$schema:"../chain.schema.json",chain_name:"rizon",status:"live",network_type:"mainnet",website:"https://rizon.world/",pretty_name:"Rizon",chain_type:"cosmos",chain_id:"titan-1",bech32_prefix:"rizon",daemon_name:"rizond",node_home:"$HOME/.rizon",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uatolo",low_gas_price:.025,average_gas_price:.025,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"uatolo"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"},apis:{rpc:[{address:"https://rpcapi.rizon.world/",provider:"HDAC Technology AG"},{address:"https://rpc.rizon.chaintools.tech/",provider:"ChainTools"},{address:"https://rizon-rpc.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rizon-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://restapi.rizon.world/",provider:"HDAC Technology AG"},{address:"https://api.rizon.chaintools.tech/",provider:"ChainTools"},{address:"https://rizon-api.ibs.team/",provider:"Inter Blockchain Services"},{address:"https://rizon-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rizon.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}],grpc:[{address:"grpc-rizon.mms.team:443",provider:"MMS"},{address:"rizon-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/rizon",tx_page:"https://ezstaking.app/rizon/txs/${txHash}",account_page:"https://ezstaking.app/rizon/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/rizon",tx_page:"https://www.mintscan.io/rizon/transactions/${txHash}",account_page:"https://www.mintscan.io/rizon/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/rizon",tx_page:"https://ping.pub/rizon/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/rizon",tx_page:"https://atomscan.com/rizon/transactions/${txHash}",account_page:"https://atomscan.com/rizon/accounts/${accountAddress}"},{kind:"bigdipper",url:"https://bigdipper.live/rizon",tx_page:"https://bigdipper.live/rizon/transactions/${txHash}",account_page:"https://bigdipper.live/rizon/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Rizon",tx_page:"https://explorer.stavr.tech/Rizon/tx/${txHash}",account_page:"https://explorer.stavr.tech/Rizon/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg",theme:{primary_color_hex:"#2b1c54"}}]},{$schema:"../chain.schema.json",chain_name:"routerchain",chain_type:"cosmos",chain_id:"router_9600-1",pretty_name:"Router Protocol",status:"live",network_type:"mainnet",website:"https://www.routerprotocol.com/",bech32_prefix:"router",node_home:"$HOME/.routerd",daemon_name:"routerd",key_algos:["secp256k1"],slip44:60,fees:{fee_tokens:[{denom:"route",fixed_min_gas_price:.006,low_gas_price:.006,average_gas_price:.006,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"route"}]},codebase:{cosmos_sdk_version:"v0.47.10",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},apis:{rpc:[{address:"https://sentry.tm.rpc.routerprotocol.com/",provider:"Router"},{address:"https://router-rpc.genznodes.dev/",provider:"genznodes"}],rest:[{address:"https://sentry.lcd.routerprotocol.com/",provider:"Router"},{address:"https://router-api.genznodes.dev/",provider:"genznodes"}],grpc:[{address:"sentry.grpc.routerprotocol.com:9090",provider:"Router"},{address:"router-grpc.genznodes.dev:3090",provider:"genznodes"}],"evm-http-jsonrpc":[{address:"https://sentry.evm.rpc.routerprotocol.com",provider:"Router"},{address:"https://router-rpc-evm.genznodes.dev",provider:"genznodes"}]},explorers:[{kind:"Routerscan",url:"https://routerscan.io/",tx_page:"https://routerscan.io/transactions/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.org/router",tx_page:"https://explorer.nodestake.org/router/tx/${txHash}"},{kind:"Router Explorer",url:"https://router.explorers.guru/",tx_page:"https://router.explorers.guru/transaction/${txHash}"}],images:[{image_sync:{chain_name:"routerchain",base_denom:"route"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/routerchain/images/router.svg",theme:{primary_color_hex:"#cb0766"}}]},{$schema:"../chain.schema.json",chain_name:"saga",status:"live",network_type:"mainnet",website:"https://www.saga.xyz/",pretty_name:"Saga",chain_type:"cosmos",chain_id:"ssc-1",bech32_prefix:"saga",daemon_name:"sscd",node_home:"$HOME/.ssc",key_algos:["secp256k1"],slip44:118,staking:{staking_tokens:[{denom:"usaga"}],lock_duration:{time:"1814400s"}},fees:{fee_tokens:[{denom:"usaga",low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},codebase:{cosmos_sdk_version:"osmosis-labs/cosmos-sdk v0.47.5",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://rpc-saga.keplr.app",provider:"chainapsis"},{address:"https://saga-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://saga-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc.saga.nodestake.org",provider:"NodeStake"},{address:"https://saga.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc.saga.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://rpc.saga.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://saga-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://saga-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],rest:[{address:"https://saga-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://saga-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rest.saga.goldenratiostaking.net",provider:"Golden Ratio Staking"},{address:"https://api.saga.nodestake.org",provider:"NodeStake"},{address:"https://saga.api.kjnodes.com",provider:"kjnodes"},{address:"https://lcd.saga.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://saga-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://saga-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"}],grpc:[{address:"saga-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"saga-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc.saga.nodestake.org:443",provider:"NodeStake"},{address:"saga.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"grpc.saga.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://saga-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://saga-grpc.stakeandrelax.net:24990",provider:"Stake&Relax \u{1F9A5}"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg"},description:`Saga is a Layer 1 protocol that allows developers to automatically spin up VM-agnostic, parallelized and interoperable dedicated chains, or \u201CChainlets,\u201D that provide applications with infinite horizontal scalability. Each Chainlet is a replica of the Saga Mainnet, with the same validator set and security model.
59
76
 
60
- var nr=Object.defineProperty,tr=Object.defineProperties;var sr=Object.getOwnPropertyDescriptors;var Nt=Object.getOwnPropertySymbols;var rr=Object.prototype.hasOwnProperty,or=Object.prototype.propertyIsEnumerable;var Jt=(e,n,t)=>n in e?nr(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,C=(e,n)=>{for(var t in n||(n={}))rr.call(n,t)&&Jt(e,t,n[t]);if(Nt)for(var t of Nt(n))or.call(n,t)&&Jt(e,t,n[t]);return e},te=(e,n)=>tr(e,sr(n));var v=(e,n,t)=>new Promise((r,s)=>{var o=u=>{try{d(t.next(u));}catch(l){s(l);}},a=u=>{try{d(t.throw(u));}catch(l){s(l);}},d=u=>u.done?r(u.value):Promise.resolve(u.value).then(o,a);d((t=t.apply(e,n)).next());});function Wt(e){return e.type==="ethermint/PubKeyEthSecp256k1"}var Lt=C({ethsecp256k1:"ethermint/PubKeyEthSecp256k1"},amino.pubkeyType);function Kt(e){if(e.length!==33||e[0]!==2&&e[0]!==3)throw new Error("Public key must be compressed secp256k1, i.e. 33 bytes starting with 0x02 or 0x03");return {type:Lt.ethsecp256k1,value:encoding.toBase64(e)}}function Sn(e,n){let t=`${e.algo}`,s=t==="eth_secp256k1"||t==="ethsecp256k1"?Kt(e.pubkey):amino.encodeSecp256k1Pubkey(e.pubkey);return mr(s,n)}function mr(e,n){if(Wt(e)){let t=keys.PubKey.fromPartial({key:encoding.fromBase64(e.value)}),r="";return n!=null&&n.includes("injective")?r="/injective.crypto.v1beta1.ethsecp256k1.PubKey":r="/ethermint.crypto.v1.ethsecp256k1.PubKey",any.Any.fromPartial({typeUrl:r,value:Uint8Array.from(keys.PubKey.encode(t).finish())})}else return protoSigning.encodePubkey(e)}c__namespace.util.Long!==m__default.default&&(c__namespace.util.Long=m__default.default,c__namespace.configure());var $e=(()=>{if(typeof $e!="undefined")return $e;if(typeof self!="undefined")return self;if(typeof window!="undefined")return window;if(typeof global!="undefined")return global;throw "Unable to locate global object"})(),lr=$e.atob||(e=>$e.Buffer.from(e,"base64").toString("binary"));function M(e){let n=lr(e),t=new Uint8Array(n.length);for(let r=0;r<n.length;++r)t[r]=n.charCodeAt(r);return t}var fr=$e.btoa||(e=>$e.Buffer.from(e,"binary").toString("base64"));function A(e){let n=[];return e.forEach(t=>{n.push(String.fromCharCode(t));}),fr(n.join(""))}function i(e){return e!=null}function We(e){let n=Ar(e.getTime()/1e3),t=e.getTime()%1e3*1e6;return {seconds:n,nanos:t}}function Le(e){let n=e.seconds.toNumber()*1e3;return n+=e.nanos/1e6,new Date(n)}var Mr=e=>({seconds:i(e.seconds)?m__default.default.fromValue(e.seconds):m__default.default.ZERO,nanos:i(e.nanos)?Number(e.nanos):0});function Ye(e){return e instanceof Date?We(e):typeof e=="string"?We(new Date(e)):Mr(e)}function Ar(e){return m__default.default.fromNumber(e)}function w(e){return e&&new unit.Dec(e).toString()}function hn(){return {sender:"",moduleAddress:"",moduleName:"",functionName:"",typeArgs:[],args:[]}}var Ke={typeUrl:"/initia.move.v1.MsgExecute",encode(e,n=c__namespace.Writer.create()){e.sender!==""&&n.uint32(10).string(e.sender),e.moduleAddress!==""&&n.uint32(18).string(e.moduleAddress),e.moduleName!==""&&n.uint32(26).string(e.moduleName),e.functionName!==""&&n.uint32(34).string(e.functionName);for(let t of e.typeArgs)n.uint32(42).string(t);for(let t of e.args)n.uint32(50).bytes(t);return n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=hn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.sender=t.string();break;case 2:s.moduleAddress=t.string();break;case 3:s.moduleName=t.string();break;case 4:s.functionName=t.string();break;case 5:s.typeArgs.push(t.string());break;case 6:s.args.push(t.bytes());break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {sender:i(e.sender)?String(e.sender):"",moduleAddress:i(e.moduleAddress)?String(e.moduleAddress):"",moduleName:i(e.moduleName)?String(e.moduleName):"",functionName:i(e.functionName)?String(e.functionName):"",typeArgs:Array.isArray(e==null?void 0:e.typeArgs)?e.typeArgs.map(n=>String(n)):[],args:Array.isArray(e==null?void 0:e.args)?e.args.map(n=>M(n)):[]}},toJSON(e){let n={};return e.sender!==void 0&&(n.sender=e.sender),e.moduleAddress!==void 0&&(n.moduleAddress=e.moduleAddress),e.moduleName!==void 0&&(n.moduleName=e.moduleName),e.functionName!==void 0&&(n.functionName=e.functionName),e.typeArgs?n.typeArgs=e.typeArgs.map(t=>t):n.typeArgs=[],e.args?n.args=e.args.map(t=>A(t!==void 0?t:new Uint8Array)):n.args=[],n},fromPartial(e){var t,r,s,o,a,d;let n=hn();return n.sender=(t=e.sender)!=null?t:"",n.moduleAddress=(r=e.moduleAddress)!=null?r:"",n.moduleName=(s=e.moduleName)!=null?s:"",n.functionName=(o=e.functionName)!=null?o:"",n.typeArgs=((a=e.typeArgs)==null?void 0:a.map(u=>u))||[],n.args=((d=e.args)==null?void 0:d.map(u=>u))||[],n},fromAmino(e){var t,r;let n=hn();return e.sender!==void 0&&e.sender!==null&&(n.sender=e.sender),e.module_address!==void 0&&e.module_address!==null&&(n.moduleAddress=e.module_address),e.module_name!==void 0&&e.module_name!==null&&(n.moduleName=e.module_name),e.function_name!==void 0&&e.function_name!==null&&(n.functionName=e.function_name),n.typeArgs=((t=e.type_args)==null?void 0:t.map(s=>s))||[],n.args=((r=e.args)==null?void 0:r.map(s=>M(s)))||[],n},toAmino(e){let n={};return n.sender=e.sender===""?void 0:e.sender,n.module_address=e.moduleAddress===""?void 0:e.moduleAddress,n.module_name=e.moduleName===""?void 0:e.moduleName,n.function_name=e.functionName===""?void 0:e.functionName,e.typeArgs?n.type_args=e.typeArgs.map(t=>t):n.type_args=e.typeArgs,e.args?n.args=e.args.map(t=>A(t)):n.args=e.args,n},fromAminoMsg(e){return Ke.fromAmino(e.value)},fromProtoMsg(e){return Ke.decode(e.value)},toProto(e){return Ke.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/initia.move.v1.MsgExecute",value:Ke.encode(e).finish()}}};var Pr={$schema:"../chain.schema.json",chain_name:"dydx",status:"live",website:"https://dydx.exchange/",network_type:"mainnet",pretty_name:"dYdX Protocol",chain_id:"dydx-mainnet-1",bech32_prefix:"dydx",daemon_name:"dydxprotocold",node_home:"$HOME/.dydxprotocol",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"adydx",fixed_min_gas_price:125e8,low_gas_price:125e8,average_gas_price:125e8,high_gas_price:2e10},{denom:"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"adydx"}]},codebase:{git_repo:"https://github.com/dydxprotocol/v4-chain/",recommended_version:"v1.0.0",compatible_versions:["v1.0.0"],cosmos_sdk_version:"v0.47.4",cosmwasm_enabled:!1,genesis:{genesis_url:"https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json"},versions:[{name:"v1",recommended_version:"v1.0.0",compatible_versions:["v1.0.0"],cosmos_sdk_version:"v0.47.4"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},peers:{seeds:[{id:"20e1000e88125698264454a884812746c2eb4807",address:"seeds.lavenderfive.com:23856",provider:"Lavender.Five Nodes \u{1F41D}"},{id:"ebc272824924ea1a27ea3183dd0b9ba713494f83",address:"dydx-mainnet-seed.autostake.com:27366",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{id:"65b740ee326c9260c30af1f044e9cda63c73f7c1",address:"seeds.kingnodes.net:23856",provider:"Kingnodes"},{id:"4c30c8a95e26b07b249813b677caab28bf0c54eb",address:"rpc.dydx.nodestake.top:666",provider:"NodeStake"},{id:"400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc",address:"dydx.rpc.kjnodes.com:17059",provider:"kjnodes"},{id:"e1b058e5cfa2b836ddaa496b10911da62dcf182e",address:"dydx-seed-de.allnodes.me:26656",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{id:"e726816f42831689eab9378d5d577f1d06d25716",address:"dydx-seed-us.allnodes.me:26656",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],persistent_peers:[{id:"ebc272824924ea1a27ea3183dd0b9ba713494f83",address:"dydx-mainnet-peer.autostake.com:27366",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},apis:{rpc:[{address:"https://dydx-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dydx-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-dydx.ecostake.com:443",provider:"ecostake"},{address:"https://rpc.dydx.nodestake.top:443",provider:"NodeStake"},{address:"https://dydx.rpc.kjnodes.com:443",provider:"kjnodes"},{address:"https://dydx-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://dydx-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://dydx-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-dydx.ecostake.com:443",provider:"ecostake"},{address:"https://api.dydx.nodestake.top:443",provider:"NodeStake"},{address:"https://dydx.api.kjnodes.com:443",provider:"kjnodes"},{address:"https://dydx-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"https://dydx-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"dydx-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://grpc.dydx.nodestake.top",provider:"NodeStake"},{address:"dydx.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"dydx-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/dydx",tx_page:"https://www.mintscan.io/dydx/txs/${txHash}",account_page:"https://www.mintscan.io/dydx/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/dydx/",tx_page:"https://explorer.nodestake.top/dydx/txs/${txHash}",account_page:"https://explorer.nodestake.top/dydx/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}]},Ur={$schema:"../chain.schema.json",chain_name:"celestia",chain_id:"celestia",pretty_name:"Celestia",status:"live",network_type:"mainnet",bech32_prefix:"celestia",daemon_name:"celestia-appd",node_home:"$HOME/.celestia-app",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utia",fixed_min_gas_price:0,low_gas_price:.1,average_gas_price:.2,high_gas_price:.4}]},codebase:{git_repo:"https://github.com/celestiaorg/celestia-app",recommended_version:"v1.3.0",compatible_versions:["v1.3.0"],genesis:{genesis_url:"https://raw.githubusercontent.com/celestiaorg/networks/master/celestia/genesis.json"},versions:[{name:"v1.3.0",recommended_version:"v1.3.0",compatible_versions:["v1.3.0"]}]},peers:{seeds:[{id:"e6116822e1a5e283d8a85d3ec38f4d232274eaf3",address:"consensus-full-seed-1.celestia-bootstrap.net:26656",provider:"Celestia Foundation"},{id:"cf7ac8b19ff56a9d47c75551bd4864883d1e24b5",address:"consensus-full-seed-1.celestia-bootstrap.net:26656",provider:"Celestia Foundation"}]},apis:{rpc:[{address:"https://public-celestia-rpc.numia.xyz",provider:"Numia"},{address:"https://celestia-rpc.mesa.newmetric.xyz",provider:"Newmetric"},{address:"https://rpc.lunaroasis.net",provider:"Lunar Oasis"}],rest:[{address:"https://public-celestia-lcd.numia.xyz",provider:"Numia"},{address:"https://celestia-rest.mesa.newmetric.xyz",provider:"Newmetric"},{address:"https://api.lunaroasis.net",provider:"Lunar Oasis"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/celestia",tx_page:"https://mintscan.io/celestia/txs/${txHash}"}]},Sr={chain_name:"solana",chain_id:"solana",pretty_name:"Solana",network_type:"mainnet",website:"https://solana.com",bech32_prefix:"",daemon_name:"",node_home:"",codebase:{git_repo:"https://github.com/solana-labs/solana"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/solana/asset/sol.png"},apis:{rpc:[{address:"https://api.mainnet-beta.solana.com",provider:"Solana Foundation"},{address:"https://mainnet.helius-rpc.com/?api-key=6cadbc95-3333-488f-a187-21ffd0c5fef3",provider:"Helius"}]},explorers:[{kind:"blockchain",url:"https://explorer.solana.com",tx_page:"https://explorer.solana.com/tx/${txHash}",account_page:"https://explorer.solana.com/address/${accountAddress}"},{kind:"Solscan",url:"https://solscan.io",tx_page:"https://solscan.io/tx/${txHash}",account_page:"https://solscan.io/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/solana/asset/sol.png"}]};function Qe(){let e=[...mainnet.chains,...testnet.chains],n=[Pr,Ur,Sr],t=new Set(e.map(s=>s.chain_id)),r=n.filter(s=>!t.has(s.chain_id));return [...e,...r]}function Xe(){return [...mainnet.chains,...testnet.chains]}function kn(e,n){return v(this,null,function*(){for(let t of e)try{let r=(()=>{switch(n){case"rpc":return new URL("health",t).toString();case"rest":return new URL("cosmos/base/tendermint/v1beta1/node_info",t).toString();default:throw new Error(`Unknown endpoint type: ${n}`)}})(),s=yield fetch(r);if(s.ok)return t;console.error(`Error: ${t} responded with status ${s.status}`);}catch(r){console.error(`Failed to fetch ${t}: ${r.message}`);}return console.error("No working endpoints found."),null})}function Cn(){return {from:"",newOwner:""}}var se={typeUrl:"/circle.cctp.v1.MsgUpdateOwner",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.newOwner!==""&&n.uint32(18).string(e.newOwner),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Cn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.newOwner=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",newOwner:i(e.newOwner)?String(e.newOwner):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.newOwner!==void 0&&(n.newOwner=e.newOwner),n},fromPartial(e){var t,r;let n=Cn();return n.from=(t=e.from)!=null?t:"",n.newOwner=(r=e.newOwner)!=null?r:"",n},fromAmino(e){let n=Cn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.new_owner!==void 0&&e.new_owner!==null&&(n.newOwner=e.new_owner),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.new_owner=e.newOwner===""?void 0:e.newOwner,n},fromAminoMsg(e){return se.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateOwner",value:se.toAmino(e)}},fromProtoMsg(e){return se.decode(e.value)},toProto(e){return se.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateOwner",value:se.encode(e).finish()}}};function xn(){return {from:"",newAttesterManager:""}}var re={typeUrl:"/circle.cctp.v1.MsgUpdateAttesterManager",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.newAttesterManager!==""&&n.uint32(18).string(e.newAttesterManager),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=xn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.newAttesterManager=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",newAttesterManager:i(e.newAttesterManager)?String(e.newAttesterManager):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.newAttesterManager!==void 0&&(n.newAttesterManager=e.newAttesterManager),n},fromPartial(e){var t,r;let n=xn();return n.from=(t=e.from)!=null?t:"",n.newAttesterManager=(r=e.newAttesterManager)!=null?r:"",n},fromAmino(e){let n=xn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.new_attester_manager!==void 0&&e.new_attester_manager!==null&&(n.newAttesterManager=e.new_attester_manager),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.new_attester_manager=e.newAttesterManager===""?void 0:e.newAttesterManager,n},fromAminoMsg(e){return re.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateAttesterManager",value:re.toAmino(e)}},fromProtoMsg(e){return re.decode(e.value)},toProto(e){return re.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateAttesterManager",value:re.encode(e).finish()}}};function Tn(){return {from:"",newTokenController:""}}var oe={typeUrl:"/circle.cctp.v1.MsgUpdateTokenController",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.newTokenController!==""&&n.uint32(18).string(e.newTokenController),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Tn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.newTokenController=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",newTokenController:i(e.newTokenController)?String(e.newTokenController):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.newTokenController!==void 0&&(n.newTokenController=e.newTokenController),n},fromPartial(e){var t,r;let n=Tn();return n.from=(t=e.from)!=null?t:"",n.newTokenController=(r=e.newTokenController)!=null?r:"",n},fromAmino(e){let n=Tn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.new_token_controller!==void 0&&e.new_token_controller!==null&&(n.newTokenController=e.new_token_controller),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.new_token_controller=e.newTokenController===""?void 0:e.newTokenController,n},fromAminoMsg(e){return oe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateTokenController",value:oe.toAmino(e)}},fromProtoMsg(e){return oe.decode(e.value)},toProto(e){return oe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateTokenController",value:oe.encode(e).finish()}}};function wn(){return {from:"",newPauser:""}}var ie={typeUrl:"/circle.cctp.v1.MsgUpdatePauser",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.newPauser!==""&&n.uint32(18).string(e.newPauser),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=wn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.newPauser=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",newPauser:i(e.newPauser)?String(e.newPauser):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.newPauser!==void 0&&(n.newPauser=e.newPauser),n},fromPartial(e){var t,r;let n=wn();return n.from=(t=e.from)!=null?t:"",n.newPauser=(r=e.newPauser)!=null?r:"",n},fromAmino(e){let n=wn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.new_pauser!==void 0&&e.new_pauser!==null&&(n.newPauser=e.new_pauser),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.new_pauser=e.newPauser===""?void 0:e.newPauser,n},fromAminoMsg(e){return ie.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdatePauser",value:ie.toAmino(e)}},fromProtoMsg(e){return ie.decode(e.value)},toProto(e){return ie.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdatePauser",value:ie.encode(e).finish()}}};function bn(){return {from:""}}var ae={typeUrl:"/circle.cctp.v1.MsgAcceptOwner",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=bn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),n},fromPartial(e){var t;let n=bn();return n.from=(t=e.from)!=null?t:"",n},fromAmino(e){let n=bn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n},fromAminoMsg(e){return ae.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/AcceptOwner",value:ae.toAmino(e)}},fromProtoMsg(e){return ae.decode(e.value)},toProto(e){return ae.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgAcceptOwner",value:ae.encode(e).finish()}}};function Dn(){return {from:"",attester:""}}var de={typeUrl:"/circle.cctp.v1.MsgEnableAttester",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.attester!==""&&n.uint32(18).string(e.attester),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Dn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.attester=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",attester:i(e.attester)?String(e.attester):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.attester!==void 0&&(n.attester=e.attester),n},fromPartial(e){var t,r;let n=Dn();return n.from=(t=e.from)!=null?t:"",n.attester=(r=e.attester)!=null?r:"",n},fromAmino(e){let n=Dn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.attester!==void 0&&e.attester!==null&&(n.attester=e.attester),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.attester=e.attester===""?void 0:e.attester,n},fromAminoMsg(e){return de.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/EnableAttester",value:de.toAmino(e)}},fromProtoMsg(e){return de.decode(e.value)},toProto(e){return de.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgEnableAttester",value:de.encode(e).finish()}}};function Bn(){return {from:"",attester:""}}var ce={typeUrl:"/circle.cctp.v1.MsgDisableAttester",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.attester!==""&&n.uint32(18).string(e.attester),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Bn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.attester=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",attester:i(e.attester)?String(e.attester):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.attester!==void 0&&(n.attester=e.attester),n},fromPartial(e){var t,r;let n=Bn();return n.from=(t=e.from)!=null?t:"",n.attester=(r=e.attester)!=null?r:"",n},fromAmino(e){let n=Bn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.attester!==void 0&&e.attester!==null&&(n.attester=e.attester),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.attester=e.attester===""?void 0:e.attester,n},fromAminoMsg(e){return ce.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DisableAttester",value:ce.toAmino(e)}},fromProtoMsg(e){return ce.decode(e.value)},toProto(e){return ce.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDisableAttester",value:ce.encode(e).finish()}}};function On(){return {from:""}}var ue={typeUrl:"/circle.cctp.v1.MsgPauseBurningAndMinting",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=On();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),n},fromPartial(e){var t;let n=On();return n.from=(t=e.from)!=null?t:"",n},fromAmino(e){let n=On();return e.from!==void 0&&e.from!==null&&(n.from=e.from),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n},fromAminoMsg(e){return ue.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/PauseBurningAndMinting",value:ue.toAmino(e)}},fromProtoMsg(e){return ue.decode(e.value)},toProto(e){return ue.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgPauseBurningAndMinting",value:ue.encode(e).finish()}}};function Vn(){return {from:""}}var ge={typeUrl:"/circle.cctp.v1.MsgUnpauseBurningAndMinting",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Vn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),n},fromPartial(e){var t;let n=Vn();return n.from=(t=e.from)!=null?t:"",n},fromAmino(e){let n=Vn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n},fromAminoMsg(e){return ge.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnpauseBurningAndMinting",value:ge.toAmino(e)}},fromProtoMsg(e){return ge.decode(e.value)},toProto(e){return ge.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnpauseBurningAndMinting",value:ge.encode(e).finish()}}};function In(){return {from:""}}var me={typeUrl:"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=In();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),n},fromPartial(e){var t;let n=In();return n.from=(t=e.from)!=null?t:"",n},fromAmino(e){let n=In();return e.from!==void 0&&e.from!==null&&(n.from=e.from),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n},fromAminoMsg(e){return me.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/PauseSendingAndReceivingMessages",value:me.toAmino(e)}},fromProtoMsg(e){return me.decode(e.value)},toProto(e){return me.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",value:me.encode(e).finish()}}};function En(){return {from:""}}var pe={typeUrl:"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=En();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),n},fromPartial(e){var t;let n=En();return n.from=(t=e.from)!=null?t:"",n},fromAmino(e){let n=En();return e.from!==void 0&&e.from!==null&&(n.from=e.from),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n},fromAminoMsg(e){return pe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnpauseSendingAndReceivingMessages",value:pe.toAmino(e)}},fromProtoMsg(e){return pe.decode(e.value)},toProto(e){return pe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",value:pe.encode(e).finish()}}};function Fn(){return {from:"",messageSize:m__default.default.UZERO}}var le={typeUrl:"/circle.cctp.v1.MsgUpdateMaxMessageBodySize",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.messageSize.isZero()||n.uint32(16).uint64(e.messageSize),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Fn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.messageSize=t.uint64();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",messageSize:i(e.messageSize)?m__default.default.fromValue(e.messageSize):m__default.default.UZERO}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.messageSize!==void 0&&(n.messageSize=(e.messageSize||m__default.default.UZERO).toString()),n},fromPartial(e){var t;let n=Fn();return n.from=(t=e.from)!=null?t:"",n.messageSize=e.messageSize!==void 0&&e.messageSize!==null?m__default.default.fromValue(e.messageSize):m__default.default.UZERO,n},fromAmino(e){let n=Fn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.message_size!==void 0&&e.message_size!==null&&(n.messageSize=m__default.default.fromString(e.message_size)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.message_size=e.messageSize.isZero()?void 0:e.messageSize.toString(),n},fromAminoMsg(e){return le.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateMaxMessageBodySize",value:le.toAmino(e)}},fromProtoMsg(e){return le.decode(e.value)},toProto(e){return le.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateMaxMessageBodySize",value:le.encode(e).finish()}}};function Nn(){return {from:"",localToken:"",amount:""}}var fe={typeUrl:"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.localToken!==""&&n.uint32(18).string(e.localToken),e.amount!==""&&n.uint32(26).string(e.amount),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Nn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.localToken=t.string();break;case 3:s.amount=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",localToken:i(e.localToken)?String(e.localToken):"",amount:i(e.amount)?String(e.amount):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.localToken!==void 0&&(n.localToken=e.localToken),e.amount!==void 0&&(n.amount=e.amount),n},fromPartial(e){var t,r,s;let n=Nn();return n.from=(t=e.from)!=null?t:"",n.localToken=(r=e.localToken)!=null?r:"",n.amount=(s=e.amount)!=null?s:"",n},fromAmino(e){let n=Nn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.local_token!==void 0&&e.local_token!==null&&(n.localToken=e.local_token),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.local_token=e.localToken===""?void 0:e.localToken,n.amount=e.amount===""?void 0:e.amount,n},fromAminoMsg(e){return fe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SetMaxBurnAmountPerMessage",value:fe.toAmino(e)}},fromProtoMsg(e){return fe.decode(e.value)},toProto(e){return fe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",value:fe.encode(e).finish()}}};function Jn(){return {from:"",amount:"",destinationDomain:0,mintRecipient:new Uint8Array,burnToken:""}}var z={typeUrl:"/circle.cctp.v1.MsgDepositForBurn",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.amount!==""&&n.uint32(18).string(e.amount),e.destinationDomain!==0&&n.uint32(24).uint32(e.destinationDomain),e.mintRecipient.length!==0&&n.uint32(34).bytes(e.mintRecipient),e.burnToken!==""&&n.uint32(42).string(e.burnToken),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Jn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.amount=t.string();break;case 3:s.destinationDomain=t.uint32();break;case 4:s.mintRecipient=t.bytes();break;case 5:s.burnToken=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",amount:i(e.amount)?String(e.amount):"",destinationDomain:i(e.destinationDomain)?Number(e.destinationDomain):0,mintRecipient:i(e.mintRecipient)?M(e.mintRecipient):new Uint8Array,burnToken:i(e.burnToken)?String(e.burnToken):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.amount!==void 0&&(n.amount=e.amount),e.destinationDomain!==void 0&&(n.destinationDomain=Math.round(e.destinationDomain)),e.mintRecipient!==void 0&&(n.mintRecipient=A(e.mintRecipient!==void 0?e.mintRecipient:new Uint8Array)),e.burnToken!==void 0&&(n.burnToken=e.burnToken),n},fromPartial(e){var t,r,s,o,a;let n=Jn();return n.from=(t=e.from)!=null?t:"",n.amount=(r=e.amount)!=null?r:"",n.destinationDomain=(s=e.destinationDomain)!=null?s:0,n.mintRecipient=(o=e.mintRecipient)!=null?o:new Uint8Array,n.burnToken=(a=e.burnToken)!=null?a:"",n},fromAmino(e){let n=Jn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),e.destination_domain!==void 0&&e.destination_domain!==null&&(n.destinationDomain=e.destination_domain),e.mint_recipient!==void 0&&e.mint_recipient!==null&&(n.mintRecipient=M(e.mint_recipient)),e.burn_token!==void 0&&e.burn_token!==null&&(n.burnToken=e.burn_token),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.amount=e.amount===""?void 0:e.amount,n.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,n.mint_recipient=e.mintRecipient?A(e.mintRecipient):void 0,n.burn_token=e.burnToken===""?void 0:e.burnToken,n},fromAminoMsg(e){return z.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DepositForBurn",value:z.toAmino(e)}},fromProtoMsg(e){return z.decode(e.value)},toProto(e){return z.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDepositForBurn",value:z.encode(e).finish()}}};function Wn(){return {from:"",amount:"",destinationDomain:0,mintRecipient:new Uint8Array,burnToken:"",destinationCaller:new Uint8Array}}var q={typeUrl:"/circle.cctp.v1.MsgDepositForBurnWithCaller",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.amount!==""&&n.uint32(18).string(e.amount),e.destinationDomain!==0&&n.uint32(24).uint32(e.destinationDomain),e.mintRecipient.length!==0&&n.uint32(34).bytes(e.mintRecipient),e.burnToken!==""&&n.uint32(42).string(e.burnToken),e.destinationCaller.length!==0&&n.uint32(50).bytes(e.destinationCaller),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Wn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.amount=t.string();break;case 3:s.destinationDomain=t.uint32();break;case 4:s.mintRecipient=t.bytes();break;case 5:s.burnToken=t.string();break;case 6:s.destinationCaller=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",amount:i(e.amount)?String(e.amount):"",destinationDomain:i(e.destinationDomain)?Number(e.destinationDomain):0,mintRecipient:i(e.mintRecipient)?M(e.mintRecipient):new Uint8Array,burnToken:i(e.burnToken)?String(e.burnToken):"",destinationCaller:i(e.destinationCaller)?M(e.destinationCaller):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.amount!==void 0&&(n.amount=e.amount),e.destinationDomain!==void 0&&(n.destinationDomain=Math.round(e.destinationDomain)),e.mintRecipient!==void 0&&(n.mintRecipient=A(e.mintRecipient!==void 0?e.mintRecipient:new Uint8Array)),e.burnToken!==void 0&&(n.burnToken=e.burnToken),e.destinationCaller!==void 0&&(n.destinationCaller=A(e.destinationCaller!==void 0?e.destinationCaller:new Uint8Array)),n},fromPartial(e){var t,r,s,o,a,d;let n=Wn();return n.from=(t=e.from)!=null?t:"",n.amount=(r=e.amount)!=null?r:"",n.destinationDomain=(s=e.destinationDomain)!=null?s:0,n.mintRecipient=(o=e.mintRecipient)!=null?o:new Uint8Array,n.burnToken=(a=e.burnToken)!=null?a:"",n.destinationCaller=(d=e.destinationCaller)!=null?d:new Uint8Array,n},fromAmino(e){let n=Wn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),e.destination_domain!==void 0&&e.destination_domain!==null&&(n.destinationDomain=e.destination_domain),e.mint_recipient!==void 0&&e.mint_recipient!==null&&(n.mintRecipient=M(e.mint_recipient)),e.burn_token!==void 0&&e.burn_token!==null&&(n.burnToken=e.burn_token),e.destination_caller!==void 0&&e.destination_caller!==null&&(n.destinationCaller=M(e.destination_caller)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.amount=e.amount===""?void 0:e.amount,n.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,n.mint_recipient=e.mintRecipient?A(e.mintRecipient):void 0,n.burn_token=e.burnToken===""?void 0:e.burnToken,n.destination_caller=e.destinationCaller?A(e.destinationCaller):void 0,n},fromAminoMsg(e){return q.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DepositForBurnWithCaller",value:q.toAmino(e)}},fromProtoMsg(e){return q.decode(e.value)},toProto(e){return q.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDepositForBurnWithCaller",value:q.encode(e).finish()}}};function Ln(){return {from:"",originalMessage:new Uint8Array,originalAttestation:new Uint8Array,newDestinationCaller:new Uint8Array,newMintRecipient:new Uint8Array}}var Me={typeUrl:"/circle.cctp.v1.MsgReplaceDepositForBurn",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.originalMessage.length!==0&&n.uint32(18).bytes(e.originalMessage),e.originalAttestation.length!==0&&n.uint32(26).bytes(e.originalAttestation),e.newDestinationCaller.length!==0&&n.uint32(34).bytes(e.newDestinationCaller),e.newMintRecipient.length!==0&&n.uint32(42).bytes(e.newMintRecipient),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Ln();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.originalMessage=t.bytes();break;case 3:s.originalAttestation=t.bytes();break;case 4:s.newDestinationCaller=t.bytes();break;case 5:s.newMintRecipient=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",originalMessage:i(e.originalMessage)?M(e.originalMessage):new Uint8Array,originalAttestation:i(e.originalAttestation)?M(e.originalAttestation):new Uint8Array,newDestinationCaller:i(e.newDestinationCaller)?M(e.newDestinationCaller):new Uint8Array,newMintRecipient:i(e.newMintRecipient)?M(e.newMintRecipient):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.originalMessage!==void 0&&(n.originalMessage=A(e.originalMessage!==void 0?e.originalMessage:new Uint8Array)),e.originalAttestation!==void 0&&(n.originalAttestation=A(e.originalAttestation!==void 0?e.originalAttestation:new Uint8Array)),e.newDestinationCaller!==void 0&&(n.newDestinationCaller=A(e.newDestinationCaller!==void 0?e.newDestinationCaller:new Uint8Array)),e.newMintRecipient!==void 0&&(n.newMintRecipient=A(e.newMintRecipient!==void 0?e.newMintRecipient:new Uint8Array)),n},fromPartial(e){var t,r,s,o,a;let n=Ln();return n.from=(t=e.from)!=null?t:"",n.originalMessage=(r=e.originalMessage)!=null?r:new Uint8Array,n.originalAttestation=(s=e.originalAttestation)!=null?s:new Uint8Array,n.newDestinationCaller=(o=e.newDestinationCaller)!=null?o:new Uint8Array,n.newMintRecipient=(a=e.newMintRecipient)!=null?a:new Uint8Array,n},fromAmino(e){let n=Ln();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.original_message!==void 0&&e.original_message!==null&&(n.originalMessage=M(e.original_message)),e.original_attestation!==void 0&&e.original_attestation!==null&&(n.originalAttestation=M(e.original_attestation)),e.new_destination_caller!==void 0&&e.new_destination_caller!==null&&(n.newDestinationCaller=M(e.new_destination_caller)),e.new_mint_recipient!==void 0&&e.new_mint_recipient!==null&&(n.newMintRecipient=M(e.new_mint_recipient)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.original_message=e.originalMessage?A(e.originalMessage):void 0,n.original_attestation=e.originalAttestation?A(e.originalAttestation):void 0,n.new_destination_caller=e.newDestinationCaller?A(e.newDestinationCaller):void 0,n.new_mint_recipient=e.newMintRecipient?A(e.newMintRecipient):void 0,n},fromAminoMsg(e){return Me.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReplaceDepositForBurn",value:Me.toAmino(e)}},fromProtoMsg(e){return Me.decode(e.value)},toProto(e){return Me.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReplaceDepositForBurn",value:Me.encode(e).finish()}}};function Kn(){return {from:"",message:new Uint8Array,attestation:new Uint8Array}}var Ae={typeUrl:"/circle.cctp.v1.MsgReceiveMessage",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.message.length!==0&&n.uint32(18).bytes(e.message),e.attestation.length!==0&&n.uint32(26).bytes(e.attestation),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Kn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.message=t.bytes();break;case 3:s.attestation=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",message:i(e.message)?M(e.message):new Uint8Array,attestation:i(e.attestation)?M(e.attestation):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.message!==void 0&&(n.message=A(e.message!==void 0?e.message:new Uint8Array)),e.attestation!==void 0&&(n.attestation=A(e.attestation!==void 0?e.attestation:new Uint8Array)),n},fromPartial(e){var t,r,s;let n=Kn();return n.from=(t=e.from)!=null?t:"",n.message=(r=e.message)!=null?r:new Uint8Array,n.attestation=(s=e.attestation)!=null?s:new Uint8Array,n},fromAmino(e){let n=Kn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.message!==void 0&&e.message!==null&&(n.message=M(e.message)),e.attestation!==void 0&&e.attestation!==null&&(n.attestation=M(e.attestation)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.message=e.message?A(e.message):void 0,n.attestation=e.attestation?A(e.attestation):void 0,n},fromAminoMsg(e){return Ae.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReceiveMessage",value:Ae.toAmino(e)}},fromProtoMsg(e){return Ae.decode(e.value)},toProto(e){return Ae.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReceiveMessage",value:Ae.encode(e).finish()}}};function Gn(){return {from:"",destinationDomain:0,recipient:new Uint8Array,messageBody:new Uint8Array}}var ve={typeUrl:"/circle.cctp.v1.MsgSendMessage",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.destinationDomain!==0&&n.uint32(16).uint32(e.destinationDomain),e.recipient.length!==0&&n.uint32(26).bytes(e.recipient),e.messageBody.length!==0&&n.uint32(34).bytes(e.messageBody),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Gn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.destinationDomain=t.uint32();break;case 3:s.recipient=t.bytes();break;case 4:s.messageBody=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",destinationDomain:i(e.destinationDomain)?Number(e.destinationDomain):0,recipient:i(e.recipient)?M(e.recipient):new Uint8Array,messageBody:i(e.messageBody)?M(e.messageBody):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.destinationDomain!==void 0&&(n.destinationDomain=Math.round(e.destinationDomain)),e.recipient!==void 0&&(n.recipient=A(e.recipient!==void 0?e.recipient:new Uint8Array)),e.messageBody!==void 0&&(n.messageBody=A(e.messageBody!==void 0?e.messageBody:new Uint8Array)),n},fromPartial(e){var t,r,s,o;let n=Gn();return n.from=(t=e.from)!=null?t:"",n.destinationDomain=(r=e.destinationDomain)!=null?r:0,n.recipient=(s=e.recipient)!=null?s:new Uint8Array,n.messageBody=(o=e.messageBody)!=null?o:new Uint8Array,n},fromAmino(e){let n=Gn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.destination_domain!==void 0&&e.destination_domain!==null&&(n.destinationDomain=e.destination_domain),e.recipient!==void 0&&e.recipient!==null&&(n.recipient=M(e.recipient)),e.message_body!==void 0&&e.message_body!==null&&(n.messageBody=M(e.message_body)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,n.recipient=e.recipient?A(e.recipient):void 0,n.message_body=e.messageBody?A(e.messageBody):void 0,n},fromAminoMsg(e){return ve.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SendMessage",value:ve.toAmino(e)}},fromProtoMsg(e){return ve.decode(e.value)},toProto(e){return ve.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSendMessage",value:ve.encode(e).finish()}}};function Zn(){return {from:"",destinationDomain:0,recipient:new Uint8Array,messageBody:new Uint8Array,destinationCaller:new Uint8Array}}var ye={typeUrl:"/circle.cctp.v1.MsgSendMessageWithCaller",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.destinationDomain!==0&&n.uint32(16).uint32(e.destinationDomain),e.recipient.length!==0&&n.uint32(26).bytes(e.recipient),e.messageBody.length!==0&&n.uint32(34).bytes(e.messageBody),e.destinationCaller.length!==0&&n.uint32(42).bytes(e.destinationCaller),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Zn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.destinationDomain=t.uint32();break;case 3:s.recipient=t.bytes();break;case 4:s.messageBody=t.bytes();break;case 5:s.destinationCaller=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",destinationDomain:i(e.destinationDomain)?Number(e.destinationDomain):0,recipient:i(e.recipient)?M(e.recipient):new Uint8Array,messageBody:i(e.messageBody)?M(e.messageBody):new Uint8Array,destinationCaller:i(e.destinationCaller)?M(e.destinationCaller):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.destinationDomain!==void 0&&(n.destinationDomain=Math.round(e.destinationDomain)),e.recipient!==void 0&&(n.recipient=A(e.recipient!==void 0?e.recipient:new Uint8Array)),e.messageBody!==void 0&&(n.messageBody=A(e.messageBody!==void 0?e.messageBody:new Uint8Array)),e.destinationCaller!==void 0&&(n.destinationCaller=A(e.destinationCaller!==void 0?e.destinationCaller:new Uint8Array)),n},fromPartial(e){var t,r,s,o,a;let n=Zn();return n.from=(t=e.from)!=null?t:"",n.destinationDomain=(r=e.destinationDomain)!=null?r:0,n.recipient=(s=e.recipient)!=null?s:new Uint8Array,n.messageBody=(o=e.messageBody)!=null?o:new Uint8Array,n.destinationCaller=(a=e.destinationCaller)!=null?a:new Uint8Array,n},fromAmino(e){let n=Zn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.destination_domain!==void 0&&e.destination_domain!==null&&(n.destinationDomain=e.destination_domain),e.recipient!==void 0&&e.recipient!==null&&(n.recipient=M(e.recipient)),e.message_body!==void 0&&e.message_body!==null&&(n.messageBody=M(e.message_body)),e.destination_caller!==void 0&&e.destination_caller!==null&&(n.destinationCaller=M(e.destination_caller)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,n.recipient=e.recipient?A(e.recipient):void 0,n.message_body=e.messageBody?A(e.messageBody):void 0,n.destination_caller=e.destinationCaller?A(e.destinationCaller):void 0,n},fromAminoMsg(e){return ye.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SendMessageWithCaller",value:ye.toAmino(e)}},fromProtoMsg(e){return ye.decode(e.value)},toProto(e){return ye.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSendMessageWithCaller",value:ye.encode(e).finish()}}};function zn(){return {from:"",originalMessage:new Uint8Array,originalAttestation:new Uint8Array,newMessageBody:new Uint8Array,newDestinationCaller:new Uint8Array}}var Re={typeUrl:"/circle.cctp.v1.MsgReplaceMessage",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.originalMessage.length!==0&&n.uint32(18).bytes(e.originalMessage),e.originalAttestation.length!==0&&n.uint32(26).bytes(e.originalAttestation),e.newMessageBody.length!==0&&n.uint32(34).bytes(e.newMessageBody),e.newDestinationCaller.length!==0&&n.uint32(42).bytes(e.newDestinationCaller),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=zn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.originalMessage=t.bytes();break;case 3:s.originalAttestation=t.bytes();break;case 4:s.newMessageBody=t.bytes();break;case 5:s.newDestinationCaller=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",originalMessage:i(e.originalMessage)?M(e.originalMessage):new Uint8Array,originalAttestation:i(e.originalAttestation)?M(e.originalAttestation):new Uint8Array,newMessageBody:i(e.newMessageBody)?M(e.newMessageBody):new Uint8Array,newDestinationCaller:i(e.newDestinationCaller)?M(e.newDestinationCaller):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.originalMessage!==void 0&&(n.originalMessage=A(e.originalMessage!==void 0?e.originalMessage:new Uint8Array)),e.originalAttestation!==void 0&&(n.originalAttestation=A(e.originalAttestation!==void 0?e.originalAttestation:new Uint8Array)),e.newMessageBody!==void 0&&(n.newMessageBody=A(e.newMessageBody!==void 0?e.newMessageBody:new Uint8Array)),e.newDestinationCaller!==void 0&&(n.newDestinationCaller=A(e.newDestinationCaller!==void 0?e.newDestinationCaller:new Uint8Array)),n},fromPartial(e){var t,r,s,o,a;let n=zn();return n.from=(t=e.from)!=null?t:"",n.originalMessage=(r=e.originalMessage)!=null?r:new Uint8Array,n.originalAttestation=(s=e.originalAttestation)!=null?s:new Uint8Array,n.newMessageBody=(o=e.newMessageBody)!=null?o:new Uint8Array,n.newDestinationCaller=(a=e.newDestinationCaller)!=null?a:new Uint8Array,n},fromAmino(e){let n=zn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.original_message!==void 0&&e.original_message!==null&&(n.originalMessage=M(e.original_message)),e.original_attestation!==void 0&&e.original_attestation!==null&&(n.originalAttestation=M(e.original_attestation)),e.new_message_body!==void 0&&e.new_message_body!==null&&(n.newMessageBody=M(e.new_message_body)),e.new_destination_caller!==void 0&&e.new_destination_caller!==null&&(n.newDestinationCaller=M(e.new_destination_caller)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.original_message=e.originalMessage?A(e.originalMessage):void 0,n.original_attestation=e.originalAttestation?A(e.originalAttestation):void 0,n.new_message_body=e.newMessageBody?A(e.newMessageBody):void 0,n.new_destination_caller=e.newDestinationCaller?A(e.newDestinationCaller):void 0,n},fromAminoMsg(e){return Re.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReplaceMessage",value:Re.toAmino(e)}},fromProtoMsg(e){return Re.decode(e.value)},toProto(e){return Re.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReplaceMessage",value:Re.encode(e).finish()}}};function qn(){return {from:"",amount:0}}var _e={typeUrl:"/circle.cctp.v1.MsgUpdateSignatureThreshold",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.amount!==0&&n.uint32(16).uint32(e.amount),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=qn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.amount=t.uint32();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",amount:i(e.amount)?Number(e.amount):0}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.amount!==void 0&&(n.amount=Math.round(e.amount)),n},fromPartial(e){var t,r;let n=qn();return n.from=(t=e.from)!=null?t:"",n.amount=(r=e.amount)!=null?r:0,n},fromAmino(e){let n=qn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.amount=e.amount===0?void 0:e.amount,n},fromAminoMsg(e){return _e.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateSignatureThreshold",value:_e.toAmino(e)}},fromProtoMsg(e){return _e.decode(e.value)},toProto(e){return _e.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateSignatureThreshold",value:_e.encode(e).finish()}}};function Hn(){return {from:"",remoteDomain:0,remoteToken:new Uint8Array,localToken:""}}var Pe={typeUrl:"/circle.cctp.v1.MsgLinkTokenPair",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.remoteDomain!==0&&n.uint32(16).uint32(e.remoteDomain),e.remoteToken.length!==0&&n.uint32(26).bytes(e.remoteToken),e.localToken!==""&&n.uint32(34).string(e.localToken),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Hn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.remoteDomain=t.uint32();break;case 3:s.remoteToken=t.bytes();break;case 4:s.localToken=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",remoteDomain:i(e.remoteDomain)?Number(e.remoteDomain):0,remoteToken:i(e.remoteToken)?M(e.remoteToken):new Uint8Array,localToken:i(e.localToken)?String(e.localToken):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.remoteDomain!==void 0&&(n.remoteDomain=Math.round(e.remoteDomain)),e.remoteToken!==void 0&&(n.remoteToken=A(e.remoteToken!==void 0?e.remoteToken:new Uint8Array)),e.localToken!==void 0&&(n.localToken=e.localToken),n},fromPartial(e){var t,r,s,o;let n=Hn();return n.from=(t=e.from)!=null?t:"",n.remoteDomain=(r=e.remoteDomain)!=null?r:0,n.remoteToken=(s=e.remoteToken)!=null?s:new Uint8Array,n.localToken=(o=e.localToken)!=null?o:"",n},fromAmino(e){let n=Hn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.remote_domain!==void 0&&e.remote_domain!==null&&(n.remoteDomain=e.remote_domain),e.remote_token!==void 0&&e.remote_token!==null&&(n.remoteToken=M(e.remote_token)),e.local_token!==void 0&&e.local_token!==null&&(n.localToken=e.local_token),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.remote_domain=e.remoteDomain===0?void 0:e.remoteDomain,n.remote_token=e.remoteToken?A(e.remoteToken):void 0,n.local_token=e.localToken===""?void 0:e.localToken,n},fromAminoMsg(e){return Pe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/LinkTokenPair",value:Pe.toAmino(e)}},fromProtoMsg(e){return Pe.decode(e.value)},toProto(e){return Pe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgLinkTokenPair",value:Pe.encode(e).finish()}}};function $n(){return {from:"",remoteDomain:0,remoteToken:new Uint8Array,localToken:""}}var Ue={typeUrl:"/circle.cctp.v1.MsgUnlinkTokenPair",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.remoteDomain!==0&&n.uint32(16).uint32(e.remoteDomain),e.remoteToken.length!==0&&n.uint32(26).bytes(e.remoteToken),e.localToken!==""&&n.uint32(34).string(e.localToken),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=$n();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.remoteDomain=t.uint32();break;case 3:s.remoteToken=t.bytes();break;case 4:s.localToken=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",remoteDomain:i(e.remoteDomain)?Number(e.remoteDomain):0,remoteToken:i(e.remoteToken)?M(e.remoteToken):new Uint8Array,localToken:i(e.localToken)?String(e.localToken):""}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.remoteDomain!==void 0&&(n.remoteDomain=Math.round(e.remoteDomain)),e.remoteToken!==void 0&&(n.remoteToken=A(e.remoteToken!==void 0?e.remoteToken:new Uint8Array)),e.localToken!==void 0&&(n.localToken=e.localToken),n},fromPartial(e){var t,r,s,o;let n=$n();return n.from=(t=e.from)!=null?t:"",n.remoteDomain=(r=e.remoteDomain)!=null?r:0,n.remoteToken=(s=e.remoteToken)!=null?s:new Uint8Array,n.localToken=(o=e.localToken)!=null?o:"",n},fromAmino(e){let n=$n();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.remote_domain!==void 0&&e.remote_domain!==null&&(n.remoteDomain=e.remote_domain),e.remote_token!==void 0&&e.remote_token!==null&&(n.remoteToken=M(e.remote_token)),e.local_token!==void 0&&e.local_token!==null&&(n.localToken=e.local_token),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.remote_domain=e.remoteDomain===0?void 0:e.remoteDomain,n.remote_token=e.remoteToken?A(e.remoteToken):void 0,n.local_token=e.localToken===""?void 0:e.localToken,n},fromAminoMsg(e){return Ue.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnlinkTokenPair",value:Ue.toAmino(e)}},fromProtoMsg(e){return Ue.decode(e.value)},toProto(e){return Ue.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnlinkTokenPair",value:Ue.encode(e).finish()}}};function Yn(){return {from:"",domainId:0,address:new Uint8Array}}var Se={typeUrl:"/circle.cctp.v1.MsgAddRemoteTokenMessenger",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.domainId!==0&&n.uint32(16).uint32(e.domainId),e.address.length!==0&&n.uint32(26).bytes(e.address),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Yn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.domainId=t.uint32();break;case 3:s.address=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",domainId:i(e.domainId)?Number(e.domainId):0,address:i(e.address)?M(e.address):new Uint8Array}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.domainId!==void 0&&(n.domainId=Math.round(e.domainId)),e.address!==void 0&&(n.address=A(e.address!==void 0?e.address:new Uint8Array)),n},fromPartial(e){var t,r,s;let n=Yn();return n.from=(t=e.from)!=null?t:"",n.domainId=(r=e.domainId)!=null?r:0,n.address=(s=e.address)!=null?s:new Uint8Array,n},fromAmino(e){let n=Yn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.domain_id!==void 0&&e.domain_id!==null&&(n.domainId=e.domain_id),e.address!==void 0&&e.address!==null&&(n.address=M(e.address)),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.domain_id=e.domainId===0?void 0:e.domainId,n.address=e.address?A(e.address):void 0,n},fromAminoMsg(e){return Se.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/AddRemoteTokenMessenger",value:Se.toAmino(e)}},fromProtoMsg(e){return Se.decode(e.value)},toProto(e){return Se.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgAddRemoteTokenMessenger",value:Se.encode(e).finish()}}};function Qn(){return {from:"",domainId:0}}var he={typeUrl:"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",encode(e,n=c__namespace.Writer.create()){return e.from!==""&&n.uint32(10).string(e.from),e.domainId!==0&&n.uint32(16).uint32(e.domainId),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Qn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.from=t.string();break;case 2:s.domainId=t.uint32();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {from:i(e.from)?String(e.from):"",domainId:i(e.domainId)?Number(e.domainId):0}},toJSON(e){let n={};return e.from!==void 0&&(n.from=e.from),e.domainId!==void 0&&(n.domainId=Math.round(e.domainId)),n},fromPartial(e){var t,r;let n=Qn();return n.from=(t=e.from)!=null?t:"",n.domainId=(r=e.domainId)!=null?r:0,n},fromAmino(e){let n=Qn();return e.from!==void 0&&e.from!==null&&(n.from=e.from),e.domain_id!==void 0&&e.domain_id!==null&&(n.domainId=e.domain_id),n},toAmino(e){let n={};return n.from=e.from===""?void 0:e.from,n.domain_id=e.domainId===0?void 0:e.domainId,n},fromAminoMsg(e){return he.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/RemoveRemoteTokenMessenger",value:he.toAmino(e)}},fromProtoMsg(e){return he.decode(e.value)},toProto(e){return he.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",value:he.encode(e).finish()}}};var Zt=[["/circle.cctp.v1.MsgAcceptOwner",ae],["/circle.cctp.v1.MsgAddRemoteTokenMessenger",Se],["/circle.cctp.v1.MsgDepositForBurn",z],["/circle.cctp.v1.MsgDepositForBurnWithCaller",q],["/circle.cctp.v1.MsgDisableAttester",ce],["/circle.cctp.v1.MsgEnableAttester",de],["/circle.cctp.v1.MsgLinkTokenPair",Pe],["/circle.cctp.v1.MsgPauseBurningAndMinting",ue],["/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",me],["/circle.cctp.v1.MsgReceiveMessage",Ae],["/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",he],["/circle.cctp.v1.MsgReplaceDepositForBurn",Me],["/circle.cctp.v1.MsgReplaceMessage",Re],["/circle.cctp.v1.MsgSendMessage",ve],["/circle.cctp.v1.MsgSendMessageWithCaller",ye],["/circle.cctp.v1.MsgUnlinkTokenPair",Ue],["/circle.cctp.v1.MsgUnpauseBurningAndMinting",ge],["/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",pe],["/circle.cctp.v1.MsgUpdateOwner",se],["/circle.cctp.v1.MsgUpdateAttesterManager",re],["/circle.cctp.v1.MsgUpdateTokenController",oe],["/circle.cctp.v1.MsgUpdatePauser",ie],["/circle.cctp.v1.MsgUpdateMaxMessageBodySize",le],["/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",fe],["/circle.cctp.v1.MsgUpdateSignatureThreshold",_e]];var zt={"/circle.cctp.v1.MsgAcceptOwner":{aminoType:"cctp/AcceptOwner",toAmino:ae.toAmino,fromAmino:ae.fromAmino},"/circle.cctp.v1.MsgAddRemoteTokenMessenger":{aminoType:"cctp/AddRemoteTokenMessenger",toAmino:Se.toAmino,fromAmino:Se.fromAmino},"/circle.cctp.v1.MsgDepositForBurn":{aminoType:"cctp/DepositForBurn",toAmino:z.toAmino,fromAmino:z.fromAmino},"/circle.cctp.v1.MsgDepositForBurnWithCaller":{aminoType:"cctp/DepositForBurnWithCaller",toAmino:q.toAmino,fromAmino:q.fromAmino},"/circle.cctp.v1.MsgDisableAttester":{aminoType:"cctp/DisableAttester",toAmino:ce.toAmino,fromAmino:ce.fromAmino},"/circle.cctp.v1.MsgEnableAttester":{aminoType:"cctp/EnableAttester",toAmino:de.toAmino,fromAmino:de.fromAmino},"/circle.cctp.v1.MsgLinkTokenPair":{aminoType:"cctp/LinkTokenPair",toAmino:Pe.toAmino,fromAmino:Pe.fromAmino},"/circle.cctp.v1.MsgPauseBurningAndMinting":{aminoType:"cctp/PauseBurningAndMinting",toAmino:ue.toAmino,fromAmino:ue.fromAmino},"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages":{aminoType:"cctp/PauseSendingAndReceivingMessages",toAmino:me.toAmino,fromAmino:me.fromAmino},"/circle.cctp.v1.MsgReceiveMessage":{aminoType:"cctp/ReceiveMessage",toAmino:Ae.toAmino,fromAmino:Ae.fromAmino},"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger":{aminoType:"cctp/RemoveRemoteTokenMessenger",toAmino:he.toAmino,fromAmino:he.fromAmino},"/circle.cctp.v1.MsgReplaceDepositForBurn":{aminoType:"cctp/ReplaceDepositForBurn",toAmino:Me.toAmino,fromAmino:Me.fromAmino},"/circle.cctp.v1.MsgReplaceMessage":{aminoType:"cctp/ReplaceMessage",toAmino:Re.toAmino,fromAmino:Re.fromAmino},"/circle.cctp.v1.MsgSendMessage":{aminoType:"cctp/SendMessage",toAmino:ve.toAmino,fromAmino:ve.fromAmino},"/circle.cctp.v1.MsgSendMessageWithCaller":{aminoType:"cctp/SendMessageWithCaller",toAmino:ye.toAmino,fromAmino:ye.fromAmino},"/circle.cctp.v1.MsgUnlinkTokenPair":{aminoType:"cctp/UnlinkTokenPair",toAmino:Ue.toAmino,fromAmino:Ue.fromAmino},"/circle.cctp.v1.MsgUnpauseBurningAndMinting":{aminoType:"cctp/UnpauseBurningAndMinting",toAmino:ge.toAmino,fromAmino:ge.fromAmino},"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages":{aminoType:"cctp/UnpauseSendingAndReceivingMessages",toAmino:pe.toAmino,fromAmino:pe.fromAmino},"/circle.cctp.v1.MsgUpdateOwner":{aminoType:"cctp/UpdateOwner",toAmino:se.toAmino,fromAmino:se.fromAmino},"/circle.cctp.v1.MsgUpdateAttesterManager":{aminoType:"cctp/UpdateAttesterManager",toAmino:re.toAmino,fromAmino:re.fromAmino},"/circle.cctp.v1.MsgUpdateTokenController":{aminoType:"cctp/UpdateTokenController",toAmino:oe.toAmino,fromAmino:oe.fromAmino},"/circle.cctp.v1.MsgUpdatePauser":{aminoType:"cctp/UpdatePauser",toAmino:ie.toAmino,fromAmino:ie.fromAmino},"/circle.cctp.v1.MsgUpdateMaxMessageBodySize":{aminoType:"cctp/UpdateMaxMessageBodySize",toAmino:le.toAmino,fromAmino:le.fromAmino},"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage":{aminoType:"cctp/SetMaxBurnAmountPerMessage",toAmino:fe.toAmino,fromAmino:fe.fromAmino},"/circle.cctp.v1.MsgUpdateSignatureThreshold":{aminoType:"cctp/UpdateSignatureThreshold",toAmino:_e.toAmino,fromAmino:_e.fromAmino}};var qt=C({},zt),Ht=[...Zt];function Xn(){return {denom:"",amount:""}}var f={typeUrl:"/cosmos.base.v1beta1.Coin",encode(e,n=c__namespace.Writer.create()){return e.denom!==""&&n.uint32(10).string(e.denom),e.amount!==""&&n.uint32(18).string(e.amount),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Xn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.denom=t.string();break;case 2:s.amount=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {denom:i(e.denom)?String(e.denom):"",amount:i(e.amount)?String(e.amount):""}},toJSON(e){let n={};return e.denom!==void 0&&(n.denom=e.denom),e.amount!==void 0&&(n.amount=e.amount),n},fromPartial(e){var t,r;let n=Xn();return n.denom=(t=e.denom)!=null?t:"",n.amount=(r=e.amount)!=null?r:"",n},fromAmino(e){let n=Xn();return e.denom!==void 0&&e.denom!==null&&(n.denom=e.denom),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),n},toAmino(e){var t;let n={};return n.denom=e.denom===""?void 0:e.denom,n.amount=(t=e.amount)!=null?t:"",n},fromAminoMsg(e){return f.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/Coin",value:f.toAmino(e)}},fromProtoMsg(e){return f.decode(e.value)},toProto(e){return f.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.base.v1beta1.Coin",value:f.encode(e).finish()}}};function jn(){return {enableErc20:!1,enableEvmHook:!1}}var E={typeUrl:"/evmos.erc20.v1.Params",encode(e,n=c__namespace.Writer.create()){return e.enableErc20===!0&&n.uint32(8).bool(e.enableErc20),e.enableEvmHook===!0&&n.uint32(16).bool(e.enableEvmHook),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=jn();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.enableErc20=t.bool();break;case 2:s.enableEvmHook=t.bool();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {enableErc20:i(e.enableErc20)?!!e.enableErc20:!1,enableEvmHook:i(e.enableEvmHook)?!!e.enableEvmHook:!1}},toJSON(e){let n={};return e.enableErc20!==void 0&&(n.enableErc20=e.enableErc20),e.enableEvmHook!==void 0&&(n.enableEvmHook=e.enableEvmHook),n},fromPartial(e){var t,r;let n=jn();return n.enableErc20=(t=e.enableErc20)!=null?t:!1,n.enableEvmHook=(r=e.enableEvmHook)!=null?r:!1,n},fromAmino(e){let n=jn();return e.enable_erc20!==void 0&&e.enable_erc20!==null&&(n.enableErc20=e.enable_erc20),e.enable_evm_hook!==void 0&&e.enable_evm_hook!==null&&(n.enableEvmHook=e.enable_evm_hook),n},toAmino(e){let n={};return n.enable_erc20=e.enableErc20===!1?void 0:e.enableErc20,n.enable_evm_hook=e.enableEvmHook===!1?void 0:e.enableEvmHook,n},fromAminoMsg(e){return E.fromAmino(e.value)},toAminoMsg(e){return {type:"erc20/Params",value:E.toAmino(e)}},fromProtoMsg(e){return E.decode(e.value)},toProto(e){return E.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.Params",value:E.encode(e).finish()}}};function et(){return {coin:f.fromPartial({}),receiver:"",sender:""}}var ke={typeUrl:"/evmos.erc20.v1.MsgConvertCoin",encode(e,n=c__namespace.Writer.create()){return e.coin!==void 0&&f.encode(e.coin,n.uint32(10).fork()).ldelim(),e.receiver!==""&&n.uint32(18).string(e.receiver),e.sender!==""&&n.uint32(26).string(e.sender),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=et();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.coin=f.decode(t,t.uint32());break;case 2:s.receiver=t.string();break;case 3:s.sender=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {coin:i(e.coin)?f.fromJSON(e.coin):void 0,receiver:i(e.receiver)?String(e.receiver):"",sender:i(e.sender)?String(e.sender):""}},toJSON(e){let n={};return e.coin!==void 0&&(n.coin=e.coin?f.toJSON(e.coin):void 0),e.receiver!==void 0&&(n.receiver=e.receiver),e.sender!==void 0&&(n.sender=e.sender),n},fromPartial(e){var t,r;let n=et();return n.coin=e.coin!==void 0&&e.coin!==null?f.fromPartial(e.coin):void 0,n.receiver=(t=e.receiver)!=null?t:"",n.sender=(r=e.sender)!=null?r:"",n},fromAmino(e){let n=et();return e.coin!==void 0&&e.coin!==null&&(n.coin=f.fromAmino(e.coin)),e.receiver!==void 0&&e.receiver!==null&&(n.receiver=e.receiver),e.sender!==void 0&&e.sender!==null&&(n.sender=e.sender),n},toAmino(e){let n={};return n.coin=e.coin?f.toAmino(e.coin):void 0,n.receiver=e.receiver===""?void 0:e.receiver,n.sender=e.sender===""?void 0:e.sender,n},fromAminoMsg(e){return ke.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertCoin",value:ke.toAmino(e)}},fromProtoMsg(e){return ke.decode(e.value)},toProto(e){return ke.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgConvertCoin",value:ke.encode(e).finish()}}};function nt(){return {contractAddress:"",amount:"",receiver:"",sender:""}}var Ce={typeUrl:"/evmos.erc20.v1.MsgConvertERC20",encode(e,n=c__namespace.Writer.create()){return e.contractAddress!==""&&n.uint32(10).string(e.contractAddress),e.amount!==""&&n.uint32(18).string(e.amount),e.receiver!==""&&n.uint32(26).string(e.receiver),e.sender!==""&&n.uint32(34).string(e.sender),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=nt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.contractAddress=t.string();break;case 2:s.amount=t.string();break;case 3:s.receiver=t.string();break;case 4:s.sender=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {contractAddress:i(e.contractAddress)?String(e.contractAddress):"",amount:i(e.amount)?String(e.amount):"",receiver:i(e.receiver)?String(e.receiver):"",sender:i(e.sender)?String(e.sender):""}},toJSON(e){let n={};return e.contractAddress!==void 0&&(n.contractAddress=e.contractAddress),e.amount!==void 0&&(n.amount=e.amount),e.receiver!==void 0&&(n.receiver=e.receiver),e.sender!==void 0&&(n.sender=e.sender),n},fromPartial(e){var t,r,s,o;let n=nt();return n.contractAddress=(t=e.contractAddress)!=null?t:"",n.amount=(r=e.amount)!=null?r:"",n.receiver=(s=e.receiver)!=null?s:"",n.sender=(o=e.sender)!=null?o:"",n},fromAmino(e){let n=nt();return e.contract_address!==void 0&&e.contract_address!==null&&(n.contractAddress=e.contract_address),e.amount!==void 0&&e.amount!==null&&(n.amount=e.amount),e.receiver!==void 0&&e.receiver!==null&&(n.receiver=e.receiver),e.sender!==void 0&&e.sender!==null&&(n.sender=e.sender),n},toAmino(e){let n={};return n.contract_address=e.contractAddress===""?void 0:e.contractAddress,n.amount=e.amount===""?void 0:e.amount,n.receiver=e.receiver===""?void 0:e.receiver,n.sender=e.sender===""?void 0:e.sender,n},fromAminoMsg(e){return Ce.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertERC20",value:Ce.toAmino(e)}},fromProtoMsg(e){return Ce.decode(e.value)},toProto(e){return Ce.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgConvertERC20",value:Ce.encode(e).finish()}}};function tt(){return {authority:"",params:E.fromPartial({})}}var xe={typeUrl:"/evmos.erc20.v1.MsgUpdateParams",encode(e,n=c__namespace.Writer.create()){return e.authority!==""&&n.uint32(10).string(e.authority),e.params!==void 0&&E.encode(e.params,n.uint32(18).fork()).ldelim(),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=tt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.authority=t.string();break;case 2:s.params=E.decode(t,t.uint32());break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {authority:i(e.authority)?String(e.authority):"",params:i(e.params)?E.fromJSON(e.params):void 0}},toJSON(e){let n={};return e.authority!==void 0&&(n.authority=e.authority),e.params!==void 0&&(n.params=e.params?E.toJSON(e.params):void 0),n},fromPartial(e){var t;let n=tt();return n.authority=(t=e.authority)!=null?t:"",n.params=e.params!==void 0&&e.params!==null?E.fromPartial(e.params):void 0,n},fromAmino(e){let n=tt();return e.authority!==void 0&&e.authority!==null&&(n.authority=e.authority),e.params!==void 0&&e.params!==null&&(n.params=E.fromAmino(e.params)),n},toAmino(e){let n={};return n.authority=e.authority===""?void 0:e.authority,n.params=e.params?E.toAmino(e.params):void 0,n},fromAminoMsg(e){return xe.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/erc20/MsgUpdateParams",value:xe.toAmino(e)}},fromProtoMsg(e){return xe.decode(e.value)},toProto(e){return xe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgUpdateParams",value:xe.encode(e).finish()}}};var $t=[["/evmos.erc20.v1.MsgConvertCoin",ke],["/evmos.erc20.v1.MsgConvertERC20",Ce],["/evmos.erc20.v1.MsgUpdateParams",xe]];function st(){return {stakingRewards:"",usageIncentives:"",communityPool:""}}var F={typeUrl:"/evmos.inflation.v1.InflationDistribution",encode(e,n=c__namespace.Writer.create()){return e.stakingRewards!==""&&n.uint32(10).string(math.Decimal.fromUserInput(e.stakingRewards,18).atomics),e.usageIncentives!==""&&n.uint32(18).string(math.Decimal.fromUserInput(e.usageIncentives,18).atomics),e.communityPool!==""&&n.uint32(26).string(math.Decimal.fromUserInput(e.communityPool,18).atomics),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=st();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.stakingRewards=math.Decimal.fromAtomics(t.string(),18).toString();break;case 2:s.usageIncentives=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:s.communityPool=math.Decimal.fromAtomics(t.string(),18).toString();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {stakingRewards:i(e.stakingRewards)?String(e.stakingRewards):"",usageIncentives:i(e.usageIncentives)?String(e.usageIncentives):"",communityPool:i(e.communityPool)?String(e.communityPool):""}},toJSON(e){let n={};return e.stakingRewards!==void 0&&(n.stakingRewards=e.stakingRewards),e.usageIncentives!==void 0&&(n.usageIncentives=e.usageIncentives),e.communityPool!==void 0&&(n.communityPool=e.communityPool),n},fromPartial(e){var t,r,s;let n=st();return n.stakingRewards=(t=e.stakingRewards)!=null?t:"",n.usageIncentives=(r=e.usageIncentives)!=null?r:"",n.communityPool=(s=e.communityPool)!=null?s:"",n},fromAmino(e){let n=st();return e.staking_rewards!==void 0&&e.staking_rewards!==null&&(n.stakingRewards=e.staking_rewards),e.usage_incentives!==void 0&&e.usage_incentives!==null&&(n.usageIncentives=e.usage_incentives),e.community_pool!==void 0&&e.community_pool!==null&&(n.communityPool=e.community_pool),n},toAmino(e){let n={};return n.staking_rewards=w(e.stakingRewards)===""?void 0:w(e.stakingRewards),n.usage_incentives=w(e.usageIncentives)===""?void 0:w(e.usageIncentives),n.community_pool=w(e.communityPool)===""?void 0:w(e.communityPool),n},fromAminoMsg(e){return F.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/InflationDistribution",value:F.toAmino(e)}},fromProtoMsg(e){return F.decode(e.value)},toProto(e){return F.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.InflationDistribution",value:F.encode(e).finish()}}};function rt(){return {a:"",r:"",c:"",bondingTarget:"",maxVariance:""}}var N={typeUrl:"/evmos.inflation.v1.ExponentialCalculation",encode(e,n=c__namespace.Writer.create()){return e.a!==""&&n.uint32(10).string(math.Decimal.fromUserInput(e.a,18).atomics),e.r!==""&&n.uint32(18).string(math.Decimal.fromUserInput(e.r,18).atomics),e.c!==""&&n.uint32(26).string(math.Decimal.fromUserInput(e.c,18).atomics),e.bondingTarget!==""&&n.uint32(34).string(math.Decimal.fromUserInput(e.bondingTarget,18).atomics),e.maxVariance!==""&&n.uint32(42).string(math.Decimal.fromUserInput(e.maxVariance,18).atomics),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=rt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.a=math.Decimal.fromAtomics(t.string(),18).toString();break;case 2:s.r=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:s.c=math.Decimal.fromAtomics(t.string(),18).toString();break;case 4:s.bondingTarget=math.Decimal.fromAtomics(t.string(),18).toString();break;case 5:s.maxVariance=math.Decimal.fromAtomics(t.string(),18).toString();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {a:i(e.a)?String(e.a):"",r:i(e.r)?String(e.r):"",c:i(e.c)?String(e.c):"",bondingTarget:i(e.bondingTarget)?String(e.bondingTarget):"",maxVariance:i(e.maxVariance)?String(e.maxVariance):""}},toJSON(e){let n={};return e.a!==void 0&&(n.a=e.a),e.r!==void 0&&(n.r=e.r),e.c!==void 0&&(n.c=e.c),e.bondingTarget!==void 0&&(n.bondingTarget=e.bondingTarget),e.maxVariance!==void 0&&(n.maxVariance=e.maxVariance),n},fromPartial(e){var t,r,s,o,a;let n=rt();return n.a=(t=e.a)!=null?t:"",n.r=(r=e.r)!=null?r:"",n.c=(s=e.c)!=null?s:"",n.bondingTarget=(o=e.bondingTarget)!=null?o:"",n.maxVariance=(a=e.maxVariance)!=null?a:"",n},fromAmino(e){let n=rt();return e.a!==void 0&&e.a!==null&&(n.a=e.a),e.r!==void 0&&e.r!==null&&(n.r=e.r),e.c!==void 0&&e.c!==null&&(n.c=e.c),e.bonding_target!==void 0&&e.bonding_target!==null&&(n.bondingTarget=e.bonding_target),e.max_variance!==void 0&&e.max_variance!==null&&(n.maxVariance=e.max_variance),n},toAmino(e){let n={};return n.a=w(e.a)===""?void 0:w(e.a),n.r=w(e.r)===""?void 0:w(e.r),n.c=w(e.c)===""?void 0:w(e.c),n.bonding_target=w(e.bondingTarget)===""?void 0:w(e.bondingTarget),n.max_variance=w(e.maxVariance)===""?void 0:w(e.maxVariance),n},fromAminoMsg(e){return N.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/ExponentialCalculation",value:N.toAmino(e)}},fromProtoMsg(e){return N.decode(e.value)},toProto(e){return N.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.ExponentialCalculation",value:N.encode(e).finish()}}};function ot(){return {mintDenom:"",exponentialCalculation:N.fromPartial({}),inflationDistribution:F.fromPartial({}),enableInflation:!1}}var J={typeUrl:"/evmos.inflation.v1.Params",encode(e,n=c__namespace.Writer.create()){return e.mintDenom!==""&&n.uint32(10).string(e.mintDenom),e.exponentialCalculation!==void 0&&N.encode(e.exponentialCalculation,n.uint32(18).fork()).ldelim(),e.inflationDistribution!==void 0&&F.encode(e.inflationDistribution,n.uint32(26).fork()).ldelim(),e.enableInflation===!0&&n.uint32(32).bool(e.enableInflation),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=ot();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.mintDenom=t.string();break;case 2:s.exponentialCalculation=N.decode(t,t.uint32());break;case 3:s.inflationDistribution=F.decode(t,t.uint32());break;case 4:s.enableInflation=t.bool();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {mintDenom:i(e.mintDenom)?String(e.mintDenom):"",exponentialCalculation:i(e.exponentialCalculation)?N.fromJSON(e.exponentialCalculation):void 0,inflationDistribution:i(e.inflationDistribution)?F.fromJSON(e.inflationDistribution):void 0,enableInflation:i(e.enableInflation)?!!e.enableInflation:!1}},toJSON(e){let n={};return e.mintDenom!==void 0&&(n.mintDenom=e.mintDenom),e.exponentialCalculation!==void 0&&(n.exponentialCalculation=e.exponentialCalculation?N.toJSON(e.exponentialCalculation):void 0),e.inflationDistribution!==void 0&&(n.inflationDistribution=e.inflationDistribution?F.toJSON(e.inflationDistribution):void 0),e.enableInflation!==void 0&&(n.enableInflation=e.enableInflation),n},fromPartial(e){var t,r;let n=ot();return n.mintDenom=(t=e.mintDenom)!=null?t:"",n.exponentialCalculation=e.exponentialCalculation!==void 0&&e.exponentialCalculation!==null?N.fromPartial(e.exponentialCalculation):void 0,n.inflationDistribution=e.inflationDistribution!==void 0&&e.inflationDistribution!==null?F.fromPartial(e.inflationDistribution):void 0,n.enableInflation=(r=e.enableInflation)!=null?r:!1,n},fromAmino(e){let n=ot();return e.mint_denom!==void 0&&e.mint_denom!==null&&(n.mintDenom=e.mint_denom),e.exponential_calculation!==void 0&&e.exponential_calculation!==null&&(n.exponentialCalculation=N.fromAmino(e.exponential_calculation)),e.inflation_distribution!==void 0&&e.inflation_distribution!==null&&(n.inflationDistribution=F.fromAmino(e.inflation_distribution)),e.enable_inflation!==void 0&&e.enable_inflation!==null&&(n.enableInflation=e.enable_inflation),n},toAmino(e){let n={};return n.mint_denom=e.mintDenom===""?void 0:e.mintDenom,n.exponential_calculation=e.exponentialCalculation?N.toAmino(e.exponentialCalculation):void 0,n.inflation_distribution=e.inflationDistribution?F.toAmino(e.inflationDistribution):void 0,n.enable_inflation=e.enableInflation===!1?void 0:e.enableInflation,n},fromAminoMsg(e){return J.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/Params",value:J.toAmino(e)}},fromProtoMsg(e){return J.decode(e.value)},toProto(e){return J.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.Params",value:J.encode(e).finish()}}};function it(){return {authority:"",params:J.fromPartial({})}}var Te={typeUrl:"/evmos.inflation.v1.MsgUpdateParams",encode(e,n=c__namespace.Writer.create()){return e.authority!==""&&n.uint32(10).string(e.authority),e.params!==void 0&&J.encode(e.params,n.uint32(18).fork()).ldelim(),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=it();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.authority=t.string();break;case 2:s.params=J.decode(t,t.uint32());break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {authority:i(e.authority)?String(e.authority):"",params:i(e.params)?J.fromJSON(e.params):void 0}},toJSON(e){let n={};return e.authority!==void 0&&(n.authority=e.authority),e.params!==void 0&&(n.params=e.params?J.toJSON(e.params):void 0),n},fromPartial(e){var t;let n=it();return n.authority=(t=e.authority)!=null?t:"",n.params=e.params!==void 0&&e.params!==null?J.fromPartial(e.params):void 0,n},fromAmino(e){let n=it();return e.authority!==void 0&&e.authority!==null&&(n.authority=e.authority),e.params!==void 0&&e.params!==null&&(n.params=J.fromAmino(e.params)),n},toAmino(e){let n={};return n.authority=e.authority===""?void 0:e.authority,n.params=e.params?J.toAmino(e.params):void 0,n},fromAminoMsg(e){return Te.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/inflation/MsgUpdateParams",value:Te.toAmino(e)}},fromProtoMsg(e){return Te.decode(e.value)},toProto(e){return Te.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.MsgUpdateParams",value:Te.encode(e).finish()}}};var Yt=[["/evmos.inflation.v1.MsgUpdateParams",Te]];function at(){return {enableRevenue:!1,developerShares:"",addrDerivationCostCreate:m__default.default.UZERO}}var W={typeUrl:"/evmos.revenue.v1.Params",encode(e,n=c__namespace.Writer.create()){return e.enableRevenue===!0&&n.uint32(8).bool(e.enableRevenue),e.developerShares!==""&&n.uint32(18).string(math.Decimal.fromUserInput(e.developerShares,18).atomics),e.addrDerivationCostCreate.isZero()||n.uint32(24).uint64(e.addrDerivationCostCreate),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=at();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.enableRevenue=t.bool();break;case 2:s.developerShares=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:s.addrDerivationCostCreate=t.uint64();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {enableRevenue:i(e.enableRevenue)?!!e.enableRevenue:!1,developerShares:i(e.developerShares)?String(e.developerShares):"",addrDerivationCostCreate:i(e.addrDerivationCostCreate)?m__default.default.fromValue(e.addrDerivationCostCreate):m__default.default.UZERO}},toJSON(e){let n={};return e.enableRevenue!==void 0&&(n.enableRevenue=e.enableRevenue),e.developerShares!==void 0&&(n.developerShares=e.developerShares),e.addrDerivationCostCreate!==void 0&&(n.addrDerivationCostCreate=(e.addrDerivationCostCreate||m__default.default.UZERO).toString()),n},fromPartial(e){var t,r;let n=at();return n.enableRevenue=(t=e.enableRevenue)!=null?t:!1,n.developerShares=(r=e.developerShares)!=null?r:"",n.addrDerivationCostCreate=e.addrDerivationCostCreate!==void 0&&e.addrDerivationCostCreate!==null?m__default.default.fromValue(e.addrDerivationCostCreate):m__default.default.UZERO,n},fromAmino(e){let n=at();return e.enable_revenue!==void 0&&e.enable_revenue!==null&&(n.enableRevenue=e.enable_revenue),e.developer_shares!==void 0&&e.developer_shares!==null&&(n.developerShares=e.developer_shares),e.addr_derivation_cost_create!==void 0&&e.addr_derivation_cost_create!==null&&(n.addrDerivationCostCreate=m__default.default.fromString(e.addr_derivation_cost_create)),n},toAmino(e){let n={};return n.enable_revenue=e.enableRevenue===!1?void 0:e.enableRevenue,n.developer_shares=w(e.developerShares)===""?void 0:w(e.developerShares),n.addr_derivation_cost_create=e.addrDerivationCostCreate.isZero()?void 0:e.addrDerivationCostCreate.toString(),n},fromAminoMsg(e){return W.fromAmino(e.value)},toAminoMsg(e){return {type:"revenue/Params",value:W.toAmino(e)}},fromProtoMsg(e){return W.decode(e.value)},toProto(e){return W.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.Params",value:W.encode(e).finish()}}};function dt(){return {contractAddress:"",deployerAddress:"",withdrawerAddress:"",nonces:[]}}var we={typeUrl:"/evmos.revenue.v1.MsgRegisterRevenue",encode(e,n=c__namespace.Writer.create()){e.contractAddress!==""&&n.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&n.uint32(18).string(e.deployerAddress),e.withdrawerAddress!==""&&n.uint32(26).string(e.withdrawerAddress),n.uint32(34).fork();for(let t of e.nonces)n.uint64(t);return n.ldelim(),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=dt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.contractAddress=t.string();break;case 2:s.deployerAddress=t.string();break;case 3:s.withdrawerAddress=t.string();break;case 4:if((o&7)===2){let a=t.uint32()+t.pos;for(;t.pos<a;)s.nonces.push(t.uint64());}else s.nonces.push(t.uint64());break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {contractAddress:i(e.contractAddress)?String(e.contractAddress):"",deployerAddress:i(e.deployerAddress)?String(e.deployerAddress):"",withdrawerAddress:i(e.withdrawerAddress)?String(e.withdrawerAddress):"",nonces:Array.isArray(e==null?void 0:e.nonces)?e.nonces.map(n=>m__default.default.fromValue(n)):[]}},toJSON(e){let n={};return e.contractAddress!==void 0&&(n.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(n.deployerAddress=e.deployerAddress),e.withdrawerAddress!==void 0&&(n.withdrawerAddress=e.withdrawerAddress),e.nonces?n.nonces=e.nonces.map(t=>(t||m__default.default.UZERO).toString()):n.nonces=[],n},fromPartial(e){var t,r,s,o;let n=dt();return n.contractAddress=(t=e.contractAddress)!=null?t:"",n.deployerAddress=(r=e.deployerAddress)!=null?r:"",n.withdrawerAddress=(s=e.withdrawerAddress)!=null?s:"",n.nonces=((o=e.nonces)==null?void 0:o.map(a=>m__default.default.fromValue(a)))||[],n},fromAmino(e){var t;let n=dt();return e.contract_address!==void 0&&e.contract_address!==null&&(n.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(n.deployerAddress=e.deployer_address),e.withdrawer_address!==void 0&&e.withdrawer_address!==null&&(n.withdrawerAddress=e.withdrawer_address),n.nonces=((t=e.nonces)==null?void 0:t.map(r=>m__default.default.fromString(r)))||[],n},toAmino(e){let n={};return n.contract_address=e.contractAddress===""?void 0:e.contractAddress,n.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,n.withdrawer_address=e.withdrawerAddress===""?void 0:e.withdrawerAddress,e.nonces?n.nonces=e.nonces.map(t=>t):n.nonces=e.nonces,n},fromAminoMsg(e){return we.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgRegisterRevenue",value:we.toAmino(e)}},fromProtoMsg(e){return we.decode(e.value)},toProto(e){return we.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgRegisterRevenue",value:we.encode(e).finish()}}};function ct(){return {contractAddress:"",deployerAddress:"",withdrawerAddress:""}}var be={typeUrl:"/evmos.revenue.v1.MsgUpdateRevenue",encode(e,n=c__namespace.Writer.create()){return e.contractAddress!==""&&n.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&n.uint32(18).string(e.deployerAddress),e.withdrawerAddress!==""&&n.uint32(26).string(e.withdrawerAddress),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=ct();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.contractAddress=t.string();break;case 2:s.deployerAddress=t.string();break;case 3:s.withdrawerAddress=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {contractAddress:i(e.contractAddress)?String(e.contractAddress):"",deployerAddress:i(e.deployerAddress)?String(e.deployerAddress):"",withdrawerAddress:i(e.withdrawerAddress)?String(e.withdrawerAddress):""}},toJSON(e){let n={};return e.contractAddress!==void 0&&(n.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(n.deployerAddress=e.deployerAddress),e.withdrawerAddress!==void 0&&(n.withdrawerAddress=e.withdrawerAddress),n},fromPartial(e){var t,r,s;let n=ct();return n.contractAddress=(t=e.contractAddress)!=null?t:"",n.deployerAddress=(r=e.deployerAddress)!=null?r:"",n.withdrawerAddress=(s=e.withdrawerAddress)!=null?s:"",n},fromAmino(e){let n=ct();return e.contract_address!==void 0&&e.contract_address!==null&&(n.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(n.deployerAddress=e.deployer_address),e.withdrawer_address!==void 0&&e.withdrawer_address!==null&&(n.withdrawerAddress=e.withdrawer_address),n},toAmino(e){let n={};return n.contract_address=e.contractAddress===""?void 0:e.contractAddress,n.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,n.withdrawer_address=e.withdrawerAddress===""?void 0:e.withdrawerAddress,n},fromAminoMsg(e){return be.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateRevenue",value:be.toAmino(e)}},fromProtoMsg(e){return be.decode(e.value)},toProto(e){return be.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgUpdateRevenue",value:be.encode(e).finish()}}};function ut(){return {contractAddress:"",deployerAddress:""}}var De={typeUrl:"/evmos.revenue.v1.MsgCancelRevenue",encode(e,n=c__namespace.Writer.create()){return e.contractAddress!==""&&n.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&n.uint32(18).string(e.deployerAddress),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=ut();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.contractAddress=t.string();break;case 2:s.deployerAddress=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {contractAddress:i(e.contractAddress)?String(e.contractAddress):"",deployerAddress:i(e.deployerAddress)?String(e.deployerAddress):""}},toJSON(e){let n={};return e.contractAddress!==void 0&&(n.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(n.deployerAddress=e.deployerAddress),n},fromPartial(e){var t,r;let n=ut();return n.contractAddress=(t=e.contractAddress)!=null?t:"",n.deployerAddress=(r=e.deployerAddress)!=null?r:"",n},fromAmino(e){let n=ut();return e.contract_address!==void 0&&e.contract_address!==null&&(n.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(n.deployerAddress=e.deployer_address),n},toAmino(e){let n={};return n.contract_address=e.contractAddress===""?void 0:e.contractAddress,n.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,n},fromAminoMsg(e){return De.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgCancelRevenue",value:De.toAmino(e)}},fromProtoMsg(e){return De.decode(e.value)},toProto(e){return De.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgCancelRevenue",value:De.encode(e).finish()}}};function gt(){return {authority:"",params:W.fromPartial({})}}var Be={typeUrl:"/evmos.revenue.v1.MsgUpdateParams",encode(e,n=c__namespace.Writer.create()){return e.authority!==""&&n.uint32(10).string(e.authority),e.params!==void 0&&W.encode(e.params,n.uint32(18).fork()).ldelim(),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=gt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.authority=t.string();break;case 2:s.params=W.decode(t,t.uint32());break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {authority:i(e.authority)?String(e.authority):"",params:i(e.params)?W.fromJSON(e.params):void 0}},toJSON(e){let n={};return e.authority!==void 0&&(n.authority=e.authority),e.params!==void 0&&(n.params=e.params?W.toJSON(e.params):void 0),n},fromPartial(e){var t;let n=gt();return n.authority=(t=e.authority)!=null?t:"",n.params=e.params!==void 0&&e.params!==null?W.fromPartial(e.params):void 0,n},fromAmino(e){let n=gt();return e.authority!==void 0&&e.authority!==null&&(n.authority=e.authority),e.params!==void 0&&e.params!==null&&(n.params=W.fromAmino(e.params)),n},toAmino(e){let n={};return n.authority=e.authority===""?void 0:e.authority,n.params=e.params?W.toAmino(e.params):void 0,n},fromAminoMsg(e){return Be.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateParams",value:Be.toAmino(e)}},fromProtoMsg(e){return Be.decode(e.value)},toProto(e){return Be.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgUpdateParams",value:Be.encode(e).finish()}}};var Xt=[["/evmos.revenue.v1.MsgRegisterRevenue",we],["/evmos.revenue.v1.MsgUpdateRevenue",be],["/evmos.revenue.v1.MsgCancelRevenue",De],["/evmos.revenue.v1.MsgUpdateParams",Be]];function jt(){return {seconds:m__default.default.ZERO,nanos:0}}var K={typeUrl:"/google.protobuf.Timestamp",encode(e,n=c__namespace.Writer.create()){return e.seconds.isZero()||n.uint32(8).int64(e.seconds),e.nanos!==0&&n.uint32(16).int32(e.nanos),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=jt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.seconds=t.int64();break;case 2:s.nanos=t.int32();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {seconds:i(e.seconds)?m__default.default.fromValue(e.seconds):m__default.default.ZERO,nanos:i(e.nanos)?Number(e.nanos):0}},toJSON(e){let n={};return e.seconds!==void 0&&(n.seconds=(e.seconds||m__default.default.ZERO).toString()),e.nanos!==void 0&&(n.nanos=Math.round(e.nanos)),n},fromPartial(e){var t;let n=jt();return n.seconds=e.seconds!==void 0&&e.seconds!==null?m__default.default.fromValue(e.seconds):m__default.default.ZERO,n.nanos=(t=e.nanos)!=null?t:0,n},fromAmino(e){return Ye(e)},toAmino(e){return Le(e).toISOString().replace(/\.\d+Z$/,"Z")},fromAminoMsg(e){return K.fromAmino(e.value)},fromProtoMsg(e){return K.decode(e.value)},toProto(e){return K.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/google.protobuf.Timestamp",value:K.encode(e).finish()}}};function es(){return {$typeUrl:"/google.protobuf.Any",typeUrl:"",value:new Uint8Array}}var H={typeUrl:"/google.protobuf.Any",encode(e,n=c__namespace.Writer.create()){return e.typeUrl!==""&&n.uint32(10).string(e.typeUrl),e.value.length!==0&&n.uint32(18).bytes(e.value),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=es();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.typeUrl=t.string();break;case 2:s.value=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {typeUrl:i(e.typeUrl)?String(e.typeUrl):"",value:i(e.value)?M(e.value):new Uint8Array}},toJSON(e){let n={};return e.typeUrl!==void 0&&(n.typeUrl=e.typeUrl),e.value!==void 0&&(n.value=A(e.value!==void 0?e.value:new Uint8Array)),n},fromPartial(e){var t,r;let n=es();return n.typeUrl=(t=e.typeUrl)!=null?t:"",n.value=(r=e.value)!=null?r:new Uint8Array,n},fromAmino(e){return {typeUrl:e.type,value:e.value}},toAmino(e){let n={};return n.type=e.typeUrl,n.value=e.value,n},fromAminoMsg(e){return H.fromAmino(e.value)},fromProtoMsg(e){return H.decode(e.value)},toProto(e){return H.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/google.protobuf.Any",value:H.encode(e).finish()}}};function mt(){return {address:"",pubKey:void 0,accountNumber:m__default.default.UZERO,sequence:m__default.default.UZERO}}var G={typeUrl:"/cosmos.auth.v1beta1.BaseAccount",encode(e,n=c__namespace.Writer.create()){return e.address!==""&&n.uint32(10).string(e.address),e.pubKey!==void 0&&H.encode(e.pubKey,n.uint32(18).fork()).ldelim(),e.accountNumber.isZero()||n.uint32(24).uint64(e.accountNumber),e.sequence.isZero()||n.uint32(32).uint64(e.sequence),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=mt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.address=t.string();break;case 2:s.pubKey=H.decode(t,t.uint32());break;case 3:s.accountNumber=t.uint64();break;case 4:s.sequence=t.uint64();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {address:i(e.address)?String(e.address):"",pubKey:i(e.pubKey)?H.fromJSON(e.pubKey):void 0,accountNumber:i(e.accountNumber)?m__default.default.fromValue(e.accountNumber):m__default.default.UZERO,sequence:i(e.sequence)?m__default.default.fromValue(e.sequence):m__default.default.UZERO}},toJSON(e){let n={};return e.address!==void 0&&(n.address=e.address),e.pubKey!==void 0&&(n.pubKey=e.pubKey?H.toJSON(e.pubKey):void 0),e.accountNumber!==void 0&&(n.accountNumber=(e.accountNumber||m__default.default.UZERO).toString()),e.sequence!==void 0&&(n.sequence=(e.sequence||m__default.default.UZERO).toString()),n},fromPartial(e){var t;let n=mt();return n.address=(t=e.address)!=null?t:"",n.pubKey=e.pubKey!==void 0&&e.pubKey!==null?H.fromPartial(e.pubKey):void 0,n.accountNumber=e.accountNumber!==void 0&&e.accountNumber!==null?m__default.default.fromValue(e.accountNumber):m__default.default.UZERO,n.sequence=e.sequence!==void 0&&e.sequence!==null?m__default.default.fromValue(e.sequence):m__default.default.UZERO,n},fromAmino(e){let n=mt();return e.address!==void 0&&e.address!==null&&(n.address=e.address),e.pub_key!==void 0&&e.pub_key!==null&&(n.pubKey=H.fromAmino(e.pub_key)),e.account_number!==void 0&&e.account_number!==null&&(n.accountNumber=m__default.default.fromString(e.account_number)),e.sequence!==void 0&&e.sequence!==null&&(n.sequence=m__default.default.fromString(e.sequence)),n},toAmino(e){let n={};return n.address=e.address===""?void 0:e.address,n.pub_key=e.pubKey?H.toAmino(e.pubKey):void 0,n.account_number=e.accountNumber.isZero()?void 0:e.accountNumber.toString(),n.sequence=e.sequence.isZero()?void 0:e.sequence.toString(),n},fromAminoMsg(e){return G.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/BaseAccount",value:G.toAmino(e)}},fromProtoMsg(e){return G.decode(e.value)},toProto(e){return G.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.auth.v1beta1.BaseAccount",value:G.encode(e).finish()}}};function pt(){return {baseAccount:void 0,originalVesting:[],delegatedFree:[],delegatedVesting:[],endTime:m__default.default.ZERO}}var Z={typeUrl:"/cosmos.vesting.v1beta1.BaseVestingAccount",encode(e,n=c__namespace.Writer.create()){e.baseAccount!==void 0&&G.encode(e.baseAccount,n.uint32(10).fork()).ldelim();for(let t of e.originalVesting)f.encode(t,n.uint32(18).fork()).ldelim();for(let t of e.delegatedFree)f.encode(t,n.uint32(26).fork()).ldelim();for(let t of e.delegatedVesting)f.encode(t,n.uint32(34).fork()).ldelim();return e.endTime.isZero()||n.uint32(40).int64(e.endTime),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=pt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.baseAccount=G.decode(t,t.uint32());break;case 2:s.originalVesting.push(f.decode(t,t.uint32()));break;case 3:s.delegatedFree.push(f.decode(t,t.uint32()));break;case 4:s.delegatedVesting.push(f.decode(t,t.uint32()));break;case 5:s.endTime=t.int64();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {baseAccount:i(e.baseAccount)?G.fromJSON(e.baseAccount):void 0,originalVesting:Array.isArray(e==null?void 0:e.originalVesting)?e.originalVesting.map(n=>f.fromJSON(n)):[],delegatedFree:Array.isArray(e==null?void 0:e.delegatedFree)?e.delegatedFree.map(n=>f.fromJSON(n)):[],delegatedVesting:Array.isArray(e==null?void 0:e.delegatedVesting)?e.delegatedVesting.map(n=>f.fromJSON(n)):[],endTime:i(e.endTime)?m__default.default.fromValue(e.endTime):m__default.default.ZERO}},toJSON(e){let n={};return e.baseAccount!==void 0&&(n.baseAccount=e.baseAccount?G.toJSON(e.baseAccount):void 0),e.originalVesting?n.originalVesting=e.originalVesting.map(t=>t?f.toJSON(t):void 0):n.originalVesting=[],e.delegatedFree?n.delegatedFree=e.delegatedFree.map(t=>t?f.toJSON(t):void 0):n.delegatedFree=[],e.delegatedVesting?n.delegatedVesting=e.delegatedVesting.map(t=>t?f.toJSON(t):void 0):n.delegatedVesting=[],e.endTime!==void 0&&(n.endTime=(e.endTime||m__default.default.ZERO).toString()),n},fromPartial(e){var t,r,s;let n=pt();return n.baseAccount=e.baseAccount!==void 0&&e.baseAccount!==null?G.fromPartial(e.baseAccount):void 0,n.originalVesting=((t=e.originalVesting)==null?void 0:t.map(o=>f.fromPartial(o)))||[],n.delegatedFree=((r=e.delegatedFree)==null?void 0:r.map(o=>f.fromPartial(o)))||[],n.delegatedVesting=((s=e.delegatedVesting)==null?void 0:s.map(o=>f.fromPartial(o)))||[],n.endTime=e.endTime!==void 0&&e.endTime!==null?m__default.default.fromValue(e.endTime):m__default.default.ZERO,n},fromAmino(e){var t,r,s;let n=pt();return e.base_account!==void 0&&e.base_account!==null&&(n.baseAccount=G.fromAmino(e.base_account)),n.originalVesting=((t=e.original_vesting)==null?void 0:t.map(o=>f.fromAmino(o)))||[],n.delegatedFree=((r=e.delegated_free)==null?void 0:r.map(o=>f.fromAmino(o)))||[],n.delegatedVesting=((s=e.delegated_vesting)==null?void 0:s.map(o=>f.fromAmino(o)))||[],e.end_time!==void 0&&e.end_time!==null&&(n.endTime=m__default.default.fromString(e.end_time)),n},toAmino(e){let n={};return n.base_account=e.baseAccount?G.toAmino(e.baseAccount):void 0,e.originalVesting?n.original_vesting=e.originalVesting.map(t=>t?f.toAmino(t):void 0):n.original_vesting=e.originalVesting,e.delegatedFree?n.delegated_free=e.delegatedFree.map(t=>t?f.toAmino(t):void 0):n.delegated_free=e.delegatedFree,e.delegatedVesting?n.delegated_vesting=e.delegatedVesting.map(t=>t?f.toAmino(t):void 0):n.delegated_vesting=e.delegatedVesting,n.end_time=e.endTime.isZero()?void 0:e.endTime.toString(),n},fromAminoMsg(e){return Z.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/BaseVestingAccount",value:Z.toAmino(e)}},fromProtoMsg(e){return Z.decode(e.value)},toProto(e){return Z.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.vesting.v1beta1.BaseVestingAccount",value:Z.encode(e).finish()}}};function lt(){return {length:m__default.default.ZERO,amount:[]}}var k={typeUrl:"/cosmos.vesting.v1beta1.Period",encode(e,n=c__namespace.Writer.create()){e.length.isZero()||n.uint32(8).int64(e.length);for(let t of e.amount)f.encode(t,n.uint32(18).fork()).ldelim();return n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=lt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.length=t.int64();break;case 2:s.amount.push(f.decode(t,t.uint32()));break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {length:i(e.length)?m__default.default.fromValue(e.length):m__default.default.ZERO,amount:Array.isArray(e==null?void 0:e.amount)?e.amount.map(n=>f.fromJSON(n)):[]}},toJSON(e){let n={};return e.length!==void 0&&(n.length=(e.length||m__default.default.ZERO).toString()),e.amount?n.amount=e.amount.map(t=>t?f.toJSON(t):void 0):n.amount=[],n},fromPartial(e){var t;let n=lt();return n.length=e.length!==void 0&&e.length!==null?m__default.default.fromValue(e.length):m__default.default.ZERO,n.amount=((t=e.amount)==null?void 0:t.map(r=>f.fromPartial(r)))||[],n},fromAmino(e){var t;let n=lt();return e.length!==void 0&&e.length!==null&&(n.length=m__default.default.fromString(e.length)),n.amount=((t=e.amount)==null?void 0:t.map(r=>f.fromAmino(r)))||[],n},toAmino(e){let n={};return n.length=e.length.isZero()?void 0:e.length.toString(),e.amount?n.amount=e.amount.map(t=>t?f.toAmino(t):void 0):n.amount=e.amount,n},fromAminoMsg(e){return k.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/Period",value:k.toAmino(e)}},fromProtoMsg(e){return k.decode(e.value)},toProto(e){return k.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.vesting.v1beta1.Period",value:k.encode(e).finish()}}};function ft(){return {funderAddress:"",vestingAddress:"",enableGovClawback:!1}}var Oe={typeUrl:"/evmos.vesting.v2.MsgCreateClawbackVestingAccount",encode(e,n=c__namespace.Writer.create()){return e.funderAddress!==""&&n.uint32(10).string(e.funderAddress),e.vestingAddress!==""&&n.uint32(18).string(e.vestingAddress),e.enableGovClawback===!0&&n.uint32(24).bool(e.enableGovClawback),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=ft();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.funderAddress=t.string();break;case 2:s.vestingAddress=t.string();break;case 3:s.enableGovClawback=t.bool();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {funderAddress:i(e.funderAddress)?String(e.funderAddress):"",vestingAddress:i(e.vestingAddress)?String(e.vestingAddress):"",enableGovClawback:i(e.enableGovClawback)?!!e.enableGovClawback:!1}},toJSON(e){let n={};return e.funderAddress!==void 0&&(n.funderAddress=e.funderAddress),e.vestingAddress!==void 0&&(n.vestingAddress=e.vestingAddress),e.enableGovClawback!==void 0&&(n.enableGovClawback=e.enableGovClawback),n},fromPartial(e){var t,r,s;let n=ft();return n.funderAddress=(t=e.funderAddress)!=null?t:"",n.vestingAddress=(r=e.vestingAddress)!=null?r:"",n.enableGovClawback=(s=e.enableGovClawback)!=null?s:!1,n},fromAmino(e){let n=ft();return e.funder_address!==void 0&&e.funder_address!==null&&(n.funderAddress=e.funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(n.vestingAddress=e.vesting_address),e.enable_gov_clawback!==void 0&&e.enable_gov_clawback!==null&&(n.enableGovClawback=e.enable_gov_clawback),n},toAmino(e){let n={};return n.funder_address=e.funderAddress===""?void 0:e.funderAddress,n.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,n.enable_gov_clawback=e.enableGovClawback===!1?void 0:e.enableGovClawback,n},fromAminoMsg(e){return Oe.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgCreateClawbackVestingAccount",value:Oe.toAmino(e)}},fromProtoMsg(e){return Oe.decode(e.value)},toProto(e){return Oe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgCreateClawbackVestingAccount",value:Oe.encode(e).finish()}}};function Mt(){return {funderAddress:"",vestingAddress:"",startTime:new Date,lockupPeriods:[],vestingPeriods:[]}}var Ve={typeUrl:"/evmos.vesting.v2.MsgFundVestingAccount",encode(e,n=c__namespace.Writer.create()){e.funderAddress!==""&&n.uint32(10).string(e.funderAddress),e.vestingAddress!==""&&n.uint32(18).string(e.vestingAddress),e.startTime!==void 0&&K.encode(We(e.startTime),n.uint32(26).fork()).ldelim();for(let t of e.lockupPeriods)k.encode(t,n.uint32(34).fork()).ldelim();for(let t of e.vestingPeriods)k.encode(t,n.uint32(42).fork()).ldelim();return n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Mt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.funderAddress=t.string();break;case 2:s.vestingAddress=t.string();break;case 3:s.startTime=Le(K.decode(t,t.uint32()));break;case 4:s.lockupPeriods.push(k.decode(t,t.uint32()));break;case 5:s.vestingPeriods.push(k.decode(t,t.uint32()));break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {funderAddress:i(e.funderAddress)?String(e.funderAddress):"",vestingAddress:i(e.vestingAddress)?String(e.vestingAddress):"",startTime:i(e.startTime)?Ye(e.startTime):void 0,lockupPeriods:Array.isArray(e==null?void 0:e.lockupPeriods)?e.lockupPeriods.map(n=>k.fromJSON(n)):[],vestingPeriods:Array.isArray(e==null?void 0:e.vestingPeriods)?e.vestingPeriods.map(n=>k.fromJSON(n)):[]}},toJSON(e){let n={};return e.funderAddress!==void 0&&(n.funderAddress=e.funderAddress),e.vestingAddress!==void 0&&(n.vestingAddress=e.vestingAddress),e.startTime!==void 0&&(n.startTime=e.startTime.toISOString()),e.lockupPeriods?n.lockupPeriods=e.lockupPeriods.map(t=>t?k.toJSON(t):void 0):n.lockupPeriods=[],e.vestingPeriods?n.vestingPeriods=e.vestingPeriods.map(t=>t?k.toJSON(t):void 0):n.vestingPeriods=[],n},fromPartial(e){var t,r,s,o,a;let n=Mt();return n.funderAddress=(t=e.funderAddress)!=null?t:"",n.vestingAddress=(r=e.vestingAddress)!=null?r:"",n.startTime=(s=e.startTime)!=null?s:void 0,n.lockupPeriods=((o=e.lockupPeriods)==null?void 0:o.map(d=>k.fromPartial(d)))||[],n.vestingPeriods=((a=e.vestingPeriods)==null?void 0:a.map(d=>k.fromPartial(d)))||[],n},fromAmino(e){var t,r;let n=Mt();return e.funder_address!==void 0&&e.funder_address!==null&&(n.funderAddress=e.funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(n.vestingAddress=e.vesting_address),e.start_time!==void 0&&e.start_time!==null&&(n.startTime=Le(K.fromAmino(e.start_time))),n.lockupPeriods=((t=e.lockup_periods)==null?void 0:t.map(s=>k.fromAmino(s)))||[],n.vestingPeriods=((r=e.vesting_periods)==null?void 0:r.map(s=>k.fromAmino(s)))||[],n},toAmino(e){let n={};return n.funder_address=e.funderAddress===""?void 0:e.funderAddress,n.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,n.start_time=e.startTime?K.toAmino(We(e.startTime)):void 0,e.lockupPeriods?n.lockup_periods=e.lockupPeriods.map(t=>t?k.toAmino(t):void 0):n.lockup_periods=e.lockupPeriods,e.vestingPeriods?n.vesting_periods=e.vestingPeriods.map(t=>t?k.toAmino(t):void 0):n.vesting_periods=e.vestingPeriods,n},fromAminoMsg(e){return Ve.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgFundVestingAccount",value:Ve.toAmino(e)}},fromProtoMsg(e){return Ve.decode(e.value)},toProto(e){return Ve.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgFundVestingAccount",value:Ve.encode(e).finish()}}};function At(){return {funderAddress:"",accountAddress:"",destAddress:""}}var Ie={typeUrl:"/evmos.vesting.v2.MsgClawback",encode(e,n=c__namespace.Writer.create()){return e.funderAddress!==""&&n.uint32(10).string(e.funderAddress),e.accountAddress!==""&&n.uint32(18).string(e.accountAddress),e.destAddress!==""&&n.uint32(26).string(e.destAddress),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=At();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.funderAddress=t.string();break;case 2:s.accountAddress=t.string();break;case 3:s.destAddress=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {funderAddress:i(e.funderAddress)?String(e.funderAddress):"",accountAddress:i(e.accountAddress)?String(e.accountAddress):"",destAddress:i(e.destAddress)?String(e.destAddress):""}},toJSON(e){let n={};return e.funderAddress!==void 0&&(n.funderAddress=e.funderAddress),e.accountAddress!==void 0&&(n.accountAddress=e.accountAddress),e.destAddress!==void 0&&(n.destAddress=e.destAddress),n},fromPartial(e){var t,r,s;let n=At();return n.funderAddress=(t=e.funderAddress)!=null?t:"",n.accountAddress=(r=e.accountAddress)!=null?r:"",n.destAddress=(s=e.destAddress)!=null?s:"",n},fromAmino(e){let n=At();return e.funder_address!==void 0&&e.funder_address!==null&&(n.funderAddress=e.funder_address),e.account_address!==void 0&&e.account_address!==null&&(n.accountAddress=e.account_address),e.dest_address!==void 0&&e.dest_address!==null&&(n.destAddress=e.dest_address),n},toAmino(e){let n={};return n.funder_address=e.funderAddress===""?void 0:e.funderAddress,n.account_address=e.accountAddress===""?void 0:e.accountAddress,n.dest_address=e.destAddress===""?void 0:e.destAddress,n},fromAminoMsg(e){return Ie.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgClawback",value:Ie.toAmino(e)}},fromProtoMsg(e){return Ie.decode(e.value)},toProto(e){return Ie.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgClawback",value:Ie.encode(e).finish()}}};function vt(){return {funderAddress:"",newFunderAddress:"",vestingAddress:""}}var Ee={typeUrl:"/evmos.vesting.v2.MsgUpdateVestingFunder",encode(e,n=c__namespace.Writer.create()){return e.funderAddress!==""&&n.uint32(10).string(e.funderAddress),e.newFunderAddress!==""&&n.uint32(18).string(e.newFunderAddress),e.vestingAddress!==""&&n.uint32(26).string(e.vestingAddress),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=vt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.funderAddress=t.string();break;case 2:s.newFunderAddress=t.string();break;case 3:s.vestingAddress=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {funderAddress:i(e.funderAddress)?String(e.funderAddress):"",newFunderAddress:i(e.newFunderAddress)?String(e.newFunderAddress):"",vestingAddress:i(e.vestingAddress)?String(e.vestingAddress):""}},toJSON(e){let n={};return e.funderAddress!==void 0&&(n.funderAddress=e.funderAddress),e.newFunderAddress!==void 0&&(n.newFunderAddress=e.newFunderAddress),e.vestingAddress!==void 0&&(n.vestingAddress=e.vestingAddress),n},fromPartial(e){var t,r,s;let n=vt();return n.funderAddress=(t=e.funderAddress)!=null?t:"",n.newFunderAddress=(r=e.newFunderAddress)!=null?r:"",n.vestingAddress=(s=e.vestingAddress)!=null?s:"",n},fromAmino(e){let n=vt();return e.funder_address!==void 0&&e.funder_address!==null&&(n.funderAddress=e.funder_address),e.new_funder_address!==void 0&&e.new_funder_address!==null&&(n.newFunderAddress=e.new_funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(n.vestingAddress=e.vesting_address),n},toAmino(e){let n={};return n.funder_address=e.funderAddress===""?void 0:e.funderAddress,n.new_funder_address=e.newFunderAddress===""?void 0:e.newFunderAddress,n.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,n},fromAminoMsg(e){return Ee.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateVestingFunder",value:Ee.toAmino(e)}},fromProtoMsg(e){return Ee.decode(e.value)},toProto(e){return Ee.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgUpdateVestingFunder",value:Ee.encode(e).finish()}}};function yt(){return {vestingAddress:""}}var Fe={typeUrl:"/evmos.vesting.v2.MsgConvertVestingAccount",encode(e,n=c__namespace.Writer.create()){return e.vestingAddress!==""&&n.uint32(10).string(e.vestingAddress),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=yt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.vestingAddress=t.string();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {vestingAddress:i(e.vestingAddress)?String(e.vestingAddress):""}},toJSON(e){let n={};return e.vestingAddress!==void 0&&(n.vestingAddress=e.vestingAddress),n},fromPartial(e){var t;let n=yt();return n.vestingAddress=(t=e.vestingAddress)!=null?t:"",n},fromAmino(e){let n=yt();return e.vesting_address!==void 0&&e.vesting_address!==null&&(n.vestingAddress=e.vesting_address),n},toAmino(e){let n={};return n.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,n},fromAminoMsg(e){return Fe.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertVestingAccount",value:Fe.toAmino(e)}},fromProtoMsg(e){return Fe.decode(e.value)},toProto(e){return Fe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgConvertVestingAccount",value:Fe.encode(e).finish()}}};var ns=[["/evmos.vesting.v2.MsgCreateClawbackVestingAccount",Oe],["/evmos.vesting.v2.MsgFundVestingAccount",Ve],["/evmos.vesting.v2.MsgClawback",Ie],["/evmos.vesting.v2.MsgUpdateVestingFunder",Ee],["/evmos.vesting.v2.MsgConvertVestingAccount",Fe]];var ts={"/evmos.erc20.v1.MsgConvertCoin":{aminoType:"evmos/MsgConvertCoin",toAmino:ke.toAmino,fromAmino:ke.fromAmino},"/evmos.erc20.v1.MsgConvertERC20":{aminoType:"evmos/MsgConvertERC20",toAmino:Ce.toAmino,fromAmino:Ce.fromAmino},"/evmos.erc20.v1.MsgUpdateParams":{aminoType:"evmos/erc20/MsgUpdateParams",toAmino:xe.toAmino,fromAmino:xe.fromAmino}};var ss={"/evmos.inflation.v1.MsgUpdateParams":{aminoType:"evmos/inflation/MsgUpdateParams",toAmino:Te.toAmino,fromAmino:Te.fromAmino}};var rs={"/evmos.revenue.v1.MsgRegisterRevenue":{aminoType:"evmos/MsgRegisterRevenue",toAmino:we.toAmino,fromAmino:we.fromAmino},"/evmos.revenue.v1.MsgUpdateRevenue":{aminoType:"evmos/MsgUpdateRevenue",toAmino:be.toAmino,fromAmino:be.fromAmino},"/evmos.revenue.v1.MsgCancelRevenue":{aminoType:"evmos/MsgCancelRevenue",toAmino:De.toAmino,fromAmino:De.fromAmino},"/evmos.revenue.v1.MsgUpdateParams":{aminoType:"evmos/MsgUpdateParams",toAmino:Be.toAmino,fromAmino:Be.fromAmino}};var os={"/evmos.vesting.v2.MsgCreateClawbackVestingAccount":{aminoType:"evmos/MsgCreateClawbackVestingAccount",toAmino:Oe.toAmino,fromAmino:Oe.fromAmino},"/evmos.vesting.v2.MsgFundVestingAccount":{aminoType:"evmos/MsgFundVestingAccount",toAmino:Ve.toAmino,fromAmino:Ve.fromAmino},"/evmos.vesting.v2.MsgClawback":{aminoType:"evmos/MsgClawback",toAmino:Ie.toAmino,fromAmino:Ie.fromAmino},"/evmos.vesting.v2.MsgUpdateVestingFunder":{aminoType:"evmos/MsgUpdateVestingFunder",toAmino:Ee.toAmino,fromAmino:Ee.fromAmino},"/evmos.vesting.v2.MsgConvertVestingAccount":{aminoType:"evmos/MsgConvertVestingAccount",toAmino:Fe.toAmino,fromAmino:Fe.fromAmino}};var is=C(C(C(C({},ts),ss),rs),os),as=[...$t,...Yt,...Xt,...ns];var Rt=[{type:"event",name:"Approval",inputs:[{indexed:!0,name:"owner",type:"address"},{indexed:!0,name:"spender",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"event",name:"Transfer",inputs:[{indexed:!0,name:"from",type:"address"},{indexed:!0,name:"to",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"function",name:"allowance",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"approve",stateMutability:"nonpayable",inputs:[{name:"spender",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{type:"function",name:"balanceOf",stateMutability:"view",inputs:[{name:"account",type:"address"}],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"decimals",stateMutability:"view",inputs:[],outputs:[{name:"",type:"uint8"}]},{type:"function",name:"name",stateMutability:"view",inputs:[],outputs:[{name:"",type:"string"}]},{type:"function",name:"symbol",stateMutability:"view",inputs:[],outputs:[{name:"",type:"string"}]},{type:"function",name:"totalSupply",stateMutability:"view",inputs:[],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"transfer",stateMutability:"nonpayable",inputs:[{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{type:"function",name:"transferFrom",stateMutability:"nonpayable",inputs:[{name:"sender",type:"address"},{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]}];var ds={"noble-1":"uusdc"};function _t({chainId:e,message:n,timeoutHeight:t,memo:r="",fee:s=utils.DEFAULT_STD_FEE,signMode:o=1,pubKey:a,accountNumber:d,sequence:u}){let l={pubKey:a,accountNumber:d,sequence:u},g=Array.isArray(l)?l:[l],[p]=g,_=tx$4.createBody({message:n,memo:r,timeoutHeight:t});if(!s.amount[0])throw new Error("createTransaction error: unable to get fee amount");let P=tx$4.createFee({fee:s.amount[0],payer:s.payer,granter:s.granter,gasLimit:parseInt(s.gas,10)}),S=tx$4.createSigners({chainId:e,mode:o,signers:g}),y=tx$4.createAuthInfo({signerInfo:S,fee:P}),U=coreProtoTs.CosmosTxV1Beta1Tx.TxBody.encode(_).finish(),x=coreProtoTs.CosmosTxV1Beta1Tx.AuthInfo.encode(y).finish(),R=tx$4.createSignDoc({chainId:e,bodyBytes:U,authInfoBytes:x,accountNumber:p.accountNumber}),T=coreProtoTs.CosmosTxV1Beta1Tx.SignDoc.encode(R).finish(),O=Buffer.from(T),b=Wr__default.default(Buffer.from(T)),Q=coreProtoTs.CosmosTxV1Beta1Tx.TxRaw.create();return Q.authInfoBytes=x,Q.bodyBytes=U,{txRaw:Q,signDoc:R,signers:l,signer:p,signBytes:O,signHashedBytes:b,bodyBytes:U,authInfoBytes:x}}var Mn=class{constructor({baseURL:n,apiKey:t}){this.httpClient=js__default.default.create({baseURL:n,headers:t?{authorization:t}:void 0});}get(n,t){return v(this,null,function*(){var r,s;try{return (yield this.httpClient.get(n,{params:t})).data}catch(o){throw o instanceof js.AxiosError&&((s=(r=o.response)==null?void 0:r.data)!=null&&s.message)?new Error(o.response.data.message):o}})}post(r){return v(this,arguments,function*(n,t={}){var s,o;try{return (yield this.httpClient.post(n,t)).data}catch(a){throw a instanceof js.AxiosError&&((o=(s=a.response)==null?void 0:s.data)!=null&&o.message)?new Error(a.response.data.message):a}})}};function Pt(){return {sender:"",bridgeId:m__default.default.UZERO,to:"",amount:f.fromPartial({}),data:void 0}}var Je={typeUrl:"/opinit.ophost.v1.MsgInitiateTokenDeposit",encode(e,n=c__namespace.Writer.create()){return e.sender!==""&&n.uint32(10).string(e.sender),e.bridgeId.isZero()||n.uint32(16).uint64(e.bridgeId),e.to!==""&&n.uint32(26).string(e.to),e.amount!==void 0&&f.encode(e.amount,n.uint32(34).fork()).ldelim(),e.data!==void 0&&n.uint32(42).bytes(e.data),n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Pt();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.sender=t.string();break;case 2:s.bridgeId=t.uint64();break;case 3:s.to=t.string();break;case 4:s.amount=f.decode(t,t.uint32());break;case 5:s.data=t.bytes();break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {sender:i(e.sender)?String(e.sender):"",bridgeId:i(e.bridgeId)?m__default.default.fromValue(e.bridgeId):m__default.default.UZERO,to:i(e.to)?String(e.to):"",amount:i(e.amount)?f.fromJSON(e.amount):void 0,data:i(e.data)?M(e.data):void 0}},toJSON(e){let n={};return e.sender!==void 0&&(n.sender=e.sender),e.bridgeId!==void 0&&(n.bridgeId=(e.bridgeId||m__default.default.UZERO).toString()),e.to!==void 0&&(n.to=e.to),e.amount!==void 0&&(n.amount=e.amount?f.toJSON(e.amount):void 0),e.data!==void 0&&(n.data=e.data!==void 0?A(e.data):void 0),n},fromPartial(e){var t,r,s;let n=Pt();return n.sender=(t=e.sender)!=null?t:"",n.bridgeId=e.bridgeId!==void 0&&e.bridgeId!==null?m__default.default.fromValue(e.bridgeId):m__default.default.UZERO,n.to=(r=e.to)!=null?r:"",n.amount=e.amount!==void 0&&e.amount!==null?f.fromPartial(e.amount):void 0,n.data=(s=e.data)!=null?s:void 0,n},fromAmino(e){let n=Pt();return e.sender!==void 0&&e.sender!==null&&(n.sender=e.sender),e.bridge_id!==void 0&&e.bridge_id!==null&&(n.bridgeId=m__default.default.fromString(e.bridge_id)),e.to!==void 0&&e.to!==null&&(n.to=e.to),e.amount!==void 0&&e.amount!==null&&(n.amount=f.fromAmino(e.amount)),e.data!==void 0&&e.data!==null&&(n.data=M(e.data)),n},toAmino(e){let n={};return n.sender=e.sender===""?void 0:e.sender,n.bridge_id=e.bridgeId.isZero()?void 0:e.bridgeId.toString(),n.to=e.to===""?void 0:e.to,n.amount=e.amount?f.toAmino(e.amount):f.toAmino(f.fromPartial({})),n.data=e.data?A(e.data):void 0,n},fromAminoMsg(e){return Je.fromAmino(e.value)},toAminoMsg(e){return {type:"ophost/MsgInitiateTokenDeposit",value:Je.toAmino(e)}},fromProtoMsg(e){return Je.decode(e.value)},toProto(e){return Je.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/opinit.ophost.v1.MsgInitiateTokenDeposit",value:Je.encode(e).finish()}}};function Ut(){return {baseVestingAccount:void 0,funderAddress:"",startTime:new Date,lockupPeriods:[],vestingPeriods:[]}}var qe={typeUrl:"/evmos.vesting.v2.ClawbackVestingAccount",encode(e,n=c__namespace.Writer.create()){e.baseVestingAccount!==void 0&&Z.encode(e.baseVestingAccount,n.uint32(10).fork()).ldelim(),e.funderAddress!==""&&n.uint32(18).string(e.funderAddress),e.startTime!==void 0&&K.encode(We(e.startTime),n.uint32(26).fork()).ldelim();for(let t of e.lockupPeriods)k.encode(t,n.uint32(34).fork()).ldelim();for(let t of e.vestingPeriods)k.encode(t,n.uint32(42).fork()).ldelim();return n},decode(e,n){let t=e instanceof c__namespace.Reader?e:new c__namespace.Reader(e),r=n===void 0?t.len:t.pos+n,s=Ut();for(;t.pos<r;){let o=t.uint32();switch(o>>>3){case 1:s.baseVestingAccount=Z.decode(t,t.uint32());break;case 2:s.funderAddress=t.string();break;case 3:s.startTime=Le(K.decode(t,t.uint32()));break;case 4:s.lockupPeriods.push(k.decode(t,t.uint32()));break;case 5:s.vestingPeriods.push(k.decode(t,t.uint32()));break;default:t.skipType(o&7);break}}return s},fromJSON(e){return {baseVestingAccount:i(e.baseVestingAccount)?Z.fromJSON(e.baseVestingAccount):void 0,funderAddress:i(e.funderAddress)?String(e.funderAddress):"",startTime:i(e.startTime)?Ye(e.startTime):void 0,lockupPeriods:Array.isArray(e==null?void 0:e.lockupPeriods)?e.lockupPeriods.map(n=>k.fromJSON(n)):[],vestingPeriods:Array.isArray(e==null?void 0:e.vestingPeriods)?e.vestingPeriods.map(n=>k.fromJSON(n)):[]}},toJSON(e){let n={};return e.baseVestingAccount!==void 0&&(n.baseVestingAccount=e.baseVestingAccount?Z.toJSON(e.baseVestingAccount):void 0),e.funderAddress!==void 0&&(n.funderAddress=e.funderAddress),e.startTime!==void 0&&(n.startTime=e.startTime.toISOString()),e.lockupPeriods?n.lockupPeriods=e.lockupPeriods.map(t=>t?k.toJSON(t):void 0):n.lockupPeriods=[],e.vestingPeriods?n.vestingPeriods=e.vestingPeriods.map(t=>t?k.toJSON(t):void 0):n.vestingPeriods=[],n},fromPartial(e){var t,r,s,o;let n=Ut();return n.baseVestingAccount=e.baseVestingAccount!==void 0&&e.baseVestingAccount!==null?Z.fromPartial(e.baseVestingAccount):void 0,n.funderAddress=(t=e.funderAddress)!=null?t:"",n.startTime=(r=e.startTime)!=null?r:void 0,n.lockupPeriods=((s=e.lockupPeriods)==null?void 0:s.map(a=>k.fromPartial(a)))||[],n.vestingPeriods=((o=e.vestingPeriods)==null?void 0:o.map(a=>k.fromPartial(a)))||[],n},fromAmino(e){var t,r;let n=Ut();return e.base_vesting_account!==void 0&&e.base_vesting_account!==null&&(n.baseVestingAccount=Z.fromAmino(e.base_vesting_account)),e.funder_address!==void 0&&e.funder_address!==null&&(n.funderAddress=e.funder_address),e.start_time!==void 0&&e.start_time!==null&&(n.startTime=Le(K.fromAmino(e.start_time))),n.lockupPeriods=((t=e.lockup_periods)==null?void 0:t.map(s=>k.fromAmino(s)))||[],n.vestingPeriods=((r=e.vesting_periods)==null?void 0:r.map(s=>k.fromAmino(s)))||[],n},toAmino(e){let n={};return n.base_vesting_account=e.baseVestingAccount?Z.toAmino(e.baseVestingAccount):void 0,n.funder_address=e.funderAddress===""?void 0:e.funderAddress,n.start_time=e.startTime?K.toAmino(We(e.startTime)):void 0,e.lockupPeriods?n.lockup_periods=e.lockupPeriods.map(t=>t?k.toAmino(t):void 0):n.lockup_periods=e.lockupPeriods,e.vestingPeriods?n.vesting_periods=e.vestingPeriods.map(t=>t?k.toAmino(t):void 0):n.vesting_periods=e.vestingPeriods,n},fromAminoMsg(e){return qe.fromAmino(e.value)},toAminoMsg(e){return {type:"vesting/ClawbackVestingAccount",value:qe.toAmino(e)}},fromProtoMsg(e){return qe.decode(e.value)},toProto(e){return qe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.ClawbackVestingAccount",value:qe.encode(e).finish()}}};var An=1.5;function vn(e){let n=JSON.parse(e.msg);return e.msgTypeURL==="/ibc.applications.transfer.v1.MsgTransfer"?{typeUrl:"/ibc.applications.transfer.v1.MsgTransfer",value:tx.MsgTransfer.fromJSON({sourcePort:n.source_port,sourceChannel:n.source_channel,token:n.token,sender:n.sender,receiver:n.receiver,timeoutHeight:n.timeout_height,timeoutTimestamp:n.timeout_timestamp,memo:n.memo})}:e.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract"?{typeUrl:e.msgTypeURL,value:tx$1.MsgExecuteContract.fromPartial({sender:n.sender,contract:n.contract,msg:encoding.toUtf8(JSON.stringify(n.msg)),funds:n.funds})}:e.msgTypeURL==="/cosmos.bank.v1beta1.MsgSend"?{typeUrl:e.msgTypeURL,value:tx$2.MsgSend.fromPartial({fromAddress:n.from_address,toAddress:n.to_address,amount:n.amount})}:e.msgTypeURL==="/circle.cctp.v1.MsgDepositForBurn"?{typeUrl:e.msgTypeURL,value:z.fromAmino(n)}:e.msgTypeURL==="/circle.cctp.v1.MsgDepositForBurnWithCaller"?{typeUrl:e.msgTypeURL,value:q.fromAmino(n)}:e.msgTypeURL==="/initia.move.v1.MsgExecute"?{typeUrl:e.msgTypeURL,value:Ke.fromPartial({sender:n.sender,moduleAddress:n.module_address,moduleName:n.module_name,functionName:n.function_name,args:n.args})}:e.msgTypeURL==="/opinit.ophost.v1.MsgInitiateTokenDeposit"?{typeUrl:e.msgTypeURL,value:Je.fromPartial({sender:n.sender,to:n.to,amount:n.amount,bridgeId:n.bridge_id})}:e.msgTypeURL==="/evmos.vesting.v2.ClawbackVestingAccount"?{typeUrl:e.msgTypeURL,value:qe.fromPartial({baseVestingAccount:n.base_vesting_account,funderAddress:n.funder_address,lockupPeriods:n.lockup_periods,startTime:n.start_time,vestingPeriods:n.vesting_periods})}:{typeUrl:e.msgTypeURL,value:n}}function St(e){let n=JSON.parse(e.msg);if(e.msgTypeURL==="/ibc.applications.transfer.v1.MsgTransfer")return Gr__default.default.fromJSON({port:n.source_port,channelId:n.source_channel,amount:n.token,sender:n.sender,receiver:n.receiver,timeout:n.timeout_timestamp,memo:n.memo});if(e.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract")return Zr__default.default.fromJSON({sender:n.sender,contractAddress:n.contract,msg:n.msg,funds:n.funds});throw new Error("Unsupported message type")}function yn(a,d,u,l,g){return v(this,arguments,function*(e,n,t,r,s,o=An){if(!r&&!s)throw new Error("Either message or encodedMsg must be provided");let p=r==null?void 0:r.map(S=>vn(S));if(s=s||p,!s)throw new Error("Either message or encodedMsg must be provided");if(t.includes("evmos")||t.includes("injective")||t.includes("dymension")||(process==null?void 0:process.env.NODE_ENV)==="test")return r!=null&&r.find(S=>S.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract")?"2400000":"280000";let P=(yield e.simulate(n,s,""))*o;return Math.ceil(P).toFixed(0)})}function Tt(e){return {address:e.address,basisPointsFee:e.basis_points_fee}}function wt(e){return {address:e.address,basis_points_fee:e.basisPointsFee}}function ee(e){return {denom:e.denom,chainID:e.chain_id,originDenom:e.origin_denom,originChainID:e.origin_chain_id,trace:e.trace,isCW20:e.is_cw20,isEVM:e.is_evm,isSVM:e.is_svm,symbol:e.symbol,name:e.name,logoURI:e.logo_uri,decimals:e.decimals,tokenContract:e.token_contract,description:e.description,coingeckoID:e.coingecko_id,recommendedSymbol:e.recommended_symbol}}function ze(e){return {denom:e.denom,chain_id:e.chainID,origin_denom:e.originDenom,origin_chain_id:e.originChainID,trace:e.trace,is_cw20:e.isCW20,is_evm:e.isEVM,is_svm:e.isSVM,symbol:e.symbol,name:e.name,logo_uri:e.logoURI,decimals:e.decimals,token_contract:e.tokenContract,description:e.description,coingecko_id:e.coingeckoID,recommended_symbol:e.recommendedSymbol}}function us(e){return {asset:ee(e.asset),reason:e.reason}}function gs(e){return {asset:ze(e.asset),reason:e.reason}}function xu(e){return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,allowMultiTx:e.allow_multi_tx,includeCW20Assets:e.include_cw20_assets}}function ms(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,allow_multi_tx:e.allowMultiTx,include_cw20_assets:e.includeCW20Assets}}function Tu(e){return {chainIDs:e.chain_ids,chainID:e.chain_id,nativeOnly:e.native_only,includeNoMetadataAssets:e.include_no_metadata_assets,includeCW20Assets:e.include_cw20_assets,includeEvmAssets:e.include_evm_assets,includeSvmAssets:e.include_svm_assets}}function ps(e){return {chain_ids:e.chainIDs,chain_id:e.chainID,native_only:e.nativeOnly,include_no_metadata_assets:e.includeNoMetadataAssets,include_cw20_assets:e.includeCW20Assets,include_evm_assets:e.includeEvmAssets,include_svm_assets:e.includeSvmAssets,only_testnets:e.onlyTestnets}}function ls(e){return {chainName:e.chain_name,chainID:e.chain_id,pfmEnabled:e.pfm_enabled,cosmosSDKVersion:e.cosmos_sdk_version,modules:e.modules,cosmosModuleSupport:e.cosmos_module_support,supportsMemo:e.supports_memo,logoURI:e.logo_uri,bech32Prefix:e.bech32_prefix,feeAssets:e.fee_assets.map($r),chainType:e.chain_type,ibcCapabilities:Qr(e.ibc_capabilities),isTestnet:e.is_testnet,prettyName:e.pretty_name}}function wu(e){return {chain_name:e.chainName,chain_id:e.chainID,pfm_enabled:e.pfmEnabled,cosmos_sdk_version:e.cosmosSDKVersion,modules:e.modules,cosmos_module_support:e.cosmosModuleSupport,supports_memo:e.supportsMemo,logo_uri:e.logoURI,bech32_prefix:e.bech32Prefix,fee_assets:e.feeAssets.map(Yr),chain_type:e.chainType,ibc_capabilities:Xr(e.ibcCapabilities),is_testnet:e.isTestnet,pretty_name:e.prettyName}}function $r(e){return {denom:e.denom,gasPrice:e.gas_price}}function Yr(e){return {denom:e.denom,gas_price:e.gasPrice}}function Qr(e){return {cosmosPfm:e.cosmos_pfm,cosmosIbcHooks:e.cosmos_ibc_hooks,cosmosMemo:e.cosmos_memo,cosmosAutopilot:e.cosmos_autopilot}}function Xr(e){return {cosmos_pfm:e.cosmosPfm,cosmos_ibc_hooks:e.cosmosIbcHooks,cosmos_memo:e.cosmosMemo,cosmos_autopilot:e.cosmosAutopilot}}function bu(e){return {requests:e.requests.map(ti)}}function fs(e){return {requests:e.requests.map(si)}}function Ms(e){return {recommendations:e.recommendations.map(us),recommendationEntries:e.recommendation_entries.map(jr)}}function Du(e){return {recommendations:e.recommendations.map(gs),recommendation_entries:e.recommendationEntries.map(eo)}}function jr(e){return {recommendations:e.recommendations.map(us),error:e.error}}function eo(e){return {recommendations:e.recommendations.map(gs),error:e.error}}function As(e){return {amount:e.amount,bridgeID:e.bridge_id,chainID:e.chain_id,feeType:e.fee_type,originAsset:e.origin_asset&&ee(e.origin_asset),txIndex:e.tx_index,usdAmount:e.usd_amount,operationIndex:e.operation_index}}function no(e){return {amount:e.amount,bridge_id:e.bridgeID,chain_id:e.chainID,fee_type:e.feeType,origin_asset:e.originAsset&&ze(e.originAsset),tx_index:e.txIndex,usd_amount:e.usdAmount,operation_index:e.operationIndex}}function $(e){return {name:e.name,chainID:e.chain_id,logoUri:e.logo_uri}}function Ne(e){return {name:e.name,chain_id:e.chainID,logo_uri:e.logoUri}}function ht(e){return {name:e.name,chainID:e.chain_id}}function kt(e){return {name:e.name,chain_id:e.chainID}}function Bu(e){let n=e.swap_venues?e.swap_venues.map(ht):void 0;return e.amount_in!==void 0?{sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,cumulativeAffiliateFeeBPS:e.cumulative_affiliate_fee_bps,swapVenue:e.swap_venue?ht(e.swap_venue):void 0,swapVenues:n,allowUnsafe:e.allow_unsafe,experimentalFeatures:e.experimental_features,bridges:e.bridges,allowMultiTx:e.allow_multi_tx,smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps}:{sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountOut:e.amount_out,cumulativeAffiliateFeeBPS:e.cumulative_affiliate_fee_bps,swapVenue:e.swap_venue?ht(e.swap_venue):void 0,swapVenues:n,allowUnsafe:e.allow_unsafe,experimentalFeatures:e.experimental_features,bridges:e.bridges,allowMultiTx:e.allow_multi_tx,smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps}}function vs(e){let n=e.swapVenues?e.swapVenues.map(kt):void 0;return e.amountIn!==void 0?{source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,cumulative_affiliate_fee_bps:e.cumulativeAffiliateFeeBPS,swap_venue:e.swapVenue?kt(e.swapVenue):void 0,swap_venues:n,allow_unsafe:e.allowUnsafe,experimental_features:e.experimentalFeatures,bridges:e.bridges,allow_multi_tx:e.allowMultiTx,smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?xt(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps}:{source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_out:e.amountOut,cumulative_affiliate_fee_bps:e.cumulativeAffiliateFeeBPS,swap_venue:e.swapVenue?kt(e.swapVenue):void 0,swap_venues:n,allow_unsafe:e.allowUnsafe,experimental_features:e.experimentalFeatures,bridges:e.bridges,allow_multi_tx:e.allowMultiTx,smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?xt(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps}}function ys(e){return {port:e.port,channel:e.channel,fromChainID:e.from_chain_id,toChainID:e.to_chain_id,pfmEnabled:e.pfm_enabled,supportsMemo:e.supports_memo,denomIn:e.denom_in,denomOut:e.denom_out,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:e.fee_asset&&ee(e.fee_asset),bridgeID:e.bridge_id,destDenom:e.dest_denom,chainID:e.chain_id,smartRelay:e.smart_relay}}function Rs(e){return {port:e.port,channel:e.channel,from_chain_id:e.fromChainID,to_chain_id:e.toChainID,pfm_enabled:e.pfmEnabled,supports_memo:e.supportsMemo,denom_in:e.denomIn,denom_out:e.denomOut,fee_amount:e.feeAmount,usd_fee_amount:e.usdFeeAmount,fee_asset:e.feeAsset&&ze(e.feeAsset),bridge_id:e.bridgeID,dest_denom:e.destDenom,chain_id:e.chainID,smart_relay:e.smartRelay}}function bt(e){return {pool:e.pool,denomIn:e.denom_in,denomOut:e.denom_out,interface:e.interface}}function Dt(e){return {pool:e.pool,denom_in:e.denomIn,denom_out:e.denomOut,interface:e.interface}}function to(e){return {swapAmountIn:e.swap_amount_in,denomIn:e.denom_in,swapOperations:e.swap_operations.map(bt)}}function so(e){return {swap_amount_in:e.swapAmountIn,denom_in:e.denomIn,swap_operations:e.swapOperations.map(Dt)}}function ro(e){return {swapVenue:$(e.swap_venue),swapOperations:e.swap_operations.map(bt),swapAmountIn:e.swap_amount_in,priceImpactPercent:e.price_impact_percent,estimatedAmountOut:e.estimated_amount_out}}function oo(e){return {swap_venue:Ne(e.swapVenue),swap_operations:e.swapOperations.map(Dt),swap_amount_in:e.swapAmountIn,price_impact_percent:e.priceImpactPercent,estimated_amount_out:e.estimatedAmountOut}}function io(e){return {swapVenue:$(e.swap_venue),swapRoutes:e.swap_routes.map(to),estimatedAmountOut:e.estimated_amount_out}}function ao(e){return {swap_venue:Ne(e.swapVenue),swap_routes:e.swapRoutes.map(so),estimated_amount_out:e.estimatedAmountOut}}function co(e){return {swapVenue:$(e.swap_venue),swapOperations:e.swap_operations.map(bt),swapAmountOut:e.swap_amount_out,priceImpactPercent:e.price_impact_percent}}function uo(e){return {swap_venue:Ne(e.swapVenue),swap_operations:e.swapOperations.map(Dt),swap_amount_out:e.swapAmountOut,price_impact_percent:e.priceImpactPercent}}function go(e){return "swap_in"in e?{swapIn:ro(e.swap_in),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map($)}:"smart_swap_in"in e?{smartSwapIn:io(e.smart_swap_in),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map($)}:{swapOut:co(e.swap_out),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map($)}}function mo(e){return "swapIn"in e?{swap_in:oo(e.swapIn),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ne)}:"smartSwapIn"in e?{smart_swap_in:ao(e.smartSwapIn),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ne)}:{swap_out:uo(e.swapOut),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ne)}}function po(e){return {inputToken:e.input_token,amountIn:e.amount_in,swapCalldata:e.swap_calldata,amountOut:e.amount_out,fromChainID:e.from_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map($)}}function lo(e){return {input_token:e.inputToken,amount_in:e.amountIn,swap_calldata:e.swapCalldata,amount_out:e.amountOut,from_chain_id:e.fromChainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ne)}}function _s(e){return "transfer"in e?{transfer:ys(e.transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"bank_send"in e?{bankSend:Co(e.bank_send),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"axelar_transfer"in e?{axelarTransfer:ho(e.axelar_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"cctp_transfer"in e?{cctpTransfer:bo(e.cctp_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"hyperlane_transfer"in e?{hyperlaneTransfer:Bo(e.hyperlane_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"op_init_transfer"in e?{opInitTransfer:Vo(e.op_init_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"swap"in e?{swap:go(e.swap),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:{evmSwap:po(e.evm_swap),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}}function Ps(e){return "transfer"in e?{transfer:Rs(e.transfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"bankSend"in e?{bank_send:xo(e.bankSend),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"axelarTransfer"in e?{axelar_transfer:ko(e.axelarTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"cctpTransfer"in e?{cctp_transfer:Do(e.cctpTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"hyperlaneTransfer"in e?{hyperlane_transfer:Oo(e.hyperlaneTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"opInitTransfer"in e?{op_init_transfer:Io(e.opInitTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"swap"in e?{swap:mo(e.swap),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:{evm_swap:lo(e.evmSwap),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}}function Bt(e){var n;return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,amountOut:e.amount_out,operations:e.operations.map(_s),chainIDs:e.chain_ids,requiredChainAddresses:e.required_chain_addresses,doesSwap:e.does_swap,estimatedAmountOut:e.estimated_amount_out,swapVenues:e.swap_venues?e.swap_venues.map($):void 0,txsRequired:e.txs_required,usdAmountIn:e.usd_amount_in,usdAmountOut:e.usd_amount_out,swapPriceImpactPercent:e.swap_price_impact_percent,warning:e.warning,estimatedFees:(n=e.estimated_fees)!=null&&n.length?e.estimated_fees.map(t=>As(t)):[],estimatedRouteDurationSeconds:e.estimated_route_duration_seconds}}function Ou(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,amount_out:e.amountOut,operations:e.operations.map(Ps),chain_ids:e.chainIDs,required_chain_addresses:e.requiredChainAddresses,does_swap:e.doesSwap,estimated_amount_out:e.estimatedAmountOut,swap_venues:e.swapVenues?e.swapVenues.map(Ne):void 0,txs_required:e.txsRequired,usd_amount_in:e.usdAmountIn,usd_amount_out:e.usdAmountOut,swap_price_impact_percent:e.swapPriceImpactPercent,warning:e.warning,estimated_fees:e.estimatedFees.map(n=>no(n)),estimated_route_duration_seconds:e.estimatedRouteDurationSeconds}}function fo(e){return {contractAddress:e.contract_address,msg:e.msg}}function Mo(e){return {contract_address:e.contractAddress,msg:e.msg}}function Us(e){return "wasm_msg"in e?{wasmMsg:fo(e.wasm_msg)}:{autopilotMsg:e.autopilot_msg}}function Ss(e){return "wasmMsg"in e?{wasm_msg:Mo(e.wasmMsg)}:{autopilot_msg:e.autopilotMsg}}function Vu(e){var n;return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,amountOut:e.amount_out,addressList:e.address_list,operations:e.operations.map(_s),estimatedAmountOut:e.estimated_amount_out,slippageTolerancePercent:e.slippage_tolerance_percent,affiliates:(n=e.affiliates)==null?void 0:n.map(Tt),chainIDsToAffiliates:e.chain_ids_to_affiliates?zs(e.chain_ids_to_affiliates):void 0,postRouteHandler:e.post_route_handler&&Us(e.post_route_handler),enableGasWarnings:e.enable_gas_warnings}}function hs(e){var n;return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,amount_out:e.amountOut,address_list:e.addressList,operations:e.operations.map(Ps),estimated_amount_out:e.estimatedAmountOut,slippage_tolerance_percent:e.slippageTolerancePercent,affiliates:(n=e.affiliates)==null?void 0:n.map(wt),chain_ids_to_affiliates:e.chainIDsToAffiliates?qs(e.chainIDsToAffiliates):void 0,post_route_handler:e.postRouteHandler&&Ss(e.postRouteHandler),enable_gas_warnings:e.enableGasWarnings}}function Ao(e){return {chainID:e.chain_id,path:e.path,msg:e.msg,msgTypeURL:e.msg_type_url}}function vo(e){return {chain_id:e.chainID,path:e.path,msg:e.msg,msg_type_url:e.msgTypeURL}}function yo(e){return {msg:e.msg,msgTypeURL:e.msg_type_url}}function Ro(e){return {msg:e.msg,msg_type_url:e.msgTypeURL}}function Iu(e){return {tx:e.tx,chainID:e.chain_id}}function Eu(e){return {tx:e.tx,chain_id:e.chainID}}function ks(e){return {txHash:e.tx_hash}}function Fu(e){return {tx_hash:e.txHash}}function Nu(e){return {txHash:e.tx_hash,chainID:e.chain_id}}function Ju(e){return {tx_hash:e.txHash,chain_id:e.chainID}}function Cs(e){return {txHash:e.tx_hash,explorerLink:e.explorer_link}}function Wu(e){return {tx_hash:e.txHash,explorer_link:e.explorerLink}}function Lu(e){return {txHash:e.tx_hash,chainID:e.chain_id}}function Ku(e){return {tx_hash:e.txHash,chain_id:e.chainID}}function D(e){return {txHash:e.tx_hash,chainID:e.chain_id,explorerLink:e.explorer_link}}function B(e){return {tx_hash:e.txHash,chain_id:e.chainID,explorer_link:e.explorerLink}}function _o(e){return {sendTx:e.send_tx&&D(e.send_tx),receiveTx:e.receive_tx&&D(e.receive_tx),acknowledgeTx:e.acknowledge_tx&&D(e.acknowledge_tx),timeoutTx:e.timeout_tx&&D(e.timeout_tx),error:e.error}}function Po(e){return {send_tx:e.sendTx&&B(e.sendTx),receive_tx:e.receiveTx&&B(e.receiveTx),acknowledge_tx:e.acknowledgeTx&&B(e.acknowledgeTx),timeout_tx:e.timeoutTx&&B(e.timeoutTx),error:e.error}}function Uo(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,packetTXs:e.packet_txs&&_o(e.packet_txs),srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function So(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,packet_txs:e.packetTXs&&Po(e.packetTXs),src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function xs(e){return {transferSequenceIndex:e.transfer_sequence_index}}function Ts(e){return {transfer_sequence_index:e.transferSequenceIndex}}function ws(e){return {chainID:e.chain_id,denom:e.denom,released:e.released}}function bs(e){return {chain_id:e.chainID,denom:e.denom,released:e.released}}function Ds(e){return {status:e.status,nextBlockingTransfer:e.next_blocking_transfer&&xs(e.next_blocking_transfer),transferSequence:e.transfer_sequence.map(Fs),transferAssetRelease:e.transfer_asset_release&&ws(e.transfer_asset_release),error:e.error,state:e.state,transfers:e.transfers.map($o)}}function Gu(e){return {status:e.status,next_blocking_transfer:e.nextBlockingTransfer&&Ts(e.nextBlockingTransfer),transfer_sequence:e.transferSequence.map(Ns),transfer_asset_release:e.transferAssetRelease&&bs(e.transferAssetRelease),error:e.error,state:e.state,transfers:e.transfers.map(Yo)}}function Zu(e){return {address:e.address,chainID:e.chain_id}}function zu(e){return {address:e.address,chain_id:e.chainID}}function ho(e){return {fromChain:e.from_chain,fromChainID:e.from_chain_id,toChain:e.to_chain,toChainID:e.to_chain_id,asset:e.asset,shouldUnwrap:e.should_unwrap,denomIn:e.denom_in,denomOut:e.denom_out,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:ee(e.fee_asset),isTestnet:e.is_testnet,ibcTransferToAxelar:e.ibc_transfer_to_axelar?ys(e.ibc_transfer_to_axelar):void 0,bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function ko(e){return {from_chain:e.fromChain,from_chain_id:e.fromChainID,to_chain:e.toChain,to_chain_id:e.toChainID,asset:e.asset,should_unwrap:e.shouldUnwrap,denom_in:e.denomIn,denom_out:e.denomOut,fee_amount:e.feeAmount,fee_asset:ze(e.feeAsset),usd_fee_amount:e.usdFeeAmount,is_testnet:e.isTestnet,ibc_transfer_to_axelar:e.ibcTransferToAxelar?Rs(e.ibcTransferToAxelar):void 0,bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Co(e){return {chainID:e.chain_id,denom:e.denom}}function xo(e){return {chain_id:e.chainID,denom:e.denom}}function To(e){return {feeAmount:e.fee_amount,relayerAddress:e.relayer_address,expiration:e.expiration,feePaymentAddress:e.fee_payment_address,feeDenom:e.fee_denom}}function wo(e){return {fee_amount:e.feeAmount,relayer_address:e.relayerAddress,expiration:e.expiration,fee_payment_address:e.feePaymentAddress,fee_denom:e.feeDenom}}function bo(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,burnToken:e.burn_token,bridgeID:e.bridge_id,denomIn:e.denom_in,denomOut:e.denom_out,smartRelay:e.smart_relay,smartRelayFeeQuote:To(e.smart_relay_fee_quote)}}function Do(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,burn_token:e.burnToken,bridge_id:e.bridgeID,denom_in:e.denomIn,denom_out:e.denomOut,smart_relay:e.smartRelay,smart_relay_fee_quote:wo(e.smartRelayFeeQuote)}}function Bo(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,hyperlaneContractAddress:e.hyperlane_contract_address,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:ee(e.fee_asset),bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function Oo(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,denom_in:e.denomIn,denom_out:e.denomOut,hyperlane_contract_address:e.hyperlaneContractAddress,fee_amount:e.feeAmount,usd_fee_amount:e.usdFeeAmount,fee_asset:ze(e.feeAsset),bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Vo(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,opInitBridgeID:e.op_init_bridge_id,bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function Io(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,denom_in:e.denomIn,denom_out:e.denomOut,op_init_bridge_id:e.opInitBridgeID,bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Eo(e){return {tokenContract:e.token_contract,spender:e.spender,amount:e.amount}}function Fo(e){return {token_contract:e.tokenContract,spender:e.spender,amount:e.amount}}function Bs(e){return {chainID:e.chain_id,tx:e.tx,signerAddress:e.signer_address}}function Os(e){return {chain_id:e.chainID,tx:e.tx,signer_address:e.signerAddress}}function Vs(e){return {chainID:e.chain_id,to:e.to,value:e.value,data:e.data,requiredERC20Approvals:e.required_erc20_approvals.map(Eo),signerAddress:e.signer_address}}function Is(e){return {chain_id:e.chainID,to:e.to,value:e.value,data:e.data,required_erc20_approvals:e.requiredERC20Approvals.map(Fo),signer_address:e.signerAddress}}function No(e){return {chainID:e.chain_id,path:e.path,msgs:e.msgs.map(yo),signerAddress:e.signer_address}}function Jo(e){return {chain_id:e.chainID,path:e.path,msgs:e.msgs.map(Ro),signer_address:e.signerAddress}}function Ot(e){return "cosmos_tx"in e?{cosmosTx:No(e.cosmos_tx),operationsIndices:e.operations_indices}:"svm_tx"in e?{svmTx:Bs(e.svm_tx),operationsIndices:e.operations_indices}:{evmTx:Vs(e.evm_tx),operationsIndices:e.operations_indices}}function qu(e){return "cosmosTx"in e?{cosmos_tx:Jo(e.cosmosTx),operations_indices:e.operationsIndices}:"svmTx"in e?{svm_tx:Os(e.svmTx),operations_indices:e.operationsIndices}:{evm_tx:Is(e.evmTx),operations_indices:e.operationsIndices}}function Vt(e){return "multi_chain_msg"in e?{multiChainMsg:Ao(e.multi_chain_msg)}:"svm_tx"in e?{svmTx:Bs(e.svm_tx)}:{evmTx:Vs(e.evm_tx)}}function Hu(e){return "multiChainMsg"in e?{multi_chain_msg:vo(e.multiChainMsg)}:"svmTx"in e?{svm_tx:Os(e.svmTx)}:{evm_tx:Is(e.evmTx)}}function Es(e){var n,t;return {estimatedFees:(n=e.estimated_fees)==null?void 0:n.map(r=>As(r)),msgs:e.msgs.map(r=>Vt(r)),txs:(t=e.txs)==null?void 0:t.map(r=>Ot(r)),warning:e.warning}}function Wo(e){return {sendTx:e.send_tx?D(e.send_tx):null,confirmTx:e.confirm_tx?D(e.confirm_tx):null,executeTx:e.execute_tx?D(e.execute_tx):null,error:e.error}}function Lo(e){return {send_tx:e.sendTx?B(e.sendTx):null,confirm_tx:e.confirmTx?B(e.confirmTx):null,execute_tx:e.executeTx?B(e.executeTx):null,error:e.error}}function Ko(e){return {sendTx:e.send_tx?D(e.send_tx):null,gasPaidTx:e.gas_paid_tx?D(e.gas_paid_tx):null,confirmTx:e.confirm_tx?D(e.confirm_tx):null,approveTx:e.approve_tx?D(e.approve_tx):null,executeTx:e.execute_tx?D(e.execute_tx):null,error:e.error}}function Go(e){return {send_tx:e.sendTx?B(e.sendTx):null,gas_paid_tx:e.gasPaidTx?B(e.gasPaidTx):null,confirm_tx:e.confirmTx?B(e.confirmTx):null,approve_tx:e.approveTx?B(e.approveTx):null,execute_tx:e.executeTx?B(e.executeTx):null,error:e.error}}function Zo(e){return "contract_call_with_token_txs"in e?{contractCallWithTokenTxs:Ko(e.contract_call_with_token_txs)}:{sendTokenTxs:Wo(e.send_token_txs)}}function zo(e){return "contractCallWithTokenTxs"in e?{contract_call_with_token_txs:Go(e.contractCallWithTokenTxs)}:{send_token_txs:Lo(e.sendTokenTxs)}}function qo(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,type:e.type,state:e.state,txs:e.txs&&Zo(e.txs),axelarScanLink:e.axelar_scan_link,srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function Ho(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,type:e.type,state:e.state,txs:e.txs&&zo(e.txs),axelar_scan_link:e.axelarScanLink,src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function Fs(e){return "ibc_transfer"in e?{ibcTransfer:Uo(e.ibc_transfer)}:"cctp_transfer"in e?{cctpTransfer:di(e.cctp_transfer)}:"hyperlane_transfer"in e?{hyperlaneTransfer:mi(e.hyperlane_transfer)}:"op_init_transfer"in e?{opInitTransfer:Mi(e.op_init_transfer)}:{axelarTransfer:qo(e.axelar_transfer)}}function Ns(e){return "ibcTransfer"in e?{ibc_transfer:So(e.ibcTransfer)}:"cctpTransfer"in e?{cctp_transfer:ci(e.cctpTransfer)}:"hyperlaneTransfer"in e?{hyperlane_transfer:pi(e.hyperlaneTransfer)}:"opInitTransfer"in e?{op_init_transfer:Ai(e.opInitTransfer)}:{axelar_transfer:Ho(e.axelarTransfer)}}function $o(e){return {transferSequence:e.transfer_sequence.map(Fs),transferAssetRelease:e.transfer_asset_release&&ws(e.transfer_asset_release),error:e.error,state:e.state,nextBlockingTransfer:e.next_blocking_transfer&&xs(e.next_blocking_transfer)}}function Yo(e){return {transfer_sequence:e.transferSequence.map(Ns),transfer_asset_release:e.transferAssetRelease&&bs(e.transferAssetRelease),error:e.error,state:e.state,next_blocking_transfer:e.nextBlockingTransfer&&Ts(e.nextBlockingTransfer)}}function Qo(e){return {chainID:e.chain_id,denom:e.denom}}function Xo(e){return {chain_id:e.chainID,denom:e.denom}}function jo(e){return "asset"in e?{asset:ee(e.asset)}:{error:e.error}}function ei(e){return "asset"in e?{asset:ze(e.asset)}:{error:e.error}}function $u(e){return {assets:e.assets.map(Qo)}}function Js(e){return {assets:e.assets.map(Xo)}}function Ws(e){return {originAssets:e.origin_assets.map(jo)}}function Yu(e){return {origin_assets:e.originAssets.map(ei)}}function ni(e){return {assetOnSource:ee(e.asset_on_source),assetOnDest:ee(e.asset_on_dest),txsRequired:e.txs_required,bridges:e.bridges}}function Qu(e){return {asset_on_source:ze(e.assetOnSource),asset_on_dest:ze(e.assetOnDest),txs_required:e.txsRequired,bridges:e.bridges}}function Xu(e){return {sourceChainID:e.source_chain_id,destChainID:e.dest_chain_id,includeNoMetadataAssets:e.include_no_metadata_assets,includeCW20Assets:e.include_cw20_assets,includeEvmAssets:e.include_evm_assets,allowMultiTx:e.allow_multi_tx}}function Ls(e){return {source_chain_id:e.sourceChainID,dest_chain_id:e.destChainID,include_no_metadata_assets:e.includeNoMetadataAssets,include_cw20_assets:e.includeCW20Assets,include_evm_assets:e.includeEvmAssets,allow_multi_tx:e.allowMultiTx}}function Ks(e){return {assetsBetweenChains:e.assets_between_chains.map(ni)}}function ti(e){return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destChainID:e.dest_chain_id,reason:e.reason}}function si(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_chain_id:e.destChainID,reason:e.reason}}function Gs(e){return {bridges:e.bridges.map(ri)}}function ju(e){return {bridges:e.bridges.map(oi)}}function ri(e){return {id:e.id,name:e.name,logoURI:e.logo_uri}}function oi(e){return {id:e.id,name:e.name,logo_uri:e.logoURI}}function ii(e){return {sendTx:e.send_tx?D(e.send_tx):null,receiveTx:e.receive_tx?D(e.receive_tx):null}}function ai(e){return {send_tx:e.sendTx?B(e.sendTx):null,receive_tx:e.receiveTx?B(e.receiveTx):null}}function di(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&ii(e.txs),srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function ci(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&ai(e.txs),src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function ui(e){return {sendTx:e.send_tx?D(e.send_tx):null,receiveTx:e.receive_tx?D(e.receive_tx):null}}function gi(e){return {send_tx:e.sendTx?B(e.sendTx):null,receive_tx:e.receiveTx?B(e.receiveTx):null}}function mi(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&ui(e.txs)}}function pi(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&gi(e.txs)}}function li(e){return {sendTx:e.send_tx?D(e.send_tx):null,receiveTx:e.receive_tx?D(e.receive_tx):null}}function fi(e){return {send_tx:e.sendTx?B(e.sendTx):null,receive_tx:e.receiveTx?B(e.receiveTx):null}}function Mi(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&li(e.txs)}}function Ai(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&fi(e.txs)}}function eg(e){var t;let n={sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,chainIdsToAddresses:e.chain_ids_to_addresses,slippageTolerancePercent:e.slippage_tolerance_percent,affiliates:(t=e.affiliates)==null?void 0:t.map(Tt),chainIDsToAffiliates:e.chain_ids_to_affiliates?zs(e.chain_ids_to_affiliates):void 0,timeoutSeconds:e.timeout_seconds,postRouteHandler:e.post_route_handler&&Us(e.post_route_handler),swapVenue:e.swap_venue&&$(e.swap_venue),swapVenues:e.swap_venues&&e.swap_venues.map($),smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps,enableGasWarnings:e.enable_gas_warnings,allowMultiTx:e.allow_multi_tx,allowUnsafe:e.allow_unsafe,bridges:e.bridges,experimentalFeatures:e.experimental_features};return e.amount_in!==void 0?te(C({},n),{amountIn:e.amount_in}):te(C({},n),{amountOut:e.amount_out})}function Zs(e){var t;let n={source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,chain_ids_to_addresses:e.chainIdsToAddresses,slippage_tolerance_percent:e.slippageTolerancePercent,affiliates:(t=e.affiliates)==null?void 0:t.map(wt),chain_ids_to_affiliates:e.chainIDsToAffiliates?qs(e.chainIDsToAffiliates):void 0,allow_multi_tx:e.allowMultiTx,allow_unsafe:e.allowUnsafe,bridges:e.bridges,timeout_seconds:e.timeoutSeconds,experimental_features:e.experimentalFeatures,swap_venue:e.swapVenue&&Ne(e.swapVenue),swap_venues:e.swapVenues&&e.swapVenues.map(Ne),post_route_handler:e.postRouteHandler&&Ss(e.postRouteHandler),smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?xt(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps,enable_gas_warnings:e.enableGasWarnings};return e.amountIn!==void 0?te(C({},n),{amount_in:e.amountIn}):te(C({},n),{amount_out:e.amountOut})}function Ct(e){return {splitRoutes:!!e.split_routes,evmSwaps:!!e.evm_swaps}}function xt(e){return {split_routes:!!e.splitRoutes,evm_swaps:!!e.evmSwaps}}function zs(e){let n={};for(let t of Object.keys(e))n[t]=vi(e[t]);return n}function qs(e){let n={};for(let t of Object.keys(e))n[t]=yi(e[t]);return n}function vi(e){return {affiliates:e.affiliates.map(Tt)}}function yi(e){return {affiliates:e.affiliates.map(wt)}}function ng(e){return e}function tg(e){return e}function sg(e){return e}function Ri(e){return e}function _i(e){return {amount:e.amount,decimals:e.decimals,formattedAmount:e.formatted_amount,price:e.price,valueUSD:e.value_usd,error:e.error}}function Pi(e){return {amount:e.amount,decimals:e.decimals,formatted_amount:e.formattedAmount,price:e.price,value_usd:e.valueUSD,error:e.error}}function Ui(e){let n={denoms:{}};for(let t of Object.keys(e.denoms)){let r=e.denoms[t];r!==void 0&&(n.denoms[t]=_i(r));}return n}function Si(e){let n={denoms:{}};for(let t of Object.keys(e.denoms)){let r=e.denoms[t];r!==void 0&&(n.denoms[t]=Pi(r));}return n}function Hs(e){let n={chains:{}};for(let t of Object.keys(e.chains)){let r=e.chains[t];r!==void 0&&(n.chains[t]=Ui(r));}return n}function rg(e){let n={chains:{}};for(let t of Object.keys(e.chains)){let r=e.chains[t];r!==void 0&&(n.chains[t]=Si(r));}return n}var Gi="https://api.skip.build",Et=class{constructor(n={}){this.cumulativeAffiliateFeeBPS="0";var t,r,s;this.requestClient=new Mn({baseURL:n.apiURL||Gi,apiKey:n.apiKey}),this.aminoTypes=new stargate.AminoTypes(C(C(C(C(C({},stargate.createDefaultAminoConverters()),cosmwasmStargate.createWasmAminoConverters()),qt),is),(t=n.aminoTypes)!=null?t:{})),this.registry=new protoSigning.Registry([...stargate.defaultRegistryTypes,["/cosmwasm.wasm.v1.MsgExecuteContract",tx$1.MsgExecuteContract],["/initia.move.v1.MsgExecute",Ke],["/opinit.ophost.v1.MsgInitiateTokenDeposit",Je],...Ht,...as,...(r=n.registryTypes)!=null?r:[]]),this.endpointOptions=(s=n.endpointOptions)!=null?s:{},this.getCosmosSigner=n.getCosmosSigner,this.getEVMSigner=n.getEVMSigner,this.getSVMSigner=n.getSVMSigner,n.chainIDsToAffiliates&&(this.cumulativeAffiliateFeeBPS=Zi(n.chainIDsToAffiliates),this.chainIDsToAffiliates=n.chainIDsToAffiliates);}assets(){return v(this,arguments,function*(n={}){let t=yield this.requestClient.get("/v2/fungible/assets",ps(C({},n)));return Object.entries(t.chain_to_assets_map).reduce((r,[s,{assets:o}])=>(r[s]=o.map(a=>ee(a)),r),{})})}assetsFromSource(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/assets_from_source",ms(C({},n)));return Object.entries(t.dest_assets).reduce((r,[s,{assets:o}])=>(r[s]=o.map(a=>ee(a)),r),{})})}assetsBetweenChains(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/assets_between_chains",Ls(n));return Ks(t).assetsBetweenChains})}bridges(){return v(this,null,function*(){let n=yield this.requestClient.get("/v2/info/bridges");return Gs(n).bridges})}chains(){return v(this,arguments,function*({includeEVM:n,includeSVM:t,onlyTestnets:r,chainIDs:s}={includeEVM:!1,includeSVM:!1}){return (yield this.requestClient.get("/v2/info/chains",{include_evm:n,include_svm:t,only_testnets:r,chain_ids:s})).chains.map(a=>ls(a))})}balances(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/info/balances",n);return Hs(t)})}executeRoute(n){return v(this,null,function*(){var g;let{route:t,userAddresses:r,beforeMsg:s,afterMsg:o}=n,a=[],d=0;for(let p=0;p<r.length;p++){if(t.requiredChainAddresses[d]!==((g=r[p])==null?void 0:g.chainID)){d=p;continue}a.push(r[p].address),d++;}a.length!==t.requiredChainAddresses.length&&(a=r.map(p=>p.address)),a.length===t.requiredChainAddresses.length||a.length===t.chainIDs.length||Y("executeRoute error: invalid address list");let l=yield this.messages({sourceAssetDenom:t.sourceAssetDenom,sourceAssetChainID:t.sourceAssetChainID,destAssetDenom:t.destAssetDenom,destAssetChainID:t.destAssetChainID,amountIn:t.amountIn,amountOut:t.estimatedAmountOut||"0",addressList:a,operations:t.operations,chainIDsToAffiliates:this.chainIDsToAffiliates,slippageTolerancePercent:n.slippageTolerancePercent||"1"});if(s&&l.txs.length>0){let p=l.txs[0];p&&"cosmosTx"in p&&p.cosmosTx.msgs.unshift(s);}if(o&&l.txs.length>0){let p=l.txs[l.txs.length-1];p&&"cosmosTx"in p&&p.cosmosTx.msgs.push(o);}yield this.executeTxs(te(C({},n),{txs:l.txs}));})}executeTxs(n){return v(this,null,function*(){var l;let{txs:t,userAddresses:r,validateGasBalance:s,getGasPrice:o,gasAmountMultiplier:a=An,getFallbackGasAmount:d}=n,u;s&&(u=yield this.validateGasBalances({txs:t,userAddresses:r,getOfflineSigner:n.getCosmosSigner,getGasPrice:o,gasAmountMultiplier:a,getFallbackGasAmount:d,onValidateGasBalance:n.onValidateGasBalance}));for(let g=0;g<t.length;g++){let p=t[g],_=u==null?void 0:u[g];p||Y(`executeRoute error: invalid message at index ${g}`);let P;if("cosmosTx"in p){let y=p.cosmosTx,U=(l=r.find(R=>R.chainID===y.chainID))==null?void 0:l.address;if(U||Y(`executeRoute error: invalid address for chain '${y.chainID}'`),y.chainID==="stride-1"&&!_){let R=n.getCosmosSigner||this.getCosmosSigner;if(!R)throw new Error("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router");let T=yield R(p.cosmosTx.chainID),O=yield this.getRpcEndpointForChain(p.cosmosTx.chainID),b=yield stargate.SigningStargateClient.connectWithSigner(O,T,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:stargate.accountFromAny});_=yield this.validateCosmosGasBalance({chainID:y.chainID,messages:y.msgs,signerAddress:U,getGasPrice:o,gasAmountMultiplier:a,getFallbackGasAmount:d,client:b});}let x=yield this.executeCosmosMessage({messages:y.msgs,chainID:y.chainID,getCosmosSigner:n.getCosmosSigner,getGasPrice:o,gasAmountMultiplier:a,signerAddress:U,getFallbackGasAmount:d,gasTokenUsed:_,onTransactionSigned:n.onTransactionSigned});P={chainID:y.chainID,txHash:x.transactionHash};}else if("evmTx"in p){let y=yield this.executeEvmMsg(p,n);P={chainID:p.evmTx.chainID,txHash:y.transactionHash};}else if("svmTx"in p){let{svmTx:y}=p,U=n.getSVMSigner||this.getSVMSigner;if(!U)throw new Error("executeRoute error: 'getSVMSigner' is not provided or configured in skip router");let x=yield U(),R=yield this.executeSVMTransaction({signer:x,message:y,onTransactionSigned:n.onTransactionSigned});P={chainID:y.chainID,txHash:R};}else Y("executeRoute error: invalid message type");n.onTransactionBroadcast&&(yield n.onTransactionBroadcast(C({},P)));let S=yield this.waitForTransaction(te(C({},P),{onTransactionTracked:n.onTransactionTracked}));n.onTransactionCompleted&&(yield n.onTransactionCompleted(P.chainID,P.txHash,S));}})}executeEvmMsg(n,t){return v(this,null,function*(){let{evmTx:r}=n,s=t.getEVMSigner||this.getEVMSigner;if(!s)throw new Error("Unable to get EVM signer");let o=yield s(r.chainID);return yield this.executeEVMTransaction({message:r,signer:o,onTransactionSigned:t.onTransactionSigned})})}executeCosmosMessage(n){return v(this,null,function*(){let{signerAddress:t,getCosmosSigner:r,chainID:s,messages:o,getGasPrice:a,gasAmountMultiplier:d,getFallbackGasAmount:u,gasTokenUsed:l,onTransactionSigned:g}=n,_=yield (this.getCosmosSigner||r||Y("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router"))(s);if(!(yield _.getAccounts()).find(ne=>ne.address===t))throw new Error("executeMultiChainMessage error: failed to retrieve account from signer");let y=yield this.getRpcEndpointForChain(s),U=yield stargate.SigningStargateClient.connectWithSigner(y,_,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:stargate.accountFromAny}),x=yield this.estimateGasForMessage({stargateClient:U,chainID:s,signerAddress:t,gasAmountMultiplier:d,getGasPrice:a,messages:o,getFallbackGasAmount:u});if(l){let ne=x.amount.find(Un=>Un.denom===l.denom);ne&&(x.amount=[ne]);}x.amount.length>1&&(x.amount=[x.amount[0]]);let{accountNumber:R,sequence:T}=yield this.getAccountNumberAndSequence(t,s),O;protoSigning.isOfflineDirectSigner(_)?O=yield this.signCosmosMessageDirect({signerAddress:t,signer:_,chainID:s,cosmosMsgs:o,fee:x,signerData:{accountNumber:R,sequence:T,chainId:s}}):O=yield this.signCosmosMessageAmino({signerAddress:t,signer:_,chainID:s,cosmosMsgs:o,fee:x,signerData:{accountNumber:R,sequence:T,chainId:s}});let b=tx$3.TxRaw.encode(O).finish(),Q=encoding.toHex(crypto.sha256(b));return g==null||g({chainID:s,txHash:Q}),yield U.broadcastTx(b)})}estimateGasForMessage(l){return v(this,arguments,function*({stargateClient:n,chainID:t,signerAddress:r,gasAmountMultiplier:s,getGasPrice:o,messages:a,encodedMsgs:d,getFallbackGasAmount:u}){var P;let g=(o?yield o(t,"cosmos"):yield this.getRecommendedGasPrice(t))||Y(`executeRoute error: unable to get gas prices for chain '${t}'`);if(t==="noble-1")return stargate.calculateFee(2e5,g);let p=yield v(this,null,function*(){try{return yield yn(n,r,t,a,d,s)}catch(S){if(u){let y=yield u(t,"cosmos");return y||Y(`executeRoute error: unable to estimate gas for message(s) ${a||d}`),String(y)}throw S}}),_=stargate.calculateFee(Math.ceil(parseFloat(p)),g);if(t==="stride-1"){let y=(P=(yield this.chains()).find(U=>U.chainID===t))==null?void 0:P.feeAssets.find(U=>U.denom.toLowerCase()==="ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801".toLowerCase());if(y&&y.gasPrice){let U=y.gasPrice.average;U===""&&(U=y.gasPrice.high),U===""&&(U=y.gasPrice.low);let x=new stargate.GasPrice(math.Decimal.fromUserInput(U,18),y.denom),R=stargate.calculateFee(Math.ceil(parseFloat(p)),x);R.amount[0]&&_.amount.push(R.amount[0]);}}return _||Y(`executeRoute error: unable to get fee for message(s) ${a||d}`),_})}executeEVMTransaction(s){return v(this,arguments,function*({message:n,signer:t,onTransactionSigned:r}){if(!t.account)throw new Error("executeEVMTransaction error: failed to retrieve account from signer");let o=t.extend(viem.publicActions);for(let u of n.requiredERC20Approvals){if((yield o.readContract({address:u.tokenContract,abi:Rt,functionName:"allowance",args:[t.account.address,u.spender]}))>BigInt(u.amount))continue;let g=yield o.writeContract({account:t.account,address:u.tokenContract,abi:Rt,functionName:"approve",args:[u.spender,BigInt(u.amount)],chain:t.chain}),p=yield o.waitForTransactionReceipt({hash:g});if(p.status==="reverted")throw new Error(`executeEVMTransaction error: evm tx reverted for hash ${p.transactionHash}`)}let a=yield o.sendTransaction({account:t.account,to:n.to,data:`0x${n.data}`,chain:t.chain,value:n.value===""?void 0:BigInt(n.value)});return r==null||r({chainID:n.chainID,txHash:a}),yield o.waitForTransactionReceipt({hash:a})})}executeSVMTransaction(s){return v(this,arguments,function*({signer:n,message:t,onTransactionSigned:r}){var _;let o=Buffer.from(t.tx,"base64"),a=web3_js.Transaction.from(o),d=yield this.getRpcEndpointForChain(t.chainID),u=new web3_js.Connection(d),l;if("signTransaction"in n){let S=(yield n.signTransaction(a)).serialize();yield this.submitTransaction({chainID:t.chainID,tx:S.toString("base64")}).then(U=>{r==null||r({chainID:t.chainID,txHash:U.txHash}),l=U.txHash;}),l=yield u.sendRawTransaction(S,{preflightCommitment:"confirmed",maxRetries:5});}if(!l)throw new Error("executeSVMTransaction error: signature not found");let g=0,p=0;for(;;)try{let P=yield u.getSignatureStatus(l,{searchTransactionHistory:!0});if(((_=P==null?void 0:P.value)==null?void 0:_.confirmationStatus)==="confirmed")return l;if(g>12)throw yield ln(3e3),new Error(`executeSVMTransaction error: waiting finalized status timed out for ${l}`);g++,yield ln(3e3);}catch(P){if(p++,p>12)throw P}})}signCosmosMessageDirect(n){return v(this,null,function*(){let{signer:t,signerAddress:r,chainID:s,cosmosMsgs:o,fee:a,signerData:{accountNumber:d,sequence:u,chainId:l}}=n;if(s.includes("evmos"))return this.signCosmosMessageDirectEvmos(r,t,o,a,{accountNumber:d,sequence:u,chainId:l});if(s.includes("injective"))return this.signCosmosMessageDirectInjective(r,t,o,a,{accountNumber:d,sequence:u,chainId:l});let p=(yield t.getAccounts()).find(b=>b.address===r);if(!p)throw new Error("signCosmosMessageDirect error: failed to retrieve account from signer");let P={typeUrl:"/cosmos.tx.v1beta1.TxBody",value:{messages:o.map(b=>vn(b))}},S=this.registry.encode(P),y=math.Int53.fromString(a.gas).toNumber(),U=Sn(p,s),x=protoSigning.makeAuthInfoBytes([{pubkey:U,sequence:u}],a.amount,y,a.granter,a.payer),R=protoSigning.makeSignDoc(S,x,l,d),{signature:T,signed:O}=yield t.signDirect(r,R);return tx$3.TxRaw.fromPartial({bodyBytes:O.bodyBytes,authInfoBytes:O.authInfoBytes,signatures:[encoding.fromBase64(T.signature)]})})}signCosmosMessageDirectEvmos(u,l,g,p,_){return v(this,arguments,function*(n,t,r,s,{accountNumber:o,sequence:a,chainId:d}){let S=(yield t.getAccounts()).find(T=>T.address===n);if(!S)throw new Error("signCosmosMessageDirectEvmos: failed to retrieve account from signer");let y=r.map(T=>St(T)),U=Buffer.from(S.pubkey).toString("base64"),{signDoc:x}=_t({pubKey:U,chainId:d,message:y,sequence:a,accountNumber:o,timeoutHeight:0,fee:s}),R=yield t.signDirect(n,x);return tx$3.TxRaw.fromPartial({bodyBytes:R.signed.bodyBytes,authInfoBytes:R.signed.authInfoBytes,signatures:[encoding.fromBase64(R.signature.signature)]})})}signCosmosMessageDirectInjective(u,l,g,p,_){return v(this,arguments,function*(n,t,r,s,{accountNumber:o,sequence:a,chainId:d}){let S=(yield t.getAccounts()).find(ne=>ne.address===n);if(!S)throw new Error("signCosmosMessageDirectInjective: failed to retrieve account from signer");let y=yield this.getRestEndpointForChain(d),R=(yield new rest.ChainRestTendermintApi(y).fetchLatestBlock()).header.height,T=new utils.BigNumberInBase(R).plus(utils.DEFAULT_BLOCK_TIMEOUT_HEIGHT),O=Buffer.from(S.pubkey).toString("base64"),b=r.map(ne=>St(ne)),{signDoc:Q}=_t({pubKey:O,chainId:d,message:b,sequence:a,accountNumber:o,timeoutHeight:T.toNumber(),fee:s}),He=yield t.signDirect(n,Q);return tx$3.TxRaw.fromPartial({bodyBytes:He.signed.bodyBytes,authInfoBytes:He.signed.authInfoBytes,signatures:[encoding.fromBase64(He.signature.signature)]})})}signCosmosMessageAmino(n){return v(this,null,function*(){let{signer:t,signerAddress:r,chainID:s,cosmosMsgs:o,fee:a,signerData:{accountNumber:d,sequence:u,chainId:l}}=n,p=(yield t.getAccounts()).find(X=>X.address===r);if(!p)throw new Error("signCosmosMessageAmino: failed to retrieve account from signer");let _=o.map(X=>vn(X)),P=_.findIndex(X=>X.typeUrl==="/ibc.applications.transfer.v1.MsgTransfer");if(P!==-1){let X=yield this.getRpcEndpointForChain(s),Ft=yield (yield stargate.StargateClient.connect(X,{accountParser:stargate.accountFromAny})).getHeight();_[P].value.timeoutHeight={revisionHeight:Ft+100,revisionNumber:Ft+100},_[P].value.timeoutTimestamp=0;}let S=signing.SignMode.SIGN_MODE_LEGACY_AMINO_JSON,y=_.map(X=>this.aminoTypes.toAmino(X)),U=amino.makeSignDoc(y,a,l,"",d,u),{signature:x,signed:R}=yield t.signAmino(r,U),T={messages:R.msgs.map(X=>this.aminoTypes.fromAmino(X)),memo:R.memo};T.messages[0].value.memo=_[0].value.memo;let O={typeUrl:"/cosmos.tx.v1beta1.TxBody",value:T},b=this.registry.encode(O),Q=math.Int53.fromString(R.fee.gas).toNumber(),He=math.Int53.fromString(R.sequence).toNumber(),ne=Sn(p,s),Un=protoSigning.makeAuthInfoBytes([{pubkey:ne,sequence:He}],R.fee.amount,Q,R.fee.granter,R.fee.payer,S);return tx$3.TxRaw.fromPartial({bodyBytes:b,authInfoBytes:Un,signatures:[encoding.fromBase64(x.signature)]})})}messages(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/msgs",te(C({},hs(n)),{slippage_tolerance_percent:n.slippageTolerancePercent||"0"}));return Es(t)})}route(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/route",te(C({},vs(n)),{cumulative_affiliate_fee_bps:this.cumulativeAffiliateFeeBPS}));return Bt(t)})}msgsDirect(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/msgs_direct",C({},Zs(n)));return {msgs:t.msgs.map(r=>Vt(r)),txs:t.txs.map(r=>Ot(r)),route:Bt(t.route)}})}recommendAssets(n){return v(this,null,function*(){let t=fs({requests:Array.isArray(n)?n:[n]}),r=yield this.requestClient.post("/v2/fungible/recommend_assets",t);return Ms(r).recommendationEntries})}ibcOriginAssets(n){return v(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/ibc_origin_assets",Js({assets:n}));return Ws(t).originAssets})}submitTransaction(r){return v(this,arguments,function*({chainID:n,tx:t}){let s=yield this.requestClient.post("/v2/tx/submit",{chain_id:n,tx:t});return ks(s)})}trackTransaction(s){return v(this,arguments,function*({chainID:n,txHash:t,options:r}){var g,p,_,P,S,y;let o=(p=(g=r==null?void 0:r.retry)==null?void 0:g.maxRetries)!=null?p:5,a=(P=(_=r==null?void 0:r.retry)==null?void 0:_.retryInterval)!=null?P:1e3,d=(y=(S=r==null?void 0:r.retry)==null?void 0:S.backoffMultiplier)!=null?y:2,u=0,l;for(;u<o;)try{let U=yield this.requestClient.post("/v2/tx/track",{chain_id:n,tx_hash:t});return Cs(U)}catch(U){l=U,u++,yield ln(a*Math.pow(d,u-1));}throw l})}transactionStatus(s){return v(this,arguments,function*({chainID:n,txHash:t,options:r}){var g,p,_,P,S,y;let o=(p=(g=r==null?void 0:r.retry)==null?void 0:g.maxRetries)!=null?p:5,a=(P=(_=r==null?void 0:r.retry)==null?void 0:_.retryInterval)!=null?P:1e3,d=(y=(S=r==null?void 0:r.retry)==null?void 0:S.backoffMultiplier)!=null?y:2,u=0,l;for(;u<o;)try{let U=yield this.requestClient.get("/v2/tx/status",{chain_id:n,tx_hash:t});return Ds(U)}catch(U){l=U,u++,yield ln(a*Math.pow(d,u-1));}throw l})}waitForTransaction(s){return v(this,arguments,function*({chainID:n,txHash:t,onTransactionTracked:r}){let{explorerLink:o}=yield this.trackTransaction({chainID:n,txHash:t,options:{retry:{backoffMultiplier:2.5}}});for(r&&(yield r({txHash:t,chainID:n,explorerLink:o}));;){let a=yield this.transactionStatus({chainID:n,txHash:t});if(a.status==="STATE_COMPLETED")return a;yield ln(1e3);}})}venues(n){return v(this,null,function*(){return (yield this.requestClient.get("/v2/fungible/venues",{only_testnets:n})).venues.map(r=>$(r))})}getCosmsosGasAmountForMessage(n,t,r,s){return v(this,null,function*(){return yn(n,t,r,s)})}getAccountNumberAndSequence(n,t){return v(this,null,function*(){if(t.includes("dymension"))return this.getAccountNumberAndSequenceFromDymension(n,t);let r=yield this.getRpcEndpointForChain(t),s=yield stargate.StargateClient.connect(r,{accountParser:stargate.accountFromAny}),o=yield s.getAccount(n);if(!o)throw new Error("getAccountNumberAndSequence: failed to retrieve account");return s.disconnect(),{accountNumber:o.accountNumber,sequence:o.sequence}})}getAccountNumberAndSequenceFromDymension(n,t){return v(this,null,function*(){let r=yield this.getRestEndpointForChain(t),s=yield js__default.default.get(`${r}/cosmos/auth/v1beta1/accounts/${n}`),o=0,a=0;return s.data.account.base_account?(o=s.data.account.base_account.sequence,a=s.data.account.base_account.account_number):(o=s.data.account.sequence,a=s.data.account.account_number),{accountNumber:a,sequence:o}})}getAccountNumberAndSequenceFromEvmos(n,t){return v(this,null,function*(){let r=yield this.getRestEndpointForChain(t),s=yield js__default.default.get(`${r}/cosmos/auth/v1beta1/accounts/${n}`),o=s.data.account.base_account.account_number,a=s.data.account.base_account.sequence;return {accountNumber:o,sequence:a}})}getAccountNumberAndSequenceInjective(n,t){return v(this,null,function*(){let r=yield this.getRestEndpointForChain(t),o=yield new rest.ChainRestAuthApi(r).fetchAccount(n);return {accountNumber:parseInt(o.account.base_account.account_number),sequence:parseInt(o.account.base_account.sequence)}})}getRpcEndpointForChain(n){return v(this,null,function*(){var o,a,d,u,l;if(this.endpointOptions.getRpcEndpointForChain)return this.endpointOptions.getRpcEndpointForChain(n);if(this.endpointOptions.endpoints&&this.endpointOptions.endpoints[n]){let g=this.endpointOptions.endpoints[n];if(g!=null&&g.rpc)return g.rpc}console.warn("Warning: You are using unreliable public endpoints. We strongly reccomend overriding them via endpointOptions for use beyond development settings.");let t;if(t=Qe().find(g=>g.chain_id===n),t||(t=Xe().find(g=>g.chain_id===n)),!t)throw new Error(`getRpcEndpointForChain: failed to find chain id '${n}' in registry`);if(((a=(o=t.apis)==null?void 0:o.rpc)==null?void 0:a.length)===0||!((d=t.apis)!=null&&d.rpc))throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${n}'`);let r=(l=(u=t.apis)==null?void 0:u.rpc)==null?void 0:l.map(g=>g.address),s=yield kn(r,"rpc");if(!s)throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${n}'`);return s})}getRestEndpointForChain(n){return v(this,null,function*(){var o,a,d,u,l;if(this.endpointOptions.getRestEndpointForChain)return this.endpointOptions.getRestEndpointForChain(n);if(this.endpointOptions.endpoints&&this.endpointOptions.endpoints[n]){let g=this.endpointOptions.endpoints[n];if(g!=null&&g.rest)return g.rest}let t;if(t=Qe().find(g=>g.chain_id===n),t||(t=Xe().find(g=>g.chain_id===n)),!t)throw new Error(`getRestEndpointForChain error: failed to find chain id '${n}' in registry`);if(((a=(o=t.apis)==null?void 0:o.rest)==null?void 0:a.length)===0||!((d=t.apis)!=null&&d.rest))throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${n}'`);let r=(l=(u=t.apis)==null?void 0:u.rest)==null?void 0:l.map(g=>g.address),s=yield kn(r,"rest");if(!s)throw new Error(`getRestEndpointForChain error: failed to find REST endpoint for chain '${n}'`);return s})}getCosmosFeeForMessage(a,d){return v(this,arguments,function*(n,t,r=An,s,o){var S,y;if(o||(o=yield this.getRecommendedGasPrice(n)),!o)throw new Error(`getFeeForMessage error: Unable to get gas price for chain: ${n}`);if(s||(s=yield (S=this.getCosmosSigner)==null?void 0:S.call(this,n)),!s)throw new Error("getFeeForMessage error: signer is not provided or 'getCosmosSigner' is not configured in skip router");let l=((y=(yield s.getAccounts())[0])==null?void 0:y.address)||Y("getFeeForMessage error: unable to resolve account address from signer"),g=yield this.getRpcEndpointForChain(n),p=yield stargate.SigningStargateClient.connectWithSigner(g,s,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:stargate.accountFromAny}),_=yield yn(p,l,n,t,void 0,r),P=stargate.calculateFee(Math.ceil(parseFloat(_)),o);if(!P)throw new Error("getFeeForMessage error: unable to get fee for message");return P})}getRecommendedGasPrice(n){return v(this,null,function*(){let t=yield this.getFeeInfoForChain(n);if(!t||!t.gasPrice)return;let r=t.gasPrice.average;return r===""&&(r=t.gasPrice.high),r===""&&(r=t.gasPrice.low),new stargate.GasPrice(math.Decimal.fromUserInput(r,18),t.denom)})}getFeeInfoForChain(n){return v(this,null,function*(){var u,l;let r=[...yield this.chains({}),...yield this.chains({onlyTestnets:!0})].find(g=>g.chainID===n);if(!r)return;let s=yield this.getDefaultGasTokenForChain(n);if(!s&&!r.feeAssets)return;let o=s?r.feeAssets.find(g=>g.denom===s):r.feeAssets[0];if(!o&&((l=(u=r.feeAssets)==null?void 0:u[0])==null?void 0:l.gasPrice)!==null)return r.feeAssets[0];if(o&&o.gasPrice!==null)return o;let a;if(a=Qe().find(g=>g.chain_id===n),a||(a=Xe().find(g=>g.chain_id===n)),!a||!a.fees)return;let d=a.fees.fee_tokens.find(g=>g.denom===s);if(d)return {denom:d.denom,gasPrice:{low:d.low_gas_price?`${d.low_gas_price}`:"",average:d.average_gas_price?`${d.average_gas_price}`:"",high:d.high_gas_price?`${d.high_gas_price}`:""}}})}getDefaultGasTokenForChain(n){var d;let t=ds[n];if(t)return t;let r;if(r=Qe().find(u=>u.chain_id===n),r||(r=Xe().find(u=>u.chain_id===n)),!r||!r.fees)return;let s=this.getStakingTokensForChain(n);if(s&&s.length>0){let u=r.fees.fee_tokens.find(l=>{var g;return l.denom===((g=s[0])==null?void 0:g.denom)});if(u)return u.denom}let o=r.fees.fee_tokens.find(u=>!u.denom.startsWith("ibc/")&&!u.denom.startsWith("l2/"));if(o)return o.denom;let a=r.fees.fee_tokens.find(u=>!u.denom.startsWith("l2/"));return a?a.denom:(d=r.fees.fee_tokens[0])==null?void 0:d.denom}getStakingTokensForChain(n){let t;if(t=Qe().find(r=>r.chain_id===n),t||(t=Xe().find(r=>r.chain_id===n)),!t)throw new Error(`getStakingTokensForChain error: failed to find chain id '${n}' in registry`);if(t.staking)return t.staking.staking_tokens}validateGasBalances(u){return v(this,arguments,function*({txs:n,userAddresses:t,getOfflineSigner:r,getGasPrice:s,gasAmountMultiplier:o,getFallbackGasAmount:a,onValidateGasBalance:d}){var g;let l={};for(let p=0;p<n.length;p++){let _=n[p];if(_||Y(`validateGasBalances error: invalid tx at index ${p}`),"cosmosTx"in _){d==null||d({chainID:_.cosmosTx.chainID,txIndex:p,status:"pending"});let P=_.cosmosTx.msgs;if(P||Y(`validateGasBalances error: invalid msgs ${P}`),r=r||this.getCosmosSigner,!r)throw new Error("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router");let S=yield r(_.cosmosTx.chainID),y=yield this.getRpcEndpointForChain(_.cosmosTx.chainID),U=yield stargate.SigningStargateClient.connectWithSigner(y,S,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:stargate.accountFromAny}),x=((g=t.find(R=>R.chainID===_.cosmosTx.chainID))==null?void 0:g.address)||Y(`validateGasBalance error: invalid address for chain '${_.cosmosTx.chainID}'`);try{let R=yield this.validateCosmosGasBalance({client:U,signerAddress:x,chainID:_.cosmosTx.chainID,messages:P,getGasPrice:s,gasAmountMultiplier:o,getFallbackGasAmount:a});l[p]=R,d==null||d({chainID:_.cosmosTx.chainID,txIndex:p,status:"success"});}catch(R){let T=R;throw d==null||d({chainID:_.cosmosTx.chainID,txIndex:p,status:"error"}),new Error(`validateGasBalances error: ${T.message}`)}}}return d==null||d({status:"completed"}),l})}validateCosmosGasBalance(u){return v(this,arguments,function*({chainID:n,client:t,signerAddress:r,messages:s,getGasPrice:o,gasAmountMultiplier:a,getFallbackGasAmount:d}){var U,x;let l=yield this.estimateGasForMessage({stargateClient:t,chainID:n,signerAddress:r,gasAmountMultiplier:a,getGasPrice:o,messages:s,getFallbackGasAmount:d});if(!l.amount[0])throw new Error("validateCosmosGasBalance error: unable to get fee amount");if(n==="noble-1")return l.amount[0];let g=yield this.assets(),p=yield this.assets({onlyTestnets:!0}),P=C(C({},g),p)[n],S=yield Promise.all(l.amount.map(R=>v(this,null,function*(){let T=P==null?void 0:P.find(b=>b.denom.toLowerCase()===R.denom.toLowerCase());if(!T||!T.decimals)return {errMessage:`${R.denom} is not found in assets for ${n}.`,amount:R};let O=yield t.getBalance(r,R.denom);if(parseInt(O.amount)<parseInt(R.amount)){let b=Number(O.amount)/Math.pow(10,T.decimals),Q=Number(R.amount)/Math.pow(10,T.decimals);return {errMessage:`Insufficient fee token to initiate transfer on ${n}. Need ${Q} ${T.recommendedSymbol||R.denom}, but only have ${b} ${T.recommendedSymbol||R.denom}.`,amount:R}}return {errMessage:null,amount:R}}))),y=S.find(R=>R.errMessage===null);if(!y)throw S.length>1?new Error(((U=S[0])==null?void 0:U.errMessage)||`Insufficient fee token to initiate transfer on ${n}.`):new Error(((x=S[0])==null?void 0:x.errMessage)||`Insufficient fee token to initiate transfer on ${n}.`);return y.amount})}};function Zi(e){var s;let n=Object.values(e).map(o=>o.affiliates),t=(s=n[0])==null?void 0:s.reduce((o,a)=>{if(!a.basisPointsFee)throw new Error("basisPointFee must exist in each affiliate");return o+parseInt(a.basisPointsFee,10)},0);if(!n.every(o=>o.reduce((d,u)=>{if(!u.basisPointsFee)throw new Error("basisPointFee must exist in each affiliate");if(!u.address)throw new Error("address to receive fee must exist in each affiliate");return d+parseInt(u==null?void 0:u.basisPointsFee,10)},0)===t))throw new Error("basisPointFee does not add up to the same number for each chain in chainIDsToAffiliates");return t==null?void 0:t.toFixed(0)}var er=class extends Et{};function Y(e,n){throw new Error(e,n)}function ln(e){return new Promise(n=>setTimeout(n,e))}
77
+ Saga\u2019s mission is to enable the next 1000 chains in gaming and entertainment as part of the growing Saga Multiverse. `,explorers:[{kind:"mintscan",url:"https://www.mintscan.io/saga",tx_page:"https://www.mintscan.io/saga/transactions/${txHash}",account_page:"https://www.mintscan.io/saga/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/saga",tx_page:"https://ezstaking.app/saga/txs/${txHash}",account_page:"https://ezstaking.app/saga/account/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.org/saga",tx_page:"https://explorer.nodestake.org/saga/tx/${txHash}",account_page:"https://explorer.nodestake.org/saga/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"scorum",status:"live",network_type:"mainnet",website:"https://scorum.com/",pretty_name:"Scorum Network",chain_type:"cosmos",chain_id:"scorum-1",bech32_prefix:"scorum",daemon_name:"scorumd",node_home:"$HOME/.scorum",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"gas",fixed_min_gas_price:1,low_gas_price:1,average_gas_price:1,high_gas_price:1}]},staking:{staking_tokens:[{denom:"nsp"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg"},apis:{rpc:[{address:"https://scorum-blockchain-mainnet-rpc.scorum.com",provider:"scorum"}],rest:[{address:"https://scorum-blockchain-mainnet-api.scorum.com",provider:"scorum"}],grpc:[{address:"https://scorum-blockchain-mainnet-grpc.scorum.com",provider:"scorum"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/scorum",tx_page:"https://ezstaking.app/scorum/txs/${txHash}",account_page:"https://ezstaking.app/scorum/account/${accountAddress}"},{kind:"bigdipper",url:"https://cosmos.scorum.com/scorum",tx_page:"https://cosmos.scorum.com/scorum/transactions/${txHash}",account_page:"https://cosmos.scorum.com/scorum/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/scorum/images/scorum.svg",theme:{primary_color_hex:"#242424"}}]},{$schema:"../chain.schema.json",chain_name:"secretnetwork",status:"live",network_type:"mainnet",website:"https://scrt.network/",pretty_name:"Secret Network",chain_type:"cosmos",chain_id:"secret-4",bech32_prefix:"secret",daemon_name:"secretd",node_home:"$HOME/.secretd",key_algos:["secp256k1"],slip44:529,alternative_slip44s:[118],fees:{fee_tokens:[{denom:"uscrt",fixed_min_gas_price:.05,low_gas_price:.05,average_gas_price:.1,high_gas_price:.25}]},staking:{staking_tokens:[{denom:"uscrt"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"},description:"Secret Network is the first blockchain with customizable privacy. You get to choose what you share, with whom, and how. This protects users, and empowers developers to build a better Web3.",apis:{"grpc-web":[{address:"https://grpc.mainnet.secretsaturn.net",provider:"\u{1FA90} \u{1D54A}ecret \u{1D54A}aturn"}],rpc:[{address:"https://scrt.public-rpc.com",provider:"ANKR"},{address:"https://secretnetwork-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://1rpc.io/scrt-rpc",provider:"1RPC - Automata Network"},{address:"https://secretnetwork-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://rpc.mainnet.secretsaturn.net",provider:"\u{1FA90} \u{1D54A}ecret \u{1D54A}aturn"},{address:"https://rpc-secret.01node.com",provider:"01node"},{address:"https://public.stakewolle.com/cosmos/secretnetwork/rpc",provider:"Stakewolle"}],rest:[{address:"https://secretnetwork-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://secretnetwork-mainnet-lcd.autostake.com:1317",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://1rpc.io/scrt-lcd",provider:"1RPC - Automata Network"},{address:"https://secretnetwork-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://lcd.mainnet.secretsaturn.net",provider:"\u{1FA90} \u{1D54A}ecret \u{1D54A}aturn"},{address:"https://rest-secret.01node.com",provider:"01node"},{address:"https://public.stakewolle.com/cosmos/secretnetwork/rest",provider:"Stakewolle"}],grpc:[{address:"secretnetwork-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"secretnetwork-mainnet-grpc.autostake.com:9090",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/secretnetwork",tx_page:"https://ezstaking.app/secretnetwork/txs/${txHash}",account_page:"https://ezstaking.app/secretnetwork/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/secret",tx_page:"https://ping.pub/secret/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/secret",tx_page:"https://www.mintscan.io/secret/transactions/${txHash}",account_page:"https://www.mintscan.io/secret/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/secret-network",tx_page:"https://atomscan.com/secret-network/transactions/${txHash}",account_page:"https://atomscan.com/secret-network/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/secret",tx_page:"https://mainnet.whispernode.com/secret/tx/${txHash}",account_page:"https://mainnet.whispernode.com/secret/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"seda",status:"live",network_type:"mainnet",website:"https://www.seda.xyz/",pretty_name:"SEDA",chain_type:"cosmos",chain_id:"seda-1",bech32_prefix:"seda",daemon_name:"sedad",node_home:"$HOME/.sedad",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"aseda",fixed_min_gas_price:1e10,low_gas_price:1e10,average_gas_price:1e10,high_gas_price:14e9}]},staking:{staking_tokens:[{denom:"aseda"}]},codebase:{cosmos_sdk_version:"v0.50.5"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg"},description:"SEDA is a standard for modular data transport and querying. Any data type, for all networks.",apis:{rpc:[{address:"https://rpc.mainnet.seda.xyz/",provider:"SEDA"},{address:"https://seda-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://seda.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://seda-rpc.synergynodes.com/",provider:"Synergy Nodes"},{address:"https://seda-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://seda-rpc.kleomedes.network/",provider:"Kleomedes"},{address:"https://seda-rpc.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://seda-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc.seda.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://rpc-seda.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://seda-rpc.applejuice.256x25.tech:443",provider:"Apple juice \u{1F9C3}"},{address:"https://seda-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"},{address:"https://seda_mainnet_rpc.chain.whenmoonwhenlambo.money:443",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://lcd.mainnet.seda.xyz/",provider:"SEDA"},{address:"https://seda-api.polkachu.com/",provider:"Polkachu"},{address:"https://seda.api.kjnodes.com",provider:"kjnodes"},{address:"https://seda-api.synergynodes.com/",provider:"Synergy Nodes"},{address:"https://seda-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://seda-api.kleomedes.network/",provider:"Kleomedes"},{address:"https://seda-api.ibs.team:443",provider:"Inter Blockchain Services"},{address:"https://seda-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lcd.seda.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://api-seda.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://seda-api.applejuice.256x25.tech:443",provider:"Apple juice \u{1F9C3}"},{address:"https://seda-api.bluestake.net",provider:"BlueStake \u{1F680}"},{address:"https://seda_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"seda-grpc.polkachu.com:25890",provider:"Polkachu"},{address:"https://seda-grpc.synergynodes.com/",provider:"Synergy Nodes"},{address:"seda.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"https://seda-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"seda-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://grpc.seda.bronbro.io:443",provider:"Bro_n_Bro"},{address:"grpc-seda.whispernode.com:443",provider:"WhisperNode \u{1F910}"}]},explorers:[{kind:"sedaexplorer",url:"https://explorer.seda.xyz/",tx_page:"https://explorer.seda.xyz/txs/${txHash}",account_page:"https://explorer.seda.xyz/account/${accountAddress}"},{kind:"explorers.guru",url:"https://seda.explorers.guru",tx_page:"https://seda.explorers.guru/transaction/${txHash}",account_page:"https://seda.explorers.guru/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/seda",tx_page:"https://mainnet.whispernode.com/seda/tx/${txHash}",account_page:"https://mainnet.whispernode.com/seda/account/${accountAddress}"},{kind:"Apple juice \u{1F9C3}",url:"https://explorer.256x25.tech/seda-mainnet",tx_page:"https://explorer.256x25.tech/seda-mainnet/tx/${txHash}",account_page:"https://explorer.256x25.tech/seda-mainnet/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/seda",tx_page:"https://explorer.whenmoonwhenlambo.money/seda/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/seda/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg",theme:{primary_color_hex:"#8178d1"}}]},{$schema:"../chain.schema.json",chain_name:"sei",status:"live",website:"https://www.sei.io/",network_type:"mainnet",pretty_name:"Sei",chain_type:"cosmos",chain_id:"pacific-1",bech32_prefix:"sei",daemon_name:"seid",node_home:"$HOME/.sei",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usei",fixed_min_gas_price:.02,low_gas_price:.02,average_gas_price:.02,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"usei"}]},codebase:{cosmos_sdk_version:"sei-cosmos v0.3.31",cosmwasm_enabled:!0,cosmwasm_version:"sei-wasmd v0.2.3"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},description:"Sei is the fastest Layer 1 blockchain, designed to scale with the industry.",apis:{rpc:[{address:"https://sei-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://sei-rpc.polkachu.com/",provider:"polkachu.com"},{address:"https://sei-rpc.brocha.in/",provider:"Brochain"},{address:"https://rpc-sei.stingray.plus/",provider:"StingRay"},{address:"https://rpc-sei.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://sei.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://sei-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://sei-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://sei-api.polkachu.com/",provider:"polkachu.com"},{address:"https://sei-rest.brocha.in/",provider:"Brochain"},{address:"https://api-sei.stingray.plus/",provider:"StingRay"},{address:"https://lcd-sei.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://sei.api.kjnodes.com",provider:"kjnodes"},{address:"https://sei-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"https://sei-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://sei-grpc.polkachu.com:11990/",provider:"polkachu.com"},{address:"sei-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-sei.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"sei.grpc.kjnodes.com:443",provider:"kjnodes"},{address:"sei-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],"evm-http-jsonrpc":[{address:"https://evm-rpc.sei-apis.com",provider:"Rhino"},{address:"https://seievm-rpc.polkachu.com",provider:"Polkachu"},{address:"https://sei-jsonrpc.lavenderfive.com",provider:"Lavender.Five Nodes"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/sei",tx_page:"https://ping.pub/sei/tx/${txHash}",account_page:"https://ping.pub/sei/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/sei",tx_page:"https://www.mintscan.io/sei/transactions/${txHash}",account_page:"https://www.mintscan.io/sei/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/sei",tx_page:"https://ezstaking.app/sei/txs/${txHash}",account_page:"https://ezstaking.app/sei/account/${accountAddress}"},{kind:"seiscan",url:"https://www.seiscan.app/pacific-1",tx_page:"https://www.seiscan.app/pacific-1/txs/${txHash}",account_page:"https://www.seiscan.app/pacific-1/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/sei",tx_page:"https://mainnet.whispernode.com/sei/tx/${txHash}",account_page:"https://mainnet.whispernode.com/sei/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg",theme:{primary_color_hex:"#9c1c1c"}}]},{$schema:"../chain.schema.json",chain_name:"self",status:"live",website:"https://selfchain.xyz",network_type:"mainnet",pretty_name:"Self Chain",chain_type:"cosmos",chain_id:"self-1",bech32_prefix:"self",daemon_name:"selfchaind",node_home:"$HOME/.selfchain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uslf",fixed_min_gas_price:.005,low_gas_price:.005,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uslf"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png"},description:"Self Chain Is The First Modular Intent-Centric Access Layer L1 Blockchain And Keyless Wallet Infrastructure Service That Uses MPC-TSS/AA For Multi-Chain Web3 Access.",apis:{rpc:[{address:"https://rpc.selfchain.io:26657",provider:"Self Chain"},{address:"https://rpc.selfchain.roomit.xyz",provider:"Roomit"},{address:"https://selfchain_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://selfchain.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"},{address:"https://selfchain-mainnet.rpc.stakevillage.net:443",provider:"Stake Village"}],rest:[{address:"https://api.selfchain.io",provider:"Self Chain"},{address:"https://selfchain.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.selfchain.roomit.xyz",provider:"Roomit"},{address:"https://selfchain_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://selfchain.api.nodeshub.online",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F"},{address:"https://selfchain-mainnet.api.stakevillage.net",provider:"Stake Village"}],grpc:[{address:"grpc.selfchain.roomit.xyz:8443",provider:"Roomit"},{address:"selfchain.grpc.nodeshub.online",provider:"Nodes Hub"},{address:"selfchain-mainnet.grpc.stakevillage.net:443",provider:"Stake Village"}]},explorers:[{kind:"Self Chain",url:"https://explorer.selfchain.xyz/selfchain",tx_page:"https://explorer.selfchain.xyz/selfchain/tx/${txHash}",account_page:"https://explorer.selfchain.xyz/selfchain/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Selfchain-Mainnet",tx_page:"https://explorer.stavr.tech/Selfchain-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Selfchain-Mainnet/account/${accountAddress}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/selfchain-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/selfchain-mainnet/tx/${txHash}",account_page:"https://explorer.tendermint.roomit.xyz/selfchain-mainnet/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/self",tx_page:"https://explorer.whenmoonwhenlambo.money/self/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/self/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F",url:"https://explorer.nodeshub.online/selfchain/",tx_page:"https://explorer.nodeshub.online/selfchain/tx/${txHash}",account_page:"https://explorer.nodeshub.online/selfchain/accounts/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/selfchain-mainnet",tx_page:"https://exp.stakevillage.net/selfchain-mainnet/tx/${txHash}",account_page:"https://exp.stakevillage.net/selfchain-mainnet/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png",theme:{primary_color_hex:"#9454f1"}}]},{$schema:"../chain.schema.json",chain_name:"sentinel",status:"live",network_type:"mainnet",website:"https://sentinel.co/",pretty_name:"Sentinel",chain_type:"cosmos",chain_id:"sentinelhub-2",bech32_prefix:"sent",daemon_name:"sentinelhub",node_home:"$HOME/.sentinelhub",slip44:118,key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"udvpn",low_gas_price:.1,average_gas_price:.25,high_gas_price:.4}]},staking:{staking_tokens:[{denom:"udvpn"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg"},description:"The Sentinel ecosystem is a global network of autonomous dVPN applications that enable private and censorship resistant internet access.",apis:{rpc:[{address:"https://rpc-sentinel.busurnode.com",provider:"Busurnode"},{address:"https://rpc-sentinel-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc-sentinel.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://rpc.sentinel.chaintools.tech/",provider:"ChainTools"},{address:"https://rpc.sentinel.quokkastake.io",provider:"\u{1F439} Quokka Stake"},{address:"https://rpc.dvpn.roomit.xyz",provider:"Roomit"},{address:"https://sentinel-rpc.badgerbite.io/",provider:"BadgerBite"},{address:"https://sentinel-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://sentinel-rpc.validatornode.com/",provider:"ValidatorNode"},{address:"https://rpc.trinitystake.io",provider:"Trinity Stake"},{address:"https://rpc.sentinelgrowthdao.com",provider:"Sentinel Growth DAO"},{address:"https://public.stakewolle.com/cosmos/sentinel/rpc",provider:"Stakewolle"},{address:"http://163.197.193.2:26657",provider:"Tesla Full Node"},{address:"https://sentinel.declab.pro:26628",provider:"Decloud Nodes Lab"},{address:"https://sentinel.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://rpc.dvpn.me:443",provider:"MathNodes China"},{address:"https://rpc.ro.mathnodes.com:443",provider:"MathNodes Romania"},{address:"https://rpc.noncompliant.network:443",provider:"Noncompliant Network"},{address:"https://rpc-sentinel.chainvibes.com:443",provider:"chainvibes"}],rest:[{address:"https://api-sentinel.busurnode.com",provider:"Busurnode"},{address:"https://api-sentinel-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://lcd-sentinel.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api.sentinel.quokkastake.io",provider:"\u{1F439} Quokka Stake"},{address:"https://api.dvpn.roomit.xyz",provider:"Roomit"},{address:"https://sentinel-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://sentinel-api.validatornode.com",provider:"ValidatorNode"},{address:"https://api.trinitystake.io",provider:"Trinity Stake"},{address:"https://api.sentinelgrowthdao.com",provider:"Sentinel Growth DAO"},{address:"https://public.stakewolle.com/cosmos/sentinel/rest",provider:"Stakewolle"},{address:"http://163.197.193.2:26657",provider:"Tesla Full Node"},{address:"https://sentinel.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://sentinel.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"},{address:"https://api.dvpn.me:443",provider:"MathNodes China"},{address:"https://api.ro.mathnodes.com:443",provider:"MathNodes Romania"},{address:"https://api.noncompliant.network:443",provider:"Noncompliant Network"},{address:"https://api-sentinel.chainvibes.com:443",provider:"chainvibes"}],grpc:[{address:"grpc-sentinel-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"sentinel.grpcui.chaintools.host:443",provider:"ChainTools"},{address:"sentinel-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc.dvpn.roomit.xyz:8443",provider:"Roomit"},{address:"sentinel-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://sentinel.declab.pro:9019",provider:"Decloud Nodes Lab"},{address:"https://sentinel.grpc.nodeshub.online",provider:"Nodes Hub"},{address:"https://grpc.dvpn.me:443",provider:"MathNodes China"},{address:"https://grc.mathnodes.com:443",provider:"MathNodes Romania"},{address:"https://grpc.noncompliant.network:443",provider:"Noncompliant Network"},{address:"https://grpc.dvpn.me:9090",provider:"MathNodes China (Insecure)"},{address:"https://grc.mathnodes.com:9000",provider:"MathNodes Romania (Insecure)"},{address:"https://grpc.noncompliant.network:9090",provider:"Noncompliant Network (Insecure)"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/sentinel",tx_page:"https://www.mintscan.io/sentinel/transactions/${txHash}",account_page:"https://www.mintscan.io/sentinel/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/sentinel",tx_page:"https://ezstaking.app/sentinel/txs/${txHash}",account_page:"https://ezstaking.app/sentinel/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/sentinel",tx_page:"https://atomscan.com/sentinel/transactions/${txHash}",account_page:"https://atomscan.com/sentinel/accounts/${accountAddress}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/sentinel-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/transactions/${txHash}",account_page:"https://explorer.tendermint.roomit.xyz/sentinel-mainnet/accounts/${accountAddress}"},{kind:"ValidatorNode",url:"https://explorer.validatornode.com/sentinel",tx_page:"https://explorer.validatornode.com/sentinel/tx/${txHash}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Sentinel",tx_page:"https://explorer.declab.pro/Sentinel/tx/${txHash}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/sentinel/",tx_page:"https://explorer.nodeshub.online/sentinel/tx/${txHash}",account_page:"https://explorer.nodeshub.online/sentinel/accounts/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/sentinel",tx_page:"https://mainnet.whispernode.com/sentinel/tx/${txHash}",account_page:"https://mainnet.whispernode.com/sentinel/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg",theme:{primary_color_hex:"#10a7ef"}}]},{$schema:"../chain.schema.json",chain_name:"sge",status:"live",network_type:"mainnet",pretty_name:"SGE",chain_type:"cosmos",chain_id:"sgenet-1",bech32_prefix:"sge",daemon_name:"sged",node_home:"$HOME/.sge",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usge",fixed_min_gas_price:.001,low_gas_price:.1,average_gas_price:.25,high_gas_price:.5}]},staking:{staking_tokens:[{denom:"usge"}]},codebase:{cosmos_sdk_version:"sge-network/cosmos-sdk v0.47.9-0.20240409081440-054c8c413d45"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"},apis:{rpc:[{address:"https://sge-rpc.lavenderfive.com/",provider:"Lavenderfive"},{address:"https://sge-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://rpc.sge.nodestake.top/",provider:"Nodestake"},{address:"https://rpc.sge.roomit.xyz/",provider:"Roomit"},{address:"https://sge.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-sge.nodeist.net/",provider:"Nodeist"},{address:"https://sge-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://sge-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://rpc.sge.tcnetwork.io",provider:"TC Network"},{address:"https://sge-rpc.sr20de.xyz",provider:"Sr20de"},{address:"https://rpc.sge.safeblock.space",provider:"Safe Block"},{address:"https://mainnet-sge-rpc.konsortech.xyz",provider:"KonsorTech"},{address:"https://sge-rpc.genznodes.dev",provider:"genznodes"},{address:"https://sge_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://sge-api.lavenderfive.com/",provider:"Lavenderfive"},{address:"https://sge-api.polkachu.com/",provider:"Polkachu"},{address:"https://api.sge.nodestake.top/",provider:"Nostake"},{address:"https://api-sge.nodeist.net/",provider:"Nodeist"},{address:"https://sge.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://sge-api.ramuchi.tech/",provider:"ramuchi.tech"},{address:"https://sge-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://rest.sge.tcnetwork.io",provider:"TC Network"},{address:"https://sge-api.sr20de.xyz",provider:"Sr20de"},{address:"https://api.sge.safeblock.space",provider:"Safe Block"},{address:"https://mainnet-sge-api.konsortech.xyz",provider:"KonsorTech"},{address:"https://sge-api.genznodes.dev",provider:"genznodes"},{address:"https://api.sge.roomit.xyz/",provider:"Roomit"},{address:"https://sge_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"sge-grpc.lavenderfive.com:443",provider:"Lavenderfive"},{address:"https://grpc.sge.nodestake.top/",provider:"Nodestake"},{address:"https://grpc-sge.nodeist.net/",provider:"Nodeist"},{address:"https://sge-grpc.ramuchi.tech:443",provider:"ramuchi.tech"},{address:"http://sge.grpc.m.stavr.tech:543",provider:"\u{1F525}STAVR\u{1F525}"},{address:"sge-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://sge-grpc.sr20de.xyz",provider:"Sr20de"},{address:"mainnet-sge.konsortech.xyz:22090",provider:"KonsorTech"},{address:"sge-grpc.genznodes.dev:5090",provider:"genznodes"},{address:"grpc.sge.roomit.xyz:8443",provider:"Roomit"}]},explorers:[{kind:"ping.pub",url:"https://blockexplorer.sgenetwork.io/sge",tx_page:"https://blockexplorer.sgenetwork.io/sge/tx/${txHash}"},{kind:"nodestake.top",url:"https://explorer.nodestake.top/sge",tx_page:"https://explorer.nodestake.top/sge/tx/${txHash}"},{kind:"stakerhouse",url:"https://cosmotracker.com/sge",tx_page:"https://cosmotracker.com/sge/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Sge-Mainnet",tx_page:"https://explorer.stavr.tech/Sge-Mainnet/transaction/${txHash}",account_page:"https://explorer.stavr.tech/Sge-Mainnet/account/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/sge",tx_page:"https://explorer.tcnetwork.io/sge/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/sge/account/${accountAddress}"},{kind:"Safe Block",url:"https://explorer.safeblock.space/sge",tx_page:"https://explorer.safeblock.space/sge/tx/${txHash}",account_page:"https://explorer.safeblock.space/sge/account/${accountAddress}"},{kind:"KonsorTech",url:"https://explorer.konsortech.xyz/sge",tx_page:"https://explorer.konsortech.xyz/sge/tx/${txHash}",account_page:"https://explorer.konsortech.xyz/sge/account/${accountAddress}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/sge-mainnet",tx_page:"https://explorer.tendermint.roomit.xyz/sge-mainnet/tx/${txHash}",account_page:"https://explorer.tendermint.roomit.xyz/sge-mainnet/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/sge",tx_page:"https://explorer.whenmoonwhenlambo.money/sge/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/sge/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg",theme:{primary_color_hex:"#b99952"}}]},{$schema:"../chain.schema.json",chain_name:"shareledger",status:"live",network_type:"mainnet",website:"https://www.sharering.network/",pretty_name:"Shareledger",chain_type:"cosmos",chain_id:"ShareRing-VoyagerNet",bech32_prefix:"shareledger",daemon_name:"shareledger",node_home:"$HOME/.shareledger",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"nshr",fixed_min_gas_price:0,low_gas_price:2e3,average_gas_price:3e3,high_gas_price:4e3}]},staking:{staking_tokens:[{denom:"nshr"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.27"},apis:{rpc:[{address:"https://rpc.explorer.shareri.ng",provider:"ShareRing"}],rest:[{address:"https://lcd.explorer.shareri.ng/",provider:"ShareRing"}],grpc:[{address:"rpc.explorer.shareri.ng:443",provider:"ShareRing"}]},explorers:[{kind:"big dipper",url:"https://explorer.shareri.ng",tx_page:"https://explorer.shareri.ng/transactions/${txHash}",account_page:"https://explorer.shareri.ng/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg"},keywords:["id"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg",theme:{primary_color_hex:"#1c2474"}}]},{$schema:"../chain.schema.json",chain_name:"shentu",status:"live",network_type:"mainnet",website:"https://www.shentu.technology/",pretty_name:"Shentu",chain_type:"cosmos",chain_id:"shentu-2.2",bech32_prefix:"shentu",daemon_name:"shentud",node_home:"$HOME/.shentud",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uctk",low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uctk"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg"},apis:{rpc:[{address:"https://shenturpc.noopsbycertik.com/",provider:"Shentu"},{address:"https://shentu-rpc.polkachu.com",provider:"Polkachu"},{address:"https://shentu.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://shentu-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://rpc-shentu-01.stakeflow.io",provider:"Stakeflow"},{address:"https://shentu-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://shentu-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://shentu-rpc.panthea.eu",provider:"Panthea EU"},{address:"https://shentu-rpc.kleomedes.network",provider:"Kleomedes"}],rest:[{address:"https://rest.noopsbycertik.com/",provider:"Shentu"},{address:"https://shentu-api.polkachu.com",provider:"Polkachu"},{address:"https://shentu.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://shentu-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://api-shentu-01.stakeflow.io",provider:"Stakeflow"},{address:"https://shentu-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://shentu-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://shentu-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://shentu-api.panthea.eu",provider:"Panthea EU"},{address:"https://shentu-api.kleomedes.network",provider:"Kleomedes"}],grpc:[{address:"shentu-grpc.polkachu.com:14090",provider:"Polkachu"},{address:"shentu.grpc.m.stavr.tech:9593",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://shentu-grpc.ramuchi.tech:12090",provider:"ramuchi.tech"},{address:"grpc-shentu-01.stakeflow.io:2402",provider:"Stakeflow"},{address:"shentu-grpc.tienthuattoan.ventures:9490",provider:"TienThuatToan"},{address:"shentu-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"shentu-grpc.panthea.eu:16700",provider:"Panthea EU"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/shentu",tx_page:"https://ezstaking.app/shentu/txs/${txHash}",account_page:"https://ezstaking.app/shentu/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Shentu-Mainnet",tx_page:"https://explorer.stavr.tech/Shentu-Mainnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/Shentu-Mainnet/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/shentu",tx_page:"https://www.mintscan.io/shentu/transactions/${txHash}",account_page:"https://www.mintscan.io/shentu/accounts/${accountAddress}"},{kind:"Shentu Explorer",url:"https://explorer.shentu.technology/?net=shentu-2.2",tx_page:"https://explorer.shentu.technology/transactions/${txHash}?net=shentu-2.2"},{kind:"ping.pub",url:"https://ping.pub/shentu",tx_page:"https://ping.pub/shentu/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/shentu",tx_page:"https://atomscan.com/shentu/transactions/${txHash}",account_page:"https://atomscan.com/shentu/accounts/${accountAddress}"},{kind:"bigdipper",url:"https://bigdipper.live/shentu",tx_page:"https://bigdipper.live/shentu/transactions/${txHash}",account_page:"https://bigdipper.live/shentu/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/shentu",account_page:"https://stakeflow.io/shentu/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.svg",theme:{primary_color_hex:"#e4ac4c"}}]},{$schema:"../chain.schema.json",chain_name:"shido",status:"live",network_type:"mainnet",website:"https://shido.io/",pretty_name:"Shido",chain_type:"cosmos",chain_id:"shido_9008-1",bech32_prefix:"shido",node_home:"$HOME/.shidod",daemon_name:"shidod",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"shido",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"shido"}]},codebase:{cosmos_sdk_version:"v0.47.4",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg"},description:"Developers use Shido as the Ethereum and Wasm Chain to deploy applications of the future. Get all the functionalities of Ethereum and Wasm with the power of IBC and Interchain composability.",apis:{rpc:[{address:"https://tendermint.shidoscan.com",provider:"Shido"},{address:"https://shidochain_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://s2.shido-rpc.applejuice.256x25.tech:443",provider:"Apple juice \u{1F9C3}"},{address:"https://rpc.shido.indonode.net:443",provider:"Indonode"},{address:"https://rpc-maverick.mavnode.io",provider:"MavNode"}],rest:[{address:"https://swagger.shidoscan.com",provider:"Shido"},{address:"https://shidochain_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://s2.shido-api.applejuice.256x25.tech:443",provider:"Apple juice \u{1F9C3}"},{address:"https://api.shido.indonode.net",provider:"Indonode"},{address:"https://api-maverick.mavnode.io",provider:"MavNode"}],grpc:[{address:"https://grpc.shidoscan.com",provider:"shido.io"},{address:"https://grpc-web.shidoscan.com",provider:"shido.io"},{address:"https://s2.shido-grpc.applejuice.256x25.tech",provider:"Apple juice \u{1F9C3}"},{address:"https://grpc-maverick.mavnode.io",provider:"MavNode"}],"evm-http-jsonrpc":[{address:"https://rpc-nodes.shidoscan.com",provider:"Shido"},{address:"https://rpc-delta-nodes.shidoscan.com",provider:"Shido"},{address:"https://shidochain_mainnet_evm.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://s2.shido-evm.applejuice.256x25.tech:443",provider:"Apple juice \u{1F9C3}"},{address:"https://evm-maverick.mavnode.io",provider:"MavNode"}]},explorers:[{kind:"shido",url:"https://shidoscan.com",tx_page:"https://shidoscan.com/tx/${txHash}",account_page:"https://shidoscan.com/address/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/shido",tx_page:"https://explorer.whenmoonwhenlambo.money/shido/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}"},{kind:"Apple juice \u{1F9C3}",url:"https://explorer.256x25.tech/shido",tx_page:"https://explorer.256x25.tech/shido/tx/${txHash}",account_page:"https://explorer.256x25.tech//shido/account/${accountAddress}"},{kind:"MavNode",url:"https://explorer.mavnode.io/shido",tx_page:"https://explorer.mavnode.io/shido/tx/${txHash}",account_page:"https://explorer.mavnode.io/shido/account/${accountAddress}"},{kind:"Indonode",url:"https://explorer.indonode.net/shido",tx_page:"https://explorer.indonode.net/shido/tx/${txHash}",account_page:"https://explorer.indonode.net/shido/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg",theme:{primary_color_hex:"#046ffc"}}]},{$schema:"../chain.schema.json",chain_name:"sifchain",status:"live",network_type:"mainnet",website:"https://sifchain.finance/",pretty_name:"Sifchain",chain_type:"cosmos",chain_id:"sifchain-1",bech32_prefix:"sif",daemon_name:"sifnoded",node_home:"$HOME/.sifnoded",slip44:118,fees:{fee_tokens:[{denom:"rowan",low_gas_price:1e12,average_gas_price:15e11,high_gas_price:2e12}]},staking:{staking_tokens:[{denom:"rowan"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg"},apis:{rpc:[{address:"https://sifchain-rpc.polkachu.com",provider:"Polkachu"},{address:"https://sifchain-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://sifchain-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://sifchain_mainnet_rpc.chain.whenmoonwhenlambo.money:443",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://api-sifchain-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://sifchain-api.polkachu.com",provider:"Polkachu"},{address:"https://sifchain-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://sifchain-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://sifchain.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://sifchain_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"sifchain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"sifchain-grpc.polkachu.com:13290",provider:"Polkachu"},{address:"sifchain-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/sifchain",tx_page:"https://ping.pub/sifchain/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/sifchain",tx_page:"https://atomscan.com/sifchain/transactions/${txHash}",account_page:"https://atomscan.com/sifchain/accounts/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Sifchain",tx_page:"https://explorer.stavr.tech/Sifchain/tx/${txHash}",account_page:"https://explorer.stavr.tech/Sifchain/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/sifchain",tx_page:"https://explorer.whenmoonwhenlambo.money/sifchain/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/sifchain/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg",theme:{primary_color_hex:"#be9926"}}]},{$schema:"../chain.schema.json",chain_name:"six",status:"live",network_type:"mainnet",pretty_name:"SIX Protocol",chain_type:"cosmos",chain_id:"sixnet",bech32_prefix:"6x",daemon_name:"sixd",node_home:"$HOME/.six",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usix",fixed_min_gas_price:1.25,low_gas_price:1.25,average_gas_price:1.5,high_gas_price:1.75}]},staking:{staking_tokens:[{denom:"usix"}]},codebase:{cosmos_sdk_version:"0.45"},apis:{rpc:[{address:"https://sixnet-rpc.sixprotocol.net:443"}],rest:[{address:"https://sixnet-api.sixprotocol.net:443"}]},explorers:[{kind:"sixscan",url:"https://sixscan.io/sixnet",tx_page:"https://sixscan.io/sixnet/tx/${txHash}"}],keywords:["sixprotocol","sixnetwork","sixnet","six"]},{$schema:"../../chain.schema.json",chain_name:"solana",chain_type:"solana",status:"live",website:"https://solana.com/",network_type:"mainnet",pretty_name:"Solana Mainnet Beta",slip44:501,fees:{fee_tokens:[{denom:"Lamport",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"Lamport"}]},explorers:[{kind:"Solana Explorer",url:"https://explorer.solana.com/",tx_page:"https://explorer.solana.com/tx/${txHash}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg",theme:{circle:!1,background_color_hex:"#00000000"}}]},{$schema:"../chain.schema.json",chain_name:"sommelier",status:"live",network_type:"mainnet",website:"https://sommelier.finance/",pretty_name:"Sommelier",chain_type:"cosmos",chain_id:"sommelier-3",bech32_prefix:"somm",daemon_name:"sommelier",node_home:"$HOME/.sommelier",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usomm",low_gas_price:.01,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"usomm"}]},codebase:{cosmos_sdk_version:"v0.46.14"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"},description:"Automated vaults find best-in-class yields while mitigating risk.",apis:{rpc:[{address:"https://sommelier-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-sommelier.pupmos.network",provider:"PUPM\xD8S"},{address:"https://somm.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://sommelier-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://sommelier-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://somm-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://sommelier-rpc.w3coins.io",provider:"w3coins"}],rest:[{address:"https://api-sommelier.pupmos.network",provider:"PUPM\xD8S"},{address:"https://sommelier-api.polkachu.com",provider:"Polkachu"},{address:"https://som.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://sommelier-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://sommelier-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://somm-api.kleomedes.network",provider:"Kleomedes"}],grpc:[{address:"sommelier-grpc.polkachu.com:14190",provider:"Polkachu"},{address:"somm.grpc.m.stavr.tech:114",provider:"\u{1F525}STAVR\u{1F525}"},{address:"sommelier-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"sommelier-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://grpc.sommelier.nodexcapital.com",provider:"\u26A1NodeX Validator\u26A1"},{address:"sommelier-grpc.w3coins.io:14190",provider:"w3coins"},{address:"grpc.sommelier.validatus.com",provider:"Validatus"}]},explorers:[{kind:"sommscan",url:"https://sommscan.io",tx_page:"https://sommscan.io"},{kind:"mintscan",url:"https://www.mintscan.io/sommelier",tx_page:"https://www.mintscan.io/sommelier/transactions/${txHash}",account_page:"https://www.mintscan.io/sommelier/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/sommelier",tx_page:"https://ezstaking.app/sommelier/txs/${txHash}",account_page:"https://ezstaking.app/sommelier/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Sommelier-Mainnet",tx_page:"https://explorer.stavr.tech/Sommelier-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Sommelier-Mainnet/account/${accountAddress}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com/sommelier",tx_page:"https://explorer.nodexcapital.com/sommelier/tx/${txHash}",account_page:"https://explorer.nodexcapital.com/sommelier/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/sommelier",tx_page:"https://atomscan.com/sommelier/transactions/${txHash}",account_page:"https://atomscan.com/sommelier/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg",theme:{primary_color_hex:"#f36353"}}]},{$schema:"../chain.schema.json",chain_name:"source",status:"live",network_type:"mainnet",website:"https://www.sourceprotocol.io/",pretty_name:"Source",chain_type:"cosmos",chain_id:"source-1",bech32_prefix:"source",daemon_name:"sourced",node_home:"$HOME/.source",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usource",fixed_min_gas_price:.05,low_gas_price:.05,average_gas_price:.075,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"usource"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://rpc.source.nodestake.top",provider:"NodeStake"},{address:"https://source.rpc.bccnodes.com/",provider:"BccNodes"},{address:"https://source.rpc.moonbridge.team/",provider:"MoonBridge"},{address:"https://source.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-source.nodeist.net",provider:"Nodeist"},{address:"https://source-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://source-mainnet-rpc.itrocket.net:443",provider:"ITRocket"},{address:"https://rpc-source.sr20de.xyz:443",provider:"Sr20de"},{address:"https://source-rpc.stake-town.com",provider:"StakeTown"},{address:"https://rpc.source.tcnetwork.io",provider:"TC Network"},{address:"https://rpc.source.indonode.net",provider:"Indonode"},{address:"https://source.rpc.skynodejs.net/",provider:"skynodejs"},{address:"https://source.rpc.nodeshub.online/",provider:"Nodes Hub"},{address:"https://rpc.source.roomit.xyz/",provider:"Roomit"},{address:"https://rpc.source.posthuman.digital",provider:"posthuman"},{address:"https://source.declab.pro:26604",provider:"Decloud Nodes Lab"},{address:"https://rpc.source.stakeup.tech",provider:"StakeUp"},{address:"https://source_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://source-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"}],rest:[{address:"https://api.source.nodestake.top",provider:"NodeStake"},{address:"https://source.lcd.bccnodes.com/",provider:"BccNodes"},{address:"https://api-source.nodeist.net",provider:"Nodeist"},{address:"https://source.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://source-mainnet-api.itrocket.net:443",provider:"ITRocket"},{address:"https://source-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://source.api.moonbridge.team/",provider:"MoonBridge"},{address:"https://api-source.sr20de.xyz",provider:"Sr20de"},{address:"https://source-api.stake-town.com",provider:"StakeTown"},{address:"https://rest.source.tcnetwork.io",provider:"TC Network"},{address:"https://api.source.indonode.net",provider:"Indonode"},{address:"https://source.api.nodeshub.online/",provider:"Nodes Hub"},{address:"https://api.source.validatus.com",provider:"Validatus"},{address:"https://api.source.roomit.xyz",provider:"Roomit"},{address:"https://rest.source.posthuman.digital",provider:"posthuman"},{address:"https://source.api.staking-explorer.com",provider:"Daily DROP | 3% Fee"},{address:"https://source.declab.pro:443",provider:"Decloud Nodes Lab"},{address:"https://api.source.stakeup.tech",provider:"StakeUp"},{address:"https://source_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"},{address:"https://source-api.bluestake.net",provider:"BlueStake \u{1F680}"}],grpc:[{address:"source-mainnet-grpc.itrocket.net:32090",provider:"ITRocket"},{address:"source.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"http://source.grpc.m.stavr.tech:9590",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://grpc-source.nodeist.net:443",provider:"Nodeist"},{address:"https://grpc.source.nodestake.top:443",provider:"NodeStake"},{address:"https://grpc-source.sr20de.xyz:443",provider:"Sr20de"},{address:"source-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"source-grpc.stake-town.com:443",provider:"StakeTown"},{address:"https://source.grpc.skynodejs.net",provider:"skynodejs"},{address:"https://source.grpc.nodeshub.online",provider:"Nodes Hub"},{address:"https://grpc.source.validatus.com",provider:"Validatus"},{address:"grpc.source.roomit.xyz:8443",provider:"Roomit"},{address:"https://source.declab.pro:9003",provider:"Decloud Nodes Lab"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Source-Mainnet/",tx_page:"https://explorer.stavr.tech/Source-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Source-Mainnet/accounts/${accountAddress}"},{kind:"Nodeist",url:"https://exp.nodeist.net/source/",tx_page:"https://exp.nodeist.net/source/tx/${txHash}",account_page:"https://exp.nodeist.net/source/accounts/${accountAddress}"},{kind:"MoonBridge",url:"https://explorer.moonbridge.team/source",tx_page:"https://explorer.moonbridge.team/source/tx/${txHash}",account_page:"https://explorer.moonbridge.team/source/accounts/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/source",tx_page:"https://explorer.nodestake.top/source/tx/${txHash}",account_page:"https://explorer.nodestake.top/source/accounts/${accountAddress}"},{kind:"Sr20de",url:"https://explorer.sr20de.xyz/Source-mainnet",tx_page:"https://explorer.sr20de.xyz/Source-mainnet/tx/${txHash}",account_page:"https://explorer.sr20de.xyz/Source-mainnet/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/source",tx_page:"https://explorer.tcnetwork.io/source/transaction/${txHash}"},{kind:"Indonode",url:"https://explorer.indonode.net/source",tx_page:"https://explorer.indonode.net/source/tx/${txHash}"},{kind:"Roomit",url:"https://explorer.tendermint.roomit.xyz/source-mainnet/",tx_page:"https://explorer.tendermint.roomit.xyz/source-mainnet/tx/${txHash}"},{kind:"posthuman",url:"https://explorer.posthuman.digital/source",tx_page:"https://explorer.posthuman.digital/source/tx/${txHash}",account_page:"https://explorer.posthuman.digital/source/account/${accountAddress}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Source",tx_page:"https://explorer.declab.pro/Source/tx/${txHash}",account_page:"https://explorer.declab.pro/Source/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/source",tx_page:"https://explorer.whenmoonwhenlambo.money/source/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/source/account/${accountAddress}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/source/",tx_page:"https://explorer.nodeshub.online/source/tx/${txHash}",account_page:"https://explorer.nodeshub.online/source/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg",theme:{primary_color_hex:"#39a5fc"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/source/images/source.svg"}},{$schema:"../chain.schema.json",chain_name:"stafihub",chain_type:"cosmos",chain_id:"stafihub-1",website:"https://stafihub.io/",pretty_name:"StaFi Hub",status:"live",network_type:"mainnet",bech32_prefix:"stafi",daemon_name:"stafihubd",node_home:"$HOME/.stafihub",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ufis",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ufis"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.46"},apis:{rpc:[{address:"https://public-rpc1.stafihub.io:443",provider:"StaFiHub"},{address:"https://public-rpc2.stafihub.io:443",provider:"StaFiHub"},{address:"https://rpc.stafihub.nodestake.top:443",provider:"NodeStake"}],rest:[{address:"https://public-rest-rpc1.stafihub.io",provider:"StaFiHub"},{address:"https://public-rest-rpc2.stafihub.io",provider:"StaFiHub"},{address:"https://api.stafihub.nodestake.top",provider:"NodeStake"}],grpc:[{address:"public-grpc-rpc1.stafihub.io:443",provider:"StaFiHub"},{address:"public-grpc-rpc2.stafihub.io:443",provider:"StaFiHub"},{address:"grpc.stafihub.nodestake.top:443",provider:"NodeStake"},{address:"stafihub.nodejumper.io:9090",provider:"NODEJUMPER"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/stafi",tx_page:"https://www.mintscan.io/stafi/transactions/${txHash}",account_page:"https://www.mintscan.io/stafi/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/stafihub",tx_page:"https://ezstaking.app/stafihub/txs/${txHash}",account_page:"https://ezstaking.app/stafihub/account/${accountAddress}"},{kind:"ping-pub",url:"https://ping.pub/stafihub",tx_page:"https://ping.pub/stafihub/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/stafihub",tx_page:"https://atomscan.com/stafihub/transactions/${txHash}",account_page:"https://atomscan.com/stafihub/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png"},keywords:["liquid staking"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png",theme:{primary_color_hex:"#100d10"}}]},{$schema:"../chain.schema.json",chain_name:"stargaze",status:"live",network_type:"mainnet",website:"https://stargaze.zone/",pretty_name:"Stargaze",chain_type:"cosmos",chain_id:"stargaze-1",bech32_prefix:"stars",daemon_name:"starsd",node_home:"$HOME/.starsd",slip44:118,fees:{fee_tokens:[{denom:"ustars",fixed_min_gas_price:1,low_gas_price:1,average_gas_price:1.1,high_gas_price:1.2}]},staking:{staking_tokens:[{denom:"ustars"}]},codebase:{cosmos_sdk_version:"v0.47.12",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg"},description:"The premier community-focused blockchain for NFTs. Stargaze empowers creators, developers, collectors, and traders to participate on the platform. The Stargaze chain consists of various NFT-related apps such as a Launchpad, and a Marketplace with offers and auctions.",apis:{rpc:[{address:"https://rpc.stargaze-apis.com/",provider:"Stargaze Foundation"},{address:"https://rpc-stargaze.pupmos.network",provider:"PUPM\xD8S"},{address:"https://rpc-stargaze.ezstaking.dev",provider:"EZStaking.io"},{address:"https://stargaze-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-stargaze-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://stargaze.c29r3.xyz:443/rpc/",provider:"c29r3"},{address:"https://rpc-stargaze.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://stargaze-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://rpc-stargaze.d-stake.xyz",provider:"D-stake"},{address:"https://rpc.stargaze.silentvalidator.com/",provider:"silent"},{address:"https://rpc-stargaze.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://stargaze-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://stargaze-rpc.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://stargaze-rpc.staketab.org:443",provider:"Staketab"},{address:"https://stargaze-rpc.w3coins.io",provider:"w3coins"},{address:"https://stargaze-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://stargaze-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://stargaze-rpc.reece.sh:443",provider:"Reecepbcups"},{address:"https://rpc.stargaze.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://stargaze-rpc.kleomedes.network",provider:"Kleomedes"}],rest:[{address:"https://rest.stargaze-apis.com/",provider:"Stargaze Foundation"},{address:"https://api-stargaze.pupmos.network",provider:"PUPM\xD8S"},{address:"https://api-stargaze.ezstaking.dev",provider:"EZStaking.io"},{address:"https://api-stargaze-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://stargaze.c29r3.xyz:443/api/",provider:"c29r3"},{address:"https://stargaze-api.polkachu.com",provider:"Polkachu"},{address:"https://stargaze-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://api-stargaze.d-stake.xyz",provider:"D-stake"},{address:"https://api-stargaze.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://api.stargaze.silentvalidator.com/",provider:"silent"},{address:"https://stargaze-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://lcd-stargaze.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://stargaze-api.ramuchi.tech",provider:"ramuchi.tech"},{address:"https://stargaze-rest.staketab.org",provider:"Staketab"},{address:"https://stargaze-api.w3coins.io",provider:"w3coins"},{address:"https://stargaze-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://stargaze-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://stargaze-api.reece.sh:443",provider:"Reecepbcups"},{address:"https://lcd.stargaze.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://stargaze-api.kleomedes.network",provider:"Kleomedes"}],grpc:[{address:"grpc-stargaze-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"stargaze-grpc.polkachu.com:13790",provider:"Polkachu"},{address:"stargaze-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc-stargaze.cosmos-spaces.cloud:1150",provider:"Cosmos Spaces"},{address:"https://stargaze-grpc.ramuchi.tech:9090",provider:"ramuchi.tech"},{address:"services.staketab.com:9092",provider:"Staketab"},{address:"stargaze-grpc.w3coins.io:13790",provider:"w3coins"},{address:"stargaze-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"stargaze-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"https://grpc.stargaze.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/stargaze",tx_page:"https://ezstaking.app/stargaze/txs/${txHash}",account_page:"https://ezstaking.app/stargaze/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/stargaze/",tx_page:"https://www.mintscan.io/stargaze/transactions/${txHash}",account_page:"https://www.mintscan.io/stargaze/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/stargaze",tx_page:"https://ping.pub/stargaze/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/stargaze",tx_page:"https://atomscan.com/stargaze/transactions/${txHash}",account_page:"https://atomscan.com/stargaze/accounts/${accountAddress}"},{kind:"Starscan",url:"https://starscan.net/",tx_page:"https://starscan.net/stargaze-1/tx/${txHash}",account_page:"https://starscan.net/stargaze-1/address/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/stargaze",tx_page:"https://mainnet.whispernode.com/stargaze/tx/${txHash}",account_page:"https://mainnet.whispernode.com/stargaze/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg",theme:{primary_color_hex:"#db2777"}}]},{$schema:"../chain.schema.json",chain_name:"starname",status:"live",network_type:"mainnet",website:"https://www.starname.me/",pretty_name:"Starname",chain_type:"cosmos",chain_id:"iov-mainnet-ibc",bech32_prefix:"star",slip44:234,alternative_slip44s:[118],fees:{fee_tokens:[{denom:"uiov",low_gas_price:1,average_gas_price:2,high_gas_price:3}]},staking:{staking_tokens:[{denom:"uiov"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"},description:"Starname is the best way to claim your part of the blockchain. You can use it for decentralized identification, payments, ownership and applications. Starname can be integrated into digital wallets, dapps and exchanges.",apis:{rpc:[{address:"https://rpc-starname-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rpc.starname.app",provider:"Chainmasters"}],rest:[{address:"https://api-starname-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://rest.starname.app",provider:"Chainmasters"}],grpc:[{address:"grpc-starname-ia.cosmosia.notional.ventures:443",provider:"starname"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/starname",tx_page:"https://ping.pub/starname/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/starname",tx_page:"https://atomscan.com/starname/transactions/${txHash}",account_page:"https://atomscan.com/starname/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg",theme:{primary_color_hex:"#5c64b4"}}]},{$schema:"../chain.schema.json",chain_name:"stratos",status:"live",network_type:"mainnet",website:"https://www.thestratos.org",pretty_name:"Stratos",chain_type:"cosmos",chain_id:"stratos-1",bech32_prefix:"st",daemon_name:"stchaind",node_home:"$HOME/.stchaind",key_algos:["ethsecp256k1"],extra_codecs:[],slip44:606,fees:{fee_tokens:[{denom:"wei"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg"},apis:{rpc:[{address:"https://rpc.thestratos.org",provider:"thestratos.org"},{address:"http://stratos.rpc.nodersteam.com:26657/",provider:"[NODERS]TEAM"},{address:"https://rpc-stratos.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://stratos-rpc.noders.services:443",provider:"[NODERS]TEAM"}],rest:[{address:"https://rest.thestratos.org",provider:"thestratos.org"},{address:"https://lcd-stratos.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://stratos-api.noders.services:443",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc.thestratos.org",provider:"thestratos.org"},{address:"https://grpc.stratos.nodestake.top",provider:"NodeStake"},{address:"stratos.grpc.nodersteam.com:9090",provider:"[NODERS]TEAM"},{address:"stratos-grpc.noders.services:29090",provider:"[NODERS]TEAM"}],"evm-http-jsonrpc":[{address:"https://web3-rpc.thestratos.org",provider:"thestratos.org"},{address:"https://jsonrpc.stratos.nodestake.top",provider:"NodeStake"},{address:"https://stratos-jsonrpc.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"bigdipper",url:"https://explorer.thestratos.org",tx_page:"https://explorer.thestratos.org/transactions/${txHash}",account_page:"https://explorer.thestratos.org/accounts/${accountAddress}"},{kind:"blockscout",url:"https://web3-explorer.thestratos.org",tx_page:"https://web3-explorer.thestratos.org/tx/${txHash}",account_page:"https://web3-explorer.thestratos.org/address/${accountAddress}"},{kind:"NodeStake",url:"https://explorer.nodestake.top/stratos",tx_page:"https://explorer.nodestake.top/stratos/tx/${txHash}",account_page:"https://explorer.nodestake.top/stratos/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/stratos",tx_page:"https://explorer.tcnetwork.io/stratos/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/stratos/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/stratos",tx_page:"https://mainnet.whispernode.com/stratos/tx/${txHash}",account_page:"https://mainnet.whispernode.com/stratos/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg",theme:{primary_color_hex:"#04847c"}}]},{$schema:"../chain.schema.json",chain_name:"stride",status:"live",network_type:"mainnet",website:"https://stride.zone/",pretty_name:"Stride",chain_type:"cosmos",chain_id:"stride-1",bech32_prefix:"stride",daemon_name:"strided",node_home:"$HOME/.stride",key_algos:["ed25519"],slip44:118,fees:{fee_tokens:[{denom:"ustrd",fixed_min_gas_price:5e-4,low_gas_price:.005,average_gas_price:.005,high_gas_price:.05},{denom:"stuatom",fixed_min_gas_price:1e-4,low_gas_price:1e-4,average_gas_price:2e-4,high_gas_price:5e-4},{denom:"stuosmo",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.002,high_gas_price:.004},{denom:"stustars",fixed_min_gas_price:1,low_gas_price:1,average_gas_price:1.1,high_gas_price:1.2},{denom:"stujuno",fixed_min_gas_price:.075,low_gas_price:.075,average_gas_price:.1,high_gas_price:.125},{denom:"stuluna",fixed_min_gas_price:.0125,low_gas_price:.0125,average_gas_price:.015,high_gas_price:.04},{denom:"staevmos",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10},{denom:"stinj",fixed_min_gas_price:5e8,low_gas_price:5e8,average_gas_price:7e8,high_gas_price:9e8},{denom:"stucmdx",fixed_min_gas_price:.02,low_gas_price:.02,average_gas_price:.025,high_gas_price:.04},{denom:"stuumee",fixed_min_gas_price:.1,low_gas_price:.1,average_gas_price:.12,high_gas_price:.2},{denom:"stutia",fixed_min_gas_price:.002,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1},{denom:"stadydx",fixed_min_gas_price:15e9,low_gas_price:15e9,average_gas_price:15e9,high_gas_price:2e10},{denom:"stadym",fixed_min_gas_price:15e9,low_gas_price:15e9,average_gas_price:15e9,high_gas_price:2e10},{denom:"stusaga",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.015,high_gas_price:.03},{denom:"ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801",fixed_min_gas_price:.002,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"ustrd"}]},codebase:{cosmos_sdk_version:"Stride-Labs/cosmos-sdk v0.47.10-stride-distribution-fix-0"},description:"Stride is a blockchain that provides liquidity for staked tokens. Using Stride, you can earn both taking and DeFi yields across the Cosmos IBC ecosystem.",apis:{rpc:[{address:"https://stride-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://stride-rpc.onivalidator.com",provider:"Oni Validator \u26E9\uFE0F"},{address:"https://stride-rpc.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.stride.silentvalidator.com/",provider:"silent"},{address:"https://rpc-stride.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://stride.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc-stride.pupmos.network",provider:"PUPM\xD8S"},{address:"https://rpc-stride.architectnodes.com",provider:"Architect Nodes"},{address:"https://rpc-stride.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://stride-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-stride-01.stakeflow.io",provider:"Stakeflow"},{address:"https://stride-rpc.w3coins.io",provider:"w3coins"},{address:"https://stride-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/stride/trpc",provider:"PRO Delegators"},{address:"https://stride-rpc.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://rpc.stride.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://public.stakewolle.com/cosmos/stride/rpc",provider:"Stakewolle"}],rest:[{address:"https://stride-api.polkachu.com/",provider:"Polkachu"},{address:"https://api-stride.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://stride-api.lavenderfive.com/",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api.stride.silentvalidator.com/",provider:"silent"},{address:"https://stride.api.kjnodes.com",provider:"kjnodes"},{address:"https://api-stride.pupmos.network",provider:"PUPM\xD8S"},{address:"https://stride-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-stride.architectnodes.com",provider:"Architect Nodes"},{address:"https://lcd-stride.whispernode.com:443",provider:"WhisperNode \u{1F910}"},{address:"https://api-stride-01.stakeflow.io",provider:"Stakeflow"},{address:"https://stride-api.w3coins.io",provider:"w3coins"},{address:"https://stride-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://community.nuxian-node.ch:6797/stride/crpc",provider:"PRO Delegators"},{address:"https://stride-api.stakeandrelax.net",provider:"Stake&Relax \u{1F9A5}"},{address:"https://lcd.stride.bronbro.io:443",provider:"Bro_n_Bro"},{address:"https://public.stakewolle.com/cosmos/stride/rest",provider:"Stakewolle"}],grpc:[{address:"stride.grpc.bccnodes.com:443",provider:"BccNodes"},{address:"stride-grpc.polkachu.com:12290",provider:"Polkachu"},{address:"stride-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"http://stride.grpc.m.stavr.tech:9986",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc-stride.cosmos-spaces.cloud:1140",provider:"Cosmos Spaces"},{address:"stride-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"stride.grpc.kjnodes.com:11690",provider:"kjnodes"},{address:"grpc-stride-01.stakeflow.io:1802",provider:"Stakeflow"},{address:"stride-grpc.w3coins.io:12290",provider:"w3coins"},{address:"stride-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"stride-grpc.stakeandrelax.net:12290",provider:"Stake&Relax \u{1F9A5}"},{address:"https://grpc.stride.bronbro.io:443",provider:"Bro_n_Bro"}]},explorers:[{kind:"BccNodes",url:"https://explorer.bccnodes.com/stride-M",tx_page:"https://explorer.bccnodes.com/stride-M/tx/${txHash}",account_page:"https://explorer.bccnodes.com/stride-M/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/stride",tx_page:"https://ezstaking.app/stride/txs/${txHash}",account_page:"https://ezstaking.app/stride/account/${accountAddress}"},{kind:"Apollo",url:"https://apollo.chandrastation.com/stride",tx_page:"https://apollo.chandrastation.com/stride/tx/${txHash}",account_page:"https://apollo.chandrastation.com/stride/account/${accountAddress}"},{kind:"Stride Ping Pub",url:"https://explorer.stride.zone/stride",tx_page:"https://explorer.stride.zone/stride/tx/${txHash}",account_page:"https://explorer.stride.zone/stride/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/stride",tx_page:"https://explorer.stavr.tech/stride/tx/${txHash}",account_page:"https://explorer.stavr.tech/stride/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/stride",tx_page:"https://www.mintscan.io/stride/transactions/${txHash}",account_page:"https://www.mintscan.io/stride/accounts/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/stride",tx_page:"https://atomscan.com/stride/transactions/${txHash}",account_page:"https://atomscan.com/stride/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/stride",account_page:"https://stakeflow.io/stride/accounts/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/stride",tx_page:"https://explorer.stake-take.com/stride/tx/${txHash}",account_page:"https://explorer.stake-take.com/stride/account/${accountAddress}"},{kind:"WhisperNode \u{1F910}",url:"https://mainnet.whispernode.com/stride",tx_page:"https://mainnet.whispernode.com/stride/tx/${txHash}",account_page:"https://mainnet.whispernode.com/stride/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg"},images:[{image_sync:{chain_name:"stride",base_denom:"ustrd"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg",theme:{primary_color_hex:"#e4047c"}}]},{$schema:"../chain.schema.json",chain_name:"sunrise",status:"upcoming",network_type:"mainnet",website:"https://sunriselayer.io/",pretty_name:"Sunrise",chain_type:"cosmos",chain_id:"sunrise-1",bech32_prefix:"sunrise",daemon_name:"sunrised",node_home:"$HOME/.sunrise",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"urise",fixed_min_gas_price:.002,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"uvrise"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.50.2"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},apis:{rpc:[],rest:[],grpc:[]},explorers:[],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg",png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png",theme:{primary_color_hex:"#ecbc64"}}]},{$schema:"../chain.schema.json",chain_name:"synternet",chain_type:"cosmos",chain_id:"synternet-1",website:"https://www.synternet.com/",pretty_name:"Synternet",status:"live",network_type:"mainnet",bech32_prefix:"synt",daemon_name:"syntd",node_home:"$HOME/.amber",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"usynt",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"usynt"}]},codebase:{cosmos_sdk_version:"v0.47.11"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg"},description:"Synternet is the backbone of the Data Layer, a protocol serving as the customizable execution layer between all blockchains. It enables builders to See, Interpret and Act on any data from any chain, supercharging their applications.",apis:{rpc:[{address:"https://rpc.synternet.com/",provider:"Synternet"}],rest:[{address:"https://api.synternet.com/",provider:"Synternet"}]},explorers:[{kind:"Big Dipper",url:"https://explorer.synternet.com/",tx_page:"https://explorer.synternet.com/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/synternet/images/synt.svg",theme:{primary_color_hex:"#272d45"}}],slip44:118},{$schema:"../chain.schema.json",chain_name:"taketitan",status:"live",network_type:"mainnet",website:"https://taketitan.com/",pretty_name:"TakeTitan",chain_type:"cosmos",chain_id:"taketitan-12",bech32_prefix:"taketitan",daemon_name:"ttnc",node_home:"$HOME/.ssc",key_algos:["secp256k1"],slip44:1179993421,staking:{staking_tokens:[{denom:"ttnc"}],lock_duration:{time:"1814400s"}},fees:{fee_tokens:[{denom:"ttnc",low_gas_price:1e-6,average_gas_price:5e-6,high_gas_price:1e-4}]},apis:{rpc:[{address:"https://rcpttnc.taketitan.com",provider:"taketitan"}],rest:[{address:"https://lcdttnc.taketitan.com",provider:"taketitan"}],grpc:[{address:"https://grcpttnc.taketitan.com:8090",provider:"taketitan"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg"},explorers:[{kind:"ping.pub",url:"https://scan.taketitan.com/taketitan",tx_page:"https://scan.taketitan.com/taketitan/tx/${txHash}",account_page:"https://scan.taketitan.com/taketitan/accounts/${accountAddress}"}],keywords:[],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg",theme:{primary_color_hex:"#41918c"}}]},{$schema:"../chain.schema.json",chain_name:"tenet",status:"live",network_type:"mainnet",website:"https://tenet.org/",pretty_name:"Tenet",chain_type:"cosmos",chain_id:"tenet_1559-1",bech32_prefix:"tenet",node_home:"$HOME/.tenetd",daemon_name:"tenetd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atenet",fixed_min_gas_price:25e7,low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"atenet"}]},codebase:{cosmos_sdk_version:"0.46"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"},apis:{rpc:[{address:"https://tendermint-1.rpc.tenet.org",provider:"tenet"},{address:"https://tenet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://tenet_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://app.rpc.tenet.org",provider:"tenet"},{address:"https://tenet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://tenet_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"tenet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"kichain-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}],"evm-http-jsonrpc":[{address:"https://rpc.tenet.org",provider:"tenet"},{address:"https://tenet-evm.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/tenet",tx_page:"https://ping.pub/tenet/tx/${txHash}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/Tenet",tx_page:"https://exp.nodeist.net/Tenet/tx/${txHash}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/tenet",tx_page:"https://explorer.tcnetwork.io/tenet/transaction/${txHash}",account_page:"https://explorer.tcnetwork.io/tenet/account/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/tenet",tx_page:"https://explorer.whenmoonwhenlambo.money/tenet/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/tenet/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg",theme:{primary_color_hex:"#040404"}}]},{$schema:"../chain.schema.json",chain_name:"teritori",status:"live",network_type:"mainnet",website:"https://teritori.com/",pretty_name:"Teritori",chain_type:"cosmos",chain_id:"teritori-1",daemon_name:"teritorid",node_home:"$HOME/.teritorid",bech32_prefix:"tori",slip44:118,fees:{fee_tokens:[{denom:"utori",low_gas_price:0,average_gas_price:.25,high_gas_price:.5}]},staking:{staking_tokens:[{denom:"utori"}]},codebase:{cosmos_sdk_version:"v0.47.6",cosmwasm_enabled:!0,cosmwasm_version:"v0.41.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.svg"},apis:{rpc:[{address:"https://teritori-rpc.polkachu.com",provider:"Polkachu"},{address:"https://teritori.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc.teritori.silentvalidator.com/",provider:"silent"},{address:"https://teritori-rpc.brocha.in",provider:"Brochain"},{address:"https://teritori-rpc.ibs.team",provider:"Inter Blockchain Services"},{address:"https://teritori.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc.tori.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://teritori-rpc.kleomedes.network",provider:"Kleomedes"},{address:"https://m-teritori.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://rpc-teritori.pupmos.network",provider:"PUPM\xD8S"},{address:"https://teritori-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rpc-teritori.ecostake.com",provider:"ecostake"},{address:"https://teritori-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://teritori-rpc.bluestake.net:443",provider:"BlueStake \u{1F680}"},{address:"https://teritori_mainnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://teritori-api.polkachu.com",provider:"Polkachu"},{address:"https://teritori.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.teritori.silentvalidator.com/",provider:"silent"},{address:"https://teritori-api.ibs.team",provider:"Inter Blockchain Services"},{address:"https://teritori.api.kjnodes.com",provider:"kjnodes"},{address:"https://api.tori.bh.rocks",provider:"BlockHunters \u{1F3AF}"},{address:"https://teritori-api.kleomedes.network",provider:"Kleomedes"},{address:"https://m-teritori.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://api-teritori.pupmos.network",provider:"PUPM\xD8S"},{address:"https://teritori-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://rest-teritori.ecostake.com",provider:"ecostake"},{address:"https://teritori-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://teritori-api.bluestake.net",provider:"BlueStake \u{1F680}"},{address:"https://teritori_mainnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"grpc.teritori.nodestake.top:443",provider:"NodeStake"},{address:"teritori.grpc.m.stavr.tech:6705",provider:"\u{1F525}STAVR\u{1F525}"},{address:"teritori-grpc.brocha.in:443",provider:"Brochain"},{address:"teritori-grpc.polkachu.com:15990",provider:"Polkachu"},{address:"teritori.grpc.silknodes.io:443",provider:"Silk Nodes"},{address:"teritori-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"teritori.grpc.kjnodes.com:11990",provider:"kjnodes"},{address:"teritori-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/teritori",tx_page:"https://ezstaking.app/teritori/txs/${txHash}",account_page:"https://ezstaking.app/teritori/account/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.teritori.com/teritori",tx_page:"https://explorer.teritori.com/teritori/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/teritori-main",tx_page:"https://explorer.stavr.tech/teritori-main/tx/${txHash}"},{kind:"guru",url:"https://teritori.explorers.guru/",tx_page:"https://teritori.explorers.guru/transaction/${txHash}"},{kind:"Brochain",url:"https://explorer.brocha.in/teritori",tx_page:"https://explorer.brocha.in/teritori/tx/${txHash}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}",url:"https://exp.utsa.tech/teritori",tx_page:"https://exp.utsa.tech/teritori/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/teritori",tx_page:"https://www.mintscan.io/teritori/transactions/${txHash}",account_page:"https://www.mintscan.io/teritori/accounts/${accountAddress}"},{kind:"TC Network",url:"https://explorer.tcnetwork.io/teritori",tx_page:"https://explorer.tcnetwork.io/teritori/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/teritori",tx_page:"https://atomscan.com/teritori/transactions/${txHash}",account_page:"https://atomscan.com/teritori/accounts/${accountAddress}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/teritori",tx_page:"https://explorer.whenmoonwhenlambo.money/teritori/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/teritori/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/teritori/images/chain.svg",theme:{primary_color_hex:"#44c5f1"}}]},{$schema:"../chain.schema.json",chain_name:"terpnetwork",status:"live",network_type:"mainnet",pretty_name:"Terp-Network",chain_type:"cosmos",chain_id:"morocco-1",bech32_prefix:"terp",daemon_name:"terp",node_home:"$HOME/.terp",codebase:{},fees:{fee_tokens:[{denom:"uthiol",fixed_min_gas_price:.05}]},staking:{staking_tokens:[{denom:"uterp"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png"},apis:{rpc:[{address:"https://rpc-terp.zenchainlabs.io/",provider:"ZenChainLabs"},{address:"https://terp-mainnet-rpc.itrocket.net:443",provider:"itrocket.net"},{address:"https://terp.rpc.nodex.one:443",provider:"nodex.one"}],rest:[{address:"https://api-terp.zenchainlabs.io:443",provider:"ZenChainLabs"},{address:"https://terp-mainnet-api.itrocket.net:443",provider:"itrocket.net"},{address:"https://terp.api.nodex.one:443",provider:"nodex.one"},{address:"https://terp.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}],grpc:[{address:"https://grpc.terp.nodestake.top:443",provider:"NodeStake"},{address:"terp-mainnet-grpc.itrocket.net:13090",provider:"itrocket.net"},{address:"https://terp.grpc.nodex.one:443",provider:"nodex.one"}]},explorers:[{kind:"ping.pub",url:"https://ping.pub/terp",tx_page:"https://ping.pub/terp/tx/${txHash}",account_page:"https://ping.pub/terp/account/{$accountAddress}"},{kind:"ping.pub",url:"https://explorer.nodestake.top",tx_page:"https://explorer.nodestake.top/terp/tx/${txHash}",account_page:"https://explorer.nodestake.top/terp/account/{$accountAddress}"},{kind:"ZenChainLabs",url:"https://terp.zenscan.io/",tx_page:"https://terp.zenscan.io/transaction.php?hash=${txHash}",account_page:"https://terp.zenscan.io/address.php?address=${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Terp-Mainnet",tx_page:"https://explorer.stavr.tech/Terp-Mainnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Terp-Mainnet/account/{$accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png",theme:{primary_color_hex:"#a2cd9a"}}],slip44:118},{$schema:"../chain.schema.json",chain_name:"terra",status:"live",network_type:"mainnet",pretty_name:"Terra Classic",chain_type:"cosmos",chain_id:"columbus-5",daemon_name:"terrad",node_home:"$HOME/.terra",bech32_prefix:"terra",slip44:330,fees:{fee_tokens:[{denom:"uluna",low_gas_price:28.325,average_gas_price:28.325,high_gas_price:50},{denom:"usdr",low_gas_price:.52469,average_gas_price:.52469,high_gas_price:.52469},{denom:"uusd",low_gas_price:.75,average_gas_price:.75,high_gas_price:.75},{denom:"ukrw",low_gas_price:850,average_gas_price:850,high_gas_price:850},{denom:"umnt",low_gas_price:2142.855,average_gas_price:2142.855,high_gas_price:2142.855},{denom:"ueur",low_gas_price:.625,average_gas_price:.625,high_gas_price:.625},{denom:"ucny",low_gas_price:4.9,average_gas_price:4.9,high_gas_price:4.9},{denom:"ujpy",low_gas_price:81.85,average_gas_price:81.85,high_gas_price:81.85},{denom:"ugbp",low_gas_price:.55,average_gas_price:.55,high_gas_price:.55},{denom:"uinr",low_gas_price:54.4,average_gas_price:54.4,high_gas_price:54.4},{denom:"ucad",low_gas_price:.95,average_gas_price:.95,high_gas_price:.95},{denom:"uchf",low_gas_price:.7,average_gas_price:.7,high_gas_price:.7},{denom:"uaud",low_gas_price:.95,average_gas_price:.95,high_gas_price:.95},{denom:"usgd",low_gas_price:1,average_gas_price:1,high_gas_price:1},{denom:"uthb",low_gas_price:23.1,average_gas_price:23.1,high_gas_price:23.1},{denom:"usek",low_gas_price:6.25,average_gas_price:6.25,high_gas_price:6.25},{denom:"unok",low_gas_price:6.25,average_gas_price:6.25,high_gas_price:6.25},{denom:"udkk",low_gas_price:4.5,average_gas_price:4.5,high_gas_price:4.5},{denom:"uidr",low_gas_price:10900,average_gas_price:10900,high_gas_price:10900},{denom:"uphp",low_gas_price:38,average_gas_price:38,high_gas_price:38},{denom:"uhkd",low_gas_price:5.85,average_gas_price:5.85,high_gas_price:5.85},{denom:"umyr",low_gas_price:3,average_gas_price:3,high_gas_price:3},{denom:"utwd",low_gas_price:20,average_gas_price:20,high_gas_price:20}]},staking:{staking_tokens:[{denom:"uluna"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg"},apis:{rpc:[{address:"https://terra-classic-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-terra-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://terraclassic-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://terraclassic-rpc-server-01.stakely.io",provider:"Stakely"}],rest:[{address:"https://terra-classic-lcd.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api-terra-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://terraclassic-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://terraclassic-lcd-server-01.stakely.io",provider:"Stakely"}],grpc:[{address:"grpc.terrarebels.net",provider:"Terra Rebels"},{address:"terra-classic-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-terra-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"terraclassic-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"}]},explorers:[{kind:"ezstaking",url:"https://ezstaking.app/terra",tx_page:"https://ezstaking.app/terra/txs/${txHash}",account_page:"https://ezstaking.app/terra/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/terra-luna",tx_page:"https://ping.pub/terra-luna/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/terra",tx_page:"https://atomscan.com/terra/transactions/${txHash}",account_page:"https://atomscan.com/terra/accounts/${accountAddress}"},{kind:"finder",url:"https://finder.terra.money/classic",tx_page:"https://finder.terra.money/classic/tx/${txHash}",account_page:"https://finder.terra.money/classic/address/${accountAddress}"},{kind:"finder",url:"https://finder.terrarebels.net/classic",tx_page:"https://finder.terrarebels.net/classic/tx/${txHash}",account_page:"https://finder.terrarebels.net/classic/address/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg",theme:{primary_color_hex:"#fcdb5b"}}]},{$schema:"../chain.schema.json",chain_name:"terra2",status:"live",network_type:"mainnet",website:"https://www.terra.money/",pretty_name:"Terra",chain_type:"cosmos",chain_id:"phoenix-1",daemon_name:"terrad",node_home:"$HOME/.terra",bech32_prefix:"terra",slip44:330,fees:{fee_tokens:[{denom:"uluna",fixed_min_gas_price:.015,low_gas_price:.015,average_gas_price:.015,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uluna"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg"},description:"Fueled by a passionate community and deep developer talent pool, the Terra blockchain is built to enable the next generation of Web3 products and services.",apis:{rpc:[{address:"https://terra2-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://terra-rpc.polkachu.com",provider:"polkachu"},{address:"https://terra-rpc.stakely.io:443/",provider:"stakely"},{address:"https://phoenix-rpc.terra.dev:443",provider:"Terraform Labs"},{address:"https://terra-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-terra-01.stakeflow.io",provider:"Stakeflow"},{address:"https://rpc-terra.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://terra-phoenix-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://rpc-terra.wildsage.io",provider:"\u{1F9D9} WildSage Labs"},{address:"https://terra.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://terra2.tdrsys.com:2053",provider:"TdrSys"},{address:"https://terra-rpc.cosmosrescue.dev:8443",provider:"cosmosrescue"}],rest:[{address:"https://lcd-terra.wildsage.io",provider:"\u{1F9D9} WildSage Labs"},{address:"https://phoenix-lcd.terra.dev:443",provider:"Terraform Labs"},{address:"https://api-terra.cosmos-spaces.cloud",provider:"Cosmos Spaces"},{address:"https://terra-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api-terra-01.stakeflow.io",provider:"Stakeflow"},{address:"https://terra-phoenix-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://terra-rest.interstellar-lounge.org",provider:"Interstellar Lounge \u{1F378}"},{address:"https://terra2.tdrsys.com",provider:"TdrSys"},{address:"https://terra-api.cosmosrescue.dev:8443",provider:"cosmosrescue"}],grpc:[{address:"terra2-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"terra-grpc.polkachu.com:11790",provider:"Polkachu"},{address:"terra-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"terra-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-terra.cosmos-spaces.cloud:2690",provider:"Cosmos Spaces"},{address:"grpc-terra-01.stakeflow.io:1102",provider:"Stakeflow"},{address:"https://terra2.tdrsys.com:2083",provider:"TdrSys"}]},explorers:[{kind:"atomscan",url:"https://atomscan.com/terra2",tx_page:"https://atomscan.com/terra2/transactions/${txHash}",account_page:"https://atomscan.com/terra2/accounts/${accountAddress}"},{kind:"finder",url:"http://finder.terra.money/",tx_page:"https://finder.terra.money/mainnet/tx/${txHash}",account_page:"https://finder.terra.money/mainnet/address/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/terra",account_page:"https://stakeflow.io/terra/accounts/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/terra",tx_page:"https://www.mintscan.io/terra/transactions/${txHash}",account_page:"https://www.mintscan.io/terra/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg",theme:{primary_color_hex:"#f4de6f"}}]},{$schema:"../chain.schema.json",chain_name:"tgrade",status:"live",network_type:"mainnet",website:"https://tgrade.finance/",pretty_name:"Tgrade",chain_type:"cosmos",chain_id:"tgrade-mainnet-1",bech32_prefix:"tgrade",daemon_name:"tgrade",node_home:"$HOME/.tgrade",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utgd",fixed_min_gas_price:.05,low_gas_price:.05,average_gas_price:.075,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"utgd"}]},codebase:{cosmwasm_enabled:!0},apis:{rpc:[{address:"https://rpc.mainnet-1.tgrade.confio.run",provider:"Confio"},{address:"https://rpc.tgrade.posthuman.digital",provider:"POSTHUMAN \uA74F DVS"}],rest:[{address:"https://api.mainnet-1.tgrade.confio.run",provider:"Confio"},{address:"https://lcd.tgrade.posthuman.digital",provider:"POSTHUMAN \uA74F DVS"}],grpc:[]},explorers:[{kind:"aneka",url:"https://tgrade.aneka.io",tx_page:"https://tgrade.aneka.io/txs/${txHash}",account_page:"https://tgrade.aneka.io/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg",theme:{primary_color_hex:"#c9167b"}}]},{$schema:"../chain.schema.json",chain_name:"thorchain",status:"live",network_type:"mainnet",website:"https://thorchain.org/",pretty_name:"THORChain",chain_type:"cosmos",chain_id:"thorchain-mainnet-v1",bech32_prefix:"thor",daemon_name:"thord",node_home:"$HOME/.thornode",slip44:931,codebase:{},apis:{rpc:[],rest:[]},explorers:[{kind:"THORChain explorer",url:"https://thorchain.net",tx_page:"https://thorchain.net/#/txs/${txHash}"},{kind:"viewblock",url:"https://viewblock.io/thorchain",tx_page:"https://viewblock.io/thorchain/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"titan",status:"live",network_type:"mainnet",website:"https://titanlab.io/",pretty_name:"Titan",chain_type:"cosmos",chain_id:"titan_18888-1",bech32_prefix:"titan",node_home:"$HOME/.titand",daemon_name:"titand",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atkx",fixed_min_gas_price:1e11,low_gas_price:1e11,average_gas_price:11e10,high_gas_price:2e11}]},staking:{staking_tokens:[{denom:"atkx"}]},codebase:{cosmos_sdk_version:"0.47.6-titan.4",cosmwasm_enabled:!0,cosmwasm_version:"0.45.0"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.svg",theme:{primary_color_hex:"#fc641c"}}],apis:{rpc:[{address:"https://titan-rpc.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-rpc-tokyo.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-rpc-seoul.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-rpc-hongkong.titanlab.io:443",provider:"Titanlab.io"}],rest:[{address:"https://titan-lcd.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-lcd-tokyo.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-lcd-seoul.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-lcd-hongkong.titanlab.io:443",provider:"Titanlab.io"}],grpc:[{address:"titan-grpc.titanlab.io:443",provider:"Titanlab.io"},{address:"titan-grpc-hongkong.titanlab.io:443",provider:"Titanlab.io"},{address:"titan-grpc-tokyo.titanlab.io:443",provider:"Titanlab.io"},{address:"titan-grpc-seoul.titanlab.io:443",provider:"Titanlab.io"}],"evm-http-jsonrpc":[{address:"https://titan-json-rpc.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-json-rpc-tokyo.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-json-rpc-seoul.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-json-rpc-hongkong.titanlab.io:443",provider:"Titanlab.io"}]},explorers:[{kind:"ping.pub",url:"https://tkxscan.io",tx_page:"https://tkxscan.io/Titan/tx/${txHash}",account_page:"https://tkxscan.io/Titan/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/chain.svg"}},{$schema:"../../chain.schema.json",chain_name:"tron",chain_type:"unknown",status:"live",website:"https://tron.network/",network_type:"mainnet",pretty_name:"Tron",slip44:195,fees:{fee_tokens:[{denom:"sun",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"sun"}]},explorers:[{kind:"TRONSCAN",url:"https://tronscan.org/",tx_page:"https://tronscan.org/#/transaction//${txHash}"}],images:[{image_sync:{chain_name:"tron",base_denom:"sun"},svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg",png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png",theme:{circle:!0,primary_color_hex:"#FF060A",background_color_hex:"#FF060A"}}]},{$schema:"../chain.schema.json",chain_name:"umee",status:"live",network_type:"mainnet",website:"https://www.ux.xyz",pretty_name:"UX Chain",chain_type:"cosmos",chain_id:"umee-1",bech32_prefix:"umee",daemon_name:"umeed",node_home:"$HOME/.umee",slip44:118,fees:{fee_tokens:[{denom:"uumee",fixed_min_gas_price:.1,low_gas_price:.1,average_gas_price:.12,high_gas_price:.2}]},staking:{staking_tokens:[{denom:"uumee"}]},codebase:{cosmos_sdk_version:"0.47",cosmwasm_enabled:!0,cosmwasm_version:"0.43"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg"},apis:{rpc:[{address:"https://umee-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-umee-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://umee-mainnet-rpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"http://umee.rpc.m.stavr.tech:10457",provider:"\u{1F525}STAVR\u{1F525}"},{address:"http://rpc-umee-0.node75.org:26657",provider:"Pro-Nodes75"},{address:"https://umee-rpc.quantnode.tech",provider:"QuantNode"},{address:"https://umee-rpc.tienthuattoan.com",provider:"TTT \u{1F1FB}\u{1F1F3}"},{address:"https://rpc-umee-01.stakeflow.io",provider:"Stakeflow"},{address:"https://umee-rpc.staketab.org:443",provider:"Staketab"},{address:"https://umee-rpc.theamsolutions.info",provider:"AM Solutions"},{address:"https://umee.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://umee-rpc.w3coins.io",provider:"w3coins"},{address:"https://rpc-umee.mms.team",provider:"MMS"},{address:"https://rpc-umee.mzonder.com",provider:"MZONDER"},{address:"https://umee-rpc.stake-town.com",provider:"StakeTown"},{address:"https://umee-rpc.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://umee.rpc.stakevillage.net:443",provider:"Stake Village"},{address:"https://umee-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://api-umee-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://umee.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://umee-mainnet-lcd.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"https://umee-api.polkachu.com",provider:"Polkachu"},{address:"https://umee-lcd.quantnode.tech",provider:"QuantNode"},{address:"https://umee-api.tienthuattoan.ventures",provider:"TienThuatToan"},{address:"https://api-umee-01.stakeflow.io",provider:"Stakeflow"},{address:"https://umee-rest.staketab.org",provider:"Staketab"},{address:"https://umee-api.theamsolutions.info",provider:"AM Solutions"},{address:"https://umee.api.kjnodes.com",provider:"kjnodes"},{address:"https://umee-api.w3coins.io",provider:"w3coins"},{address:"https://api-umee.mms.team",provider:"MMS"},{address:"https://api-umee.mzonder.com",provider:"MZONDER"},{address:"https://umee-api.stake-town.com",provider:"StakeTown"},{address:"https://umee-api.highstakes.ch",provider:"High Stakes \u{1F1E8}\u{1F1ED}"},{address:"https://umee.api.stakevillage.net",provider:"Stake Village"},{address:"https://umee-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"grpc-umee-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"umee-grpc.polkachu.com:13690",provider:"Polkachu"},{address:"umee-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"umee-grpc.quantnode.tech:9090",provider:"QuantNode gRPC"},{address:"umee.grpc.m.stavr.tech:9090",provider:"\u{1F525}STAVR\u{1F525}"},{address:"umee-grpc.quantnode.tech:9091",provider:"QuantNode gRPCweb"},{address:"umee-grpc.tienthuattoan.ventures:9090",provider:"TienThuatToan"},{address:"grpc-umee-01.stakeflow.io:9990",provider:"Stakeflow"},{address:"services.staketab.com:9020",provider:"Staketab"},{address:"umee.grpc.kjnodes.com:16290",provider:"kjnodes"},{address:"umee-grpc.w3coins.io:13690",provider:"w3coins"},{address:"grpc-umee.mms.team:443",provider:"MMS"},{address:"grpc-umee.mzonder.com:443",provider:"MZONDER"},{address:"umee-grpc.stake-town.com:443",provider:"StakeTown"},{address:"umee.grpc.stakevillage.net:11090",provider:"Stake Village"},{address:"umee-grpc.noders.services:32090",provider:"[NODERS]TEAM"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/umee/",tx_page:"https://www.mintscan.io/umee/transactions/${txHash}",account_page:"https://www.mintscan.io/umee/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/umee",tx_page:"https://ping.pub/umee/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/umee",tx_page:"https://explorer.stavr.tech/umee/tx/${txHash}"},{kind:"explorers.guru",url:"https://umee.explorers.guru",tx_page:"https://umee.explorers.guru/transaction/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/umee",tx_page:"https://atomscan.com/umee/transactions/${txHash}",account_page:"https://atomscan.com/umee/accounts/${accountAddress}"},{kind:"Stakeflow",url:"https://stakeflow.io/umee",account_page:"https://stakeflow.io/umee/accounts/${accountAddress}"},{kind:"Stake-Take",url:"https://explorer.stake-take.com/umee",tx_page:"https://explorer.stake-take.com/umee/transactions/${txHash}",account_page:"https://explorer.stake-take.com/umee/account/${accountAddress}"},{kind:"Stake Village",url:"https://exp.stakevillage.net/umee",tx_page:"https://exp.stakevillage.net/umee/tx/${txHash}",account_page:"https://exp.stakevillage.net/umee/account/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/umee",tx_page:"https://ezstaking.app/umee/txs/${txHash}",account_page:"https://ezstaking.app/umee/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg",theme:{primary_color_hex:"#22f2e9"}}]},{$schema:"../chain.schema.json",chain_name:"unicorn",status:"live",network_type:"mainnet",website:"https://unicorn.meme/",pretty_name:"Unicorn",chain_type:"cosmos",chain_id:"unicorn-420",bech32_prefix:"unicorn",slip44:118,fees:{fee_tokens:[{denom:"uwunicorn",low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uwunicorn"}]}},{$schema:"../chain.schema.json",chain_name:"unification",status:"live",network_type:"mainnet",website:"https://unification.com/",pretty_name:"Unification",chain_type:"cosmos",chain_id:"FUND-MainNet-2",bech32_prefix:"und",daemon_name:"und",node_home:"$HOME/.und_mainchain",key_algos:["secp256k1"],slip44:5555,fees:{fee_tokens:[{denom:"nund",fixed_min_gas_price:25,low_gas_price:100,average_gas_price:200,high_gas_price:300}]},staking:{staking_tokens:[{denom:"nund"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.46.15",cosmwasm_enabled:!1},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg",theme:{primary_color_hex:"#2279c0"}}],apis:{rpc:[{address:"https://rpc1.unification.io:443",provider:"Unification"},{address:"https://rpc.unification.chainmasters.ninja/",provider:"Chainmasters"}],rest:[{address:"https://rest.unification.io",provider:"Unification"},{address:"https://rest.unification.chainmasters.ninja/",provider:"Chainmasters"}],grpc:[{address:"grpc.unification.io:443",provider:"Unification"},{address:"grpc.unification.chainmasters.info",provider:"Chainmasters"}]},explorers:[{kind:"bigdipper",url:"https://explorer.unification.io/",tx_page:"https://explorer.unification.io/transactions/${txHash}",account_page:"https://explorer.unification.io/accounts/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.unification.chainmasters.ninja/unification",tx_page:"https://explorer.unification.chainmasters.ninja/unification/tx/${txHash}",account_page:"https://explorer.unification.chainmasters.ninja/Unification/account/${accountAddress}"},{kind:"atomscan",url:"https://atomscan.com/unification",tx_page:"https://atomscan.com/unification/transactions/${txHash}",account_page:"https://atomscan.com/unification/accounts/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg"}},{$schema:"../chain.schema.json",chain_name:"ununifi",status:"live",network_type:"mainnet",website:"https://ununifi.io/",pretty_name:"UnUniFi",chain_type:"cosmos",chain_id:"ununifi-beta-v1",bech32_prefix:"ununifi",daemon_name:"ununifid",node_home:"$HOME/.ununifi",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uguu",fixed_min_gas_price:.0025,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uguu"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"ununifi/cosmos-sdk v0.47.3-custom-bank-1",cosmwasm_enabled:!0,cosmwasm_version:"v0.40.1"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg"},apis:{rpc:[{address:"http://a.lcd.ununifi.cauchye.net:26657",provider:"CauchyE"},{address:"https://rpc.ununifi.nodestake.top",provider:"NodeStake"},{address:"https://ununifi-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ununifi-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ununifi-rpc.genznodes.dev",provider:"genznodes"}],rest:[{address:"https://a.lcd.ununifi.cauchye.net:1318",provider:"CauchyE"},{address:"https://b.lcd.ununifi.cauchye.net:1318",provider:"CauchyE"},{address:"https://api.ununifi.nodestake.top",provider:"NodeStake"},{address:"https://ununifi-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://ununifi-api.genznodes.dev",provider:"genznodes"}],grpc:[{address:"a.lcd.ununifi.cauchye.net:9092",provider:"CauchyE"},{address:"b.lcd.ununifi.cauchye.net:9092",provider:"CauchyE"},{address:"ununifi-mainnet-grpc.autostake.com:443",provider:"AutoStake \u{1F6E1}\uFE0F Slash Protected"},{address:"grpc.ununifi.nodestake.top:9090",provider:"NodeStake"},{address:"https://grpc-ununifi.nodeist.net",provider:"Nodeist"},{address:"https://ununifi-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"ununifi-grpc.genznodes.dev:54090",provider:"genznodes"}]},explorers:[{kind:"UnUniFi Explorer",url:"https://ununifi.io/explorer",tx_page:"https://ununifi.io/explorer/txs/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/ununifi",tx_page:"https://explorer.nodestake.top/ununifi/tx/${txHash}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/Ununifi",tx_page:"https://exp.nodeist.net/Ununifi/tx/${txHash}"}],keywords:["staking","wasm","assets","nft"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg",theme:{primary_color_hex:"#546c8c"}}]},{$schema:"../chain.schema.json",chain_name:"uptick",status:"live",network_type:"mainnet",website:"https://uptick.network/",pretty_name:"Uptick",chain_type:"cosmos",chain_id:"uptick_117-1",bech32_prefix:"uptick",daemon_name:"uptickd",node_home:"$HOME/.uptickd",key_algos:["secp256k1"],slip44:60,fees:{fee_tokens:[{denom:"auptick",fixed_min_gas_price:13e9,low_gas_price:13e9,average_gas_price:16e9,high_gas_price:2e10}]},staking:{staking_tokens:[{denom:"auptick"}]},codebase:{cosmos_sdk_version:"v0.47.5",cosmwasm_enabled:!0,cosmwasm_version:"v0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg"},apis:{rpc:[{address:"https://uptick-rpc.brocha.in:443",provider:"Brochain"},{address:"https://uptick.rpc.bccnodes.com:443",provider:"BccNodes"},{address:"https://rpc.uptick.nodestake.top",provider:"NodeStake"},{address:"https://uptick.rpc.kjnodes.com",provider:"kjnodes"},{address:"http://uptick.rpc.m.stavr.tech:3157",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://m-uptick.rpc.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://uptick-mainnet-rpc.itrocket.net:443",provider:"itrocket"},{address:"https://uptick.rpc.liveraven.net",provider:"LiveRaveN"},{address:"https://uptick-rpc.staketab.org:443",provider:"Staketab"},{address:"https://uptick-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://rpc-uptick.cakralabs.site",provider:"Cakra Labs"},{address:"https://rpc-uptick.sr20de.xyz",provider:"Sr20de"},{address:"https://uptick-rpc.noders.services",provider:"[NODERS]TEAM"}],rest:[{address:"https://uptick-rest.brocha.in:443",provider:"Brochain"},{address:"https://api.uptick.nodestake.top",provider:"NodeStake"},{address:"https://uptick.api.kjnodes.com",provider:"kjnodes"},{address:"https://uptick.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://m-uptick.api.utsa.tech",provider:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400}"},{address:"https://uptick-mainnet-api.itrocket.net:443",provider:"itrocket"},{address:"https://uptick.api.liveraven.net",provider:"LiveRaveN"},{address:"https://uptick-rest.staketab.org",provider:"Staketab"},{address:"https://uptick-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://rest-uptick.cakralabs.site",provider:"Cakra Labs"},{address:"https://api-uptick.sr20de.xyz",provider:"Sr20de"},{address:"https://uptick-api.noders.services",provider:"[NODERS]TEAM"}],grpc:[{address:"https://grpc.uptick.nodestake.top",provider:"NodeStake"},{address:"uptick.rpc.bccnodes.com:9690",provider:"BccNodes"},{address:"uptick.grpc.nodersteam.com:9211",provider:"[NODERS]TEAM"},{address:"uptick.grpc.kjnodes.com:11590",provider:"kjnodes"},{address:"uptick.grpc.m.stavr.tech:1901",provider:"\u{1F525}STAVR\u{1F525}"},{address:"uptick-mainnet-grpc.itrocket.net:10090",provider:"itrocket"},{address:"https://uptick.grpc.liveraven.net",provider:"LiveRaveN"},{address:"services.staketab.com:9190",provider:"Staketab"},{address:"uptick-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"grpc-uptick.mms.team:443",provider:"MMS"},{address:"https://grpc-uptick.sr20de.xyz",provider:"Sr20de"},{address:"uptick-grpc.noders.services:24090",provider:"[NODERS]TEAM"}],"evm-http-jsonrpc":[{address:"https://jsonrpc.uptick.nodestake.top",provider:"NodeStake"},{address:"https://uptick.jsonrpc.liveraven.net",provider:"LiveRaveN"},{address:"https://evm-uptick.sr20de.xyz",provider:"Sr20de"},{address:"https://uptick-jsonrpc.noders.services",provider:"[NODERS]TEAM"}]},explorers:[{kind:"ping.pub",url:"https://explorers.brocha.in/uptick",tx_page:"https://explorers.brocha.in/uptick/tx/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.top/uptick",tx_page:"https://explorer.nodestake.top/uptick/tx/${txHash}"},{kind:"BccNodes Explorer",url:"https://explorer.bccnodes.com/uptick-M",tx_page:"https://explorer.bccnodes.com/uptick-M/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525} Explorer",url:"https://explorer.stavr.tech/uptick-mainnet",tx_page:"https://explorer.stavr.tech/uptick-mainnet/tx/${txHash}"},{kind:"\u{1D425}\u{1D41E}\u{1D42C}\u{1D427}\u{1D422}\u{1D424} | \u{1D414}\u{1D413}\u{1D412}\u{1D400} Explorer",url:"https://exp.utsa.tech/uptick",tx_page:"https://exp.utsa.tech/uptick/tx/${txHash}"},{kind:"cosmotracker",url:"https://cosmotracker.com/uptick",tx_page:"https://cosmotracker.com/uptick/tx/${txHash}"},{kind:"Upscan",url:"https://upscan.xyz/",tx_page:"https://upscan.xyz/uptick_117-1/tx/${txHash}"},{kind:"Sr20de",url:"https://explorer.sr20de.xyz/uptick",tx_page:"https://explorer.sr20de.xyz/uptick/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/uptick/images/uptick.svg",theme:{primary_color_hex:"#1f182f"}}]},{$schema:"../chain.schema.json",chain_name:"vidulum",status:"killed",network_type:"mainnet",website:"https://vidulum.app/",pretty_name:"Vidulum",chain_type:"cosmos",chain_id:"vidulum-1",bech32_prefix:"vdl",daemon_name:"vidulumd",node_home:"$HOME/.vidulum",key_algos:["secp256k1"],slip44:370,fees:{fee_tokens:[{denom:"uvdl",fixed_min_gas_price:2e-4,low_gas_price:.002,average_gas_price:.005,high_gas_price:.007}]},staking:{staking_tokens:[{denom:"uvdl"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg"},apis:{rpc:[{address:"https://mainnet-rpc.vidulum.app/",provider:"vidulum"},{address:"https://vidulum.rpc.m.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://rpc-vidulum-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://vidulum.declab.pro:26619",provider:"Decloud Nodes Lab"}],rest:[{address:"https://mainnet-lcd.vidulum.app",provider:"vidulum"},{address:"https://api-vidulum-ia.cosmosia.notional.ventures/",provider:"Notional"},{address:"https://vidulum.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-vdl.nodine.id/",provider:"Nodine.ID"},{address:"https://vidulum.declab.pro:443",provider:"Decloud Nodes Lab"}],grpc:[{address:"grpc-vidulum-ia.cosmosia.notional.ventures:443",provider:"Notional"},{address:"vidulum.grpc.m.stavr.tech:2040",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://vidulum.declab.pro:9013",provider:"Decloud Nodes Lab"}]},explorers:[{kind:"ping.pub",url:"https://explorers.vidulum.app/vidulum",tx_page:"https://explorers.vidulum.app/vidulum/tx/${txHash}"},{kind:"ping.pub",url:"https://ping.pub/vidulum",tx_page:"https://ping.pub/vidulum/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Vidulum-Mainnet",tx_page:"https://explorer.stavr.tech/Vidulum-Mainnet/tx/${txHash}"},{kind:"atomscan",url:"https://atomscan.com/vidulum",tx_page:"https://atomscan.com/vidulum/transactions/${txHash}",account_page:"https://atomscan.com/vidulum/accounts/${accountAddress}"},{kind:"Nodine Explorer",url:"https://explorer.co.id/vidulum",tx_page:"https://explorer.co.id/vidulum/tx/${txHash}"},{kind:"Decloud Nodes Lab",url:"https://explorer.declab.pro/Vidulum",tx_page:"https://explorer.declab.pro/Vidulum/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg",theme:{primary_color_hex:"#3454bc"}}]},{$schema:"../chain.schema.json",chain_name:"xpla",status:"live",website:"https://xpla.io",network_type:"mainnet",pretty_name:"XPLA",chain_type:"cosmos",chain_id:"dimension_37-1",bech32_prefix:"xpla",daemon_name:"xplad",node_home:"$HOME/.xpla",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"axpla",fixed_min_gas_price:85e10,low_gas_price:85e10,average_gas_price:11475e8,high_gas_price:14875e8}]},staking:{staking_tokens:[{denom:"axpla"}]},codebase:{cosmos_sdk_version:"xpladev/cosmos-sdk v0.45.20-xpla",cosmwasm_version:"v0.33.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg"},apis:{rpc:[{address:"https://dimension-rpc.xpla.dev",provider:"Holdings"},{address:"https://xpla.rpc.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://xpla-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://xpla-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://dimension-lcd.xpla.io",provider:"ZenaAD"},{address:"https://dimension-lcd.xpla.dev",provider:"Holdings"},{address:"https://xpla.api.m.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://xpla-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://xpla-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"xpla-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],"evm-http-jsonrpc":[{address:"https://dimension-evm-rpc.xpla.dev",provider:"Holdings"},{address:"https://xpla-evm-rpc.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"explorer.xpla",url:"https://explorer.xpla.io",tx_page:"https://explorer.xpla.io/mainnet/tx/${txHash}"},{kind:"finder",url:"https://finder.xpla.io",tx_page:"https://finder.xpla.io/mainnet/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Xpla-Mainnet",tx_page:"https://explorer.stavr.tech/Xpla-Mainnet/tx/${txHash}"},{kind:"mintscan",url:"https://www.mintscan.io/xpla",tx_page:"https://www.mintscan.io/xpla/transactions/${txHash}",account_page:"https://www.mintscan.io/xpla/accounts/${accountAddress}"},{kind:"ezstaking",url:"https://ezstaking.app/xpla",tx_page:"https://ezstaking.app/xpla/txs/${txHash}",account_page:"https://ezstaking.app/xpla/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xpla/images/xpla.svg",theme:{primary_color_hex:"#04b4fc"}}]},{$schema:"../../chain.schema.json",chain_name:"zetachain",status:"live",network_type:"mainnet",pretty_name:"ZetaChain",chain_type:"cosmos",chain_id:"zetachain_7000-1",bech32_prefix:"zeta",daemon_name:"zetacored",node_home:"$HOME/.zetacored",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"azeta",low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"azeta"}]},codebase:{cosmos_sdk_version:"v0.46.13"},apis:{rpc:[{address:"https://zetachain.blockpi.network/rpc/v1/public",provider:"BlockPI"},{address:"https://zetachain-mainnet-archive.allthatnode.com:26657",provider:"All That Node"},{address:"https://zetachain-rpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://rpc.zetachain.nodestake.org",provider:"NodeStake"},{address:"https://zetachain-rpc.noders.services",provider:"[NODERS]TEAM"},{address:"https://zetachain.rpc.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],rest:[{address:"https://zetachain.blockpi.network/lcd/v1/public",provider:"BlockPI"},{address:"https://zetachain-mainnet-archive.allthatnode.com:1317",provider:"All That Node"},{address:"https://zetachain-api.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://api.zetachain.nodestake.org",provider:"NodeStake"},{address:"https://zetachain-api.noders.services",provider:"[NODERS]TEAM"},{address:"https://zetachain.api.nodeshub.online:443",provider:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705"}],grpc:[{address:"https://zetachain-grpc.lavenderfive.com:443",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://grpc.zetachain.nodestake.org:443",provider:"NodeStake"},{address:"zetachain-grpc.noders.services:28090",provider:"[NODERS]TEAM"},{address:"https://zetachain.grpc.nodeshub.online",provider:"Nodes Hub"}]},explorers:[{kind:"ZetaScan",url:"https://explorer.zetachain.com/",tx_page:"https://explorer.zetachain.com/cc/tx/${txHash}"},{kind:"BlockScout",url:"https://zetachain.blockscout.com/",tx_page:"https://zetachain.blockscout.com/tx/${txHash}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.org/zetachain",tx_page:"https://explorer.nodestake.org/zetachain/tx/${txHash}"},{kind:"Nodes Hub \u{1F6E1}\uFE0F 100% Slash Protected \u{1F6E1}\uFE0F | Restake \u2705",url:"https://explorer.nodeshub.online/zetachain/",tx_page:"https://explorer.nodeshub.online/zetachain/tx/${txHash}",account_page:"https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"airchainstestnet",status:"live",website:"https://airchains.io/",network_type:"testnet",pretty_name:"Airchains Switchyard Testnet",chain_type:"cosmos",chain_id:"junction",bech32_prefix:"air",daemon_name:"junctiond",node_home:"$HOME/.junctiond",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"amf",fixed_min_gas_price:0,low_gas_price:25e-5,average_gas_price:.005,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"amf"}]},codebase:{cosmos_sdk_version:"0.50.3"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg"}],description:"Airchains",apis:{rpc:[{address:"https://junction-rpc.validatorvn.com/",provider:"Validator VN"},{address:"https://airchains-testnet-rpc.cosmonautstakes.com/",provider:"Cosmonaut Stakes"},{address:"https://junction-testnet-rpc.synergynodes.com/",provider:"Synergy Nodes"},{address:"https://airchains-rpc.anonid.top/",provider:"Anonid Top"},{address:"https://airchains-test.rpc.moonbridge.team/",provider:"Moonbridge Team"},{address:"https://airchains-rpc.chainad.org/",provider:"Coin Hunterstr"},{address:"https://airchains.rpc.t.stavr.tech/",provider:"Stavr Tech"},{address:"https://rpc.nodejumper.io/airchainstestnet",provider:"Nodejumper"},{address:"https://t-airchains.rpc.utsa.tech/",provider:"UTSA"},{address:"https://junction-rpc.kzvn.xyz/",provider:"KZVN"},{address:"https://airchains-rpc.elessarnodes.xyz/",provider:"Elessar Nodes"},{address:"https://junction-rpc.apollo-sync.com/",provider:"Apollo Sync"},{address:"https://rpc-airchain.danggia.xyz/",provider:"DANGGIA"},{address:"https://airchains-rpc.stakeme.pro/",provider:"Stakeme"},{address:"https://airchains-testnet-rpc.stakerhouse.com",provider:"StakerHouse"},{address:"https://airchains-testnet-rpc.crouton.digital/",provider:"Crouton Digital"},{address:"https://airchains-testnet-rpc.itrocket.net/",provider:"IT Rocket"},{address:"https://rpc1.airchains.t.cosmostaking.com/",provider:"Cosmostaking"}],rest:[{address:"https://rest.nodejumper.io/airchainstestnet",provider:"Nodejumper"},{address:"https://t-airchains.api.utsa.tech/",provider:"UTSA"},{address:"https://airchains.api.t.stavr.tech/",provider:"Stavr Tech"},{address:"https://airchains-api.chainad.org/",provider:"Coin Hunterstr "},{address:"https://junction-api.kzvn.xyz/",provider:"KZVN"},{address:"https://airchains-api.elessarnodes.xyz/",provider:"Elessar Nodes"},{address:"https://junction-api.apollo-sync.com/",provider:"Apollo Sync"},{address:"https://api-airchain.danggia.xyz/",provider:"DANGGIA"},{address:"https://airchains-rest.stakeme.pro/",provider:"Stakeme"},{address:"https://airchains-testnet-rest.stakerhouse.com",provider:"StakerHouse"},{address:"https://airchains-testnet-api.crouton.digital/",provider:"Crouton Digital"},{address:"https://airchains-testnet-api.itrocket.net/",provider:"IT Rocket"},{address:"https://rest1.airchains.t.cosmostaking.com/",provider:"Cosmostaking"}],grpc:[{address:"airchains.grpc.t.stavr.tech:152",provider:"Stavr Tech"},{address:"airchains-testnet-grpc.stakerhouse.com:443",provider:"StakerHouse"},{address:"airchains-testnet-grpc.crouton.digital:28190",provider:"Crouton Digital"},{address:"airchains-testnet-grpc.itrocket.net:443",provider:"IT Rocket"},{address:"http://grpc1.airchains.t.cosmostaking.com/",provider:"Cosmostaking"}]},explorers:[{kind:"Airchains",url:"https://testnet.airchains.io",tx_page:"https://testnet.airchains.io/transaction/${txHash}",account_page:"https://testnet.airchains.io/address/${accountAddress}"},{kind:"NodesGuru",url:"https://testnet.junction.explorers.guru/",tx_page:"https://testnet.junction.explorers.guru/transaction/${txHash}",account_page:"https://testnet.junction.explorers.guru/account/${accountAddress}"},{kind:"Nodejumper",url:"https://app.nodejumper.io/airchains-testnet/"},{kind:"UTSA",url:"https://exp.utsa.tech/airchains-test/",tx_page:"https://exp.utsa.tech/airchains-test/tx/${txHash}",account_page:"https://exp.utsa.tech/airchains-test/account/${accountAddress}"},{kind:"Stavr Tech",url:"https://explorer.stavr.tech/Airchains-Testnet",tx_page:"https://explorer.stavr.tech/Airchains-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Airchains-Testnet/${accountAddress}"},{kind:"CoinHunters",url:"https://explorer.coinhunterstr.com/Airchains",tx_page:"https://explorer.coinhunterstr.com/Airchains/tx/${txHash}",account_page:"https://explorer.coinhunterstr.com/Airchains/account/${accountAddress}"},{kind:"KZVN",url:"https://explorer.kzvn.xyz/airchains",tx_page:"https://explorer.kzvn.xyz/airchains/tx/${txHash}",account_page:"https://explorer.kzvn.xyz/airchains/account/${accountAddress}"},{kind:"Elessar Nodes",url:"https://explorer.elessarnodes.xyz/Airchains",tx_page:"https://explorer.elessarnodes.xyz/Airchains/tx/${txHash}",account_page:"https://explorer.elessarnodes.xyz/Airchains/account/${accountAddress}"},{kind:"Apollo Sync",url:"https://explorer.apollo-sync.com/",tx_page:"https://explorer.apollo-sync.com/tx/${txHash}",account_page:"https://explorer.apollo-sync.com/account/${accountAddress}"},{kind:"Stakeme",url:"https://airchains.exploreme.pro/",tx_page:"https://airchains.exploreme.pro/transaction/${txHash}"},{kind:"StakerHouse",url:"https://cosmotracker.com/airchains",tx_page:"https://cosmotracker.com/airchains/tx/${txHash}",account_page:"https://cosmotracker.com/airchains/account/${accountAddress}"},{kind:"IT Rocket",url:"https://testnet.itrocket.net/airchains/",tx_page:"https://testnet.itrocket.net/airchains//tx/${txHash}",account_page:"https://testnet.itrocket.net/airchains/account/${accountAddress}"},{kind:"Validator VN ",url:"https://explorer.validatorvn.com/Airchains-Testnet",tx_page:"https://explorer.validatorvn.com/Airchains-Testnet/tx/${txHash}",account_page:"https://explorer.validatorvn.com/Airchains-Testnet/account/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"akashtestnet",status:"live",network_type:"testnet",website:"https://akash.network/",pretty_name:"Sandbox",chain_type:"cosmos",chain_id:"sandbox-01",bech32_prefix:"akash",daemon_name:"akash",node_home:"$HOME/.akash",slip44:118,fees:{fee_tokens:[{denom:"uakt",fixed_min_gas_price:0,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uakt"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"},apis:{rpc:[{address:"https://rpc.sandbox-01.aksh.pw:443",provider:"akash"}],rest:[{address:"https://api.sandbox-01.aksh.pw:443",provider:"akash"}],grpc:[{address:"grpc.sandbox-01.aksh.pw:9090",provider:"akash"}]},explorers:[{kind:"ping.pub",url:"https://explorer.sandbox-01.aksh.pw/akash",tx_page:"https://explorer.sandbox-01.aksh.pw/akash/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"}]},{$schema:"../chain.schema.json",chain_name:"archwaytestnet",chain_type:"cosmos",chain_id:"constantine-3",pretty_name:"Archway Testnet",status:"live",network_type:"testnet",website:"https://archway.io",bech32_prefix:"archway",daemon_name:"archwayd",node_home:"$HOME/.archway",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"aconst",low_gas_price:1e12,average_gas_price:15e11,high_gas_price:2e12}]},staking:{staking_tokens:[{denom:"aconst"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg"},apis:{rpc:[{address:"https://rpc.constantine.archway.io",provider:"Archway"},{address:"https://archway-testnet-rpc.polkachu.com",provider:"Polkachu"}],rest:[{address:"https://api.constantine.archway.io",provider:"Archway"}]},explorers:[{kind:"archwayscan",url:"https://testnet.archway.explorers.guru",tx_page:"https://testnet.archway.explorers.guru/transaction/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg"}]},{$schema:"../../chain.schema.json",chain_name:"arkeonetworktestnet",status:"live",network_type:"testnet",pretty_name:"Arkeo Network",chain_type:"cosmos",chain_id:"arkeo",bech32_prefix:"tarkeo",daemon_name:"arkeod",node_home:"$HOME/.arkeo",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uarkeo"}]},staking:{staking_tokens:[{denom:"uarkeo"}]},codebase:{},apis:{rpc:[{address:"https://arkeonetwork-testnet.nodejumper.io:26657",provider:"NODEJUMPER"},{address:"https://test-arkeo-rpc.kynraze.com",provider:"kynraze"},{address:"https://testnet-arkeo-rpc.lavenderfive.com",provider:"lavenderfive"},{address:"https://arkeo-rpc.siriusnodes.uk",provider:"siriusnodes"},{address:"http://seed.arkeo.network:26657",provider:"arkeo"}],rest:[{address:"https://arkeonetwork-testnet.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://test-arkeo-api.kynraze.com",provider:"kynraze"},{address:"https://testnet-arkeo-api.lavenderfive.com",provider:"lavenderfive"},{address:"https://arkeo-api.siriusnodes.uk",provider:"siriusnodes"},{address:"http://seed.arkeo.network:1317",provider:"arkeo"}],grpc:[{address:"https://arkeonetwork-testnet.nodejumper.io:9090/",provider:"NODEJUMPER"}]},explorers:[{url:"https://explorer.nodexcapital.com/arkeo",tx_page:"https://explorer.nodexcapital.com/arkeo/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"artelatestnet",status:"live",network_type:"testnet",pretty_name:"Artela Testnet",chain_type:"cosmos",chain_id:"artela_11820-1",bech32_prefix:"art",daemon_name:"artelad",node_home:"$HOME/.artelad",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"uart",low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"uart"}]},codebase:{cosmos_sdk_version:"0.47"},apis:{rpc:[{address:"https://testnet-rpc1.artela.network",provider:"Artela Foundation"},{address:"https://testnet-rpc2.artela.network",provider:"Artela Foundation"}],rest:[{address:"https://testnet-rpc1.artela.network",provider:"Artela Foundation"},{address:"https://testnet-rpc2.artela.network",provider:"Artela Foundation"}],grpc:[{address:"https://testnet-rpc1.artela.network",provider:"Artela Foundation"}]},explorers:[{kind:"Artela Network",url:"https://testnet-scan.artela.network",tx_page:"https://testnet-scan.artela.network/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"auratestnet",status:"live",network_type:"testnet",website:"https://aura.network/",pretty_name:"Aura Euphoria Network",chain_type:"cosmos",chain_id:"aura_6321-3",bech32_prefix:"aura",daemon_name:"aurad",node_home:"$HOME/.aura",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ueaura",fixed_min_gas_price:.001,low_gas_price:.001,average_gas_price:.002,high_gas_price:.0025}]},staking:{staking_tokens:[{denom:"ueaura"}],lock_duration:{time:"172800s"}},codebase:{cosmos_sdk_version:"v0.47.8",cosmwasm_enabled:!0,cosmwasm_version:"0.42.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"},apis:{rpc:[{address:"https://rpc.euphoria.aura.network/",provider:"Aura Network Foundation"}],rest:[{address:"https://lcd.euphoria.aura.network/",provider:"Aura Network Foundation"}],grpc:[{address:"http://grpc.euphoria.aura.network:9090",provider:"Aura Network Foundation"}]},explorers:[{kind:"aurascan",url:"https://euphoria.aurascan.io",tx_page:"https://euphoria.aurascan.io/tx/${txHash}",account_page:"https://euphoria.aurascan.io/address/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/aura/images/Aura-logo-2.2.svg"}]},{$schema:"../chain.schema.json",chain_name:"axelartestnet",chain_type:"cosmos",chain_id:"axelar-testnet-lisbon-3",pretty_name:"Axelar Testnet",status:"live",network_type:"testnet",website:"https://axelar.network/",bech32_prefix:"axelar",daemon_name:"axelard",node_home:"$HOME/.axelard",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uaxl",low_gas_price:.007,average_gas_price:.007,high_gas_price:.01}]},staking:{staking_tokens:[{denom:"uaxl"}]},codebase:{},apis:{rpc:[{address:"https://rpc-axelar-testnet.imperator.co:443",provider:"Imperator.co"},{address:"https://axelartest-rpc.quickapi.com/",provider:"Quickapi"},{address:"https://axelar-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://lcd-axelar-testnet.imperator.co:443",provider:"Imperator.co"},{address:"https://axelartest-lcd.quickapi.com/",provider:"Quickapi"},{address:"https://axelar-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}]},explorers:[{kind:"axelarscan",url:"https://testnet.axelarscan.io",tx_page:"https://testnet.axelarscan.io/tx/${txHash}"},{kind:"mintscan",url:"https://mintscan.io/axelar-testnet",tx_page:"https://mintscan.io/axelar-testnet/txs/${txHash}",account_page:"https://mintscan.io/axelar-testnet/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"babylontestnet",status:"live",website:"https://www.babylonchain.io",network_type:"testnet",pretty_name:"Babylon Testnet 3",chain_type:"cosmos",chain_id:"bbn-test3",pre_fork_chain_name:"babylontestnet1",bech32_prefix:"bbn",daemon_name:"babylond",node_home:"$HOME/.babylond",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"ubbn"}]},staking:{staking_tokens:[{denom:"ubbn"}]},codebase:{},logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"},apis:{rpc:[{address:"rpc.testnet3.babylonchain.io:443",provider:"Babylon foundation"}],rest:[{address:"lcd.testnet3.babylonchain.io:443",provider:"Babylon foundation"}],grpc:[]},explorers:[{kind:"babylonscan",url:"https://babylonscan.io"},{kind:"explorers.guru",url:"https://testnet.babylon.explorers.guru",tx_page:"https://testnet.babylon.explorers.guru/transaction/${txHash}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"}],slip44:118},{$schema:"../../chain.schema.json",chain_name:"babylontestnet1",status:"killed",website:"https://www.babylonchain.io",network_type:"testnet",pretty_name:"Babylon Testnet",chain_type:"cosmos",chain_id:"bbn-test1",bech32_prefix:"bbn",daemon_name:"babylond",node_home:"$HOME/.babylond",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"ubbn"}]},staking:{staking_tokens:[{denom:"ubbn"}]},codebase:{},logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"},apis:{rpc:[{address:"rpc.testnet.babylonchain.io:26657",provider:"Babylon foundation"}],rest:[{address:"rpc.testnet.babylonchain.io:1317",provider:"Babylon foundation"}],grpc:[]},explorers:[{kind:"babylonscan",url:"https://babylonscan.io"},{kind:"explorers.guru",url:"https://babylon.explorers.guru",tx_page:"https://babylon.explorers.guru/transaction/${txHash}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg"}],slip44:118},{$schema:"../../chain.schema.json",chain_name:"bitcannadevnet",status:"live",network_type:"testnet",pretty_name:"BitCanna Devnet-1",chain_type:"cosmos",chain_id:"bitcanna-dev-1",bech32_prefix:"bcna",daemon_name:"bcnad",node_home:"$HOME/.bcna",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ubcna",fixed_min_gas_price:.001}]},codebase:{},apis:{rpc:[{address:"https://rpc-testnet.bitcanna.io",provider:"bitcanna"},{address:"https://bitcanna-testnet.rpc.kjnodes.com/",provider:"kjnodes.com"},{address:"https://testnet-bitcanna-rpc.konsortech.xyz/",provider:"konsortech.xyz"},{address:"https://rpc.bitcanna-dev-1.bitcanna.aviaone.com/",provider:"aviaone.com"},{address:"https://bitcanna-testnet.nodejumper.io:443",provider:"NODEJUMPER"},{address:"https://bcna-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://lcd-testnet.bitcanna.io",provider:"bitcanna"},{address:"https://testnet-bitcanna-api.konsortech.xyz/",provider:"konsortech.xyz"},{address:"https://bitcanna.api.dev.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api.bitcanna-dev-1.bitcanna.aviaone.com/",provider:"aviaone.com"},{address:"https://bitcanna-testnet.api.kjnodes.com/",provider:"kjnodes.com"},{address:"https://bitcanna-testnet.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://bcna-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}],grpc:[{address:"http://devnet-1.bitcanna.io:9090/",provider:"bitcanna"},{address:"http://bitcanna-testnet.grpc.kjnodes.com:42090/",provider:"kjnodes.com"},{address:"http://bitcanna.grpc.dev.stavr.tech:2901",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://bitcanna-testnet.nodejumper.io:9090",provider:"NODEJUMPER"}]},explorers:[{url:"https://explorer.thesilverfox.pro/bitcanna",tx_page:"https://explorer.thesilverfox.pro/bitcanna/tx/${txHash}"},{url:"https://testnets-cosmos.mintthemoon.xyz/bitcanna",tx_page:"https://testnets-cosmos.mintthemoon.xyz/bitcanna/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Bitcanna-DEV",tx_page:"https://explorer.stavr.tech/Bitcanna-DEV/tx/${txHash}",account_page:"https://explorer.stavr.tech/Bitcanna-DEV/account/${accountAddress}"},{url:"https://explorer.kjnodes.com/bitcanna-testnet",tx_page:"https://explorer.kjnodes.com/bitcanna-testnet/tx/${txHash}"},{url:"https://explorer.stavr.tech/bitcanna-dev",tx_page:"https://explorer.stavr.tech/bitcanna-dev/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"blockxtestnet",chain_type:"cosmos",chain_id:"blockx_19077-1",pretty_name:"BlockX-Atlantis-Testnet",website:"https://www.blockxnet.com/",status:"live",network_type:"testnet",bech32_prefix:"blockx",daemon_name:"blockxd",node_home:"$HOME/.blockxd",key_algos:["ethsecp256k1"],staking:{staking_tokens:[{denom:"abcx"}]},slip44:118},{$schema:"../../chain.schema.json",chain_name:"cascadiatestnet",status:"live",network_type:"testnet",website:"https://cascadia.foundation/",pretty_name:"Cascadia",chain_type:"cosmos",chain_id:"cascadia_6102-1",bech32_prefix:"cascadia",daemon_name:"cascadiad",node_home:"$HOME/.cascadiad",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"aCC",fixed_min_gas_price:0,low_gas_price:7,average_gas_price:10,high_gas_price:15}]},staking:{staking_tokens:[{denom:"aCC"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.46.10",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png",theme:{primary_color_hex:"#004A96"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/cascadiatestnet/images/cascadia.png"},apis:{rpc:[{address:"https://rpc.cascadia.foundation:443",provider:"cascadia"},{address:"https://cscd-rpc.systemd.run:443",provider:"systemd"},{address:"https://api.cascadia-t.indonode.net:443",provider:"Indonode"},{address:"https://rpc-test.cascadia.hexnodes.co:443",provider:"Hexnodes"}],grpc:[{address:"grpc.cascadia.foundation:443",provider:"cascadia"},{address:"cscd-grpc.systemd.run:443",provider:"systemd"},{address:"grpc.cascadia-t.indonode.net:43090",provider:"Indonode"},{address:"grpc-test.cascadia.hexnodes.co:19090",provider:"Hexnodes"}],rest:[{address:"https://lcd.cascadia.foundation",provider:"cascadia"},{address:"https://cscd-api.systemd.run",provider:"systemd"},{address:"https://api.cascadia-t.indonode.net/",provider:"Indonode"},{address:"https://lcd-test.cascadia.hexnodes.co",provider:"Hexnodes"}]},explorers:[{kind:"validator_explorer",url:"https://validator.cascadia.foundation/",tx_page:"https://validator.cascadia.foundation/transactions/${txHash}",account_page:"https://validator.cascadia.foundation/accounts/${accountAddress}"},{kind:"block_explorer",url:"https://explorer.cascadia.foundation/",tx_page:"https://explorer.cascadia.foundation/tx/${txHash}",account_page:"https://explorer.cascadia.foundation/address/${accountAddress}"}],keywords:["cascadia","cosmos","evm","cybernetic"]},{$schema:"../../chain.schema.json",chain_name:"celestiatestnet",chain_type:"cosmos",chain_id:"blockspacerace-0",pretty_name:"Blockspace Race Testnet",status:"killed",network_type:"testnet",bech32_prefix:"celestia",daemon_name:"celestia-appd",node_home:"$HOME/.celestia-app",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utia",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc-blockspacerace.pops.one/",provider:"P-OPs"}],rest:[{address:"https://celestia-blockspacerace-rest.brocha.in",provider:"Brochain"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/celestia-incentivized-testnet",tx_page:"https://mintscan.io/celestia-incentivized-testnet/txs/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"celestiatestnet3",chain_type:"cosmos",chain_id:"mocha-4",pretty_name:"Mocha Testnet",status:"live",network_type:"testnet",bech32_prefix:"celestia",daemon_name:"celestia-appd",node_home:"$HOME/.celestia-app",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utia",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1}]},codebase:{},apis:{rpc:[{address:"https://rpc-mocha.pops.one",provider:"P-OPs"},{address:"https://celestia-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://rpc-mocha-full.avril14th.org",provider:"Avril 14th"},{address:"https://celestia-testnet-rpc.itrocket.net",provider:"\u{1F680}ITRocket\u{1F680}"},{address:"https://rpc-celestia-testnet.cryptech.com.ua",provider:"CrypTech"},{address:"https://rpc.celestia.testnet.dteam.tech:443",provider:"DTEAM"}],rest:[{address:"https://api-mocha.pops.one",provider:"P-OPs"},{address:"https://celestia-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"https://api-mocha-full.avril14th.org",provider:"Avril 14th"},{address:"https://celestia-testnet-api.itrocket.net",provider:"\u{1F680}ITRocket\u{1F680}"},{address:"https://api-celestia-testnet.cryptech.com.ua",provider:"CrypTech"},{address:"https://api.celestia.testnet.dteam.tech:443",provider:"DTEAM"}],grpc:[{address:"celestia-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"},{address:"grpc-mocha-full.avril14th.org",provider:"Avril 14th"},{address:"celestia-testnet-grpc.itrocket.net:11090",provider:"\u{1F680}ITRocket\u{1F680}"},{address:"https://grpc-celestia-testnet.cryptech.com.ua",provider:"CrypTech"},{address:"grpc.celestia.testnet.dteam.tech:27090",provider:"DTEAM"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/celestia-testnet",tx_page:"https://mintscan.io/celestia-testnet/txs/${txHash}"},{kind:"\u{1F680}ITRocket\u{1F680}",url:"https://testnet.itrocket.net/celestia",tx_page:"https://testnet.itrocket.net/celestia/tx/${txHash}",account_page:"https://testnet.itrocket.net/celestia/account/${accountAddress}"},{kind:"CrypTech",url:"https://explorers.cryptech.com.ua/Celestia-Testnet",tx_page:"https://explorers.cryptech.com.ua/Celestia-Testnet/tx/${txHash}",account_page:"https://explorers.cryptech.com.ua/Celestia-Testnet/account/${accountAddress}"},{kind:"DTEAM | Explorer",url:"https://explorer.testnet.dteam.tech/celestia",tx_page:"https://explorer.testnet.dteam.tech/celestia/tx/${txHash}",account_page:"https://explorer.testnet.dteam.tech/celestia/account/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"chain4energytestnet",status:"live",network_type:"testnet",website:"https://c4e.io/",pretty_name:"Chain4Energy Testnet",chain_type:"cosmos",chain_id:"babajaga-1",bech32_prefix:"c4e",daemon_name:"c4ed",node_home:"$HOME/.c4e-chain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uc4e",fixed_min_gas_price:0,low_gas_price:.02,average_gas_price:.03,high_gas_price:.06}]},staking:{staking_tokens:[{denom:"uc4e"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"},apis:{rpc:[{address:"https://rpc-testnet.c4e.io",provider:"C4E"}],rest:[{address:"https://c4e.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lcd-testnet.c4e.io",provider:"C4E"}],grpc:[{address:"grpc-testnet.c4e.io:8443",provider:"C4E"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/C4E-Testnet",tx_page:"https://explorer.stavr.tech/C4E-Testnet/transactions/${txHash}"},{kind:"explorer",url:"https://explorer-testnet.c4e.io/",tx_page:"https://explorer-testnet.c4e.io/transactions/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png"}]},{$schema:"../../chain.schema.json",chain_name:"cheqdtestnet",status:"live",network_type:"testnet",pretty_name:"cheqd",chain_type:"cosmos",chain_id:"cheqd-testnet-6",bech32_prefix:"cheqd",daemon_name:"cheqd-noded",node_home:"$HOME/.cheqdnode",slip44:118,fees:{fee_tokens:[{denom:"ncheq",fixed_min_gas_price:25,low_gas_price:50,average_gas_price:75,high_gas_price:100}]},codebase:{cosmos_sdk_version:"cheqd/cosmos-sdk v0.47.10-height-mismatch"},apis:{rpc:[{address:"https://rpc.cheqd.network",provider:"cheqd"}],rest:[{address:"https://api.cheqd.network",provider:"cheqd"}],grpc:[{address:"grpc.cheqd.network:443",provider:"cheqd"}]},explorers:[{kind:"bigdipper",url:"https://testnet-explorer.cheqd.io/",tx_page:"https://testnet-explorer.cheqd.io/transactions/${txHash}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"}]},{$schema:"../chain.schema.json",chain_name:"chimbatestnet",status:"live",network_type:"testnet",website:"https://chimba.ooo/",pretty_name:"Chimba",chain_type:"cosmos",chain_id:"chimba-testnet",bech32_prefix:"chimba",daemon_name:"chimbad",node_home:"$HOME/.chimbad",fees:{fee_tokens:[{denom:"ucmba",fixed_min_gas_price:.25,low_gas_price:1,average_gas_price:5,high_gas_price:10}]},staking:{staking_tokens:[{denom:"ucmba"}]},codebase:{},apis:{rpc:[{address:"https://rpc.testnet.chimba.ooo",provider:"chimba"}],rest:[{address:"https://testnet.chimba.ooo",provider:"chimba"}]},explorers:[{kind:"bigdipper",url:"https://explorer.testnet.chimba.ooo/",tx_page:"https://explorer.testnet.chimba.ooo/transactions/${txHash}"}],slip44:118},{$schema:"../chain.schema.json",chain_name:"composabletestnet",status:"live",network_type:"testnet",pretty_name:"Composable Testnet",chain_type:"cosmos",chain_id:"banksy-testnet-3",bech32_prefix:"centauri",daemon_name:"centaurid",node_home:"$HOME/.banksy",key_algos:["secp256k1"],slip44:118,staking:{staking_tokens:[{denom:"ppica"}]},fees:{fee_tokens:[{denom:"ppica",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc.composable-t.indonode.net:443",provider:"Indonode"},{address:"https://rpc-composable-testnet.sr20de.xyz:443",provider:"Sr20de"}],rest:[{address:"https://api.composable-t.indonode.net",provider:"Indonode"},{address:"https://composable.api.t4.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-composable-testnet.sr20de.xyz",provider:"Sr20de"}],grpc:[{address:"https://grpc.composable-t.indonode.net:47090",provider:"Indonode"},{address:"https://grpc-composable-testnet.sr20de.xyz",provider:"Sr20de"}]},explorers:[{url:"https://explorer.nodexcapital.com/composable-3",tx_page:"https://explorer.nodexcapital.com/composable-3/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Composable-Testnet4",tx_page:"https://explorer.stavr.tech/Composable-Testnet4/tx/${txHash}"},{url:"https://explorer.indonode.net/composable-testnet-3",tx_page:"https://explorer.indonode.net/composable-testnet-3/tx/${txHash}"},{url:"https://explorer.sr20de.xyz/Composible-3",tx_page:"https://explorer.sr20de.xyz/Composible-3/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"coolcattestnet",status:"live",network_type:"testnet",website:"https://app.coolcat.space/",pretty_name:"CoolCat",chain_type:"cosmos",chain_id:"kitten-04",bech32_prefix:"ccat",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"uccat",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:1,high_gas_price:2}]},staking:{staking_tokens:[{denom:"uccat"}]},daemon_name:"coolcat",node_home:"$HOME/.coolcat",slip44:118,codebase:{},apis:{rpc:[{address:"https://rpc.coolcat.space",provider:"Digital Kitchen"}],rest:[{address:"https://lcd.coolcat.space",provider:"Digital Kitchen"}],grpc:[]},explorers:[]},{$schema:"../../chain.schema.json",chain_name:"coreumtestnet",status:"live",network_type:"testnet",website:"https://www.coreum.com",pretty_name:"Coreum",chain_type:"cosmos",chain_id:"coreum-testnet-1",bech32_prefix:"testcore",daemon_name:"cored",node_home:"$HOME/.core/coreum-testnet-1",key_algos:["secp256k1"],slip44:990,fees:{fee_tokens:[{denom:"utestcore",fixed_min_gas_price:.03125,low_gas_price:.0625,average_gas_price:.0625,high_gas_price:62.5}]},staking:{staking_tokens:[{denom:"utestcore"}],lock_duration:{time:"168h"}},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png",theme:{primary_color_hex:"#25d695"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png"},apis:{rpc:[{address:"https://full-node.testnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://full-node-eris.testnet-1.coreum.dev:26657",provider:"Coreum Foundation"},{address:"https://coreum-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],grpc:[{address:"https://full-node.testnet-1.coreum.dev:9090",provider:"Coreum Foundation"},{address:"https://full-node-eris.testnet-1.coreum.dev:9090",provider:"Coreum Foundation"}],rest:[{address:"https://full-node.testnet-1.coreum.dev:1317",provider:"Coreum"},{address:"https://coreum-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}]},explorers:[{kind:"Coreum",url:"https://explorer.testnet-1.coreum.dev/coreum",tx_page:"https://explorer.testnet-1.coreum.dev/coreum/transactions/${txHash}",account_page:"https://explorer.testnet-1.coreum.dev/coreum/account/${accountAddress}"},{kind:"mintscan",url:"https://www.mintscan.io/coreum-testnet",tx_page:"https://www.mintscan.io/coreum-testnet/transactions/${txHash}",account_page:"https://www.mintscan.io/coreum-testnet/accounts/${accountAddress}"}],keywords:["dex","staking","wasm","assets","nft"]},{$schema:"../../chain.schema.json",chain_name:"cosmoshubtestnet",chain_type:"cosmos",chain_id:"theta-testnet-001",pretty_name:"Cosmos Hub Public Testnet",status:"live",network_type:"testnet",bech32_prefix:"cosmos",daemon_name:"gaiad",node_home:"$HOME/.gaia",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uatom",fixed_min_gas_price:.005,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uatom"}]},codebase:{},apis:{rpc:[{address:"https://rpc.sentry-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.sentry-02.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.state-sync-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.state-sync-02.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://public-cosmos-theta.w3node.com",provider:"Interchain.FM"},{address:"https://rpc-theta.osmotest5.osmosis.zone/",provider:"Osmosis"}],rest:[{address:"https://rest.sentry-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.sentry-02.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.state-sync-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.state-sync-02.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://public-cosmos-theta.w3node.com/rest/",provider:"Interchain.FM"},{address:"https://lcd-theta.osmotest5.osmosis.zone/",provider:"Osmosis"}],grpc:[{address:"https://grpc.sentry-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.sentry-02.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.state-sync-01.theta-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.state-sync-02.theta-testnet.polypore.xyz",provider:"Hypha"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/cosmoshub-testnet",tx_page:"https://mintscan.io/cosmoshub-testnet/txs/${txHash}"},{kind:"Big Dipper",url:"https://explorer.theta-testnet.polypore.xyz/",tx_page:"https://explorer.theta-testnet.polypore.xyz/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"cosmosicsprovidertestnet",chain_type:"cosmos",chain_id:"provider",pretty_name:"Cosmos ICS Provider Testnet",status:"live",network_type:"testnet",bech32_prefix:"cosmos",daemon_name:"gaiad",node_home:"$HOME/.gaia",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uatom",fixed_min_gas_price:.005,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uatom"}]},codebase:{cosmos_sdk_version:"v0.47.16-ics-lsm"},apis:{rpc:[{address:"https://rpc.provider-sentry-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.provider-sentry-02.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.provider-state-sync-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rpc.provider-state-sync-02.rs-testnet.polypore.xyz",provider:"Hypha"}],rest:[{address:"https://rest.provider-sentry-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.provider-sentry-02.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.provider-state-sync-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://rest.provider-state-sync-02.rs-testnet.polypore.xyz",provider:"Hypha"}],grpc:[{address:"https://grpc.provider-sentry-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.provider-sentry-02.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.provider-state-sync-01.rs-testnet.polypore.xyz",provider:"Hypha"},{address:"https://grpc.provider-state-sync-02.rs-testnet.polypore.xyz",provider:"Hypha"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/ics-testnet-provider",tx_page:"https://mintscan.io/ics-testnet-provider/txs/${txHash}"},{kind:"Ping.pub",url:"https://explorer.rs-testnet.polypore.xyz/provider",tx_page:"https://explorer.rs-testnet.polypore.xyz/provider/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"cosmwasmtestnet",status:"live",network_type:"testnet",pretty_name:"CosmWasm Testnet",chain_type:"cosmos",chain_id:"malaga-420",bech32_prefix:"wasm",daemon_name:"wasmd",node_home:"$HOME/.wasmd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umlg",low_gas_price:.03,average_gas_price:.04,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"uand"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.27"},apis:{rpc:[{address:"https://rpc.malaga-420.cosmwasm.com:443",provider:"Confio"}],rest:[{address:"https://api.malaga-420.cosmwasm.com",provider:"Confio"}]},explorers:[{kind:"BIG DIPPER",url:"https://block-explorer.malaga-420.cosmwasm.com/",tx_page:"https://block-explorer.malaga-420.cosmwasm.com/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"cosstestnet",status:"live",network_type:"testnet",pretty_name:"COSS Testnet",chain_type:"cosmos",chain_id:"coss-testnet-1",bech32_prefix:"coss",daemon_name:"cossd",node_home:"$HOME/.cossd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ucgas",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ucgas"}]},codebase:{cosmos_sdk_version:"0.50.2",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://coss-testnet-rpc.coss.ink",provider:"COSS"}],rest:[{address:"https://coss-testnet-rest.coss.ink",provider:"COSS"}]}},{$schema:"../../chain.schema.json",chain_name:"cudostestnet",status:"live",network_type:"testnet",pretty_name:"Cudos Testnet",chain_type:"cosmos",chain_id:"cudos-testnet-public-3",bech32_prefix:"cudos",key_algos:["secp256k1"],slip44:118,codebase:{},apis:{rpc:[{address:"https://rpc.testnet.cudos.org:443/",provider:"cudo"},{address:"http://sentry-01.hosts.testnet.cudos.org:26657",provider:"cudo"},{address:"http://sentry-02.hosts.testnet.cudos.org:26657",provider:"cudo"},{address:"http://sentry-03.hosts.testnet.cudos.org:26657",provider:"cudo"}],rest:[{address:"https://rest.testnet.cudos.org:443",provider:"cudo"},{address:"http://sentry-01.hosts.testnet.cudos.org:1317/",provider:"cudo"},{address:"http://sentry-02.hosts.testnet.cudos.org:1317/",provider:"cudo"},{address:"http://sentry-03.hosts.testnet.cudos.org:1317/",provider:"cudo"}],grpc:[{address:"https://grpc.testnet.cudos.org:433",provider:"cudo"},{address:"http://sentry-01.hosts.testnet.cudos.org:9090",provider:"cudo"},{address:"http://sentry-02.hosts.testnet.cudos.org:9090",provider:"cudo"},{address:"http://sentry-03.hosts.testnet.cudos.org:9090",provider:"cudo"}]},explorers:[{kind:"bigdipper-testnet",url:"https://explorer.testnet.cudos.org/",tx_page:"https://explorer.testnet.cudos.org/transactions/${txHash}",account_page:"https://explorer.testnet.cudos.org/accounts/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"deardogetestnet",chain_type:"cosmos",chain_id:"deardoge-testnet",pretty_name:"Dear Doge Testnet",status:"live",network_type:"testnet",bech32_prefix:"deardoge",daemon_name:"dogd",node_home:"$HOME/.deardoge",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"udear",fixed_min_gas_price:.25}]},staking:{staking_tokens:[{denom:"udear"}]},codebase:{},apis:{rpc:[{address:"https://testnet-rpc.deardoge.org",provider:"dorafactory"}],rest:[{address:"https://testnet-rest.deardoge.org",provider:"dorafactory"}],grpc:[{address:"testnet-grpc.deardoge.org:443",provider:"dorafactory"}]},explorers:[{kind:"Dear Doge Ping Pub",url:"https://testnet-explorer.deardoge.org/deardoge",tx_page:"https://testnet-explorer.deardoge.org/deardoge/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"desmostestnet",status:"live",network_type:"testnet",pretty_name:"Desmos Testnet",chain_type:"cosmos",chain_id:"morpheus-apollo-3",bech32_prefix:"desmos",daemon_name:"desmos",node_home:"$HOME/.desmos",key_algos:["secp256k1"],slip44:852,fees:{fee_tokens:[{denom:"udaric",fixed_min_gas_price:.001,low_gas_price:.01,average_gas_price:.03,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"udaric"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"},apis:{rpc:[{address:"https://rpc.morpheus.desmos.network",provider:"desmos"}],rest:[{address:"https://lcd.morpheus.desmos.network",provider:"desmos"}],grpc:[{address:"https://grpc.morpheus.desmos.network:443",provider:"desmos"}]},explorers:[{kind:"bigdipper",url:"https://testnet.bigdipper.live/desmos",tx_page:"https://testnet.live/desmos/transactions/${txHash}",account_page:"https://testnet.bigdipper.live/desmos/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"}]},{$schema:"../../chain.schema.json",chain_name:"doravotatestnet",chain_type:"cosmos",chain_id:"vota-testnet",pretty_name:"Dora Vota Testnet",status:"live",network_type:"testnet",bech32_prefix:"dora",daemon_name:"dorad",node_home:"$HOME/.dora",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"peaka",fixed_min_gas_price:1e11}]},staking:{staking_tokens:[{denom:"peaka"}]},codebase:{},apis:{rpc:[{address:"https://vota-testnet-rpc.dorafactory.org/",provider:"dorafactory"}],rest:[{address:"https://vota-testnet-rest.dorafactory.org",provider:"dorafactory"}],grpc:[{address:"vota-testnet-grpc.dorafactory.org:443",provider:"dorafactory"}]},explorers:[{kind:"Dora Vota Ping Pub",url:"https://maci-explorer-test.dorafactory.org",tx_page:"https://maci-explorer-test.dorafactory.org/dora/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"doravotatestnet2",chain_type:"cosmos",chain_id:"vota-vk",pretty_name:"Dora Vota Incentive Testnet",status:"live",network_type:"testnet",bech32_prefix:"dora",daemon_name:"dorad",node_home:"$HOME/.dora",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"peaka",fixed_min_gas_price:1e11}]},staking:{staking_tokens:[{denom:"peaka"}]},codebase:{},apis:{rpc:[{address:"https://vota-vk-rpc.dorafactory.org/",provider:"dorafactory"}],rest:[{address:"https://vota-vk-rest.dorafactory.org",provider:"dorafactory"}],grpc:[{address:"vota-vk-grpc.dorafactory.org:443",provider:"dorafactory"}]},explorers:[{kind:"Dora Vota Ping Pub",url:"https://vota-vk-explorer.dorafactory.org",tx_page:"https://vota-vk-explorer.dorafactory.org/doravotaincentive/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"dydxtestnet",status:"live",website:"https://dydx.trade/",network_type:"testnet",pretty_name:"dYdX Protocol",chain_type:"cosmos",chain_id:"dydx-testnet-4",bech32_prefix:"dydx",daemon_name:"dydxprotocold",node_home:"$HOME/.dydxprotocol",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"adv4tnt",fixed_min_gas_price:125e8,low_gas_price:125e8,average_gas_price:125e8,high_gas_price:2e10}]},staking:{staking_tokens:[{denom:"adv4tnt"}]},codebase:{cosmos_sdk_version:"v0.47.4",cosmwasm_enabled:!1},description:"Our goal is to build open source code that can power a first class product and trading experience.",apis:{rpc:[{address:"https://dydx-rpc-testnet.enigma-validator.com",provider:"Enigma"},{address:"https://testnet-dydx-rpc.lavenderfive.com",provider:"Lavender Five"},{address:"https://test-dydx-rpc.kingnodes.com",provider:"kingnodes \u{1F451}"},{address:"https://dydx-testnet-rpc.polkachu.com",provider:"Polkachu"},{address:"https://dydx-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://dydx-lcd-testnet.enigma-validator.com",provider:"Enigma"},{address:"https://testnet-dydx-api.lavenderfive.com",provider:"Lavender Five"},{address:"https://dydx-testnet-api.polkachu.com",provider:"Polkachu"},{address:"https://dydx-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"https://testnet-dydx-rpc.lavenderfive.com",provider:"Lavender Five"},{address:"https://dydx-testnet-api.polkachu.com",provider:"Polkachu"},{address:"dydx-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/dydx-testnet",tx_page:"https://www.mintscan.io/dydx-testnet/txs/${txHash}",account_page:"https://www.mintscan.io/dydx-testnet/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"},images:[{image_sync:{chain_name:"dydx"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg"}]},{$schema:"../../chain.schema.json",chain_name:"elystestnet",status:"live",network_type:"testnet",pretty_name:"Elys Network",chain_type:"cosmos",chain_id:"elystestnet-1",bech32_prefix:"elys",daemon_name:"elysd",node_home:"$HOME/.elys",key_algos:["secp256k1"],slip44:118,staking:{staking_tokens:[{denom:"uelys"}],lock_duration:{time:"1209600s"}},fees:{fee_tokens:[{denom:"uelys",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03},{denom:"ibc/2180E84E20F5679FCC760D8C165B60F42065DEF7F46A72B447CFF1B7DC6C0A65",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03},{denom:"ibc/E2D2F6ADCC68AA3384B2F5DFACCA437923D137C14E86FB8A10207CF3BED0C8D4",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},codebase:{cosmos_sdk_version:"v0.47",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://rpc.testnet.elys.network",provider:"Elys Network"},{address:"https://elys-testnet-rpc.staketab.org:443",provider:"Staketab"},{address:"https://elys-testnet-rpc.itrocket.net:443",provider:"itrocket"},{address:"https://elys-rpc.kleomedes.network:443",provider:"Kleomedes"},{address:"https://elys-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://api.testnet.elys.network",provider:"Elys Network"},{address:"https://elys.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://elys-testnet-rest.staketab.org",provider:"Staketab"},{address:"https://elys-testnet-api.itrocket.net",provider:"itrocket"},{address:"https://elys-api.kleomedes.network:443",provider:"Kleomedes"},{address:"https://elys-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"services.staketab.com:9390",provider:"Staketab"},{address:"elys-testnet-grpc.itrocket.net:38090",provider:"itrocket"},{address:"elys-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Elys-Testnet",tx_page:"https://explorer.stavr.tech/Elys-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Elys-Testnet/account/${accountAddress}"},{kind:"ping.pub",url:"https://testnet.elys.network/elys",tx_page:"https://testnet.elys.network/elys/tx/${txHash}"},{kind:"itrocket",url:"https://testnet.itrocket.net/elys",tx_page:"https://testnet.itrocket.net/elys/staking/tx/${txHash}",account_page:"https://testnet.itrocket.net/elys/account/${accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"empetestnet",chain_type:"cosmos",chain_id:"empe-testnet-2",website:"https://empe.io",pretty_name:"Empe",status:"live",network_type:"testnet",bech32_prefix:"empe",daemon_name:"emped",node_home:"$HOME/.emped",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uempe",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uempe"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://rpc-testnet.empe.io/",provider:"empe"},{address:"https://rpc-archive-testnet.empe.io/",provider:"empe-archive"}],rest:[{address:"https://lcd-testnet.empe.io/",provider:"empe"}],grpc:[{address:"grpc-testnet.empe.io:8443",provider:"empe"}]},explorers:[{kind:"empe",url:"https://explorer-testnet.empe.io",tx_page:"https://explorer-testnet.empe.io/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"empowertestnet",chain_type:"cosmos",chain_id:"circulus-1",pretty_name:"Empower Testnet",status:"live",network_type:"testnet",bech32_prefix:"empower",daemon_name:"empowerd",node_home:"$HOME/.empowerchain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umpwr",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://empower-testnet-rpc.polkachu.com:443",provider:"Polkachu"},{address:"https://empower.rpc.cumulo.com.es:443",provider:"Cumulo"},{address:"https://rpc-t.empower.nodestake.top:443",provider:"NodeStake"},{address:"https://rpc-empower.nodeist.net:443",provider:"Nodeist"},{address:"https://empower-testnet.nodejumper.io:443",provider:"NODEJUMPER"},{address:"https://empower-testnet-rpc.itrocket.net:443",provider:"ITRocket"},{address:"https://rpc.circulus-1.empower.aviaone.com:443",provider:"AviaOne"}],rest:[{address:"https://empower-testnet-api.polkachu.com:443",provider:"Polkachu"},{address:"https://empower.api.cumulo.com.es:443",provider:"Cumulo"},{address:"https://empw.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://api-t.empower.nodestake.top:443",provider:"NodeStake"},{address:"https://api-empower.nodeist.net:443",provider:"Nodeist"},{address:"https://empower-testnet.nodejumper.io:1317",provider:"NODEJUMPER"},{address:"https://empower-testnet-api.itrocket.net:443",provider:"ITRocket"},{address:"https://api.circulus-1.empower.aviaone.com",provider:"AviaOne"}],grpc:[{address:"empower-testnet-grpc.polkachu.com:17490",provider:"Polkachu"},{address:"empower.grpc.cumulo.com.es:443",provider:"Cumulo"},{address:"grpc-t.empower.nodestake.top:9090",provider:"NodeStake"},{address:"empower-testnet.nodejumper.io:9090",provider:"NODEJUMPER"},{address:"empower-testnet-grpc.itrocket.net:16090",provider:"ITRocket"},{address:"grpc.circulus-1.empower.aviaone.com:443",provider:"AviaOne"}]},explorers:[{kind:"exploreme",url:"https://empowerchain.exploreme.pro",tx_page:"https://empowerchain.exploreme.pro/transaction/${txHash}"},{kind:"ping.pub",url:"https://exp.nodeist.net/Empower",tx_page:"https://exp.nodeist.net/Empower/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Empower",tx_page:"https://explorer.stavr.tech/Empower/tx/${txHash}"},{kind:"ping.pub",url:"https://explorer.nodestake.top/empower-testnet",tx_page:"https://explorer.nodestake.top/empower-testnet/tx/${txHash}"},{kind:"ping.pub",url:"https://testnet.itrocket.net/empower/staking",tx_page:"https://testnet.itrocket.net/empower/staking/tx/${txHash}"},{kind:"ping.pub",url:"https://explorer.stavr.tech/empower",tx_page:"https://explorer.stavr.tech/empower/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"entrypointtestnet",status:"live",network_type:"testnet",pretty_name:"EntryPoint Testnet",chain_type:"cosmos",chain_id:"entrypoint-pubtest-2",bech32_prefix:"entrypoint",daemon_name:"entrypointd",node_home:"$HOME/.entrypointd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ibc/8A138BC76D0FB2665F8937EC2BF01B9F6A714F6127221A0E155106A45E09BCC5",low_gas_price:.01,average_gas_price:.01,high_gas_price:.02}]},staking:{staking_tokens:[{denom:"uentry"}]},codebase:{cosmos_sdk_version:"0.47.4"},apis:{rpc:[{address:"https://testnet-rpc.entrypoint.zone",provider:"Simply Staking"}],rest:[{address:"https://entry.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://testnet-rest.entrypoint.zone",provider:"Simply Staking"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.svg"},explorers:[{kind:"ping.pub",url:"https://explorer.entrypoint.zone/entrypoint",tx_page:"https://explorer.entrypoint.zone/entrypoint/tx/${txHash}",account_page:"https://explorer.entrypoint.zone/entrypoint/account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Entrypoint-Testnet",tx_page:"https://explorer.stavr.tech/Entrypoint-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Entrypoint-Testnet/account/${accountAddress}"},{kind:"ping.pub",url:"https://testnet.ping.pub/entrypoint",tx_page:"https://testnet.ping.pub/entrypoint/tx/${txHash}",account_page:"https://testnet.ping.pub/entrypoint/account/${accountAddress}"}],keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/entrypointtestnet/images/entrypoint-chain-logo.svg"}]},{$schema:"../../chain.schema.json",chain_name:"evmostestnet",status:"live",network_type:"testnet",pretty_name:"Evmos Testnet",chain_type:"cosmos",chain_id:"evmos_9000-4",bech32_prefix:"evmos",daemon_name:"evmosd",node_home:"$HOME/.evmosd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atevmos",low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"atevmos"}]},codebase:{cosmos_sdk_version:"0.46"},apis:{rpc:[{address:"https://evmos.test.rpc.coldyvalidator.net",provider:"coldy"},{address:"https://evmos-testnet-rpc.polkachu.com",provider:"Polkachu"},{address:"https://evmos-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://evmos.test.api.coldyvalidator.net",provider:"coldy"},{address:"https://evmos-testnet-api.polkachu.com",provider:"Polkachu"},{address:"https://evmos-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"https://evmos.test.grpc.coldyvalidator.net",provider:"coldy"},{address:"evmos-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"Mintscan",url:"https://mintscan.io/evmos-testnet",tx_page:"https://mintscan.io/evmos-testnet/txs/${txHash}"},{kind:"NodesGuru",url:"https://testnet.evmos.explorers.guru/",tx_page:"https://testnet.evmos.explorers.guru/transaction/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"fetchhubtestnet",status:"live",network_type:"testnet",pretty_name:"Fetch.ai Testnet",chain_type:"cosmos",chain_id:"dorado-1",bech32_prefix:"fetch",daemon_name:"fetchd",node_home:"$HOME/.fetchd",slip44:118,fees:{fee_tokens:[{denom:"atestfet",low_gas_price:.025,average_gas_price:.025,high_gas_price:.035}]},staking:{staking_tokens:[{denom:"atestfet"}]},codebase:{},apis:{rpc:[{address:"https://rpc-dorado.fetch.ai:443",provider:"fetch.ai"}],rest:[{address:"https://rest-dorado.fetch.ai",provider:"fetch.ai"}],grpc:[{address:"grpc-dorado.fetch.ai:443",provider:"fetch.ai"}]},explorers:[{kind:"bigdipper",url:"https://explore-dorado.fetch.ai",tx_page:"https://explore-dorado.fetch.ai/transactions/${txHash}"},{kind:"azoyalabs",url:"https://fetchstation.azoyalabs.com/testnet",tx_page:"https://fetchstation.azoyalabs.com/testnet/explorer/transactions/${txHash}",account_page:"https://fetchstation.azoyalabs.com/testnet/explorer/address/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"fiammatestnet",status:"live",website:"https://www.fiammachain.io",network_type:"testnet",pretty_name:"Fiamma Testnet",chain_type:"cosmos",chain_id:"fiamma-testnet-1",bech32_prefix:"fiamma",daemon_name:"fiammad",node_home:"$HOME/.fiamma",key_algos:["secp256k1"],fees:{fee_tokens:[{denom:"ufia"}]},staking:{staking_tokens:[{denom:"ufia"}]},codebase:{},logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg"},apis:{rpc:[{address:"https://testnet-rpc.fiammachain.io",provider:"Fiamma"}],rest:[{address:"https://testnet-api.fiammachain.io",provider:"Fiamma"}],grpc:[]},explorers:[{kind:"ping.pub",url:"https://testnet-explorer.fiammachain.io/"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/fiammatestnet/images/fiamma.svg"}],slip44:118},{$schema:"../../chain.schema.json",chain_name:"finschiatestnet",chain_type:"cosmos",chain_id:"ebony-2",website:"https://www.finschia.io/",pretty_name:"Ebony",status:"live",network_type:"testnet",bech32_prefix:"tlink",daemon_name:"fnsad",node_home:"$HOME/.finschia",key_algos:["secp256k1"],slip44:438,fees:{fee_tokens:[{denom:"tcony",fixed_min_gas_price:.015,low_gas_price:.015,average_gas_price:.015,high_gas_price:.015}]},staking:{staking_tokens:[{denom:"tcony"}],lock_duration:{time:"86400s"}},codebase:{cosmos_sdk_version:"github.com/Finschia/finschia-sdk@v0.48.1",cosmwasm_enabled:!0,cosmwasm_version:"github.com/Finschia/wasmd@v0.2.0"},apis:{rpc:[{address:"https://ebony-rpc.finschia.io"}],rest:[{address:"https://ebony-api.finschia.io"}],grpc:[{address:"ebony-grpc.finschia.io:443"}]},explorers:[{kind:"mintscan",url:"https://www.mintscan.io/finschia-testnet",tx_page:"https://www.mintscan.io/finschia-testnet/tx/${txHash}",account_page:"https://www.mintscan.io/finschia-testnet/address/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/finschia/images/fnsa.svg"}},{$schema:"../../chain.schema.json",chain_name:"galacticatestnet",status:"live",network_type:"testnet",pretty_name:"Galactica Protocol Testnet",chain_type:"cosmos",chain_id:"galactica_9302-1",bech32_prefix:"gala",daemon_name:"galacticad",node_home:"$HOME/.galactica",key_algos:["ethsecp256k1"],slip44:60,fees:{fee_tokens:[{denom:"agnet",fixed_min_gas_price:10,low_gas_price:10,average_gas_price:10,high_gas_price:20}]},staking:{staking_tokens:[{denom:"agnet"}]},codebase:{cosmos_sdk_version:"0.46",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://rpc.galactica.test.pfc.zone/",provider:"PFC"},{address:"https://galactica-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://api.galactica.test.pfc.zone/",provider:"PFC"},{address:"https://galactica-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}],grpc:[{address:"https://grpc.galactica.test.pfc.zone/",provider:"PFC"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"},explorers:[{kind:"ping.pub",url:"https://ping.pfc.zone/galactica-testnet",tx_page:"https://ping.pfc.zone/galactica-testnet/tx/${txHash}",account_page:"https://ping.pfc.zone/galactica-testnet/account/${accountAddress}"}],keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/galactica/images/galactica.png"}]},{$schema:"../../chain.schema.json",chain_name:"gitopiatestnet",chain_type:"cosmos",chain_id:"gitopia-janus-testnet-2",pretty_name:"Gitopia Testnet",status:"live",network_type:"testnet",bech32_prefix:"gitopia",daemon_name:"gitopiad",node_home:"$HOME/.gitopia",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utlore",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://gitopia-testnet.nodejumper.io",provider:"NODEJUMPER"}],rest:[{address:"https://gitopia-testnet.nodejumper.io:1317",provider:"NODEJUMPER"}],grpc:[{address:"https://gitopia-testnet.nodejumper.io:9090",provider:"NODEJUMPER"}]},explorers:[{kind:"explorer.humans.zone",url:"https://gitopia.explorers.guru/",tx_page:"https://gitopia.explorers.guru/transaction/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"hedgetestnet",chain_type:"cosmos",chain_id:"berberis-1",pretty_name:"Hedge Testnet",status:"live",network_type:"testnet",website:"https://hedgeblock.io",bech32_prefix:"hedge",daemon_name:"hedged",node_home:"$HOME/.hedge",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uhedge",low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uhedge"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"},apis:{rpc:[{address:"https://rpc-berberis.hedgeblock.io",provider:"Hedge"}],rest:[{address:"https://lcd-berberis.hedgeblock.io",provider:"Hedge"}]},explorers:[{kind:"hedgescan",url:"https://berberis.hedgescan.io",tx_page:"https://berberis.hedgescan.io/txs/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/hedgetestnet/images/hedge.svg"}]},{$schema:"../../chain.schema.json",chain_name:"humanstestnet",chain_type:"cosmos",chain_id:"testnet-1",pretty_name:"Humans AI Testnet",status:"live",network_type:"testnet",bech32_prefix:"humans",daemon_name:"humansd",node_home:"$HOME/.humans",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uheart",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://humans-testnet.nodejumper.io",provider:"NODEJUMPER"}],rest:[{address:"https://humans-testnet.nodejumper.io:1317",provider:"NODEJUMPER"}],grpc:[{address:"https://humans-testnet.nodejumper.io:9090",provider:"NODEJUMPER"}]},explorers:[{kind:"explorer.humans.zone",url:"https://explorer.humans.zone/",tx_page:"https://explorer.humans.zone/humans-testnet/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"hypersigntestnet",status:"live",network_type:"testnet",pretty_name:"Hypersign Testnet",chain_type:"cosmos",chain_id:"prajna-1",bech32_prefix:"hid",daemon_name:"hid-noded",node_home:"$HOME/.hid-node",slip44:118,fees:{fee_tokens:[{denom:"uhid",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc.prajna.hypersign.id",provider:"Hypersign"}],rest:[{address:"https://api.prajna.hypersign.id",provider:"Hypersign"}],grpc:[]},explorers:[{kind:"Hypersign",url:"https://explorer.hypersign.id/hypersign-prajna-testnet",tx_page:"https://explorer.hypersign.id/hypersign-prajna-testnet/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"impacthubtestnet",status:"live",network_type:"testnet",website:"https://www.ixo.world/",pretty_name:"ixo",chain_type:"cosmos",chain_id:"pandora-8",bech32_prefix:"ixo",daemon_name:"ixod",node_home:"$HOME/.ixod",key_algos:["secp256k1","ed25519"],slip44:118,fees:{fee_tokens:[{denom:"uixo",fixed_min_gas_price:.015,low_gas_price:.015,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uixo"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"},apis:{rpc:[{address:"https://rpc.testnet.ixo.earth/",provider:"ixoworld"}],rest:[{address:"https://testnet.ixo.earth/rest/",provider:"ixoworld"}],grpc:[]},explorers:[{kind:"ixoworld",url:"https://blockscan.testnet.ixo.earth/ixo",tx_page:"https://blockscan.testnet.ixo.earth/ixo/transactions/${txHash}",account_page:"https://blockscan.testnet.ixo.earth/ixo/accounts/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"}]},{$schema:"../../chain.schema.json",chain_name:"imversedtestnet",status:"live",network_type:"testnet",pretty_name:"Imversed Testnet",chain_type:"cosmos",chain_id:"imversed-test-1",bech32_prefix:"imv",daemon_name:"imversed",node_home:"$HOME/.imversed",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"nimv",fixed_min_gas_price:.001}]},codebase:{},apis:{rpc:[{address:"https://tx-endpoint-test.imversed.com/",provider:"imversed"}],rest:[{address:"https://query-endpoint-test.imversed.com/",provider:"imversed"}],grpc:[{address:"http://qs.imversed.com:9090",provider:"imversed"}]},explorers:[{kind:"Big Dipper",url:"https://tex-s.imversed.com",tx_page:"https://tex-s.imversed.com/transactions/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"injectivetestnet",status:"live",network_type:"testnet",website:"https://injective.com",pretty_name:"Injective",chain_type:"cosmos",chain_id:"injective-888",bech32_prefix:"inj",extra_codecs:["injective"],slip44:60,daemon_name:"injectived",node_home:"$HOME/.injectived",fees:{fee_tokens:[{denom:"inj",fixed_min_gas_price:16e7,low_gas_price:5e8,average_gas_price:7e8,high_gas_price:9e8}]},staking:{staking_tokens:[{denom:"inj"}]},codebase:{},apis:{rpc:[{address:"https://injective-testnet-rpc.polkachu.com",provider:"Polkachu"},{address:"https://testnet.sentry.tm.injective.network:443",provider:"injectiveLabs"},{address:"https://testnet.tm.injective.network",provider:"injectiveLabs"},{address:"https://injective-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://injective-testnet-api.polkachu.com",provider:"Polkachu"},{address:"https://testnet.sentry.lcd.injective.network:443",provider:"injectiveLabs"},{address:"https://testnet.lcd.injective.network",provider:"injectiveLabs"},{address:"https://injective-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"injective-testnet-grpc.polkachu.com:14390",provider:"Polkachu"},{address:"testnet.sentry.chain.grpc.injective.network:443",provider:"injectiveLabs"},{address:"https://testnet.grpc.injective.network",provider:"injectiveLabs"},{address:"injective-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},explorers:[{kind:"injectiveprotocol",url:"https://testnet.explorer.injective.network/",tx_page:"https://testnet.explorer.injective.network/transaction/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"jackaltestnet",chain_type:"cosmos",chain_id:"canine-1",website:"https://jackalprotocol.com",pretty_name:"Jackal",status:"live",network_type:"testnet",bech32_prefix:"jkl",daemon_name:"canined",node_home:"$HOME/.canine",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujkl",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"http://jkl.rpc.t.stavr.tech:19127",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://testnet-rpc.jackalprotocol.com",provider:"Jackal Labs"}],rest:[{address:"https://jkl.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://testnet-api.jackalprotocol.com",provider:"Jackal Labs"}],grpc:[{address:"http://jkl.grpc.t.stavr.tech:5913",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://testnet-grpc.jackalprotocol.com",provider:"Jackal Labs"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Jackal-Testnet",tx_page:"https://explorer.stavr.tech/Jackal-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Jackal-Testnet/account/${accountAddress}"},{kind:"ping.pub",url:"https://ping.pub/jackal",tx_page:"https://ping.pub/jackal/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"jackaltestnet2",chain_type:"cosmos",chain_id:"mesomelas-1",website:"https://jackalprotocol.com",pretty_name:"Jackal v4",status:"live",network_type:"testnet",bech32_prefix:"jkl",daemon_name:"canined",node_home:"$HOME/.canine",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujkl",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://jackal-testnet-v4-rpc.brocha.in",provider:"Brochain"}],rest:[{address:"https://jackal-testnet-v4-rest.brocha.in",provider:"Brochain"}],grpc:[]},explorers:[{kind:"PingPub",url:"https://testnet-explorer.brocha.in/Jackal%20v4",tx_page:"https://testnet-explorer.brocha.in/Jackal%20v4/tx/${txHash}",account_page:"https://testnet-explorer.brocha.in/Jackal%20v4/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"junotestnet",status:"live",network_type:"testnet",pretty_name:"Juno Testnet",chain_type:"cosmos",chain_id:"uni-6",bech32_prefix:"juno",daemon_name:"junod",node_home:"$HOME/.juno",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ujunox",low_gas_price:.003,average_gas_price:.0045,high_gas_price:.006}]},staking:{staking_tokens:[{denom:"ujunox"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.31"},apis:{rpc:[{address:"https://juno-testnet-rpc.polkachu.com",provider:"Polkachu"}],rest:[{address:"https://juno-testnet-api.polkachu.com",provider:"Polkachu"},{address:"https://juno.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}],grpc:[{address:"juno-testnet-grpc.polkachu.com:12690",provider:"Polkachu"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Juno-Testnet",tx_page:"https://explorer.stavr.tech/Juno-Testnet/txs/${txHash}",account_page:"https://explorer.stavr.tech/Juno-Testnet/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"kichaintestnet",status:"live",network_type:"testnet",pretty_name:"Ki",chain_type:"cosmos",chain_id:"kichain-t-4",bech32_prefix:"tki",daemon_name:"kid",node_home:"$HOME/.kid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utki",fixed_min_gas_price:.025}]},codebase:{},apis:{rpc:[{address:"https://rpc-challenge.blockchain.ki/",provider:"kifoundation"}],rest:[{address:"https://api-challenge.blockchain.ki/",provider:"kifoundation"}]},explorers:[{kind:"kifoundation",url:"https://kichain-t-4.blockchain.ki/",tx_page:"https://kichain-t-4.blockchain.ki/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"kujiratestnet",chain_type:"cosmos",chain_id:"harpoon-4",pretty_name:"Kujira Harpoon",status:"live",network_type:"testnet",bech32_prefix:"kujira",daemon_name:"kujirad",node_home:"$HOME/.kujira",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ukuji",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://kujira-testnet-rpc.polkachu.com",provider:"polkachu"}],rest:[{address:"https://kujira-testnet-api.polkachu.com/",provider:"polkachu"}]},explorers:[{kind:"explorers.guru",url:"https://kujira.explorers.guru",tx_page:"https://kujira.explorers.guru/transaction/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"kyvetestnet",chain_type:"cosmos",chain_id:"kaon-1",pretty_name:"KYVE Kaon",status:"live",network_type:"testnet",bech32_prefix:"kyve",daemon_name:"kyved",node_home:"$HOME/.kyve",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"tkyve",fixed_min_gas_price:.02,low_gas_price:.02,average_gas_price:.03,high_gas_price:.06}]},staking:{staking_tokens:[{denom:"tkyve"}]},codebase:{},apis:{rpc:[{address:"https://rpc-eu-1.kaon.kyve.network",provider:"kyve"},{address:"https://rpc-kyve-test.ecostake.com",provider:"ecostake"},{address:"https://kyve-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://api-eu-1.kaon.kyve.network",provider:"kyve"},{address:"https://rest-kyve-test.ecostake.com",provider:"ecostake"},{address:"https://kyve-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}]},explorers:[{kind:"mintscan",url:"https://mintscan.io/kyve-testnet",tx_page:"https://mintscan.io/kyve-testnet/txs/${txHash}",account_page:"https://mintscan.io/kyve-testnet/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"lavatestnet",status:"live",pre_fork_chain_name:"lavatestnet1",network_type:"testnet",website:"https://www.lavanet.xyz/",pretty_name:"Lava Testnet",chain_type:"cosmos",chain_id:"lava-testnet-2",bech32_prefix:"lava@",daemon_name:"lavad",node_home:"$HOME/.lava",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulava",fixed_min_gas_price:1e-6,low_gas_price:1e-6,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ulava"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.47.7",cosmwasm_enabled:!1,cosmwasm_version:"0.30"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png",theme:{primary_color_hex:"#D7001F"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png"},apis:{rpc:[{address:"https://public-rpc-testnet2.lavanet.xyz:443/rpc/",provider:"Lava"},{address:"http://lava.rpc.t.stavr.tech:198",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava-testnet-rpc.itrocket.net:443",provider:"\u{1F680}ITRocket\u{1F680}"},{address:"https://lava-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://public-rpc-testnet2.lavanet.xyz:443/rest/",provider:"Lava"},{address:"https://lava.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://lava-testnet-api.itrocket.net",provider:"\u{1F680}ITRocket\u{1F680}"},{address:"https://lava-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}]},explorers:[{kind:"explorers.guru",url:"https://lava.explorers.guru/",tx_page:"https://lava.explorers.guru//transaction/${txHash}",account_page:"https://lava.explorers.guru//account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Lava-Testnet",tx_page:"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.org/lava-testnet",tx_page:"https://explorer.nodestake.org/lava-testnet/tx/${txHash}",account_page:"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"},{kind:"\u{1F680}ITRocket\u{1F680}",url:"https://testnet.itrocket.net/lava",tx_page:"https://testnet.itrocket.net/lava/tx/${txHash}",account_page:"https://testnet.itrocket.net/lava/account/${accountAddress}"}],keywords:["rpc","api","modular","data"]},{$schema:"../../chain.schema.json",chain_name:"lavatestnet1",status:"killed",network_type:"testnet",website:"https://www.lavanet.xyz/",pretty_name:"Lava",chain_type:"cosmos",chain_id:"lava-testnet-1",bech32_prefix:"lava@",daemon_name:"lavad",node_home:"$HOME/.lava",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulava",fixed_min_gas_price:.0025,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"ulava"}],lock_duration:{time:"1209600s"}},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!1,cosmwasm_version:"0.30"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png",theme:{primary_color_hex:"#D7001F"}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.svg"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/lavatestnet/images/lava-icon.png"},apis:{rpc:[{address:"https://public-rpc-testnet2.lavanet.xyz/",provider:"Lava"},{address:"http://lava.rpc.t.stavr.tech:198",provider:"\u{1F525}STAVR\u{1F525}"}],rest:[{address:"https://public-rpc-testnet2.lavanet.xyz/rest/",provider:"Lava"},{address:"https://lava.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}]},explorers:[{kind:"explorers.guru",url:"https://lava.explorers.guru/",tx_page:"https://lava.explorers.guru//transaction/${txHash}",account_page:"https://lava.explorers.guru//account/${accountAddress}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Lava-Testnet",tx_page:"https://explorer.stavr.tech/Lava-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Lava-Testnet/account/${accountAddress}"},{kind:"NodeStake Explorer",url:"https://explorer.nodestake.org/lava-testnet",tx_page:"https://explorer.nodestake.org/lava-testnet/tx/${txHash}",account_page:"https://explorer.nodestake.org/lava-testnet/account/${accountAddress}"}],keywords:["rpc","api"]},{$schema:"../../chain.schema.json",chain_name:"likecointestnet",status:"live",network_type:"testnet",pretty_name:"LikeCoin Testnet",chain_type:"cosmos",chain_id:"likecoin-public-testnet-5",bech32_prefix:"like",daemon_name:"liked",node_home:"$HOME/.liked",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"nanoekil",fixed_min_gas_price:1e3,low_gas_price:1e3,average_gas_price:1e4,high_gas_price:1e6}]},staking:{staking_tokens:[{denom:"nanoekil"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.46",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://node.testnet.like.co/rpc/",provider:"like.co"}],rest:[{address:"https://node.testnet.like.co/",provider:"like.co"}],grpc:[{address:"https://node.testnet-grpc.like.co/",provider:"like.co"}]},explorers:[{kind:"bigdipper",url:"https://testnet.bigdipper.live/likecoin",tx_page:"https://testnet.bigdipper.live/likecoin/transactions/${txHash}",account_page:"https://testnet.bigdipper.live/likecoin/accounts/${accountAddress}"},{kind:"lunie-ng",url:"https://likecoin-public-testnet-5.netlify.app/"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"},keywords:[],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg"}]},{$schema:"../chain.schema.json",chain_name:"lumenxtestnet",status:"live",network_type:"testnet",pretty_name:"LumenX-Test",chain_type:"cosmos",chain_id:"lumenx-test",bech32_prefix:"lumen",daemon_name:"lumenxd",node_home:"$HOME/.lumenx",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ulumen",fixed_min_gas_price:.0025,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"ulumen"}]},codebase:{},apis:{rpc:[{address:"https://testnet-rpc.lumenx.chaintools.tech/",provider:"ChainTools"},{address:"https://testrpc-lumenx.cryptonet.pl/",provider:"CryptoNet"}],rest:[{address:"https://testnet-api.lumenx.chaintools.tech/",provider:"ChainTools"},{address:"https://testapi-lumenx.cryptonet.pl/",provider:"CryptoNet"}],grpc:[]},explorers:[{kind:"ping.pub",url:"https://testnet.explorer.chaintools.tech/lumenx",tx_page:"https://testnet.explorer.chaintools.tech/lumenx/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"mantrachaintestnet",status:"live",network_type:"testnet",pretty_name:"MANTRA Hongbai Testnet",chain_type:"cosmos",chain_id:"mantra-hongbai-1",bech32_prefix:"mantra",daemon_name:"mantrachaind",node_home:"$HOME/.mantrachain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uom",fixed_min_gas_price:0,low_gas_price:.001,average_gas_price:.002,high_gas_price:.003}]},staking:{staking_tokens:[{denom:"uom"}]},codebase:{cosmos_sdk_version:"0.47.3",cosmwasm_enabled:!0,cosmwasm_version:"0.41"},apis:{rpc:[{address:"https://rpc.hongbai.mantrachain.io",provider:"MANTRACHAIN"},{address:"https://mantra-testnet-rpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],rest:[{address:"https://api.hongbai.mantrachain.io",provider:"MANTRACHAIN"},{address:"https://mantra-testnet-rest.publicnode.com",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}],grpc:[{address:"https://grpc.hongbai.mantrachain.io",provider:"MANTRACHAIN"},{address:"mantra-testnet-grpc.publicnode.com:443",provider:"Allnodes \u26A1\uFE0F Nodes & Staking"}]},keywords:["dex","testnet"],images:[{image_sync:{chain_name:"mantrachain",base_denom:"uom"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg",theme:{circle:!0}}]},{$schema:"../../chain.schema.json",chain_name:"marstestnet",status:"live",network_type:"testnet",pretty_name:"Mars Hub Testnet",chain_type:"cosmos",chain_id:"ares-1",bech32_prefix:"mars",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"umars",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:0,high_gas_price:.025}]},staking:{staking_tokens:[{denom:"umars"}]},codebase:{},apis:{rpc:[{address:"https://testnet-rpc.marsprotocol.io/",provider:"Mars Protocol"},{address:"https://rpc-mars.nodeist.net/",provider:"Nodeist"}],rest:[{address:"https://testnet-rest.marsprotocol.io/",provider:"Mars Protocol"},{address:"https://api-mars.nodeist.net/",provider:"Nodeist"}]},explorers:[{kind:"Mars Protocol",url:"https://testnet-explorer.marsprotocol.io",tx_page:"https://testnet-explorer.marsprotocol.io/transactions/${txHash}"},{kind:"Nodeist Explorer",url:"https://exp.nodeist.net/t-mars/",tx_page:"https://exp.nodeist.net/t-mars/transactions/${txHash}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.svg"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-icon.svg"}]},{$schema:"../../chain.schema.json",chain_name:"metanovaversetestnet",status:"live",network_type:"testnet",website:"https://metanovaverse.com/",pretty_name:"Mnova",chain_type:"cosmos",chain_id:"mnova_10096-1",bech32_prefix:"mnova",node_home:"$HOME/.mnovad",daemon_name:"mnovad",key_algos:["ethsecp256k1"],staking:{staking_tokens:[{denom:"amnv"}]},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/metanovaversetestnet/images/mnova.png"}],slip44:118},{$schema:"../chain.schema.json",chain_name:"migalootestnet",status:"live",network_type:"testnet",website:"https://www.whitewhale.money/",pretty_name:"Migaloo Testnet",chain_type:"cosmos",chain_id:"narwhal-2",bech32_prefix:"migaloo",daemon_name:"migalood",node_home:"$HOME/.migalood",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uwhale",fixed_min_gas_price:.25,low_gas_price:.25,average_gas_price:.5,high_gas_price:.75}]},staking:{staking_tokens:[{denom:"uwhale"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.28"},apis:{rpc:[{address:"https://migaloo-testnet-rpc.polkachu.com",provider:"Polkachu"}],rest:[{address:"https://migaloo-testnet-api.polkachu.com",provider:"Polkachu"}],grpc:[]},explorers:[{kind:"ping.pub",url:"https://ping.pfc.zone/narwhal-testnet",tx_page:"https://ping.pfc.zone/narwhal-testnet/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/migaloo-light.svg"}]},{$schema:"../../chain.schema.json",chain_name:"neuratestnet",chain_type:"cosmos",chain_id:"neura_267-1",bech32_prefix:"neura",pretty_name:"Neura Testnet",website:"https://www.neuraprotocol.io/",description:"Neura is an AI-centric, EVM-compatible Layer 1 blockchain built on the Cosmos SDK. We democratize GPU access and revolutionize AI project funding with IMO\u2019s to advance AI development.",status:"live",network_type:"testnet",node_home:"$HOME/.neurad",daemon_name:"neurad",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:1,fees:{fee_tokens:[{denom:"atankr"}]},staking:{staking_tokens:[{denom:"atankr"}]},apis:{rpc:[{address:"https://rpc.ankr.com/neura_testnet",provider:"ankr"}]},explorers:[{kind:"ankrscan-neura",url:"https://testnet.explorer.neuraprotocol.io",tx_page:"https://testnet.explorer.neuraprotocol.io/tx/${txHash}"},{kind:"blockscout",url:"https://explorer.neura-testnet.ankr.com",tx_page:"https://explorer.neura-testnet.ankr.com/tx/${txHash}"}],codebase:{},images:[{image_sync:{chain_name:"neura"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/neura/images/neura.png"}]},{$schema:"../../chain.schema.json",chain_name:"neutrontestnet",status:"live",network_type:"testnet",pretty_name:"Neutron Testnet",chain_type:"cosmos",chain_id:"pion-1",bech32_prefix:"neutron",daemon_name:"neutrond",node_home:"$HOME/.neutrond",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"untrn",low_gas_price:.0053,average_gas_price:.0053,high_gas_price:.0053}]},codebase:{cosmos_sdk_version:"0.50",cosmwasm_enabled:!0,cosmwasm_version:"0.52"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.svg"},apis:{rpc:[{address:"https://rpc-falcron.pion-1.ntrn.tech",provider:"Neutron"},{address:"https://neutron-testnet-rpc.polkachu.com/",provider:"Polkachu"}],rest:[{address:"https://rest-falcron.pion-1.ntrn.tech",provider:"Neutron"},{address:"https://api.pion.remedy.tm.p2p.org",provider:"P2P.ORG"},{address:"https://rest.baryon-sentry-01.rs-testnet.polypore.xyz",provider:"Hypha"}],grpc:[{address:"grpc-falcron.pion-1.ntrn.tech:80",provider:"Neutron"},{address:"grpc.baryon.remedy.tm.p2p.org:443",provider:"P2P.ORG"}]},explorers:[{kind:"Ping.pub Explorer from Hypha",url:"https://explorer.rs-testnet.polypore.xyz/pion-1",tx_page:"https://explorer.rs-testnet.polypore.xyz/pion-1/tx/${txHash}",account_page:"https://explorer.rs-testnet.polypore.xyz/baryon-1/account/${accountAddress}"},{kind:"Mintscan",url:"https://mintscan.io/neutron-testnet",tx_page:"https://mintscan.io/neutron-testnet/txs/${txHash}",account_page:"https://mintscan.io/neutron-testnet/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/neutron-black-logo.svg"}]},{$schema:"../chain.schema.json",chain_name:"nibirutestnet",status:"live",network_type:"testnet",website:"https://nibiru.fi/",pretty_name:"Nibiru",chain_type:"cosmos",chain_id:"nibiru-testnet-1",bech32_prefix:"nibi",daemon_name:"nibid",node_home:"$HOME/.nibid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unibi",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.05,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"unibi"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47.7",cosmwasm_enabled:!0,cosmwasm_version:"v0.44.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},description:"A Web3 hub ushering in the next era of money",apis:{wss:[{address:"wss://rpc.testnet-1.nibiru.fi/websocket",provider:"Nibiru Foundation"}],rpc:[{address:"https://rpc.testnet-1.nibiru.fi",provider:"Nibiru Foundation"}],rest:[{address:"https://lcd.testnet-1.nibiru.fi",provider:"Nibiru Foundation"}],grpc:[{address:"grpc.testnet-1.nibiru.fi:443",provider:"Nibiru Foundation"}]},explorers:[{kind:"Nibiru Foundation",url:"https://explorer.nibiru.fi/nibiru-testnet-1",tx_page:"https://explorer.nibiru.fi/nibiru-tesnet-1/tx/${txHash}",account_page:"https://explorer.nibiru.fi/nibiru-testnet-1/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]},{$schema:"../chain.schema.json",chain_name:"nibirutestnet2",status:"live",network_type:"testnet",website:"https://nibiru.fi/",pretty_name:"Nibiru",chain_type:"cosmos",chain_id:"nibiru-testnet-2",bech32_prefix:"nibi",daemon_name:"nibid",node_home:"$HOME/.nibid",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unibi",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.05,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"unibi"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.47.7",cosmwasm_enabled:!0,cosmwasm_version:"v0.44.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"},description:"A Web3 hub ushering in the next era of money",apis:{wss:[{address:"wss://rpc.testnet-2.nibiru.fi/websocket",provider:"Nibiru Foundation"}],rpc:[{address:"https://rpc.testnet-2.nibiru.fi",provider:"Nibiru Foundation"}],rest:[{address:"https://lcd.testnet-2.nibiru.fi",provider:"Nibiru Foundation"}],grpc:[{address:"grpc.testnet-2.nibiru.fi:443",provider:"Nibiru Foundation"}]},explorers:[{kind:"Nibiru Foundation",url:"https://explorer.nibiru.fi/nibiru-testnet-2",tx_page:"https://explorer.nibiru.fi/nibiru-tesnet-2/tx/${txHash}",account_page:"https://explorer.nibiru.fi/nibiru-testnet-2/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nibiru/images/nibiru.svg"}]},{$schema:"../../chain.schema.json",chain_name:"nilliontestnet",status:"live",network_type:"testnet",pretty_name:"Nillion Testnet",chain_type:"cosmos",chain_id:"nillion-chain-testnet-1",bech32_prefix:"nillion",daemon_name:"nilchaind",node_home:"$HOME/.nillionapp",key_algos:["ed25519"],slip44:118,fees:{fee_tokens:[{denom:"unil",low_gas_price:1e-4,average_gas_price:1e-4,high_gas_price:25e-5}]},staking:{staking_tokens:[{denom:"unil"}]},codebase:{cosmos_sdk_version:"v0.50.6",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://nillion-testnet-rpc.polkachu.com/",provider:"polkachu"},{address:"https://testnet-nillion-rpc.lavenderfive.com",provider:"lavenderfive"}],rest:[{address:"https://nillion-testnet-api.polkachu.com/",provider:"polkachu"},{address:"https://testnet-nillion-api.lavenderfive.com",provider:"lavenderfive"}],grpc:[{address:"https://testnet-nillion-grpc.lavenderfive.com",provider:"lavenderfive"}]},explorers:[{url:"https://testnet.nillion.explorers.guru",tx_page:"https://testnet.nillion.explorers.guru/transaction/${txHash}",account_page:"https://testnet.nillion.explorers.guru/account/${accountAddress}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nilliontestnet/images/nil.svg",png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nilliontestnet/images/nil.png"}]},{$schema:"../chain.schema.json",chain_name:"nobletestnet",chain_type:"cosmos",chain_id:"grand-1",website:"https://nobleassets.xyz/",pretty_name:"Noble",status:"live",network_type:"testnet",bech32_prefix:"noble",daemon_name:"nobled",node_home:"$HOME/.nobled",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uusdc",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"ustake"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"v0.45",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://noble-testnet-rpc.polkachu.com",provider:"polkachu"},{address:"https://rpc.testnet.noble.strange.love:443",provider:"strangelove"}],rest:[{address:"https://noble-testnet-api.polkachu.com",provider:"polkachu"},{address:"https://api.testnet.noble.strange.love",provider:"strangelove"}],grpc:[{address:"noble-testnet-grpc.polkachu.com:21590",provider:"polkachu"}]},explorers:[{kind:"mintscan",url:"https://mintscan.io/noble-testnet",tx_page:"https://mintscan.io/noble-testnet/txs/${txHash}"},{kind:"ping.pub",url:"https://explore.strange.love/grand-1",tx_page:"https://explore.strange.love/grand-1/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"noistestnet",status:"live",network_type:"testnet",website:"https://nois.network",pretty_name:"Nois",chain_type:"cosmos",chain_id:"nois-testnet-005",bech32_prefix:"nois",daemon_name:"noisd",node_home:"$HOME/.noisd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unois",fixed_min_gas_price:0,low_gas_price:.05,average_gas_price:.05,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"unois"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png",theme:{primary_color_hex:"#0C0914"}}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png"},apis:{rpc:[{address:"https://nois-testnet-rpc.polkachu.com",provider:"Polkachu"},{address:"https://nois-testnet-rpc.itrocket.net:443",provider:"itrocket"},{address:"https://rpc.nois.mcbnode.online:443",provider:"mcbnode"},{address:"https://nois-testnet.rpc.kjnodes.com:443",provider:"kjnodes"},{address:"https://tnois-rpc.systemd.run:443",provider:"systemd"}],grpc:[{address:"tnois-grpc.systemd.run:443",provider:"systemd"},{address:"http://nois.grpc.t.stavr.tech:191",provider:"\u{1F525}STAVR\u{1F525}"},{address:"nois-testnet-grpc.itrocket.net:21090",provider:"itrocket"}],rest:[{address:"https://api.nois.mcbnode.online",provider:"mcbnode"},{address:"https://nois3.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://tnois-api.systemd.run:443",provider:"systemd"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Nois-Testnet",tx_page:"https://explorer.stavr.tech/Nois-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Nois-Testnet/account/${accountAddress}"},{kind:"explorers.guru",url:"https://testnet.nois.explorers.guru",tx_page:"https://testnet.nois.explorers.guru/transaction/${txHash}",account_page:"https://testnet.nois.explorers.guru/account/${accountAddress}"}],keywords:["nois","randomness","drand","wasm"]},{$schema:"../../chain.schema.json",chain_name:"nolustestnet",status:"live",website:"https://nolus.io/",network_type:"testnet",pretty_name:"Nolus Testnet",chain_type:"cosmos",chain_id:"rila-1",bech32_prefix:"nolus",daemon_name:"nolusd",node_home:"$HOME/.nolusd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"unls",low_gas_price:.01,average_gas_price:.025,high_gas_price:.05}]},staking:{staking_tokens:[{denom:"unls"}],lock_duration:{time:"1814400s"}},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.31"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"},apis:{rpc:[{address:"https://rila-cl.nolus.network:26657",provider:"NolusProtocol"}],rest:[{address:"https://rila-cl.nolus.network:1317",provider:"NolusProtocol"}],grpc:[{address:"https://rila-cl.nolus.network:9090",provider:"NolusProtocol"}]},explorers:[{kind:"Nolus Explorer",url:"https://explorer-rila.nolus.io/rila-1/",tx_page:"https://explorer-rila.nolus.io/rila-1/tx/${txHash}",account_page:"https://explorer-rila.nolus.io/rila-1/account/${accountAddress}"}],keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nolustestnet/images/nolus.svg"}]},{$schema:"../chain.schema.json",chain_name:"nyxtestnet",status:"live",network_type:"testnet",website:"https://nymtech.net/",pretty_name:"Nym",chain_type:"cosmos",chain_id:"sandbox",bech32_prefix:"n",daemon_name:"nyxd",node_home:"$HOME/.nyxd",slip44:118,fees:{fee_tokens:[{denom:"unym",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04},{denom:"unyx",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"unyx"}],lock_duration:{time:"432000s"}},codebase:{cosmwasm_enabled:!0},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg"},apis:{rpc:[{address:"https://rpc.sandbox.nymtech.net",provider:"Nym"}],rest:[{address:"https://api.sandbox.nymtech.net",provider:"Nym"}],grpc:[{address:"grpc.sandbox.nymtech.net:443",provider:"Nym"}]},explorers:[{kind:"ping.pub",url:"https://sandbox-blocks.nymtech.net/sandbox",tx_page:"https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg",theme:{dark_mode:!1,circle:!0}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg",theme:{dark_mode:!0,circle:!0}},{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png"}]},{$schema:"../../chain.schema.json",chain_name:"okp4testnet",chain_type:"cosmos",chain_id:"okp4-nemeton-1",website:"https://okp4.network/",pretty_name:"OKP4 Nemeton",status:"live",network_type:"testnet",bech32_prefix:"okp4",daemon_name:"okp4d",node_home:"$HOME/.okp4",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uknow",fixed_min_gas_price:0,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uknow"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"},apis:{rpc:[{address:"https://api.testnet.okp4.network/rpc",provider:"OKP4"},{address:"https://okptest-rpc.quickapi.com",provider:"Chainlayer"},{address:"http://okp.rpc.t.stavr.tech:10097",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://okp4-testnet-rpc.polkachu.com",provider:"Polkachu"}],rest:[{address:"https://okptest-lcd.quickapi.com",provider:"Chainlayer"},{address:"https://okp4.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://okp4-testnet-api.polkachu.com/",provider:"Polkachu"}],grpc:[{address:"okp4-testnet-grpc.polkachu.com:17690",provider:"Polkachu"},{address:"http://okp.grpc.t.stavr.tech:8029",provider:"\u{1F525}STAVR\u{1F525}"},{address:"grpc.testnet.okp4.network:443",provider:"OKP4"}]},explorers:[{kind:"ping.pub",url:"https://testnet.ping.pub/OKP4%20testnet",tx_page:"https://testnet.ping.pub/OKP4%20testnet/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/OKP4-Testnet",tx_page:"https://explorer.stavr.tech/OKP4-Testnet/tx/${txHash}"},{kind:"ping.pub",url:"https://explore.okp4.network/OKP4%20testnet",tx_page:"https://explore.okp4.network/OKP4%20testnet/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/okp4testnet/images/okp4.png"}]},{$schema:"../../chain.schema.json",chain_name:"osmosistestnet",status:"live",network_type:"testnet",pretty_name:"Osmosis Testnet",chain_type:"cosmos",chain_id:"osmo-test-5",bech32_prefix:"osmo",daemon_name:"osmosisd",node_home:"$HOME/.osmosisd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uosmo",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uosmo"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://rpc.osmotest5.osmosis.zone/",provider:"Osmosis"}],rest:[{address:"https://lcd.osmotest5.osmosis.zone/",provider:"Osmosis"}],grpc:[{address:"https://grpc.osmotest5.osmosis.zone/",provider:"Osmosis"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"},explorers:[{kind:"mintscan",url:"https://mintscan.io/osmosis-testnet",tx_page:"https://mintscan.io/osmosis-testnet/txs/${txHash}",account_page:"https://mintscan.io/osmosis-testnet/account/${accountAddress}"},{kind:"ping.pub",url:"https://explorer.osmotest5.osmosis.zone",tx_page:"https://explorer.osmotest5.osmosis.zone/osmo-test-5/tx/${txHash}",account_page:"https://explorer.osmotest5.osmosis.zone/osmo-test-5/account/${accountAddress}"}],keywords:["dex","testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"}]},{$schema:"../../chain.schema.json",chain_name:"osmosistestnet4",status:"live",network_type:"testnet",pretty_name:"Osmosis Testnet",chain_type:"cosmos",chain_id:"osmo-test-4",bech32_prefix:"osmo",daemon_name:"osmosisd",node_home:"$HOME/.osmosisd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uosmo",fixed_min_gas_price:0,low_gas_price:0,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uosmo"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.29"},apis:{rpc:[{address:"https://rpc.osmo-test.ccvalidators.com/",provider:"CryptoCrew"},{address:"https://osmosistest-rpc.quickapi.com/",provider:"ChainLayer"},{address:"https://rpc.testnet.osmosis.zone/",provider:"Osmosis"}],rest:[{address:"https://osmosistest-lcd.quickapi.com/",provider:"CryptoCrew"},{address:"https://lcd.osmo-test.ccvalidators.com/",provider:"ChainLayer"},{address:"https://testnet-rest.osmosis.zone/"}],grpc:[{address:"https://grpc-test.osmosis.zone:443",provider:"Osmosis"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"},keywords:["dex","testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png"}]},{$schema:"../../chain.schema.json",chain_name:"permtestnet",status:"live",network_type:"testnet",pretty_name:"Perm Testnet",chain_type:"cosmos",chain_id:"INVALID-ID-permtestnet-testnet-1",bech32_prefix:"perm",daemon_name:"permd",node_home:"$HOME/.perm",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uperm",low_gas_price:.0025,average_gas_price:.0025,high_gas_price:.0024}]},staking:{staking_tokens:[{denom:"uperm"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://rpc.3.finance/",provider:"Perm Network"}],rest:[{address:"https://rest.3.finance/",provider:"Perm Network"}],grpc:[{address:"https://grpc.3.finance/",provider:"Perm Network"}]},explorers:[{kind:"bigdipper",url:"https://explorer.testnet.perm.ooo/",tx_page:"https://explorer.testnet.perm.ooo/transactions/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"persistencetestnet",chain_type:"cosmos",chain_id:"test-core-1",pretty_name:"Persistence Testnet",status:"live",network_type:"testnet",website:"https://persistence.one/",bech32_prefix:"persistence",daemon_name:"persistenceCore",node_home:"$HOME/.persistenceCore",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uxprt",fixed_min_gas_price:0,low_gas_price:.05,average_gas_price:.125,high_gas_price:.2}]},staking:{staking_tokens:[{denom:"uxprt"}]},codebase:{},apis:{rpc:[{address:"https://rpc-testnet-persistence.architectnodes.com/",provider:"Architect Nodes"},{address:"https://persistence-testnet-rpc.baryon.dev/",provider:"Baryon"},{address:"https://persistence-testnet-rpc.cosmonautstakes.com/",provider:"Cosmonaut Stakes"},{address:"https://rpc.testnet.persistence.one/",provider:"Persistence"},{address:"https://persistence-testnet-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://xprt-trpc.antrixy.org/",provider:"Antrix Validators"}],rest:[{address:"https://rest-testnet-persistence.architectnodes.com/",provider:"Architect Nodes"},{address:"https://persistence-testnet-api.baryon.dev/",provider:"Baryon"},{address:"https://persistence-testnet-rest.cosmonautstakes.com/",provider:"Cosmonaut Stakes"},{address:"https://rest.testnet.persistence.one/",provider:"Persistence"},{address:"https://persistence-testnet-api.polkachu.com/",provider:"Polkachu"},{address:"https://xprt-trest.antrixy.org/",provider:"Antrix Validators"}],grpc:[{address:"persistence-testnet-grpc.polkachu.com:15490",provider:"Polkachu"},{address:"https://xprt-tgrpc.antrixy.org/",provider:"Antrix Validators"}]},explorers:[{kind:"ping.pub",url:"https://testnet.ping.pub/test-core-1/",tx_page:"https://testnet.ping.pub/test-core-1/tx/${txHash}"},{kind:"mintscan",url:"https://mintscan.io/persistence-testnet",tx_page:"https://mintscan.io/persistence-testnet/txs/${txHash}",account_page:"https://mintscan.io/persistence-testnet/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"persistencetestnet2",chain_type:"cosmos",chain_id:"test-core-2",pretty_name:"Persistence Testnet",status:"live",network_type:"testnet",website:"https://persistence.one/",bech32_prefix:"persistence",daemon_name:"persistenceCore",node_home:"$HOME/.persistenceCore",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uxprt",fixed_min_gas_price:0,low_gas_price:.05,average_gas_price:.125,high_gas_price:.2}]},staking:{staking_tokens:[{denom:"uxprt"}],lock_duration:{time:"1814400s"}},codebase:{},apis:{rpc:[{address:"https://rpc-persistence-testnet-01.stakeflow.io/",provider:"StakeFlow"},{address:"https://persistence-testnet-rpc.baryon.dev/",provider:"Baryon"},{address:"https://persistence-testnet-rpc.cosmonautstakes.com/",provider:"Cosmonaut Stakes"},{address:"https://rpc.testnet2.persistence.one/",provider:"Persistence"},{address:"https://persistence-testnet-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://persistencecoretest-rpc.ytwofund.pro/",provider:"YTWOFUND"},{address:"http://persistence-testnet.paranorm.pro:24657/",provider:"Paranorm"}],rest:[{address:"https://api-persistence-testnet-01.stakeflow.io/",provider:"StakeFlow"},{address:"https://persistence-testnet-api.baryon.dev/",provider:"Baryon"},{address:"https://persistence-testnet-rest.cosmonautstakes.com/",provider:"Cosmonaut Stakes"},{address:"https://rest.testnet2.persistence.one/",provider:"Persistence"},{address:"https://persistence-testnet-api.polkachu.com/",provider:"Polkachu"},{address:"https://persistenceCoreTest-rest.ytwofund.pro",provider:"YTWOFUND"}],grpc:[{address:"persistence-testnet-grpc.polkachu.com:15490",provider:"Polkachu"},{address:"persistenceCoreTest-grpc.ytwofund.pro:9090",provider:"YTWOFUND"}]},explorers:[{kind:"mintscan",url:"https://mintscan.io/persistence-testnet",tx_page:"https://mintscan.io/persistence-testnet/txs/${txHash}",account_page:"https://mintscan.io/persistence-testnet/account/${accountAddress}"},{kind:"StakeFlow",url:"https://stakeflow.io/persistence-testnet",tx_page:"https://stakeflow.io/persistence-testnet/transactions/${txHash}",account_page:"https://stakeflow.io/persistence-testnet/accounts/${accountAddress}"},{kind:"baryon",url:"https://testnet-explorer.baryon.dev/test-core-2",tx_page:"https://testnet-explorer.baryon.dev/test-core-2/tx/{txHash}",account_page:"https://testnet-explorer.baryon.dev/test-core-2/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"planqtestnet",status:"live",network_type:"testnet",pretty_name:"Planq Atlas Testnet",chain_type:"cosmos",chain_id:"planq_7077-1",bech32_prefix:"plq",daemon_name:"planqd",node_home:"$HOME/.planqd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atplanq",fixed_min_gas_price:2e10,low_gas_price:3e10,average_gas_price:35e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"atplanq"}]},codebase:{cosmos_sdk_version:"v0.46.3"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"},apis:{rpc:[{address:"https://rpc-atlas.planq.network",provider:"Planq Network"},{address:"https://planq_testnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://rest-atlas.planq.network",provider:"Planq Network"},{address:"https://planq_testnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"https://grpc-atlas.planq.network",provider:"Planq Network"}],"evm-http-jsonrpc":[{address:"https://evm-rpc-atlas.planq.network",provider:"Planq Network"},{address:"https://planq_testnet_evm.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}]},explorers:[{kind:"EVM",url:"https://evm-atlas.planq.network",tx_page:"https://evm-atlas.planq.network/tx/${txHash}"},{kind:"Konsortech",url:"https://testnet-explorer.konsortech.xyz/planq",tx_page:"https://testnet-explorer.konsortech.xyz/planq/tx/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/planq-testnet",tx_page:"https://explorer.whenmoonwhenlambo.money/planq-testnet/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/planqtestnet/images/planq.svg"}]},{$schema:"../../chain.schema.json",chain_name:"pryzmtestnet",status:"live",network_type:"testnet",pretty_name:"Pryzm Testnet",chain_type:"cosmos",chain_id:"indigo-1",bech32_prefix:"pryzm",daemon_name:"pryzmd",node_home:"$HOME/.pryzm",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"upryzm",fixed_min_gas_price:0,low_gas_price:.015,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"upryzm"}]},codebase:{cosmos_sdk_version:"0.47"},apis:{rpc:[{address:"https://testnet-rpc.pryzm.zone",provider:"PRYZM"},{address:"https://pryzm-testnet-rpc.itrocket.net",provider:"ITRocket"}],rest:[{address:"https://testnet-api.pryzm.zone",provider:"PRYZM"},{address:"https://pryzm-testnet-api.itrocket.net",provider:"ITRocket"}],grpc:[{address:"https://testnet-grpc.pryzm.zone",provider:"PRYZM"},{address:"http://pryzm-testnet-grpc.itrocket.net:41090",provider:"ITRocket"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg"},explorers:[{kind:"PingPub",url:"https://testnets.cosmosrun.info/pryzm-indigo-1",tx_page:"https://testnets.cosmosrun.info/pryzm-indigo-1/tx/${txHash}",account_page:"https://testnets.cosmosrun.info/pryzm-indigo-1/account/${accountAddress}"},{kind:"ITRocket",url:"https://testnet.itrocket.net/pryzm",tx_page:"https://testnet.itrocket.net/pryzm/tx/${txHash}",account_page:"https://testnet.itrocket.net/pryzm/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pryzmtestnet/images/pryzm-logo.svg"}]},{$schema:"../../chain.schema.json",chain_name:"quasartestnet",status:"live",network_type:"testnet",pretty_name:"Quasar Testnet",chain_type:"cosmos",chain_id:"quasar-test-1",bech32_prefix:"quasar",daemon_name:"quasarnoded",node_home:"$HOME/.quasarnoded",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uqsr",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uqsr"}]},codebase:{cosmos_sdk_version:"0.47.12",cosmwasm_enabled:!0,cosmwasm_version:"0.45.0"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg"},apis:{rpc:[{address:"https://quasar-testnet-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://quasar-testnet-rpc.stakeandrelax.net/",provider:"Stake and Relax"},{address:"https://quasar-testnet.rpc.kjnodes.com",provider:"KJNodes.com"}],rest:[{address:"https://quasar-testnet-api.polkachu.com/",provider:"Polkachu"},{address:"https://quasar-testnet-api.stakeandrelax.net/",provider:"Stake and Relax"},{address:"https://quasar-testnet.api.kjnodes.com/",provider:"KJNodes.com"}],grpc:[{address:"quasar-testnet-grpc.polkachu.com:18290",provider:"Polkachu"},{address:"http://quasar-testnet-grpc.stakeandrelax.net:18290/",provider:"Stake and Relax"},{address:"quasar-testnet.grpc.kjnodes.com:443",provider:"KJNodes.com"}]},keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quasar/images/quasar.svg"}]},{$schema:"../chain.schema.json",chain_name:"quicksilvertestnet",status:"live",network_type:"testnet",pretty_name:"Quicksilver Testnet",chain_type:"cosmos",chain_id:"rhye-2",bech32_prefix:"quick",daemon_name:"quicksilverd",node_home:"$HOME/.quicksilverd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uqck",low_gas_price:1e-4,average_gas_price:1e-4,high_gas_price:25e-5}]},staking:{staking_tokens:[{denom:"uqck"}]},codebase:{cosmos_sdk_version:"0.46",cosmwasm_enabled:!0,cosmwasm_version:"0.29"},logo_URIs:{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"},apis:{rpc:[{address:"http://quick.rpc.t.stavr.tech:20027",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://quicksilver-testnet-rpc.polkachu.com/",provider:"polkachu"},{address:"https://quicksilver-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://quick.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://quicksilver-testnet-api.polkachu.com/",provider:"polkachu"},{address:"https://quicksilver-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}],grpc:[{address:"http://quick.grpc.t.stavr.tech:9112",provider:"\u{1F525}STAVR\u{1F525}"},{address:"quicksilver-testnet-grpc.polkachu.com:11190",provider:"polkachu"}]},explorers:[{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Quicksilver",tx_page:"https://explorer.stavr.tech/Quicksilver/tx/${txHash}",account_page:"https://explorer.stavr.tech/Quicksilver/account/${accountAddress}"},{url:"https://testnet.quicksilver.explorers.guru",tx_page:"https://testnet.quicksilver.explorers.guru/transaction/${txHash}",account_page:"https://testnet.quicksilver.explorers.guru/account/${accountAddress}"}],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.svg"}]},{$schema:"../chain.schema.json",chain_name:"qwoyntestnet",status:"live",network_type:"testnet",website:"https://qwoyn.studio/",pretty_name:"Qwoyn",chain_type:"cosmos",chain_id:"earendel-1",bech32_prefix:"qwoyn",daemon_name:"qwoynd",node_home:"$HOME/.qwoynd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uqwoyn"}]},staking:{staking_tokens:[{denom:"uqwoyn"}]},codebase:{cosmos_sdk_version:"0.47.3"},apis:{rpc:[{address:"https://testnet-rpc.qwoyn.studio",provider:"Qwoyn Studios"}],grpc:[{address:"http://66.42.74.12:9090",provider:"Qwoyn Studios"}],rest:[{address:"https://testnet-api.qwoyn.studio",provider:"Qwoyn Studios"}]},explorers:[{kind:"pingfork",url:"https://explorer.theamsolutions.info/qwoyn-testnet/",tx_page:"https://explorer.theamsolutions.info/qwoyn-testnet/tx/${txHash}",account_page:"https://explorer.theamsolutions.info/qwoyn-testnet/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/qwoyntestnet/images/qwoyn.png"}]},{$schema:"../../chain.schema.json",chain_name:"sagatestnet",status:"live",network_type:"testnet",pretty_name:"Saga Testnet",chain_type:"cosmos",chain_id:"ssc-testnet-1",bech32_prefix:"saga",daemon_name:"sscd",node_home:"$HOME/.ssc",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utsaga",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"utsaga"}]},codebase:{cosmos_sdk_version:"0.47",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://testnet-ssc.sagarpc.io/",provider:"Saga"}],rest:[{address:"https://testnet-ssc-lcd.sagarpc.io/",provider:"Saga"}],grpc:[{address:"testnet-ssc-grpc.sagarpc.io:443",provider:"Saga"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png"},explorers:[{kind:"mintscan",url:"https://mintscan.io/saga-testnet",tx_page:"https://www.mintscan.io/saga-testnet/tx/${txHash}",account_page:"https://mintscan.io/saga-testnet/address/${accountAddress}"}],keywords:["testnet","chainlet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png"}]},{$schema:"../../chain.schema.json",chain_name:"secretnetworktestnet",status:"live",network_type:"testnet",pretty_name:"Secret Network",chain_type:"cosmos",chain_id:"pulsar-3",pre_fork_chain_name:"secretnetworktestnet2",bech32_prefix:"secret",daemon_name:"secretd",node_home:"$HOME/.secretd",key_algos:["secp256k1"],slip44:529,fees:{fee_tokens:[{denom:"uscrt",fixed_min_gas_price:.1}]},codebase:{},apis:{rpc:[{address:"https://rpc.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://rpc.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}],rest:[{address:"https://lcd.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://api.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}],"grpc-web":[{address:"https://grpc.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://grpc.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}]},explorers:[{kind:"ping.pub",url:"https://testnet.ping.pub/secret",tx_page:"https://testnet.ping.pub/secret/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"secretnetworktestnet2",status:"killed",network_type:"testnet",pretty_name:"Secret Network Testnet",chain_type:"cosmos",chain_id:"pulsar-2",bech32_prefix:"secret",daemon_name:"secretd",node_home:"$HOME/.secretd",key_algos:["secp256k1"],slip44:529,fees:{fee_tokens:[{denom:"uscrt",fixed_min_gas_price:.1}]},codebase:{},apis:{rpc:[{address:"https://rpc.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://rpc.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}],rest:[{address:"http://testnet.securesecrets.org:1317",provider:"Trivium | Trivium.Network"},{address:"https://lcd.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://api.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}],"grpc-web":[{address:"https://grpc.testnet.secretsaturn.net",provider:"\u{1D54A}ecret \u{1D54A}aturn"},{address:"https://grpc.pulsar.scrttestnet.com",provider:"SCRT Testnet Committee"}]},explorers:[{kind:"secret nodes",url:"https://secretnodes.com/secret/chains/pulsar-2",tx_page:"https://secretnodes.com/secret/chains/pulsar-2/transactions/${txHash}"},{kind:"ping.pub",url:"https://testnet.ping.pub/secret",tx_page:"https://testnet.ping.pub/secret/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"seitestnet",chain_type:"cosmos",chain_id:"atlantic-1",pretty_name:"Sei Atlantic",status:"live",network_type:"testnet",website:"https://www.sei.io/",bech32_prefix:"sei",daemon_name:"seid",node_home:"$HOME/.sei",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usei",fixed_min_gas_price:0}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"},description:"Sei is the fastest Layer 1 blockchain, designed to scale with the industry.",apis:{rpc:[{address:"https://sei-testnet-rpc.brocha.in",provider:"Brochain"}],rest:[{address:"https://sei-testnet-rest.brocha.in",provider:"Brochain"}]},explorers:[{kind:"explorers.guru",url:"https://sei.explorers.guru",tx_page:"https://sei.explorers.guru/transaction/${txHash}"},{kind:"Brochain",url:"https://testnet-explorer.brocha.in/sei",tx_page:"https://testnet-explorer.brocha.in/sei/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg"}]},{$schema:"../../chain.schema.json",chain_name:"seitestnet2",chain_type:"cosmos",chain_id:"atlantic-2",pretty_name:"Sei Atlantic 2",status:"live",network_type:"testnet",bech32_prefix:"sei",daemon_name:"seid",node_home:"$HOME/.sei",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usei",fixed_min_gas_price:.08}]},codebase:{},apis:{rpc:[{address:"https://sei-testnet-2-rpc.brocha.in",provider:"Brochain"}],rest:[{address:"https://sei-testnet-2-rest.brocha.in",provider:"Brochain"}]},explorers:[{kind:"explorers.guru",url:"https://testnet.sei.explorers.guru",tx_page:"https://testnet.sei.explorers.guru/transaction/${txHash}"},{kind:"Brochain",url:"https://testnet-explorer.brocha.in/sei%20atlantic%202",tx_page:"https://testnet-explorer.brocha.in/sei%20atlantic%202/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"selfchaindevnet",chain_type:"cosmos",chain_id:"self-dev-1",pretty_name:"Devnet 1",status:"live",network_type:"testnet",bech32_prefix:"self",daemon_name:"selfchaind",node_home:"$HOME/.selfchain",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uself",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc-devnet.selfchain.xyz",provider:"Selfchain"}],rest:[{address:"https://api-devnet.selfchain.xyz/",provider:"Selfchain"}]},explorers:[{kind:"Selfchain",url:"https://explorer-devnet.selfchain.xyz",tx_page:"https://explorer-devnet.selfchain.xyz/self/transactions/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"sgetestnet",chain_type:"cosmos",chain_id:"sge-network-3",pretty_name:"SGE Testnet",status:"live",network_type:"testnet",website:"https://sgenetwork.io",bech32_prefix:"sge",daemon_name:"usge",node_home:"$HOME/.sged",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usge",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc.testnet.sgenetwork.io",provider:"Sge Network"},{address:"https://testnet-saage-rpc.lavenderfive.com/ ",provider:"Lavender.Five"},{address:"https://saage-testnet-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://rpc-t.sge.nodestake.top/",provider:"Nodestake.top"},{address:"https://sge.rpc.t.stavr.tech:443",provider:"\u{1F525}STAVR\u{1F525}"}],rest:[{address:"https://api.testnet.sgenetwork.io",provider:"Sge Network"},{address:"https://api-t.sge.nodestake.top/",provider:"Nodestake.top"},{address:"https://saage-testnet-api.polkachu.com/",provider:"Polkachu"},{address:"https://sge.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"}]},explorers:[{kind:"Sge BlockExplorer",url:"https://blockexplorer.testnet.sgenetwork.io/",tx_page:"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Sge-Testnet",tx_page:"https://explorer.stavr.tech/Sge-Testnet/tx/${txHash}",account_page:"https://explorer.stavr.tech/Sge-Testnet/account/${accountAddress}"}],images:[{image_sync:{chain_name:"sge"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}},{$schema:"../../chain.schema.json",chain_name:"sgetestnet4",chain_type:"cosmos",chain_id:"sge-network-4",pretty_name:"SGE Testnet4",status:"live",network_type:"testnet",website:"https://sgenetwork.io",bech32_prefix:"sge",daemon_name:"usge",node_home:"$HOME/.sged",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usge",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc.testnet.sgenetwork.io",provider:"Sge Network"},{address:"https://testnet-saage-rpc.lavenderfive.com/ ",provider:"Lavender.Five"},{address:"https://saage-testnet-rpc.polkachu.com/",provider:"Polkachu"},{address:"https://rpc-t.sge.nodestake.top/",provider:"Nodestake.top"}],rest:[{address:"https://api.testnet.sgenetwork.io",provider:"Sge Network"},{address:"https://api-t.sge.nodestake.top/",provider:"Nodestake.top"},{address:"https://saage-testnet-api.polkachu.com/",provider:"Polkachu"}]},explorers:[{kind:"Sge BlockExplorer",url:"https://blockexplorer.testnet.sgenetwork.io/",tx_page:"https://blockexplorer.testnet.sgenetwork.io/sge-network/tx/${txHash}"}],images:[{image_sync:{chain_name:"sge"},png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sge/images/sge.svg"}},{$schema:"../../chain.schema.json",chain_name:"sixtestnet",status:"live",network_type:"testnet",pretty_name:"SIX Fivenet",chain_type:"cosmos",chain_id:"fivenet",bech32_prefix:"6x",daemon_name:"sixd",node_home:"$HOME/.six",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usix",fixed_min_gas_price:1.25,low_gas_price:1.25,average_gas_price:1.5,high_gas_price:1.75}]},staking:{staking_tokens:[{denom:"usix"}]},codebase:{cosmos_sdk_version:"0.45"},apis:{rpc:[{address:"https://rpc1.fivenet.sixprotocol.net:443"}],rest:[{address:"https://api1.fivenet.sixprotocol.net:443"}]},explorers:[{kind:"sixscan",url:"https://sixscan.io/fivenet",tx_page:"https://sixscan.io/fivenet/tx/${txHash}"}],keywords:["sixprotocol","testnet"]},{$schema:"../../chain.schema.json",chain_name:"soarchaintestnet",chain_type:"cosmos",chain_id:"soarchaintestnet",pretty_name:"Soarchain Testnet",status:"live",network_type:"testnet",bech32_prefix:"soar",daemon_name:"soarchaind",node_home:"$HOME/.soarchaind",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utsoar",fixed_min_gas_price:.001,low_gas_price:.01,average_gas_price:.02,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"utsoar"}]},codebase:{cosmos_sdk_version:"0.45.5",cosmwasm_enabled:!0,cosmwasm_version:"0.27"},keywords:["DePin"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.svg"}],apis:{rpc:[{address:"https://rpc1.testnet.soarchain.com",provider:"soarchain"},{address:"https://rpc2.testnet.soarchain.com/",provider:"soarchain"},{address:"https://soarchain-testnet-rpc.tienthuattoan.com",provider:"tienthuattoan"},{address:"https://soarchain-testnet.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://rpc-t.soarchain.nodestake.org",provider:"nodeStake"},{address:"https://soarchain-testnet-rpc.stakerhouse.com",provider:"stakerHouse"}],rest:[{address:"https://api.testnet.soarchain.com/",provider:"soarchain"},{address:"https://soarchain-testnet-api.tienthuattoan.com",provider:"tienthuattoan"},{address:"https://soarchain-testnet-rest.stakerhouse.com",provider:"stakerHouse"},{address:"https://api-t.soarchain.nodestake.org",provider:"nodeStake"}],grpc:[{address:"soarchain-testnet-grpc.polkachu.com:25290",provider:"Polkachu"},{address:"https://grpc-t.soarchain.nodestake.org:443",provider:"nodeStake"},{address:"soarchain-testnet-grpc.stakerhouse.com:443",provider:"stakerHouse"}]},explorers:[{kind:"Soarchain Explorer",url:"https://explorer.soarchain.com/soarchain",tx_page:"https://explorer.soarchain.com/soarchain/tx/${txHash}"},{kind:"Kjnodes Explorer",url:"https://explorer.kjnodes.com/soarchain-testnet",tx_page:"https://explorer.kjnodes.com/soarchain-testnet/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"sourcetestnet",status:"live",network_type:"testnet",pretty_name:"Source Testnet",chain_type:"cosmos",chain_id:"sourcetest-1",bech32_prefix:"source",daemon_name:"sourced",node_home:"$HOME/.source",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"usource",fixed_min_gas_price:.05,low_gas_price:.05,average_gas_price:.075,high_gas_price:.1}]},staking:{staking_tokens:[{denom:"usource"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://source-testnet-rpc.itrocket.net/",provider:"ITRocket"},{address:"https://source-test.rpc.moonbridge.team/",provider:"MoonBridge"},{address:"https://source-testnet-rpc.stake-town.com:443",provider:"StakeTown"},{address:"https://rpc-testnet-source.sr20de.xyz",provider:"SR20DE"},{address:"https://source-testnet.rpc.kjnodes.com",provider:"kjnodes"},{address:"https://source_testnet_rpc.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],rest:[{address:"https://source-testnet-api.itrocket.net/",provider:"ITRocket"},{address:"https://source-test.api.moonbridge.team/",provider:"MoonBridge"},{address:"https://source-testnet-api.stake-town.com:443",provider:"StakeTown"},{address:"https://api-testnet-source.sr20de.xyz",provider:"SR20DE"},{address:"https://source.api.t.stavr.tech",provider:"\u{1F525}STAVR\u{1F525}"},{address:"https://source_testnet_api.chain.whenmoonwhenlambo.money",provider:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}"}],grpc:[{address:"source-testnet-grpc.stake-town.com:443",provider:"StakeTown"},{address:"grpc-testnet-source.sr20de.xyz/",provider:"SR20DE"}]},explorers:[{kind:"Nodestake",url:"https://explorer.nodestake.top/source-testnet",tx_page:"https://explorer.nodestake.top/source-testnet/tx/${txHash}"},{kind:"\u{1F525}STAVR\u{1F525}",url:"https://explorer.stavr.tech/Source",tx_page:"https://explorer.stavr.tech/Source/tx/${txHash}"},{kind:"SR20DE",url:"https://explorer.sr20de.xyz/Source-testnet",tx_page:"https://explorer.sr20de.xyz/Source-testnet/txs/${txHash}"},{kind:"\u{1F680} WHEN MOON \u{1F315} WHEN LAMBO \u{1F525}",url:"https://explorer.whenmoonwhenlambo.money/source-testnet",tx_page:"https://explorer.whenmoonwhenlambo.money/source-testnet/tx/${txHash}",account_page:"https://explorer.whenmoonwhenlambo.money/source-testnet/account/${accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"stargazetestnet",status:"live",network_type:"testnet",website:"https://stargaze.zone/",pretty_name:"Stargaze Testnet",chain_type:"cosmos",chain_id:"elgafar-1",bech32_prefix:"stars",daemon_name:"starsd",node_home:"$HOME/.starsd",slip44:118,fees:{fee_tokens:[{denom:"ustars",low_gas_price:.03,average_gas_price:.04,high_gas_price:.05}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.28"},apis:{rpc:[{address:"https://rpc.elgafar-1.stargaze-apis.com",provider:"Stargaze Foundation"},{address:"https://stargaze-testnet-rpc.ibs.team:443",provider:"Inter Blockchain Services"}],rest:[{address:"https://rest.elgafar-1.stargaze-apis.com",provider:"Stargaze Foundation"},{address:"https://stargaze-testnet-api.ibs.team:443",provider:"Inter Blockchain Services"}],grpc:[{address:"http://grpc-1.elgafar-1.stargaze-apis.com:26660",provider:"Stargaze Foundation"},{address:"http://grpc-2.elgafar-1.stargaze-apis.com:26660",provider:"Stargaze Foundation"}]},explorers:[{kind:"ping.pub",url:"https://testnet-explorer.publicawesome.dev/stargaze",tx_page:"https://testnet-explorer.publicawesome.dev/stargaze/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"statesettestnet",status:"live",network_type:"testnet",pretty_name:"Stateset Testnet",chain_type:"cosmos",chain_id:"stateset-1-testnet",bech32_prefix:"stateset",daemon_name:"statesetd",node_home:"$HOME/.statesetd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ustate",fixed_min_gas_price:0}]},codebase:{},apis:{rpc:[{address:"https://rpc.stateset.zone/",provider:"stateset"}],rest:[{address:"https://rest-api.stateset.zone",provider:"stateset"}]},explorers:[{kind:"bigdipper",url:"https://explore.stateset.zone",tx_page:"https://explore.stateset.zone/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"stridetestnet",status:"live",network_type:"testnet",pretty_name:"Stride Testnet",chain_type:"cosmos",chain_id:"stride-internal-1",bech32_prefix:"stride",daemon_name:"strided",node_home:"$HOME/.stride",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"ustrd",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"ustrd"}]},codebase:{cosmos_sdk_version:"0.46"},apis:{rpc:[{address:"https://stride.testnet-1.stridenet.co",provider:"Stride"}],rest:[{address:"https://stride.testnet-1.stridenet.co/api",provider:"Stride"}],grpc:[]},explorers:[{kind:"PingPub",url:"https://testnet.ping.pub/stride",tx_page:"https://testnet.ping.pub/stride/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"sunrisetestnet",status:"live",network_type:"testnet",pretty_name:"Sunrise Testnet",chain_type:"cosmos",chain_id:"sunrise-test-0.1",bech32_prefix:"sunrise",daemon_name:"sunrised",node_home:"$HOME/.sunrise",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"urise",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uvrise"}]},codebase:{cosmos_sdk_version:"0.50.2"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg"},apis:{rpc:[{address:"https://a-node.sunrise-test-1.cauchye.net/",provider:"CauchyE"},{address:"https://b-node.sunrise-test-1.cauchye.net/",provider:"CauchyE"}],rest:[{address:"https://a-node.sunrise-test-1.cauchye.net:1318",provider:"CauchyE"},{address:"https://b-node.sunrise-test-1.cauchye.net:1318",provider:"CauchyE"}],grpc:[{address:"https://a.sunrise-test-1.cauchye.net:9092",provider:"CauchyE"},{address:"https://b.sunrise-test-1.cauchye.net:9092",provider:"CauchyE"}]},explorers:[],images:[{svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg",png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png"}]},{$schema:"../../chain.schema.json",chain_name:"swisstroniktestnet",chain_type:"cosmos",chain_id:"swisstronik_1291-1",pretty_name:"Swisstronik Testnet",status:"live",network_type:"testnet",bech32_prefix:"swtr",daemon_name:"swisstronikd",node_home:"$HOME/.swisstronik",key_algos:["secp256k1"],slip44:60,fees:{fee_tokens:[{denom:"aswtr",fixed_min_gas_price:7}]},staking:{staking_tokens:[{denom:"aswtr"}]},codebase:{cosmos_sdk_version:"0.47"},apis:{rpc:[{address:"https://rpc.testnet.swisstronik.com",provider:"Swisstronik"},{address:"https://testnet-swisstronik-rpc.genznodes.dev",provider:"genznodes"},{address:"https://rpc.swisstronik.comunitynode.my.id",provider:"ComunityNode"}],rest:[{address:"https://api.testnet.swisstronik.com",provider:"Swisstronik"},{address:"https://testnet-swisstronik-api.genznodes.dev",provider:"genznodes"},{address:"https://rest.swisstronik.comunitynode.my.id/",provider:"Comunitynode"}],grpc:[{address:"testnet-swisstronik-grpc.genznodes.dev:20090",provider:"genznodes"}],"evm-http-jsonrpc":[{address:"https://json-rpc.testnet.swisstronik.com",provider:"Swisstronik"},{address:"https://testnet-swisstronik-rpc-evm.genznodes.dev",provider:"genznodes"},{address:"https://evm.swisstronik.comunitynode.my.id",provider:"comunitynode"}]},explorers:[{kind:"ping.pub",url:"https://explorer-cosmos.testnet.swisstronik.com/swisstronik",tx_page:"https://explorer-cosmos.testnet.swisstronik.com/swisstronik/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"symphonytestnet",status:"live",network_type:"testnet",pretty_name:"Symphony Testnet",chain_type:"cosmos",chain_id:"symphony-testnet-3",bech32_prefix:"symphony",daemon_name:"symphonyd",node_home:"$HOME/.symphonyd",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"note",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"note"}]},codebase:{cosmos_sdk_version:"0.47.8",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://symphony.test.rpc.nodeshub.online/",provider:"Nodes Hub"},{address:"https://symphony-testnet-rpc.cogwheel.zone/",provider:"Cogwheel \u2699\uFE0F"}],rest:[{address:"https://symphony.test.api.nodeshub.online/",provider:"Nodes Hub"},{address:"https://symphony-testnet-api.cogwheel.zone/",provider:"Cogwheel \u2699\uFE0F"}],grpc:[{address:"https://symphony.test.grpc.nodeshub.online/",provider:"Nodes Hub"},{address:"https://symphony-testnet-grpc.cogwheel.zone:443",provider:"Cogwheel \u2699\uFE0F"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png"}]},{$schema:"../../chain.schema.json",chain_name:"synternettestnet",chain_type:"cosmos",chain_id:"amber-2",pretty_name:"Amber Public Testnet",status:"live",network_type:"testnet",bech32_prefix:"amber",daemon_name:"amberd",node_home:"$HOME/.amber",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uamber",fixed_min_gas_price:.01,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uamber"}]},codebase:{},apis:{rpc:[{address:"https://rpc-testnet.synternet.com/",provider:"Synternet"}],rest:[{address:"https://api-testnet.synternet.com/",provider:"Synternet"}]},explorers:[{kind:"Big Dipper",url:"https://explorer-testnet.synternet.com/",tx_page:"https://explorer-testnet.synternet.com/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"temporaltestnet",chain_type:"cosmos",chain_id:"temporal-test-2",pretty_name:"Temporal Testnet",status:"killed",network_type:"testnet",bech32_prefix:"temporal",daemon_name:"temporald",node_home:"$HOME/.temporal",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"utprl",fixed_min_gas_price:0}]},staking:{staking_tokens:[{denom:"utprl"}]},codebase:{},apis:{rpc:[{address:"https://rpc.yieldmos.com/temporal-test-2",provider:"Yieldmos"},{address:"https://testnet-temporal-rpc.lavenderfive.com:443",provider:"Lavender.Five"}],rest:[{address:"https://lcd.yieldmos.com/temporal-test-2",provider:"Yieldmos"},{address:"https://testnet-temporal-api.lavenderfive.com:443",provider:"Lavender.Five"}],grpc:[{address:"142.132.157.153:24190",provider:"Yieldmos"}]},explorers:[{kind:"ping.pub",url:"https://testnet.explorer.thesilverfox.pro/temporal",tx_page:"https://testnet.explorer.thesilverfox.pro/temporal/tx/${txHash}"},{kind:"Nodes.Guru",url:"https://testnet.temporal.explorers.guru",tx_page:"https://testnet.temporal.explorers.guru/transaction/${txHash}"},{kind:"ping.pub",url:"https://testnet.ping.pub/temporal",tx_page:"https://testnet.ping.pub/temporal/tx/${txHash}"}]},{$schema:"../chain.schema.json",chain_name:"terpnettestnet",status:"live",network_type:"testnet",pretty_name:"Terp-Network",chain_type:"cosmos",chain_id:"90u-4",bech32_prefix:"terp",daemon_name:"terpd",node_home:"$HOME/.terp",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uthiolx",fixed_min_gas_price:.5,low_gas_price:.75,average_gas_price:1,high_gas_price:1.25}]},staking:{staking_tokens:[{denom:"uterpx"}]},codebase:{},apis:{rpc:[{address:"https://testnet-rpc.terp.network:443/",provider:"Terpnet Foundation"},{address:"https://terp-testnet-rpc.itrocket.net:443/",provider:"itrocket"}],rest:[{address:"https://testnet-api.terp.network:443/",provider:"Terpnet Foundation"},{address:"https://terp-testnet-api.itrocket.net:443/",provider:"itrocket"}],grpc:[{address:"terp-testnet-grpc.itrocket.net/",provider:"itrocket"}]},explorers:[{kind:"Ping Pub",url:"https://explorer.nodestake.top/terp-testnet",tx_page:"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com",tx_page:"https://explorer.nodexcapital.com/terp/tx/${txHash}",account_page:"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}]},{$schema:"../chain.schema.json",chain_name:"terpnettestnet2",status:"live",network_type:"testnet",pretty_name:"Terp-Network",chain_type:"cosmos",chain_id:"90u-2",bech32_prefix:"terp",daemon_name:"terpd",node_home:"$HOME/.terp",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uthiolx",fixed_min_gas_price:.5,low_gas_price:.75,average_gas_price:1,high_gas_price:1.25}]},staking:{staking_tokens:[{denom:"uterpx"}]},codebase:{},apis:{rpc:[{address:"https://terp-testnet-rpc.itrocket.net:443/",provider:"itrocket"}],rest:[{address:"https://terp-testnet-api.itrocket.net:443/",provider:"itrocket"}],grpc:[{address:"terp-testnet-grpc.itrocket.net/",provider:"itrocket"}]},explorers:[{kind:"Ping Pub",url:"https://explorer.nodestake.top/terp-testnet",tx_page:"https://explorer.nodestake.top/terp-testnet/tx/${txHash}"},{kind:"NODEXPLORER",url:"https://explorer.nodexcapital.com",tx_page:"https://explorer.nodexcapital.com/terp/tx/${txHash}",account_page:"https://explorer.nodexcapital.com/terp/account/{$accountAddress}"}]},{$schema:"../../chain.schema.json",chain_name:"terra2testnet",status:"live",network_type:"testnet",website:"https://www.terra.money/",pretty_name:"Terra 2.0",chain_type:"cosmos",chain_id:"pisco-1",daemon_name:"terrad",node_home:"$HOME/.terra",bech32_prefix:"terra",slip44:330,fees:{fee_tokens:[{denom:"uluna",fixed_min_gas_price:.0125,low_gas_price:.0125,average_gas_price:.015,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uluna"}]},codebase:{},apis:{rpc:[{address:"https://pisco-rpc.terra.dev:443",provider:"Terraform Labs"},{address:"https://terra-testnet-rpc.polkachu.com:443",provider:"Polkachu"}],rest:[{address:"https://pisco-lcd.terra.dev:443",provider:"Terraform Labs"},{address:"https://terra-testnet-api.polkachu.com:443",provider:"Polkachu"}],grpc:[{address:"terra-testnet-grpc.polkachu.com:11790",provider:"Polkachu"}]},explorers:[{kind:"finder",url:"http://finder.terra.money/testnet/",tx_page:"https://finder.terra.money/testnet/tx/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"titantestnet",status:"live",network_type:"testnet",website:"https://titanlab.io/",pretty_name:"Titan Testnet",chain_type:"cosmos",chain_id:"titan_18889-1",bech32_prefix:"titan",node_home:"$HOME/.titand",daemon_name:"titand",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"atkx",fixed_min_gas_price:1e11,low_gas_price:1e11,average_gas_price:11e10,high_gas_price:2e11}]},staking:{staking_tokens:[{denom:"atkx"}]},codebase:{cosmos_sdk_version:"0.47.6-titan.4",cosmwasm_enabled:!0,cosmwasm_version:"0.45.0"},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.svg"}],apis:{rpc:[{address:"https://titan-testnet-rpc.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-rpc-1.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-rpc-2.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-rpc-3.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-rpc-4.titanlab.io:443",provider:"Titanlab.io"}],rest:[{address:"https://titan-testnet-lcd.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-lcd-1.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-lcd-2.titanlab.io:443",provider:"Titanlab.io"}],grpc:[],"evm-http-jsonrpc":[{address:"https://titan-testnet-json-rpc.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-json-rpc-1.titanlab.io:443",provider:"Titanlab.io"},{address:"https://titan-testnet-json-rpc-2.titanlab.io:443",provider:"Titanlab.io"}]},explorers:[{kind:"ping.pub",url:"https://titan-testnet-explorer-light.titanlab.io",tx_page:"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/tx/${txHash}",account_page:"https://titan-testnet-explorer-light.titanlab.io/Titan%20Testnet/account/${accountAddress}"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.png",svg:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/chain.svg"}},{$schema:"../../chain.schema.json",chain_name:"ulastestnet",status:"live",network_type:"testnet",pretty_name:"ULAS",chain_type:"cosmos",chain_id:"ulas",bech32_prefix:"ulas",daemon_name:"ulasd",node_home:"$HOME/.ulas",codebase:{},apis:{rpc:[{address:"http://65.49.204.199:26657",provider:"UlasNetwork"}],rest:[{address:"http://65.49.204.199:1317",provider:"UlasNetwork"}],grpc:[{address:"http://65.49.204.199:9090",provider:"UlasNetwork"}]},explorers:[{kind:"ulas-scan",url:"https://testnet-explorer.ulas.network",tx_page:"https://testnet-explorer.ulas.network/ulas/tx/${txHash}"}],slip44:118},{$schema:"../../chain.schema.json",chain_name:"uniontestnet",status:"live",network_type:"testnet",pretty_name:"Union Testnet",chain_type:"cosmos",chain_id:"union-testnet-8",bech32_prefix:"union",daemon_name:"uniond",node_home:"$HOME/.uniond",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"muno",fixed_min_gas_price:0,low_gas_price:.0025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"muno"}]},apis:{rpc:[{address:"https://rpc.testnet-8.union.build",provider:"union"},{address:"https://union-testnet-rpc.polkachu.com",provider:"Polkachu"},{address:"https://rpc-testnet-union.nodeist.net",provider:"Nodeist"},{address:"https://union-testnet-rpc.itrocket.net",provider:"ITRocket"}],rest:[{address:"https://rest.testnet-8.union.build",provider:"union"},{address:"https://union-testnet-api.polkachu.com",provider:"Polkachu"},{address:"https://api-testnet-union.nodeist.net",provider:"Nodeist"},{address:"https://union-testnet-api.itrocket.net",provider:"ITRocket"}],grpc:[{address:"grpc.testnet-8.union.build",provider:"union"},{address:"http://union-testnet-grpc.polkachu.com:24690",provider:"Polkachu"},{address:"https://grpc-testnet-union.nodeist.net",provider:"Nodeist"},{address:"http://union-testnet-grpc.itrocket.net:23090",provider:"ITRocket"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"},explorers:[{kind:"ping.pub",url:"https://explorer.testnet-8.union.build/union",tx_page:"https://explorer.testnet-8.union.build/union/tx/${txHash}",account_page:"https://explorer.testnet-8.union.build/union/account/${accountAddress}"},{kind:"explorers.guru",url:"https://testnet.union.explorers.guru",tx_page:"https://testnet.union.explorers.guru/transaction/${txHash}",account_page:"https://testnet.union.explorers.guru/account/${accountAddress}"}],keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png"}]},{$schema:"../../chain.schema.json",chain_name:"upticktestnet",status:"live",network_type:"testnet",website:"https://www.uptickproject.com/",pretty_name:"Uptick",chain_type:"cosmos",chain_id:"uptick_7000-2",bech32_prefix:"uptick",daemon_name:"uptickd",node_home:"$HOME/.uptickd",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"auptick",low_gas_price:0,average_gas_price:0,high_gas_price:0}]},codebase:{cosmos_sdk_version:"0.46.5"},apis:{rpc:[{address:"https://uptick-7000-2-rpc.staketab.org:443",provider:"Staketab"}],rest:[{address:"https://uptick-7000-2-rest.staketab.org",provider:"Staketab"}],grpc:[{address:"services.staketab.com:9004",provider:"Staketab"}]},explorers:[{kind:"ping.pub",url:"https://explorer.testnet.uptick.network/uptick-network-testnet",tx_page:"https://explorer.testnet.uptick.network/uptick-network-testnet/tx/${txHash}"},{kind:"Nodes.Guru",url:"https://uptick.explorers.guru/",tx_page:"https://uptick.explorers.guru/transaction/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"vincechaintestnet",status:"killed",network_type:"testnet",pretty_name:"VinceChain Testnet",chain_type:"cosmos",chain_id:"vince_1903-1",bech32_prefix:"vce",node_home:"$HOME/.vinced",slip44:60,key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],fees:{fee_tokens:[{denom:"avce",fixed_min_gas_price:25e7,low_gas_price:1e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"avce"}]},codebase:{},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"},apis:{rpc:[{address:"http://api-testnet.vincechain.com/:26657/",provider:"vincescan.com"}],rest:[{address:"http://lcd-testnet.vincechain.com/:1317/",provider:"vincescan.com"}],grpc:[],"evm-http-jsonrpc":[{address:"http://rpc-testnet.vincechain.com",provider:"vincescan.com"}]},explorers:[{kind:"blockscout",url:"https://scan-testnet.vincechain.com",tx_page:"https://scan-testnet.vincechain.com/tx/${txHash}"}],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/vincechaintestnet/images/vince.png"}]},{$schema:"../../chain.schema.json",chain_name:"wardenprotocoltestnet",status:"live",network_type:"testnet",pretty_name:"Warden Protocol Buenavista",chain_type:"cosmos",chain_id:"buenavista-1",bech32_prefix:"warden",daemon_name:"wardend",node_home:"$HOME/.warden",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uward",fixed_min_gas_price:.005,low_gas_price:.01,average_gas_price:.025,high_gas_price:.03}]},staking:{staking_tokens:[{denom:"uward"}]},codebase:{cosmos_sdk_version:"0.50",cosmwasm_enabled:!1},apis:{rpc:[{address:"https://rpc.buenavista.wardenprotocol.org/",provider:"Warden Protocol"}],rest:[{address:"https://api.buenavista.wardenprotocol.org/",provider:"Warden Protocol"}],grpc:[{address:"https://grpc.buenavista.wardenprotocol.org/",provider:"Warden Protocol"}]},logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png"},explorers:[],keywords:["testnet"],images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png"}]},{$schema:"../../chain.schema.json",chain_name:"wavehashtestnet",status:"live",network_type:"testnet",pretty_name:"wavehash Testnet",chain_type:"cosmos",chain_id:"INVALID-ID-wavehashtestnet-testnet-1",bech32_prefix:"wavehash",daemon_name:"wavehashd",node_home:"$HOME/.wavehash",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uwahax",low_gas_price:.0025,average_gas_price:.0025,high_gas_price:.0024}]},staking:{staking_tokens:[{denom:"uwahax"}]},codebase:{cosmos_sdk_version:"0.45",cosmwasm_enabled:!0,cosmwasm_version:"0.30"},apis:{rpc:[{address:"https://rpc.wavehash.online/",provider:"WaveHash Network"}],rest:[{address:"https://lcd.wavehash.online/",provider:"WaveHash Network"}],grpc:[{address:"https://grpc.wavehash.online/",provider:"WaveHash Network"}]},explorers:[{kind:"atomscan",url:"https://atomscan.com/directory/testnet/wavehashtestnet",tx_page:"https://atomscan.com/directory/testnet/wavehashtestnet/transactions/${txHash}"}]},{$schema:"../../chain.schema.json",chain_name:"xiontestnet",chain_id:"xion-testnet-1",pretty_name:"Xion Testnet",website:"https://burnt.com",status:"live",network_type:"testnet",chain_type:"cosmos",bech32_prefix:"xion",daemon_name:"xiond",node_home:"$HOME/.xiond",key_algos:["secp256k1"],slip44:118,fees:{fee_tokens:[{denom:"uxion",fixed_min_gas_price:.025,low_gas_price:.025,average_gas_price:.025,high_gas_price:.04}]},staking:{staking_tokens:[{denom:"uxion"}]},codebase:{},apis:{rpc:[{address:"https://testnet-burnt-rpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://xion-testnet-rpc.polkachu.com",provider:"polkachu"}],rest:[{address:"https://testnet-burnt-api.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"https://xion-testnet-api.polkachu.com",provider:"polkachu"}],grpc:[{address:"https://testnet-burnt-grpc.lavenderfive.com",provider:"Lavender.Five Nodes \u{1F41D}"},{address:"xion-testnet-grpc.polkachu.com:22390",provider:"polkachu"}]},images:[{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png"}],logo_URIs:{png:"https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt.png"},keywords:["xion","burnt","testnet"]},{$schema:"../../chain.schema.json",chain_name:"zetachaintestnet",status:"live",network_type:"testnet",pretty_name:"ZetaChain Testnet",chain_type:"cosmos",chain_id:"athens_7001-1",bech32_prefix:"zeta",daemon_name:"zetacored",node_home:"$HOME/.zetacored",key_algos:["ethsecp256k1"],extra_codecs:["ethermint"],slip44:60,fees:{fee_tokens:[{denom:"azeta",low_gas_price:2e10,average_gas_price:25e9,high_gas_price:4e10}]},staking:{staking_tokens:[{denom:"azeta"}]},codebase:{cosmos_sdk_version:"0.46"},apis:{rpc:[{address:"https://zetachain-athens.blockpi.network/rpc/v1/public",provider:"BlockPI"},{address:"https://zetachain-testnet-archive.allthatnode.com:26657",provider:"All That Node"}],rest:[{address:"https://zetachain-athens.blockpi.network/lcd/v1/public",provider:"BlockPI"},{address:"https://zetachain-testnet-archive.allthatnode.com:1317",provider:"All That Node"}]},explorers:[{kind:"ZetaScan",url:"https://athens.explorer.zetachain.com/",tx_page:"https://athens.explorer.zetachain.com/cc/tx/${txHash}"},{kind:"BlockScout",url:"https://zetachain-athens-3.blockscout.com/",tx_page:"https://zetachain-athens-3.blockscout.com/tx/${txHash}"}]}];var Eo={chain_name:"solana",chain_id:"solana",pretty_name:"Solana",network_type:"mainnet",website:"https://solana.com",bech32_prefix:"",daemon_name:"",node_home:"",codebase:{git_repo:"https://github.com/solana-labs/solana"},logo_URIs:{png:"https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/solana/asset/sol.png"},apis:{rpc:[{address:"https://api.mainnet-beta.solana.com",provider:"Solana Foundation"},{address:"https://mainnet.helius-rpc.com/?api-key=6cadbc95-3333-488f-a187-21ffd0c5fef3",provider:"Helius"}]},explorers:[{kind:"blockchain",url:"https://explorer.solana.com",tx_page:"https://explorer.solana.com/tx/${txHash}",account_page:"https://explorer.solana.com/address/${accountAddress}"},{kind:"Solscan",url:"https://solscan.io",tx_page:"https://solscan.io/tx/${txHash}",account_page:"https://solscan.io/account/${accountAddress}"}],images:[{png:"https://raw.githubusercontent.com/cosmostation/chainlist/main/chain/solana/asset/sol.png"}]},Oo=[Eo],Bo=new Set(Ts.map(e=>e.chain_id)),Do=Oo.filter(e=>!Bo.has(e.chain_id));function es(){return [...Ts,...Do]}function ss(){return initiaRegistry.chains}function Cs(e,s){return k(this,null,function*(){for(let t of e)try{let o=(()=>{switch(s){case"rpc":return new URL("health",t).toString();case"rest":return new URL("cosmos/base/tendermint/v1beta1/node_info",t).toString();default:throw new Error(`Unknown endpoint type: ${s}`)}})(),r=yield fetch(o);if(r.ok)return t;console.error(`Error: ${t} responded with status ${r.status}`);}catch(o){console.error(`Failed to fetch ${t}: ${o.message}`);}return console.error("No working endpoints found."),null})}function Us(){return {from:"",newOwner:""}}var oe={typeUrl:"/circle.cctp.v1.MsgUpdateOwner",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.newOwner!==""&&s.uint32(18).string(e.newOwner),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Us();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.newOwner=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",newOwner:a(e.newOwner)?String(e.newOwner):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.newOwner!==void 0&&(s.newOwner=e.newOwner),s},fromPartial(e){var t,o;let s=Us();return s.from=(t=e.from)!=null?t:"",s.newOwner=(o=e.newOwner)!=null?o:"",s},fromAmino(e){let s=Us();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.new_owner!==void 0&&e.new_owner!==null&&(s.newOwner=e.new_owner),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.new_owner=e.newOwner===""?void 0:e.newOwner,s},fromAminoMsg(e){return oe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateOwner",value:oe.toAmino(e)}},fromProtoMsg(e){return oe.decode(e.value)},toProto(e){return oe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateOwner",value:oe.encode(e).finish()}}};function Ns(){return {from:"",newAttesterManager:""}}var ne={typeUrl:"/circle.cctp.v1.MsgUpdateAttesterManager",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.newAttesterManager!==""&&s.uint32(18).string(e.newAttesterManager),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ns();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.newAttesterManager=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",newAttesterManager:a(e.newAttesterManager)?String(e.newAttesterManager):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.newAttesterManager!==void 0&&(s.newAttesterManager=e.newAttesterManager),s},fromPartial(e){var t,o;let s=Ns();return s.from=(t=e.from)!=null?t:"",s.newAttesterManager=(o=e.newAttesterManager)!=null?o:"",s},fromAmino(e){let s=Ns();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.new_attester_manager!==void 0&&e.new_attester_manager!==null&&(s.newAttesterManager=e.new_attester_manager),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.new_attester_manager=e.newAttesterManager===""?void 0:e.newAttesterManager,s},fromAminoMsg(e){return ne.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateAttesterManager",value:ne.toAmino(e)}},fromProtoMsg(e){return ne.decode(e.value)},toProto(e){return ne.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateAttesterManager",value:ne.encode(e).finish()}}};function $s(){return {from:"",newTokenController:""}}var ae={typeUrl:"/circle.cctp.v1.MsgUpdateTokenController",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.newTokenController!==""&&s.uint32(18).string(e.newTokenController),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=$s();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.newTokenController=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",newTokenController:a(e.newTokenController)?String(e.newTokenController):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.newTokenController!==void 0&&(s.newTokenController=e.newTokenController),s},fromPartial(e){var t,o;let s=$s();return s.from=(t=e.from)!=null?t:"",s.newTokenController=(o=e.newTokenController)!=null?o:"",s},fromAmino(e){let s=$s();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.new_token_controller!==void 0&&e.new_token_controller!==null&&(s.newTokenController=e.new_token_controller),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.new_token_controller=e.newTokenController===""?void 0:e.newTokenController,s},fromAminoMsg(e){return ae.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateTokenController",value:ae.toAmino(e)}},fromProtoMsg(e){return ae.decode(e.value)},toProto(e){return ae.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateTokenController",value:ae.encode(e).finish()}}};function Es(){return {from:"",newPauser:""}}var ie={typeUrl:"/circle.cctp.v1.MsgUpdatePauser",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.newPauser!==""&&s.uint32(18).string(e.newPauser),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Es();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.newPauser=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",newPauser:a(e.newPauser)?String(e.newPauser):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.newPauser!==void 0&&(s.newPauser=e.newPauser),s},fromPartial(e){var t,o;let s=Es();return s.from=(t=e.from)!=null?t:"",s.newPauser=(o=e.newPauser)!=null?o:"",s},fromAmino(e){let s=Es();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.new_pauser!==void 0&&e.new_pauser!==null&&(s.newPauser=e.new_pauser),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.new_pauser=e.newPauser===""?void 0:e.newPauser,s},fromAminoMsg(e){return ie.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdatePauser",value:ie.toAmino(e)}},fromProtoMsg(e){return ie.decode(e.value)},toProto(e){return ie.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdatePauser",value:ie.encode(e).finish()}}};function Os(){return {from:""}}var ce={typeUrl:"/circle.cctp.v1.MsgAcceptOwner",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Os();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),s},fromPartial(e){var t;let s=Os();return s.from=(t=e.from)!=null?t:"",s},fromAmino(e){let s=Os();return e.from!==void 0&&e.from!==null&&(s.from=e.from),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s},fromAminoMsg(e){return ce.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/AcceptOwner",value:ce.toAmino(e)}},fromProtoMsg(e){return ce.decode(e.value)},toProto(e){return ce.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgAcceptOwner",value:ce.encode(e).finish()}}};function Bs(){return {from:"",attester:""}}var pe={typeUrl:"/circle.cctp.v1.MsgEnableAttester",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.attester!==""&&s.uint32(18).string(e.attester),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Bs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.attester=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",attester:a(e.attester)?String(e.attester):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.attester!==void 0&&(s.attester=e.attester),s},fromPartial(e){var t,o;let s=Bs();return s.from=(t=e.from)!=null?t:"",s.attester=(o=e.attester)!=null?o:"",s},fromAmino(e){let s=Bs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.attester!==void 0&&e.attester!==null&&(s.attester=e.attester),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.attester=e.attester===""?void 0:e.attester,s},fromAminoMsg(e){return pe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/EnableAttester",value:pe.toAmino(e)}},fromProtoMsg(e){return pe.decode(e.value)},toProto(e){return pe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgEnableAttester",value:pe.encode(e).finish()}}};function Ds(){return {from:"",attester:""}}var de={typeUrl:"/circle.cctp.v1.MsgDisableAttester",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.attester!==""&&s.uint32(18).string(e.attester),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ds();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.attester=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",attester:a(e.attester)?String(e.attester):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.attester!==void 0&&(s.attester=e.attester),s},fromPartial(e){var t,o;let s=Ds();return s.from=(t=e.from)!=null?t:"",s.attester=(o=e.attester)!=null?o:"",s},fromAmino(e){let s=Ds();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.attester!==void 0&&e.attester!==null&&(s.attester=e.attester),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.attester=e.attester===""?void 0:e.attester,s},fromAminoMsg(e){return de.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DisableAttester",value:de.toAmino(e)}},fromProtoMsg(e){return de.decode(e.value)},toProto(e){return de.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDisableAttester",value:de.encode(e).finish()}}};function Hs(){return {from:""}}var me={typeUrl:"/circle.cctp.v1.MsgPauseBurningAndMinting",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Hs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),s},fromPartial(e){var t;let s=Hs();return s.from=(t=e.from)!=null?t:"",s},fromAmino(e){let s=Hs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s},fromAminoMsg(e){return me.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/PauseBurningAndMinting",value:me.toAmino(e)}},fromProtoMsg(e){return me.decode(e.value)},toProto(e){return me.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgPauseBurningAndMinting",value:me.encode(e).finish()}}};function zs(){return {from:""}}var ge={typeUrl:"/circle.cctp.v1.MsgUnpauseBurningAndMinting",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=zs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),s},fromPartial(e){var t;let s=zs();return s.from=(t=e.from)!=null?t:"",s},fromAmino(e){let s=zs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s},fromAminoMsg(e){return ge.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnpauseBurningAndMinting",value:ge.toAmino(e)}},fromProtoMsg(e){return ge.decode(e.value)},toProto(e){return ge.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnpauseBurningAndMinting",value:ge.encode(e).finish()}}};function Vs(){return {from:""}}var ue={typeUrl:"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Vs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),s},fromPartial(e){var t;let s=Vs();return s.from=(t=e.from)!=null?t:"",s},fromAmino(e){let s=Vs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s},fromAminoMsg(e){return ue.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/PauseSendingAndReceivingMessages",value:ue.toAmino(e)}},fromProtoMsg(e){return ue.decode(e.value)},toProto(e){return ue.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",value:ue.encode(e).finish()}}};function Is(){return {from:""}}var he={typeUrl:"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Is();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),s},fromPartial(e){var t;let s=Is();return s.from=(t=e.from)!=null?t:"",s},fromAmino(e){let s=Is();return e.from!==void 0&&e.from!==null&&(s.from=e.from),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s},fromAminoMsg(e){return he.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnpauseSendingAndReceivingMessages",value:he.toAmino(e)}},fromProtoMsg(e){return he.decode(e.value)},toProto(e){return he.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",value:he.encode(e).finish()}}};function Fs(){return {from:"",messageSize:g__default.default.UZERO}}var le={typeUrl:"/circle.cctp.v1.MsgUpdateMaxMessageBodySize",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.messageSize.isZero()||s.uint32(16).uint64(e.messageSize),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Fs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.messageSize=t.uint64();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",messageSize:a(e.messageSize)?g__default.default.fromValue(e.messageSize):g__default.default.UZERO}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.messageSize!==void 0&&(s.messageSize=(e.messageSize||g__default.default.UZERO).toString()),s},fromPartial(e){var t;let s=Fs();return s.from=(t=e.from)!=null?t:"",s.messageSize=e.messageSize!==void 0&&e.messageSize!==null?g__default.default.fromValue(e.messageSize):g__default.default.UZERO,s},fromAmino(e){let s=Fs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.message_size!==void 0&&e.message_size!==null&&(s.messageSize=g__default.default.fromString(e.message_size)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.message_size=e.messageSize.isZero()?void 0:e.messageSize.toString(),s},fromAminoMsg(e){return le.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateMaxMessageBodySize",value:le.toAmino(e)}},fromProtoMsg(e){return le.decode(e.value)},toProto(e){return le.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateMaxMessageBodySize",value:le.encode(e).finish()}}};function Ws(){return {from:"",localToken:"",amount:""}}var ve={typeUrl:"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.localToken!==""&&s.uint32(18).string(e.localToken),e.amount!==""&&s.uint32(26).string(e.amount),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ws();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.localToken=t.string();break;case 3:r.amount=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",localToken:a(e.localToken)?String(e.localToken):"",amount:a(e.amount)?String(e.amount):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.localToken!==void 0&&(s.localToken=e.localToken),e.amount!==void 0&&(s.amount=e.amount),s},fromPartial(e){var t,o,r;let s=Ws();return s.from=(t=e.from)!=null?t:"",s.localToken=(o=e.localToken)!=null?o:"",s.amount=(r=e.amount)!=null?r:"",s},fromAmino(e){let s=Ws();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.local_token!==void 0&&e.local_token!==null&&(s.localToken=e.local_token),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.local_token=e.localToken===""?void 0:e.localToken,s.amount=e.amount===""?void 0:e.amount,s},fromAminoMsg(e){return ve.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SetMaxBurnAmountPerMessage",value:ve.toAmino(e)}},fromProtoMsg(e){return ve.decode(e.value)},toProto(e){return ve.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",value:ve.encode(e).finish()}}};function Ls(){return {from:"",amount:"",destinationDomain:0,mintRecipient:new Uint8Array,burnToken:""}}var j={typeUrl:"/circle.cctp.v1.MsgDepositForBurn",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.amount!==""&&s.uint32(18).string(e.amount),e.destinationDomain!==0&&s.uint32(24).uint32(e.destinationDomain),e.mintRecipient.length!==0&&s.uint32(34).bytes(e.mintRecipient),e.burnToken!==""&&s.uint32(42).string(e.burnToken),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ls();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.amount=t.string();break;case 3:r.destinationDomain=t.uint32();break;case 4:r.mintRecipient=t.bytes();break;case 5:r.burnToken=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",amount:a(e.amount)?String(e.amount):"",destinationDomain:a(e.destinationDomain)?Number(e.destinationDomain):0,mintRecipient:a(e.mintRecipient)?v(e.mintRecipient):new Uint8Array,burnToken:a(e.burnToken)?String(e.burnToken):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.amount!==void 0&&(s.amount=e.amount),e.destinationDomain!==void 0&&(s.destinationDomain=Math.round(e.destinationDomain)),e.mintRecipient!==void 0&&(s.mintRecipient=_(e.mintRecipient!==void 0?e.mintRecipient:new Uint8Array)),e.burnToken!==void 0&&(s.burnToken=e.burnToken),s},fromPartial(e){var t,o,r,n,i;let s=Ls();return s.from=(t=e.from)!=null?t:"",s.amount=(o=e.amount)!=null?o:"",s.destinationDomain=(r=e.destinationDomain)!=null?r:0,s.mintRecipient=(n=e.mintRecipient)!=null?n:new Uint8Array,s.burnToken=(i=e.burnToken)!=null?i:"",s},fromAmino(e){let s=Ls();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),e.destination_domain!==void 0&&e.destination_domain!==null&&(s.destinationDomain=e.destination_domain),e.mint_recipient!==void 0&&e.mint_recipient!==null&&(s.mintRecipient=v(e.mint_recipient)),e.burn_token!==void 0&&e.burn_token!==null&&(s.burnToken=e.burn_token),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.amount=e.amount===""?void 0:e.amount,s.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,s.mint_recipient=e.mintRecipient?_(e.mintRecipient):void 0,s.burn_token=e.burnToken===""?void 0:e.burnToken,s},fromAminoMsg(e){return j.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DepositForBurn",value:j.toAmino(e)}},fromProtoMsg(e){return j.decode(e.value)},toProto(e){return j.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDepositForBurn",value:j.encode(e).finish()}}};function qs(){return {from:"",amount:"",destinationDomain:0,mintRecipient:new Uint8Array,burnToken:"",destinationCaller:new Uint8Array}}var K={typeUrl:"/circle.cctp.v1.MsgDepositForBurnWithCaller",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.amount!==""&&s.uint32(18).string(e.amount),e.destinationDomain!==0&&s.uint32(24).uint32(e.destinationDomain),e.mintRecipient.length!==0&&s.uint32(34).bytes(e.mintRecipient),e.burnToken!==""&&s.uint32(42).string(e.burnToken),e.destinationCaller.length!==0&&s.uint32(50).bytes(e.destinationCaller),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=qs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.amount=t.string();break;case 3:r.destinationDomain=t.uint32();break;case 4:r.mintRecipient=t.bytes();break;case 5:r.burnToken=t.string();break;case 6:r.destinationCaller=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",amount:a(e.amount)?String(e.amount):"",destinationDomain:a(e.destinationDomain)?Number(e.destinationDomain):0,mintRecipient:a(e.mintRecipient)?v(e.mintRecipient):new Uint8Array,burnToken:a(e.burnToken)?String(e.burnToken):"",destinationCaller:a(e.destinationCaller)?v(e.destinationCaller):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.amount!==void 0&&(s.amount=e.amount),e.destinationDomain!==void 0&&(s.destinationDomain=Math.round(e.destinationDomain)),e.mintRecipient!==void 0&&(s.mintRecipient=_(e.mintRecipient!==void 0?e.mintRecipient:new Uint8Array)),e.burnToken!==void 0&&(s.burnToken=e.burnToken),e.destinationCaller!==void 0&&(s.destinationCaller=_(e.destinationCaller!==void 0?e.destinationCaller:new Uint8Array)),s},fromPartial(e){var t,o,r,n,i,c;let s=qs();return s.from=(t=e.from)!=null?t:"",s.amount=(o=e.amount)!=null?o:"",s.destinationDomain=(r=e.destinationDomain)!=null?r:0,s.mintRecipient=(n=e.mintRecipient)!=null?n:new Uint8Array,s.burnToken=(i=e.burnToken)!=null?i:"",s.destinationCaller=(c=e.destinationCaller)!=null?c:new Uint8Array,s},fromAmino(e){let s=qs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),e.destination_domain!==void 0&&e.destination_domain!==null&&(s.destinationDomain=e.destination_domain),e.mint_recipient!==void 0&&e.mint_recipient!==null&&(s.mintRecipient=v(e.mint_recipient)),e.burn_token!==void 0&&e.burn_token!==null&&(s.burnToken=e.burn_token),e.destination_caller!==void 0&&e.destination_caller!==null&&(s.destinationCaller=v(e.destination_caller)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.amount=e.amount===""?void 0:e.amount,s.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,s.mint_recipient=e.mintRecipient?_(e.mintRecipient):void 0,s.burn_token=e.burnToken===""?void 0:e.burnToken,s.destination_caller=e.destinationCaller?_(e.destinationCaller):void 0,s},fromAminoMsg(e){return K.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/DepositForBurnWithCaller",value:K.toAmino(e)}},fromProtoMsg(e){return K.decode(e.value)},toProto(e){return K.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgDepositForBurnWithCaller",value:K.encode(e).finish()}}};function Js(){return {from:"",originalMessage:new Uint8Array,originalAttestation:new Uint8Array,newDestinationCaller:new Uint8Array,newMintRecipient:new Uint8Array}}var _e={typeUrl:"/circle.cctp.v1.MsgReplaceDepositForBurn",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.originalMessage.length!==0&&s.uint32(18).bytes(e.originalMessage),e.originalAttestation.length!==0&&s.uint32(26).bytes(e.originalAttestation),e.newDestinationCaller.length!==0&&s.uint32(34).bytes(e.newDestinationCaller),e.newMintRecipient.length!==0&&s.uint32(42).bytes(e.newMintRecipient),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Js();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.originalMessage=t.bytes();break;case 3:r.originalAttestation=t.bytes();break;case 4:r.newDestinationCaller=t.bytes();break;case 5:r.newMintRecipient=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",originalMessage:a(e.originalMessage)?v(e.originalMessage):new Uint8Array,originalAttestation:a(e.originalAttestation)?v(e.originalAttestation):new Uint8Array,newDestinationCaller:a(e.newDestinationCaller)?v(e.newDestinationCaller):new Uint8Array,newMintRecipient:a(e.newMintRecipient)?v(e.newMintRecipient):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.originalMessage!==void 0&&(s.originalMessage=_(e.originalMessage!==void 0?e.originalMessage:new Uint8Array)),e.originalAttestation!==void 0&&(s.originalAttestation=_(e.originalAttestation!==void 0?e.originalAttestation:new Uint8Array)),e.newDestinationCaller!==void 0&&(s.newDestinationCaller=_(e.newDestinationCaller!==void 0?e.newDestinationCaller:new Uint8Array)),e.newMintRecipient!==void 0&&(s.newMintRecipient=_(e.newMintRecipient!==void 0?e.newMintRecipient:new Uint8Array)),s},fromPartial(e){var t,o,r,n,i;let s=Js();return s.from=(t=e.from)!=null?t:"",s.originalMessage=(o=e.originalMessage)!=null?o:new Uint8Array,s.originalAttestation=(r=e.originalAttestation)!=null?r:new Uint8Array,s.newDestinationCaller=(n=e.newDestinationCaller)!=null?n:new Uint8Array,s.newMintRecipient=(i=e.newMintRecipient)!=null?i:new Uint8Array,s},fromAmino(e){let s=Js();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.original_message!==void 0&&e.original_message!==null&&(s.originalMessage=v(e.original_message)),e.original_attestation!==void 0&&e.original_attestation!==null&&(s.originalAttestation=v(e.original_attestation)),e.new_destination_caller!==void 0&&e.new_destination_caller!==null&&(s.newDestinationCaller=v(e.new_destination_caller)),e.new_mint_recipient!==void 0&&e.new_mint_recipient!==null&&(s.newMintRecipient=v(e.new_mint_recipient)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.original_message=e.originalMessage?_(e.originalMessage):void 0,s.original_attestation=e.originalAttestation?_(e.originalAttestation):void 0,s.new_destination_caller=e.newDestinationCaller?_(e.newDestinationCaller):void 0,s.new_mint_recipient=e.newMintRecipient?_(e.newMintRecipient):void 0,s},fromAminoMsg(e){return _e.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReplaceDepositForBurn",value:_e.toAmino(e)}},fromProtoMsg(e){return _e.decode(e.value)},toProto(e){return _e.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReplaceDepositForBurn",value:_e.encode(e).finish()}}};function js(){return {from:"",message:new Uint8Array,attestation:new Uint8Array}}var ke={typeUrl:"/circle.cctp.v1.MsgReceiveMessage",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.message.length!==0&&s.uint32(18).bytes(e.message),e.attestation.length!==0&&s.uint32(26).bytes(e.attestation),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=js();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.message=t.bytes();break;case 3:r.attestation=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",message:a(e.message)?v(e.message):new Uint8Array,attestation:a(e.attestation)?v(e.attestation):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.message!==void 0&&(s.message=_(e.message!==void 0?e.message:new Uint8Array)),e.attestation!==void 0&&(s.attestation=_(e.attestation!==void 0?e.attestation:new Uint8Array)),s},fromPartial(e){var t,o,r;let s=js();return s.from=(t=e.from)!=null?t:"",s.message=(o=e.message)!=null?o:new Uint8Array,s.attestation=(r=e.attestation)!=null?r:new Uint8Array,s},fromAmino(e){let s=js();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.message!==void 0&&e.message!==null&&(s.message=v(e.message)),e.attestation!==void 0&&e.attestation!==null&&(s.attestation=v(e.attestation)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.message=e.message?_(e.message):void 0,s.attestation=e.attestation?_(e.attestation):void 0,s},fromAminoMsg(e){return ke.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReceiveMessage",value:ke.toAmino(e)}},fromProtoMsg(e){return ke.decode(e.value)},toProto(e){return ke.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReceiveMessage",value:ke.encode(e).finish()}}};function Ks(){return {from:"",destinationDomain:0,recipient:new Uint8Array,messageBody:new Uint8Array}}var fe={typeUrl:"/circle.cctp.v1.MsgSendMessage",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.destinationDomain!==0&&s.uint32(16).uint32(e.destinationDomain),e.recipient.length!==0&&s.uint32(26).bytes(e.recipient),e.messageBody.length!==0&&s.uint32(34).bytes(e.messageBody),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ks();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.destinationDomain=t.uint32();break;case 3:r.recipient=t.bytes();break;case 4:r.messageBody=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",destinationDomain:a(e.destinationDomain)?Number(e.destinationDomain):0,recipient:a(e.recipient)?v(e.recipient):new Uint8Array,messageBody:a(e.messageBody)?v(e.messageBody):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.destinationDomain!==void 0&&(s.destinationDomain=Math.round(e.destinationDomain)),e.recipient!==void 0&&(s.recipient=_(e.recipient!==void 0?e.recipient:new Uint8Array)),e.messageBody!==void 0&&(s.messageBody=_(e.messageBody!==void 0?e.messageBody:new Uint8Array)),s},fromPartial(e){var t,o,r,n;let s=Ks();return s.from=(t=e.from)!=null?t:"",s.destinationDomain=(o=e.destinationDomain)!=null?o:0,s.recipient=(r=e.recipient)!=null?r:new Uint8Array,s.messageBody=(n=e.messageBody)!=null?n:new Uint8Array,s},fromAmino(e){let s=Ks();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.destination_domain!==void 0&&e.destination_domain!==null&&(s.destinationDomain=e.destination_domain),e.recipient!==void 0&&e.recipient!==null&&(s.recipient=v(e.recipient)),e.message_body!==void 0&&e.message_body!==null&&(s.messageBody=v(e.message_body)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,s.recipient=e.recipient?_(e.recipient):void 0,s.message_body=e.messageBody?_(e.messageBody):void 0,s},fromAminoMsg(e){return fe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SendMessage",value:fe.toAmino(e)}},fromProtoMsg(e){return fe.decode(e.value)},toProto(e){return fe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSendMessage",value:fe.encode(e).finish()}}};function Gs(){return {from:"",destinationDomain:0,recipient:new Uint8Array,messageBody:new Uint8Array,destinationCaller:new Uint8Array}}var xe={typeUrl:"/circle.cctp.v1.MsgSendMessageWithCaller",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.destinationDomain!==0&&s.uint32(16).uint32(e.destinationDomain),e.recipient.length!==0&&s.uint32(26).bytes(e.recipient),e.messageBody.length!==0&&s.uint32(34).bytes(e.messageBody),e.destinationCaller.length!==0&&s.uint32(42).bytes(e.destinationCaller),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Gs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.destinationDomain=t.uint32();break;case 3:r.recipient=t.bytes();break;case 4:r.messageBody=t.bytes();break;case 5:r.destinationCaller=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",destinationDomain:a(e.destinationDomain)?Number(e.destinationDomain):0,recipient:a(e.recipient)?v(e.recipient):new Uint8Array,messageBody:a(e.messageBody)?v(e.messageBody):new Uint8Array,destinationCaller:a(e.destinationCaller)?v(e.destinationCaller):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.destinationDomain!==void 0&&(s.destinationDomain=Math.round(e.destinationDomain)),e.recipient!==void 0&&(s.recipient=_(e.recipient!==void 0?e.recipient:new Uint8Array)),e.messageBody!==void 0&&(s.messageBody=_(e.messageBody!==void 0?e.messageBody:new Uint8Array)),e.destinationCaller!==void 0&&(s.destinationCaller=_(e.destinationCaller!==void 0?e.destinationCaller:new Uint8Array)),s},fromPartial(e){var t,o,r,n,i;let s=Gs();return s.from=(t=e.from)!=null?t:"",s.destinationDomain=(o=e.destinationDomain)!=null?o:0,s.recipient=(r=e.recipient)!=null?r:new Uint8Array,s.messageBody=(n=e.messageBody)!=null?n:new Uint8Array,s.destinationCaller=(i=e.destinationCaller)!=null?i:new Uint8Array,s},fromAmino(e){let s=Gs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.destination_domain!==void 0&&e.destination_domain!==null&&(s.destinationDomain=e.destination_domain),e.recipient!==void 0&&e.recipient!==null&&(s.recipient=v(e.recipient)),e.message_body!==void 0&&e.message_body!==null&&(s.messageBody=v(e.message_body)),e.destination_caller!==void 0&&e.destination_caller!==null&&(s.destinationCaller=v(e.destination_caller)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.destination_domain=e.destinationDomain===0?void 0:e.destinationDomain,s.recipient=e.recipient?_(e.recipient):void 0,s.message_body=e.messageBody?_(e.messageBody):void 0,s.destination_caller=e.destinationCaller?_(e.destinationCaller):void 0,s},fromAminoMsg(e){return xe.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/SendMessageWithCaller",value:xe.toAmino(e)}},fromProtoMsg(e){return xe.decode(e.value)},toProto(e){return xe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgSendMessageWithCaller",value:xe.encode(e).finish()}}};function Zs(){return {from:"",originalMessage:new Uint8Array,originalAttestation:new Uint8Array,newMessageBody:new Uint8Array,newDestinationCaller:new Uint8Array}}var ye={typeUrl:"/circle.cctp.v1.MsgReplaceMessage",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.originalMessage.length!==0&&s.uint32(18).bytes(e.originalMessage),e.originalAttestation.length!==0&&s.uint32(26).bytes(e.originalAttestation),e.newMessageBody.length!==0&&s.uint32(34).bytes(e.newMessageBody),e.newDestinationCaller.length!==0&&s.uint32(42).bytes(e.newDestinationCaller),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Zs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.originalMessage=t.bytes();break;case 3:r.originalAttestation=t.bytes();break;case 4:r.newMessageBody=t.bytes();break;case 5:r.newDestinationCaller=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",originalMessage:a(e.originalMessage)?v(e.originalMessage):new Uint8Array,originalAttestation:a(e.originalAttestation)?v(e.originalAttestation):new Uint8Array,newMessageBody:a(e.newMessageBody)?v(e.newMessageBody):new Uint8Array,newDestinationCaller:a(e.newDestinationCaller)?v(e.newDestinationCaller):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.originalMessage!==void 0&&(s.originalMessage=_(e.originalMessage!==void 0?e.originalMessage:new Uint8Array)),e.originalAttestation!==void 0&&(s.originalAttestation=_(e.originalAttestation!==void 0?e.originalAttestation:new Uint8Array)),e.newMessageBody!==void 0&&(s.newMessageBody=_(e.newMessageBody!==void 0?e.newMessageBody:new Uint8Array)),e.newDestinationCaller!==void 0&&(s.newDestinationCaller=_(e.newDestinationCaller!==void 0?e.newDestinationCaller:new Uint8Array)),s},fromPartial(e){var t,o,r,n,i;let s=Zs();return s.from=(t=e.from)!=null?t:"",s.originalMessage=(o=e.originalMessage)!=null?o:new Uint8Array,s.originalAttestation=(r=e.originalAttestation)!=null?r:new Uint8Array,s.newMessageBody=(n=e.newMessageBody)!=null?n:new Uint8Array,s.newDestinationCaller=(i=e.newDestinationCaller)!=null?i:new Uint8Array,s},fromAmino(e){let s=Zs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.original_message!==void 0&&e.original_message!==null&&(s.originalMessage=v(e.original_message)),e.original_attestation!==void 0&&e.original_attestation!==null&&(s.originalAttestation=v(e.original_attestation)),e.new_message_body!==void 0&&e.new_message_body!==null&&(s.newMessageBody=v(e.new_message_body)),e.new_destination_caller!==void 0&&e.new_destination_caller!==null&&(s.newDestinationCaller=v(e.new_destination_caller)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.original_message=e.originalMessage?_(e.originalMessage):void 0,s.original_attestation=e.originalAttestation?_(e.originalAttestation):void 0,s.new_message_body=e.newMessageBody?_(e.newMessageBody):void 0,s.new_destination_caller=e.newDestinationCaller?_(e.newDestinationCaller):void 0,s},fromAminoMsg(e){return ye.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/ReplaceMessage",value:ye.toAmino(e)}},fromProtoMsg(e){return ye.decode(e.value)},toProto(e){return ye.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgReplaceMessage",value:ye.encode(e).finish()}}};function Xs(){return {from:"",amount:0}}var Ae={typeUrl:"/circle.cctp.v1.MsgUpdateSignatureThreshold",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.amount!==0&&s.uint32(16).uint32(e.amount),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Xs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.amount=t.uint32();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",amount:a(e.amount)?Number(e.amount):0}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.amount!==void 0&&(s.amount=Math.round(e.amount)),s},fromPartial(e){var t,o;let s=Xs();return s.from=(t=e.from)!=null?t:"",s.amount=(o=e.amount)!=null?o:0,s},fromAmino(e){let s=Xs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.amount=e.amount===0?void 0:e.amount,s},fromAminoMsg(e){return Ae.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UpdateSignatureThreshold",value:Ae.toAmino(e)}},fromProtoMsg(e){return Ae.decode(e.value)},toProto(e){return Ae.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUpdateSignatureThreshold",value:Ae.encode(e).finish()}}};function Qs(){return {from:"",remoteDomain:0,remoteToken:new Uint8Array,localToken:""}}var Me={typeUrl:"/circle.cctp.v1.MsgLinkTokenPair",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.remoteDomain!==0&&s.uint32(16).uint32(e.remoteDomain),e.remoteToken.length!==0&&s.uint32(26).bytes(e.remoteToken),e.localToken!==""&&s.uint32(34).string(e.localToken),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Qs();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.remoteDomain=t.uint32();break;case 3:r.remoteToken=t.bytes();break;case 4:r.localToken=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",remoteDomain:a(e.remoteDomain)?Number(e.remoteDomain):0,remoteToken:a(e.remoteToken)?v(e.remoteToken):new Uint8Array,localToken:a(e.localToken)?String(e.localToken):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.remoteDomain!==void 0&&(s.remoteDomain=Math.round(e.remoteDomain)),e.remoteToken!==void 0&&(s.remoteToken=_(e.remoteToken!==void 0?e.remoteToken:new Uint8Array)),e.localToken!==void 0&&(s.localToken=e.localToken),s},fromPartial(e){var t,o,r,n;let s=Qs();return s.from=(t=e.from)!=null?t:"",s.remoteDomain=(o=e.remoteDomain)!=null?o:0,s.remoteToken=(r=e.remoteToken)!=null?r:new Uint8Array,s.localToken=(n=e.localToken)!=null?n:"",s},fromAmino(e){let s=Qs();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.remote_domain!==void 0&&e.remote_domain!==null&&(s.remoteDomain=e.remote_domain),e.remote_token!==void 0&&e.remote_token!==null&&(s.remoteToken=v(e.remote_token)),e.local_token!==void 0&&e.local_token!==null&&(s.localToken=e.local_token),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.remote_domain=e.remoteDomain===0?void 0:e.remoteDomain,s.remote_token=e.remoteToken?_(e.remoteToken):void 0,s.local_token=e.localToken===""?void 0:e.localToken,s},fromAminoMsg(e){return Me.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/LinkTokenPair",value:Me.toAmino(e)}},fromProtoMsg(e){return Me.decode(e.value)},toProto(e){return Me.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgLinkTokenPair",value:Me.encode(e).finish()}}};function Ys(){return {from:"",remoteDomain:0,remoteToken:new Uint8Array,localToken:""}}var be={typeUrl:"/circle.cctp.v1.MsgUnlinkTokenPair",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.remoteDomain!==0&&s.uint32(16).uint32(e.remoteDomain),e.remoteToken.length!==0&&s.uint32(26).bytes(e.remoteToken),e.localToken!==""&&s.uint32(34).string(e.localToken),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=Ys();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.remoteDomain=t.uint32();break;case 3:r.remoteToken=t.bytes();break;case 4:r.localToken=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",remoteDomain:a(e.remoteDomain)?Number(e.remoteDomain):0,remoteToken:a(e.remoteToken)?v(e.remoteToken):new Uint8Array,localToken:a(e.localToken)?String(e.localToken):""}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.remoteDomain!==void 0&&(s.remoteDomain=Math.round(e.remoteDomain)),e.remoteToken!==void 0&&(s.remoteToken=_(e.remoteToken!==void 0?e.remoteToken:new Uint8Array)),e.localToken!==void 0&&(s.localToken=e.localToken),s},fromPartial(e){var t,o,r,n;let s=Ys();return s.from=(t=e.from)!=null?t:"",s.remoteDomain=(o=e.remoteDomain)!=null?o:0,s.remoteToken=(r=e.remoteToken)!=null?r:new Uint8Array,s.localToken=(n=e.localToken)!=null?n:"",s},fromAmino(e){let s=Ys();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.remote_domain!==void 0&&e.remote_domain!==null&&(s.remoteDomain=e.remote_domain),e.remote_token!==void 0&&e.remote_token!==null&&(s.remoteToken=v(e.remote_token)),e.local_token!==void 0&&e.local_token!==null&&(s.localToken=e.local_token),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.remote_domain=e.remoteDomain===0?void 0:e.remoteDomain,s.remote_token=e.remoteToken?_(e.remoteToken):void 0,s.local_token=e.localToken===""?void 0:e.localToken,s},fromAminoMsg(e){return be.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/UnlinkTokenPair",value:be.toAmino(e)}},fromProtoMsg(e){return be.decode(e.value)},toProto(e){return be.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgUnlinkTokenPair",value:be.encode(e).finish()}}};function et(){return {from:"",domainId:0,address:new Uint8Array}}var we={typeUrl:"/circle.cctp.v1.MsgAddRemoteTokenMessenger",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.domainId!==0&&s.uint32(16).uint32(e.domainId),e.address.length!==0&&s.uint32(26).bytes(e.address),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=et();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.domainId=t.uint32();break;case 3:r.address=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",domainId:a(e.domainId)?Number(e.domainId):0,address:a(e.address)?v(e.address):new Uint8Array}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.domainId!==void 0&&(s.domainId=Math.round(e.domainId)),e.address!==void 0&&(s.address=_(e.address!==void 0?e.address:new Uint8Array)),s},fromPartial(e){var t,o,r;let s=et();return s.from=(t=e.from)!=null?t:"",s.domainId=(o=e.domainId)!=null?o:0,s.address=(r=e.address)!=null?r:new Uint8Array,s},fromAmino(e){let s=et();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.domain_id!==void 0&&e.domain_id!==null&&(s.domainId=e.domain_id),e.address!==void 0&&e.address!==null&&(s.address=v(e.address)),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.domain_id=e.domainId===0?void 0:e.domainId,s.address=e.address?_(e.address):void 0,s},fromAminoMsg(e){return we.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/AddRemoteTokenMessenger",value:we.toAmino(e)}},fromProtoMsg(e){return we.decode(e.value)},toProto(e){return we.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgAddRemoteTokenMessenger",value:we.encode(e).finish()}}};function st(){return {from:"",domainId:0}}var Se={typeUrl:"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",encode(e,s=d__namespace.Writer.create()){return e.from!==""&&s.uint32(10).string(e.from),e.domainId!==0&&s.uint32(16).uint32(e.domainId),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=st();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.from=t.string();break;case 2:r.domainId=t.uint32();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {from:a(e.from)?String(e.from):"",domainId:a(e.domainId)?Number(e.domainId):0}},toJSON(e){let s={};return e.from!==void 0&&(s.from=e.from),e.domainId!==void 0&&(s.domainId=Math.round(e.domainId)),s},fromPartial(e){var t,o;let s=st();return s.from=(t=e.from)!=null?t:"",s.domainId=(o=e.domainId)!=null?o:0,s},fromAmino(e){let s=st();return e.from!==void 0&&e.from!==null&&(s.from=e.from),e.domain_id!==void 0&&e.domain_id!==null&&(s.domainId=e.domain_id),s},toAmino(e){let s={};return s.from=e.from===""?void 0:e.from,s.domain_id=e.domainId===0?void 0:e.domainId,s},fromAminoMsg(e){return Se.fromAmino(e.value)},toAminoMsg(e){return {type:"cctp/RemoveRemoteTokenMessenger",value:Se.toAmino(e)}},fromProtoMsg(e){return Se.decode(e.value)},toProto(e){return Se.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",value:Se.encode(e).finish()}}};var sr=[["/circle.cctp.v1.MsgAcceptOwner",ce],["/circle.cctp.v1.MsgAddRemoteTokenMessenger",we],["/circle.cctp.v1.MsgDepositForBurn",j],["/circle.cctp.v1.MsgDepositForBurnWithCaller",K],["/circle.cctp.v1.MsgDisableAttester",de],["/circle.cctp.v1.MsgEnableAttester",pe],["/circle.cctp.v1.MsgLinkTokenPair",Me],["/circle.cctp.v1.MsgPauseBurningAndMinting",me],["/circle.cctp.v1.MsgPauseSendingAndReceivingMessages",ue],["/circle.cctp.v1.MsgReceiveMessage",ke],["/circle.cctp.v1.MsgRemoveRemoteTokenMessenger",Se],["/circle.cctp.v1.MsgReplaceDepositForBurn",_e],["/circle.cctp.v1.MsgReplaceMessage",ye],["/circle.cctp.v1.MsgSendMessage",fe],["/circle.cctp.v1.MsgSendMessageWithCaller",xe],["/circle.cctp.v1.MsgUnlinkTokenPair",be],["/circle.cctp.v1.MsgUnpauseBurningAndMinting",ge],["/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages",he],["/circle.cctp.v1.MsgUpdateOwner",oe],["/circle.cctp.v1.MsgUpdateAttesterManager",ne],["/circle.cctp.v1.MsgUpdateTokenController",ae],["/circle.cctp.v1.MsgUpdatePauser",ie],["/circle.cctp.v1.MsgUpdateMaxMessageBodySize",le],["/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage",ve],["/circle.cctp.v1.MsgUpdateSignatureThreshold",Ae]];var tr={"/circle.cctp.v1.MsgAcceptOwner":{aminoType:"cctp/AcceptOwner",toAmino:ce.toAmino,fromAmino:ce.fromAmino},"/circle.cctp.v1.MsgAddRemoteTokenMessenger":{aminoType:"cctp/AddRemoteTokenMessenger",toAmino:we.toAmino,fromAmino:we.fromAmino},"/circle.cctp.v1.MsgDepositForBurn":{aminoType:"cctp/DepositForBurn",toAmino:j.toAmino,fromAmino:j.fromAmino},"/circle.cctp.v1.MsgDepositForBurnWithCaller":{aminoType:"cctp/DepositForBurnWithCaller",toAmino:K.toAmino,fromAmino:K.fromAmino},"/circle.cctp.v1.MsgDisableAttester":{aminoType:"cctp/DisableAttester",toAmino:de.toAmino,fromAmino:de.fromAmino},"/circle.cctp.v1.MsgEnableAttester":{aminoType:"cctp/EnableAttester",toAmino:pe.toAmino,fromAmino:pe.fromAmino},"/circle.cctp.v1.MsgLinkTokenPair":{aminoType:"cctp/LinkTokenPair",toAmino:Me.toAmino,fromAmino:Me.fromAmino},"/circle.cctp.v1.MsgPauseBurningAndMinting":{aminoType:"cctp/PauseBurningAndMinting",toAmino:me.toAmino,fromAmino:me.fromAmino},"/circle.cctp.v1.MsgPauseSendingAndReceivingMessages":{aminoType:"cctp/PauseSendingAndReceivingMessages",toAmino:ue.toAmino,fromAmino:ue.fromAmino},"/circle.cctp.v1.MsgReceiveMessage":{aminoType:"cctp/ReceiveMessage",toAmino:ke.toAmino,fromAmino:ke.fromAmino},"/circle.cctp.v1.MsgRemoveRemoteTokenMessenger":{aminoType:"cctp/RemoveRemoteTokenMessenger",toAmino:Se.toAmino,fromAmino:Se.fromAmino},"/circle.cctp.v1.MsgReplaceDepositForBurn":{aminoType:"cctp/ReplaceDepositForBurn",toAmino:_e.toAmino,fromAmino:_e.fromAmino},"/circle.cctp.v1.MsgReplaceMessage":{aminoType:"cctp/ReplaceMessage",toAmino:ye.toAmino,fromAmino:ye.fromAmino},"/circle.cctp.v1.MsgSendMessage":{aminoType:"cctp/SendMessage",toAmino:fe.toAmino,fromAmino:fe.fromAmino},"/circle.cctp.v1.MsgSendMessageWithCaller":{aminoType:"cctp/SendMessageWithCaller",toAmino:xe.toAmino,fromAmino:xe.fromAmino},"/circle.cctp.v1.MsgUnlinkTokenPair":{aminoType:"cctp/UnlinkTokenPair",toAmino:be.toAmino,fromAmino:be.fromAmino},"/circle.cctp.v1.MsgUnpauseBurningAndMinting":{aminoType:"cctp/UnpauseBurningAndMinting",toAmino:ge.toAmino,fromAmino:ge.fromAmino},"/circle.cctp.v1.MsgUnpauseSendingAndReceivingMessages":{aminoType:"cctp/UnpauseSendingAndReceivingMessages",toAmino:he.toAmino,fromAmino:he.fromAmino},"/circle.cctp.v1.MsgUpdateOwner":{aminoType:"cctp/UpdateOwner",toAmino:oe.toAmino,fromAmino:oe.fromAmino},"/circle.cctp.v1.MsgUpdateAttesterManager":{aminoType:"cctp/UpdateAttesterManager",toAmino:ne.toAmino,fromAmino:ne.fromAmino},"/circle.cctp.v1.MsgUpdateTokenController":{aminoType:"cctp/UpdateTokenController",toAmino:ae.toAmino,fromAmino:ae.fromAmino},"/circle.cctp.v1.MsgUpdatePauser":{aminoType:"cctp/UpdatePauser",toAmino:ie.toAmino,fromAmino:ie.fromAmino},"/circle.cctp.v1.MsgUpdateMaxMessageBodySize":{aminoType:"cctp/UpdateMaxMessageBodySize",toAmino:le.toAmino,fromAmino:le.fromAmino},"/circle.cctp.v1.MsgSetMaxBurnAmountPerMessage":{aminoType:"cctp/SetMaxBurnAmountPerMessage",toAmino:ve.toAmino,fromAmino:ve.fromAmino},"/circle.cctp.v1.MsgUpdateSignatureThreshold":{aminoType:"cctp/UpdateSignatureThreshold",toAmino:Ae.toAmino,fromAmino:Ae.fromAmino}};var rr=R({},tr),or=[...sr];function tt(){return {denom:"",amount:""}}var l={typeUrl:"/cosmos.base.v1beta1.Coin",encode(e,s=d__namespace.Writer.create()){return e.denom!==""&&s.uint32(10).string(e.denom),e.amount!==""&&s.uint32(18).string(e.amount),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=tt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.denom=t.string();break;case 2:r.amount=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {denom:a(e.denom)?String(e.denom):"",amount:a(e.amount)?String(e.amount):""}},toJSON(e){let s={};return e.denom!==void 0&&(s.denom=e.denom),e.amount!==void 0&&(s.amount=e.amount),s},fromPartial(e){var t,o;let s=tt();return s.denom=(t=e.denom)!=null?t:"",s.amount=(o=e.amount)!=null?o:"",s},fromAmino(e){let s=tt();return e.denom!==void 0&&e.denom!==null&&(s.denom=e.denom),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),s},toAmino(e){var t;let s={};return s.denom=e.denom===""?void 0:e.denom,s.amount=(t=e.amount)!=null?t:"",s},fromAminoMsg(e){return l.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/Coin",value:l.toAmino(e)}},fromProtoMsg(e){return l.decode(e.value)},toProto(e){return l.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.base.v1beta1.Coin",value:l.encode(e).finish()}}};function rt(){return {enableErc20:!1,enableEvmHook:!1}}var H={typeUrl:"/evmos.erc20.v1.Params",encode(e,s=d__namespace.Writer.create()){return e.enableErc20===!0&&s.uint32(8).bool(e.enableErc20),e.enableEvmHook===!0&&s.uint32(16).bool(e.enableEvmHook),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=rt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.enableErc20=t.bool();break;case 2:r.enableEvmHook=t.bool();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {enableErc20:a(e.enableErc20)?!!e.enableErc20:!1,enableEvmHook:a(e.enableEvmHook)?!!e.enableEvmHook:!1}},toJSON(e){let s={};return e.enableErc20!==void 0&&(s.enableErc20=e.enableErc20),e.enableEvmHook!==void 0&&(s.enableEvmHook=e.enableEvmHook),s},fromPartial(e){var t,o;let s=rt();return s.enableErc20=(t=e.enableErc20)!=null?t:!1,s.enableEvmHook=(o=e.enableEvmHook)!=null?o:!1,s},fromAmino(e){let s=rt();return e.enable_erc20!==void 0&&e.enable_erc20!==null&&(s.enableErc20=e.enable_erc20),e.enable_evm_hook!==void 0&&e.enable_evm_hook!==null&&(s.enableEvmHook=e.enable_evm_hook),s},toAmino(e){let s={};return s.enable_erc20=e.enableErc20===!1?void 0:e.enableErc20,s.enable_evm_hook=e.enableEvmHook===!1?void 0:e.enableEvmHook,s},fromAminoMsg(e){return H.fromAmino(e.value)},toAminoMsg(e){return {type:"erc20/Params",value:H.toAmino(e)}},fromProtoMsg(e){return H.decode(e.value)},toProto(e){return H.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.Params",value:H.encode(e).finish()}}};function ot(){return {coin:l.fromPartial({}),receiver:"",sender:""}}var Re={typeUrl:"/evmos.erc20.v1.MsgConvertCoin",encode(e,s=d__namespace.Writer.create()){return e.coin!==void 0&&l.encode(e.coin,s.uint32(10).fork()).ldelim(),e.receiver!==""&&s.uint32(18).string(e.receiver),e.sender!==""&&s.uint32(26).string(e.sender),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=ot();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.coin=l.decode(t,t.uint32());break;case 2:r.receiver=t.string();break;case 3:r.sender=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {coin:a(e.coin)?l.fromJSON(e.coin):void 0,receiver:a(e.receiver)?String(e.receiver):"",sender:a(e.sender)?String(e.sender):""}},toJSON(e){let s={};return e.coin!==void 0&&(s.coin=e.coin?l.toJSON(e.coin):void 0),e.receiver!==void 0&&(s.receiver=e.receiver),e.sender!==void 0&&(s.sender=e.sender),s},fromPartial(e){var t,o;let s=ot();return s.coin=e.coin!==void 0&&e.coin!==null?l.fromPartial(e.coin):void 0,s.receiver=(t=e.receiver)!=null?t:"",s.sender=(o=e.sender)!=null?o:"",s},fromAmino(e){let s=ot();return e.coin!==void 0&&e.coin!==null&&(s.coin=l.fromAmino(e.coin)),e.receiver!==void 0&&e.receiver!==null&&(s.receiver=e.receiver),e.sender!==void 0&&e.sender!==null&&(s.sender=e.sender),s},toAmino(e){let s={};return s.coin=e.coin?l.toAmino(e.coin):void 0,s.receiver=e.receiver===""?void 0:e.receiver,s.sender=e.sender===""?void 0:e.sender,s},fromAminoMsg(e){return Re.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertCoin",value:Re.toAmino(e)}},fromProtoMsg(e){return Re.decode(e.value)},toProto(e){return Re.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgConvertCoin",value:Re.encode(e).finish()}}};function nt(){return {contractAddress:"",amount:"",receiver:"",sender:""}}var Pe={typeUrl:"/evmos.erc20.v1.MsgConvertERC20",encode(e,s=d__namespace.Writer.create()){return e.contractAddress!==""&&s.uint32(10).string(e.contractAddress),e.amount!==""&&s.uint32(18).string(e.amount),e.receiver!==""&&s.uint32(26).string(e.receiver),e.sender!==""&&s.uint32(34).string(e.sender),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=nt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.contractAddress=t.string();break;case 2:r.amount=t.string();break;case 3:r.receiver=t.string();break;case 4:r.sender=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {contractAddress:a(e.contractAddress)?String(e.contractAddress):"",amount:a(e.amount)?String(e.amount):"",receiver:a(e.receiver)?String(e.receiver):"",sender:a(e.sender)?String(e.sender):""}},toJSON(e){let s={};return e.contractAddress!==void 0&&(s.contractAddress=e.contractAddress),e.amount!==void 0&&(s.amount=e.amount),e.receiver!==void 0&&(s.receiver=e.receiver),e.sender!==void 0&&(s.sender=e.sender),s},fromPartial(e){var t,o,r,n;let s=nt();return s.contractAddress=(t=e.contractAddress)!=null?t:"",s.amount=(o=e.amount)!=null?o:"",s.receiver=(r=e.receiver)!=null?r:"",s.sender=(n=e.sender)!=null?n:"",s},fromAmino(e){let s=nt();return e.contract_address!==void 0&&e.contract_address!==null&&(s.contractAddress=e.contract_address),e.amount!==void 0&&e.amount!==null&&(s.amount=e.amount),e.receiver!==void 0&&e.receiver!==null&&(s.receiver=e.receiver),e.sender!==void 0&&e.sender!==null&&(s.sender=e.sender),s},toAmino(e){let s={};return s.contract_address=e.contractAddress===""?void 0:e.contractAddress,s.amount=e.amount===""?void 0:e.amount,s.receiver=e.receiver===""?void 0:e.receiver,s.sender=e.sender===""?void 0:e.sender,s},fromAminoMsg(e){return Pe.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertERC20",value:Pe.toAmino(e)}},fromProtoMsg(e){return Pe.decode(e.value)},toProto(e){return Pe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgConvertERC20",value:Pe.encode(e).finish()}}};function at(){return {authority:"",params:H.fromPartial({})}}var Te={typeUrl:"/evmos.erc20.v1.MsgUpdateParams",encode(e,s=d__namespace.Writer.create()){return e.authority!==""&&s.uint32(10).string(e.authority),e.params!==void 0&&H.encode(e.params,s.uint32(18).fork()).ldelim(),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=at();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.authority=t.string();break;case 2:r.params=H.decode(t,t.uint32());break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {authority:a(e.authority)?String(e.authority):"",params:a(e.params)?H.fromJSON(e.params):void 0}},toJSON(e){let s={};return e.authority!==void 0&&(s.authority=e.authority),e.params!==void 0&&(s.params=e.params?H.toJSON(e.params):void 0),s},fromPartial(e){var t;let s=at();return s.authority=(t=e.authority)!=null?t:"",s.params=e.params!==void 0&&e.params!==null?H.fromPartial(e.params):void 0,s},fromAmino(e){let s=at();return e.authority!==void 0&&e.authority!==null&&(s.authority=e.authority),e.params!==void 0&&e.params!==null&&(s.params=H.fromAmino(e.params)),s},toAmino(e){let s={};return s.authority=e.authority===""?void 0:e.authority,s.params=e.params?H.toAmino(e.params):void 0,s},fromAminoMsg(e){return Te.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/erc20/MsgUpdateParams",value:Te.toAmino(e)}},fromProtoMsg(e){return Te.decode(e.value)},toProto(e){return Te.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.erc20.v1.MsgUpdateParams",value:Te.encode(e).finish()}}};var nr=[["/evmos.erc20.v1.MsgConvertCoin",Re],["/evmos.erc20.v1.MsgConvertERC20",Pe],["/evmos.erc20.v1.MsgUpdateParams",Te]];function it(){return {stakingRewards:"",usageIncentives:"",communityPool:""}}var z={typeUrl:"/evmos.inflation.v1.InflationDistribution",encode(e,s=d__namespace.Writer.create()){return e.stakingRewards!==""&&s.uint32(10).string(math.Decimal.fromUserInput(e.stakingRewards,18).atomics),e.usageIncentives!==""&&s.uint32(18).string(math.Decimal.fromUserInput(e.usageIncentives,18).atomics),e.communityPool!==""&&s.uint32(26).string(math.Decimal.fromUserInput(e.communityPool,18).atomics),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=it();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.stakingRewards=math.Decimal.fromAtomics(t.string(),18).toString();break;case 2:r.usageIncentives=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:r.communityPool=math.Decimal.fromAtomics(t.string(),18).toString();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {stakingRewards:a(e.stakingRewards)?String(e.stakingRewards):"",usageIncentives:a(e.usageIncentives)?String(e.usageIncentives):"",communityPool:a(e.communityPool)?String(e.communityPool):""}},toJSON(e){let s={};return e.stakingRewards!==void 0&&(s.stakingRewards=e.stakingRewards),e.usageIncentives!==void 0&&(s.usageIncentives=e.usageIncentives),e.communityPool!==void 0&&(s.communityPool=e.communityPool),s},fromPartial(e){var t,o,r;let s=it();return s.stakingRewards=(t=e.stakingRewards)!=null?t:"",s.usageIncentives=(o=e.usageIncentives)!=null?o:"",s.communityPool=(r=e.communityPool)!=null?r:"",s},fromAmino(e){let s=it();return e.staking_rewards!==void 0&&e.staking_rewards!==null&&(s.stakingRewards=e.staking_rewards),e.usage_incentives!==void 0&&e.usage_incentives!==null&&(s.usageIncentives=e.usage_incentives),e.community_pool!==void 0&&e.community_pool!==null&&(s.communityPool=e.community_pool),s},toAmino(e){let s={};return s.staking_rewards=C(e.stakingRewards)===""?void 0:C(e.stakingRewards),s.usage_incentives=C(e.usageIncentives)===""?void 0:C(e.usageIncentives),s.community_pool=C(e.communityPool)===""?void 0:C(e.communityPool),s},fromAminoMsg(e){return z.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/InflationDistribution",value:z.toAmino(e)}},fromProtoMsg(e){return z.decode(e.value)},toProto(e){return z.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.InflationDistribution",value:z.encode(e).finish()}}};function ct(){return {a:"",r:"",c:"",bondingTarget:"",maxVariance:""}}var V={typeUrl:"/evmos.inflation.v1.ExponentialCalculation",encode(e,s=d__namespace.Writer.create()){return e.a!==""&&s.uint32(10).string(math.Decimal.fromUserInput(e.a,18).atomics),e.r!==""&&s.uint32(18).string(math.Decimal.fromUserInput(e.r,18).atomics),e.c!==""&&s.uint32(26).string(math.Decimal.fromUserInput(e.c,18).atomics),e.bondingTarget!==""&&s.uint32(34).string(math.Decimal.fromUserInput(e.bondingTarget,18).atomics),e.maxVariance!==""&&s.uint32(42).string(math.Decimal.fromUserInput(e.maxVariance,18).atomics),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=ct();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.a=math.Decimal.fromAtomics(t.string(),18).toString();break;case 2:r.r=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:r.c=math.Decimal.fromAtomics(t.string(),18).toString();break;case 4:r.bondingTarget=math.Decimal.fromAtomics(t.string(),18).toString();break;case 5:r.maxVariance=math.Decimal.fromAtomics(t.string(),18).toString();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {a:a(e.a)?String(e.a):"",r:a(e.r)?String(e.r):"",c:a(e.c)?String(e.c):"",bondingTarget:a(e.bondingTarget)?String(e.bondingTarget):"",maxVariance:a(e.maxVariance)?String(e.maxVariance):""}},toJSON(e){let s={};return e.a!==void 0&&(s.a=e.a),e.r!==void 0&&(s.r=e.r),e.c!==void 0&&(s.c=e.c),e.bondingTarget!==void 0&&(s.bondingTarget=e.bondingTarget),e.maxVariance!==void 0&&(s.maxVariance=e.maxVariance),s},fromPartial(e){var t,o,r,n,i;let s=ct();return s.a=(t=e.a)!=null?t:"",s.r=(o=e.r)!=null?o:"",s.c=(r=e.c)!=null?r:"",s.bondingTarget=(n=e.bondingTarget)!=null?n:"",s.maxVariance=(i=e.maxVariance)!=null?i:"",s},fromAmino(e){let s=ct();return e.a!==void 0&&e.a!==null&&(s.a=e.a),e.r!==void 0&&e.r!==null&&(s.r=e.r),e.c!==void 0&&e.c!==null&&(s.c=e.c),e.bonding_target!==void 0&&e.bonding_target!==null&&(s.bondingTarget=e.bonding_target),e.max_variance!==void 0&&e.max_variance!==null&&(s.maxVariance=e.max_variance),s},toAmino(e){let s={};return s.a=C(e.a)===""?void 0:C(e.a),s.r=C(e.r)===""?void 0:C(e.r),s.c=C(e.c)===""?void 0:C(e.c),s.bonding_target=C(e.bondingTarget)===""?void 0:C(e.bondingTarget),s.max_variance=C(e.maxVariance)===""?void 0:C(e.maxVariance),s},fromAminoMsg(e){return V.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/ExponentialCalculation",value:V.toAmino(e)}},fromProtoMsg(e){return V.decode(e.value)},toProto(e){return V.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.ExponentialCalculation",value:V.encode(e).finish()}}};function pt(){return {mintDenom:"",exponentialCalculation:V.fromPartial({}),inflationDistribution:z.fromPartial({}),enableInflation:!1}}var I={typeUrl:"/evmos.inflation.v1.Params",encode(e,s=d__namespace.Writer.create()){return e.mintDenom!==""&&s.uint32(10).string(e.mintDenom),e.exponentialCalculation!==void 0&&V.encode(e.exponentialCalculation,s.uint32(18).fork()).ldelim(),e.inflationDistribution!==void 0&&z.encode(e.inflationDistribution,s.uint32(26).fork()).ldelim(),e.enableInflation===!0&&s.uint32(32).bool(e.enableInflation),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=pt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.mintDenom=t.string();break;case 2:r.exponentialCalculation=V.decode(t,t.uint32());break;case 3:r.inflationDistribution=z.decode(t,t.uint32());break;case 4:r.enableInflation=t.bool();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {mintDenom:a(e.mintDenom)?String(e.mintDenom):"",exponentialCalculation:a(e.exponentialCalculation)?V.fromJSON(e.exponentialCalculation):void 0,inflationDistribution:a(e.inflationDistribution)?z.fromJSON(e.inflationDistribution):void 0,enableInflation:a(e.enableInflation)?!!e.enableInflation:!1}},toJSON(e){let s={};return e.mintDenom!==void 0&&(s.mintDenom=e.mintDenom),e.exponentialCalculation!==void 0&&(s.exponentialCalculation=e.exponentialCalculation?V.toJSON(e.exponentialCalculation):void 0),e.inflationDistribution!==void 0&&(s.inflationDistribution=e.inflationDistribution?z.toJSON(e.inflationDistribution):void 0),e.enableInflation!==void 0&&(s.enableInflation=e.enableInflation),s},fromPartial(e){var t,o;let s=pt();return s.mintDenom=(t=e.mintDenom)!=null?t:"",s.exponentialCalculation=e.exponentialCalculation!==void 0&&e.exponentialCalculation!==null?V.fromPartial(e.exponentialCalculation):void 0,s.inflationDistribution=e.inflationDistribution!==void 0&&e.inflationDistribution!==null?z.fromPartial(e.inflationDistribution):void 0,s.enableInflation=(o=e.enableInflation)!=null?o:!1,s},fromAmino(e){let s=pt();return e.mint_denom!==void 0&&e.mint_denom!==null&&(s.mintDenom=e.mint_denom),e.exponential_calculation!==void 0&&e.exponential_calculation!==null&&(s.exponentialCalculation=V.fromAmino(e.exponential_calculation)),e.inflation_distribution!==void 0&&e.inflation_distribution!==null&&(s.inflationDistribution=z.fromAmino(e.inflation_distribution)),e.enable_inflation!==void 0&&e.enable_inflation!==null&&(s.enableInflation=e.enable_inflation),s},toAmino(e){let s={};return s.mint_denom=e.mintDenom===""?void 0:e.mintDenom,s.exponential_calculation=e.exponentialCalculation?V.toAmino(e.exponentialCalculation):void 0,s.inflation_distribution=e.inflationDistribution?z.toAmino(e.inflationDistribution):void 0,s.enable_inflation=e.enableInflation===!1?void 0:e.enableInflation,s},fromAminoMsg(e){return I.fromAmino(e.value)},toAminoMsg(e){return {type:"inflation/Params",value:I.toAmino(e)}},fromProtoMsg(e){return I.decode(e.value)},toProto(e){return I.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.Params",value:I.encode(e).finish()}}};function dt(){return {authority:"",params:I.fromPartial({})}}var Ce={typeUrl:"/evmos.inflation.v1.MsgUpdateParams",encode(e,s=d__namespace.Writer.create()){return e.authority!==""&&s.uint32(10).string(e.authority),e.params!==void 0&&I.encode(e.params,s.uint32(18).fork()).ldelim(),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=dt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.authority=t.string();break;case 2:r.params=I.decode(t,t.uint32());break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {authority:a(e.authority)?String(e.authority):"",params:a(e.params)?I.fromJSON(e.params):void 0}},toJSON(e){let s={};return e.authority!==void 0&&(s.authority=e.authority),e.params!==void 0&&(s.params=e.params?I.toJSON(e.params):void 0),s},fromPartial(e){var t;let s=dt();return s.authority=(t=e.authority)!=null?t:"",s.params=e.params!==void 0&&e.params!==null?I.fromPartial(e.params):void 0,s},fromAmino(e){let s=dt();return e.authority!==void 0&&e.authority!==null&&(s.authority=e.authority),e.params!==void 0&&e.params!==null&&(s.params=I.fromAmino(e.params)),s},toAmino(e){let s={};return s.authority=e.authority===""?void 0:e.authority,s.params=e.params?I.toAmino(e.params):void 0,s},fromAminoMsg(e){return Ce.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/inflation/MsgUpdateParams",value:Ce.toAmino(e)}},fromProtoMsg(e){return Ce.decode(e.value)},toProto(e){return Ce.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.inflation.v1.MsgUpdateParams",value:Ce.encode(e).finish()}}};var ar=[["/evmos.inflation.v1.MsgUpdateParams",Ce]];function mt(){return {enableRevenue:!1,developerShares:"",addrDerivationCostCreate:g__default.default.UZERO}}var F={typeUrl:"/evmos.revenue.v1.Params",encode(e,s=d__namespace.Writer.create()){return e.enableRevenue===!0&&s.uint32(8).bool(e.enableRevenue),e.developerShares!==""&&s.uint32(18).string(math.Decimal.fromUserInput(e.developerShares,18).atomics),e.addrDerivationCostCreate.isZero()||s.uint32(24).uint64(e.addrDerivationCostCreate),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=mt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.enableRevenue=t.bool();break;case 2:r.developerShares=math.Decimal.fromAtomics(t.string(),18).toString();break;case 3:r.addrDerivationCostCreate=t.uint64();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {enableRevenue:a(e.enableRevenue)?!!e.enableRevenue:!1,developerShares:a(e.developerShares)?String(e.developerShares):"",addrDerivationCostCreate:a(e.addrDerivationCostCreate)?g__default.default.fromValue(e.addrDerivationCostCreate):g__default.default.UZERO}},toJSON(e){let s={};return e.enableRevenue!==void 0&&(s.enableRevenue=e.enableRevenue),e.developerShares!==void 0&&(s.developerShares=e.developerShares),e.addrDerivationCostCreate!==void 0&&(s.addrDerivationCostCreate=(e.addrDerivationCostCreate||g__default.default.UZERO).toString()),s},fromPartial(e){var t,o;let s=mt();return s.enableRevenue=(t=e.enableRevenue)!=null?t:!1,s.developerShares=(o=e.developerShares)!=null?o:"",s.addrDerivationCostCreate=e.addrDerivationCostCreate!==void 0&&e.addrDerivationCostCreate!==null?g__default.default.fromValue(e.addrDerivationCostCreate):g__default.default.UZERO,s},fromAmino(e){let s=mt();return e.enable_revenue!==void 0&&e.enable_revenue!==null&&(s.enableRevenue=e.enable_revenue),e.developer_shares!==void 0&&e.developer_shares!==null&&(s.developerShares=e.developer_shares),e.addr_derivation_cost_create!==void 0&&e.addr_derivation_cost_create!==null&&(s.addrDerivationCostCreate=g__default.default.fromString(e.addr_derivation_cost_create)),s},toAmino(e){let s={};return s.enable_revenue=e.enableRevenue===!1?void 0:e.enableRevenue,s.developer_shares=C(e.developerShares)===""?void 0:C(e.developerShares),s.addr_derivation_cost_create=e.addrDerivationCostCreate.isZero()?void 0:e.addrDerivationCostCreate.toString(),s},fromAminoMsg(e){return F.fromAmino(e.value)},toAminoMsg(e){return {type:"revenue/Params",value:F.toAmino(e)}},fromProtoMsg(e){return F.decode(e.value)},toProto(e){return F.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.Params",value:F.encode(e).finish()}}};function gt(){return {contractAddress:"",deployerAddress:"",withdrawerAddress:"",nonces:[]}}var Ue={typeUrl:"/evmos.revenue.v1.MsgRegisterRevenue",encode(e,s=d__namespace.Writer.create()){e.contractAddress!==""&&s.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&s.uint32(18).string(e.deployerAddress),e.withdrawerAddress!==""&&s.uint32(26).string(e.withdrawerAddress),s.uint32(34).fork();for(let t of e.nonces)s.uint64(t);return s.ldelim(),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=gt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.contractAddress=t.string();break;case 2:r.deployerAddress=t.string();break;case 3:r.withdrawerAddress=t.string();break;case 4:if((n&7)===2){let i=t.uint32()+t.pos;for(;t.pos<i;)r.nonces.push(t.uint64());}else r.nonces.push(t.uint64());break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {contractAddress:a(e.contractAddress)?String(e.contractAddress):"",deployerAddress:a(e.deployerAddress)?String(e.deployerAddress):"",withdrawerAddress:a(e.withdrawerAddress)?String(e.withdrawerAddress):"",nonces:Array.isArray(e==null?void 0:e.nonces)?e.nonces.map(s=>g__default.default.fromValue(s)):[]}},toJSON(e){let s={};return e.contractAddress!==void 0&&(s.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(s.deployerAddress=e.deployerAddress),e.withdrawerAddress!==void 0&&(s.withdrawerAddress=e.withdrawerAddress),e.nonces?s.nonces=e.nonces.map(t=>(t||g__default.default.UZERO).toString()):s.nonces=[],s},fromPartial(e){var t,o,r,n;let s=gt();return s.contractAddress=(t=e.contractAddress)!=null?t:"",s.deployerAddress=(o=e.deployerAddress)!=null?o:"",s.withdrawerAddress=(r=e.withdrawerAddress)!=null?r:"",s.nonces=((n=e.nonces)==null?void 0:n.map(i=>g__default.default.fromValue(i)))||[],s},fromAmino(e){var t;let s=gt();return e.contract_address!==void 0&&e.contract_address!==null&&(s.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(s.deployerAddress=e.deployer_address),e.withdrawer_address!==void 0&&e.withdrawer_address!==null&&(s.withdrawerAddress=e.withdrawer_address),s.nonces=((t=e.nonces)==null?void 0:t.map(o=>g__default.default.fromString(o)))||[],s},toAmino(e){let s={};return s.contract_address=e.contractAddress===""?void 0:e.contractAddress,s.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,s.withdrawer_address=e.withdrawerAddress===""?void 0:e.withdrawerAddress,e.nonces?s.nonces=e.nonces.map(t=>t):s.nonces=e.nonces,s},fromAminoMsg(e){return Ue.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgRegisterRevenue",value:Ue.toAmino(e)}},fromProtoMsg(e){return Ue.decode(e.value)},toProto(e){return Ue.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgRegisterRevenue",value:Ue.encode(e).finish()}}};function ut(){return {contractAddress:"",deployerAddress:"",withdrawerAddress:""}}var Ne={typeUrl:"/evmos.revenue.v1.MsgUpdateRevenue",encode(e,s=d__namespace.Writer.create()){return e.contractAddress!==""&&s.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&s.uint32(18).string(e.deployerAddress),e.withdrawerAddress!==""&&s.uint32(26).string(e.withdrawerAddress),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=ut();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.contractAddress=t.string();break;case 2:r.deployerAddress=t.string();break;case 3:r.withdrawerAddress=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {contractAddress:a(e.contractAddress)?String(e.contractAddress):"",deployerAddress:a(e.deployerAddress)?String(e.deployerAddress):"",withdrawerAddress:a(e.withdrawerAddress)?String(e.withdrawerAddress):""}},toJSON(e){let s={};return e.contractAddress!==void 0&&(s.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(s.deployerAddress=e.deployerAddress),e.withdrawerAddress!==void 0&&(s.withdrawerAddress=e.withdrawerAddress),s},fromPartial(e){var t,o,r;let s=ut();return s.contractAddress=(t=e.contractAddress)!=null?t:"",s.deployerAddress=(o=e.deployerAddress)!=null?o:"",s.withdrawerAddress=(r=e.withdrawerAddress)!=null?r:"",s},fromAmino(e){let s=ut();return e.contract_address!==void 0&&e.contract_address!==null&&(s.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(s.deployerAddress=e.deployer_address),e.withdrawer_address!==void 0&&e.withdrawer_address!==null&&(s.withdrawerAddress=e.withdrawer_address),s},toAmino(e){let s={};return s.contract_address=e.contractAddress===""?void 0:e.contractAddress,s.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,s.withdrawer_address=e.withdrawerAddress===""?void 0:e.withdrawerAddress,s},fromAminoMsg(e){return Ne.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateRevenue",value:Ne.toAmino(e)}},fromProtoMsg(e){return Ne.decode(e.value)},toProto(e){return Ne.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgUpdateRevenue",value:Ne.encode(e).finish()}}};function ht(){return {contractAddress:"",deployerAddress:""}}var $e={typeUrl:"/evmos.revenue.v1.MsgCancelRevenue",encode(e,s=d__namespace.Writer.create()){return e.contractAddress!==""&&s.uint32(10).string(e.contractAddress),e.deployerAddress!==""&&s.uint32(18).string(e.deployerAddress),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=ht();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.contractAddress=t.string();break;case 2:r.deployerAddress=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {contractAddress:a(e.contractAddress)?String(e.contractAddress):"",deployerAddress:a(e.deployerAddress)?String(e.deployerAddress):""}},toJSON(e){let s={};return e.contractAddress!==void 0&&(s.contractAddress=e.contractAddress),e.deployerAddress!==void 0&&(s.deployerAddress=e.deployerAddress),s},fromPartial(e){var t,o;let s=ht();return s.contractAddress=(t=e.contractAddress)!=null?t:"",s.deployerAddress=(o=e.deployerAddress)!=null?o:"",s},fromAmino(e){let s=ht();return e.contract_address!==void 0&&e.contract_address!==null&&(s.contractAddress=e.contract_address),e.deployer_address!==void 0&&e.deployer_address!==null&&(s.deployerAddress=e.deployer_address),s},toAmino(e){let s={};return s.contract_address=e.contractAddress===""?void 0:e.contractAddress,s.deployer_address=e.deployerAddress===""?void 0:e.deployerAddress,s},fromAminoMsg(e){return $e.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgCancelRevenue",value:$e.toAmino(e)}},fromProtoMsg(e){return $e.decode(e.value)},toProto(e){return $e.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgCancelRevenue",value:$e.encode(e).finish()}}};function lt(){return {authority:"",params:F.fromPartial({})}}var Ee={typeUrl:"/evmos.revenue.v1.MsgUpdateParams",encode(e,s=d__namespace.Writer.create()){return e.authority!==""&&s.uint32(10).string(e.authority),e.params!==void 0&&F.encode(e.params,s.uint32(18).fork()).ldelim(),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=lt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.authority=t.string();break;case 2:r.params=F.decode(t,t.uint32());break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {authority:a(e.authority)?String(e.authority):"",params:a(e.params)?F.fromJSON(e.params):void 0}},toJSON(e){let s={};return e.authority!==void 0&&(s.authority=e.authority),e.params!==void 0&&(s.params=e.params?F.toJSON(e.params):void 0),s},fromPartial(e){var t;let s=lt();return s.authority=(t=e.authority)!=null?t:"",s.params=e.params!==void 0&&e.params!==null?F.fromPartial(e.params):void 0,s},fromAmino(e){let s=lt();return e.authority!==void 0&&e.authority!==null&&(s.authority=e.authority),e.params!==void 0&&e.params!==null&&(s.params=F.fromAmino(e.params)),s},toAmino(e){let s={};return s.authority=e.authority===""?void 0:e.authority,s.params=e.params?F.toAmino(e.params):void 0,s},fromAminoMsg(e){return Ee.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateParams",value:Ee.toAmino(e)}},fromProtoMsg(e){return Ee.decode(e.value)},toProto(e){return Ee.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.revenue.v1.MsgUpdateParams",value:Ee.encode(e).finish()}}};var cr=[["/evmos.revenue.v1.MsgRegisterRevenue",Ue],["/evmos.revenue.v1.MsgUpdateRevenue",Ne],["/evmos.revenue.v1.MsgCancelRevenue",$e],["/evmos.revenue.v1.MsgUpdateParams",Ee]];function pr(){return {seconds:g__default.default.ZERO,nanos:0}}var L={typeUrl:"/google.protobuf.Timestamp",encode(e,s=d__namespace.Writer.create()){return e.seconds.isZero()||s.uint32(8).int64(e.seconds),e.nanos!==0&&s.uint32(16).int32(e.nanos),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=pr();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.seconds=t.int64();break;case 2:r.nanos=t.int32();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {seconds:a(e.seconds)?g__default.default.fromValue(e.seconds):g__default.default.ZERO,nanos:a(e.nanos)?Number(e.nanos):0}},toJSON(e){let s={};return e.seconds!==void 0&&(s.seconds=(e.seconds||g__default.default.ZERO).toString()),e.nanos!==void 0&&(s.nanos=Math.round(e.nanos)),s},fromPartial(e){var t;let s=pr();return s.seconds=e.seconds!==void 0&&e.seconds!==null?g__default.default.fromValue(e.seconds):g__default.default.ZERO,s.nanos=(t=e.nanos)!=null?t:0,s},fromAmino(e){return Ye(e)},toAmino(e){return Le(e).toISOString().replace(/\.\d+Z$/,"Z")},fromAminoMsg(e){return L.fromAmino(e.value)},fromProtoMsg(e){return L.decode(e.value)},toProto(e){return L.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/google.protobuf.Timestamp",value:L.encode(e).finish()}}};function vt(){return {baseAccount:void 0,originalVesting:[],delegatedFree:[],delegatedVesting:[],endTime:g__default.default.ZERO}}var q={typeUrl:"/cosmos.vesting.v1beta1.BaseVestingAccount",encode(e,s=d__namespace.Writer.create()){e.baseAccount!==void 0&&D.encode(e.baseAccount,s.uint32(10).fork()).ldelim();for(let t of e.originalVesting)l.encode(t,s.uint32(18).fork()).ldelim();for(let t of e.delegatedFree)l.encode(t,s.uint32(26).fork()).ldelim();for(let t of e.delegatedVesting)l.encode(t,s.uint32(34).fork()).ldelim();return e.endTime.isZero()||s.uint32(40).int64(e.endTime),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=vt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.baseAccount=D.decode(t,t.uint32());break;case 2:r.originalVesting.push(l.decode(t,t.uint32()));break;case 3:r.delegatedFree.push(l.decode(t,t.uint32()));break;case 4:r.delegatedVesting.push(l.decode(t,t.uint32()));break;case 5:r.endTime=t.int64();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {baseAccount:a(e.baseAccount)?D.fromJSON(e.baseAccount):void 0,originalVesting:Array.isArray(e==null?void 0:e.originalVesting)?e.originalVesting.map(s=>l.fromJSON(s)):[],delegatedFree:Array.isArray(e==null?void 0:e.delegatedFree)?e.delegatedFree.map(s=>l.fromJSON(s)):[],delegatedVesting:Array.isArray(e==null?void 0:e.delegatedVesting)?e.delegatedVesting.map(s=>l.fromJSON(s)):[],endTime:a(e.endTime)?g__default.default.fromValue(e.endTime):g__default.default.ZERO}},toJSON(e){let s={};return e.baseAccount!==void 0&&(s.baseAccount=e.baseAccount?D.toJSON(e.baseAccount):void 0),e.originalVesting?s.originalVesting=e.originalVesting.map(t=>t?l.toJSON(t):void 0):s.originalVesting=[],e.delegatedFree?s.delegatedFree=e.delegatedFree.map(t=>t?l.toJSON(t):void 0):s.delegatedFree=[],e.delegatedVesting?s.delegatedVesting=e.delegatedVesting.map(t=>t?l.toJSON(t):void 0):s.delegatedVesting=[],e.endTime!==void 0&&(s.endTime=(e.endTime||g__default.default.ZERO).toString()),s},fromPartial(e){var t,o,r;let s=vt();return s.baseAccount=e.baseAccount!==void 0&&e.baseAccount!==null?D.fromPartial(e.baseAccount):void 0,s.originalVesting=((t=e.originalVesting)==null?void 0:t.map(n=>l.fromPartial(n)))||[],s.delegatedFree=((o=e.delegatedFree)==null?void 0:o.map(n=>l.fromPartial(n)))||[],s.delegatedVesting=((r=e.delegatedVesting)==null?void 0:r.map(n=>l.fromPartial(n)))||[],s.endTime=e.endTime!==void 0&&e.endTime!==null?g__default.default.fromValue(e.endTime):g__default.default.ZERO,s},fromAmino(e){var t,o,r;let s=vt();return e.base_account!==void 0&&e.base_account!==null&&(s.baseAccount=D.fromAmino(e.base_account)),s.originalVesting=((t=e.original_vesting)==null?void 0:t.map(n=>l.fromAmino(n)))||[],s.delegatedFree=((o=e.delegated_free)==null?void 0:o.map(n=>l.fromAmino(n)))||[],s.delegatedVesting=((r=e.delegated_vesting)==null?void 0:r.map(n=>l.fromAmino(n)))||[],e.end_time!==void 0&&e.end_time!==null&&(s.endTime=g__default.default.fromString(e.end_time)),s},toAmino(e){let s={};return s.base_account=e.baseAccount?D.toAmino(e.baseAccount):void 0,e.originalVesting?s.original_vesting=e.originalVesting.map(t=>t?l.toAmino(t):void 0):s.original_vesting=e.originalVesting,e.delegatedFree?s.delegated_free=e.delegatedFree.map(t=>t?l.toAmino(t):void 0):s.delegated_free=e.delegatedFree,e.delegatedVesting?s.delegated_vesting=e.delegatedVesting.map(t=>t?l.toAmino(t):void 0):s.delegated_vesting=e.delegatedVesting,s.end_time=e.endTime.isZero()?void 0:e.endTime.toString(),s},fromAminoMsg(e){return q.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/BaseVestingAccount",value:q.toAmino(e)}},fromProtoMsg(e){return q.decode(e.value)},toProto(e){return q.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.vesting.v1beta1.BaseVestingAccount",value:q.encode(e).finish()}}};function _t(){return {length:g__default.default.ZERO,amount:[]}}var S={typeUrl:"/cosmos.vesting.v1beta1.Period",encode(e,s=d__namespace.Writer.create()){e.length.isZero()||s.uint32(8).int64(e.length);for(let t of e.amount)l.encode(t,s.uint32(18).fork()).ldelim();return s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=_t();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.length=t.int64();break;case 2:r.amount.push(l.decode(t,t.uint32()));break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {length:a(e.length)?g__default.default.fromValue(e.length):g__default.default.ZERO,amount:Array.isArray(e==null?void 0:e.amount)?e.amount.map(s=>l.fromJSON(s)):[]}},toJSON(e){let s={};return e.length!==void 0&&(s.length=(e.length||g__default.default.ZERO).toString()),e.amount?s.amount=e.amount.map(t=>t?l.toJSON(t):void 0):s.amount=[],s},fromPartial(e){var t;let s=_t();return s.length=e.length!==void 0&&e.length!==null?g__default.default.fromValue(e.length):g__default.default.ZERO,s.amount=((t=e.amount)==null?void 0:t.map(o=>l.fromPartial(o)))||[],s},fromAmino(e){var t;let s=_t();return e.length!==void 0&&e.length!==null&&(s.length=g__default.default.fromString(e.length)),s.amount=((t=e.amount)==null?void 0:t.map(o=>l.fromAmino(o)))||[],s},toAmino(e){let s={};return s.length=e.length.isZero()?void 0:e.length.toString(),e.amount?s.amount=e.amount.map(t=>t?l.toAmino(t):void 0):s.amount=e.amount,s},fromAminoMsg(e){return S.fromAmino(e.value)},toAminoMsg(e){return {type:"cosmos-sdk/Period",value:S.toAmino(e)}},fromProtoMsg(e){return S.decode(e.value)},toProto(e){return S.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/cosmos.vesting.v1beta1.Period",value:S.encode(e).finish()}}};function kt(){return {funderAddress:"",vestingAddress:"",enableGovClawback:!1}}var Oe={typeUrl:"/evmos.vesting.v2.MsgCreateClawbackVestingAccount",encode(e,s=d__namespace.Writer.create()){return e.funderAddress!==""&&s.uint32(10).string(e.funderAddress),e.vestingAddress!==""&&s.uint32(18).string(e.vestingAddress),e.enableGovClawback===!0&&s.uint32(24).bool(e.enableGovClawback),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=kt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.funderAddress=t.string();break;case 2:r.vestingAddress=t.string();break;case 3:r.enableGovClawback=t.bool();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {funderAddress:a(e.funderAddress)?String(e.funderAddress):"",vestingAddress:a(e.vestingAddress)?String(e.vestingAddress):"",enableGovClawback:a(e.enableGovClawback)?!!e.enableGovClawback:!1}},toJSON(e){let s={};return e.funderAddress!==void 0&&(s.funderAddress=e.funderAddress),e.vestingAddress!==void 0&&(s.vestingAddress=e.vestingAddress),e.enableGovClawback!==void 0&&(s.enableGovClawback=e.enableGovClawback),s},fromPartial(e){var t,o,r;let s=kt();return s.funderAddress=(t=e.funderAddress)!=null?t:"",s.vestingAddress=(o=e.vestingAddress)!=null?o:"",s.enableGovClawback=(r=e.enableGovClawback)!=null?r:!1,s},fromAmino(e){let s=kt();return e.funder_address!==void 0&&e.funder_address!==null&&(s.funderAddress=e.funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(s.vestingAddress=e.vesting_address),e.enable_gov_clawback!==void 0&&e.enable_gov_clawback!==null&&(s.enableGovClawback=e.enable_gov_clawback),s},toAmino(e){let s={};return s.funder_address=e.funderAddress===""?void 0:e.funderAddress,s.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,s.enable_gov_clawback=e.enableGovClawback===!1?void 0:e.enableGovClawback,s},fromAminoMsg(e){return Oe.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgCreateClawbackVestingAccount",value:Oe.toAmino(e)}},fromProtoMsg(e){return Oe.decode(e.value)},toProto(e){return Oe.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgCreateClawbackVestingAccount",value:Oe.encode(e).finish()}}};function ft(){return {funderAddress:"",vestingAddress:"",startTime:new Date,lockupPeriods:[],vestingPeriods:[]}}var Be={typeUrl:"/evmos.vesting.v2.MsgFundVestingAccount",encode(e,s=d__namespace.Writer.create()){e.funderAddress!==""&&s.uint32(10).string(e.funderAddress),e.vestingAddress!==""&&s.uint32(18).string(e.vestingAddress),e.startTime!==void 0&&L.encode(We(e.startTime),s.uint32(26).fork()).ldelim();for(let t of e.lockupPeriods)S.encode(t,s.uint32(34).fork()).ldelim();for(let t of e.vestingPeriods)S.encode(t,s.uint32(42).fork()).ldelim();return s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=ft();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.funderAddress=t.string();break;case 2:r.vestingAddress=t.string();break;case 3:r.startTime=Le(L.decode(t,t.uint32()));break;case 4:r.lockupPeriods.push(S.decode(t,t.uint32()));break;case 5:r.vestingPeriods.push(S.decode(t,t.uint32()));break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {funderAddress:a(e.funderAddress)?String(e.funderAddress):"",vestingAddress:a(e.vestingAddress)?String(e.vestingAddress):"",startTime:a(e.startTime)?Ye(e.startTime):void 0,lockupPeriods:Array.isArray(e==null?void 0:e.lockupPeriods)?e.lockupPeriods.map(s=>S.fromJSON(s)):[],vestingPeriods:Array.isArray(e==null?void 0:e.vestingPeriods)?e.vestingPeriods.map(s=>S.fromJSON(s)):[]}},toJSON(e){let s={};return e.funderAddress!==void 0&&(s.funderAddress=e.funderAddress),e.vestingAddress!==void 0&&(s.vestingAddress=e.vestingAddress),e.startTime!==void 0&&(s.startTime=e.startTime.toISOString()),e.lockupPeriods?s.lockupPeriods=e.lockupPeriods.map(t=>t?S.toJSON(t):void 0):s.lockupPeriods=[],e.vestingPeriods?s.vestingPeriods=e.vestingPeriods.map(t=>t?S.toJSON(t):void 0):s.vestingPeriods=[],s},fromPartial(e){var t,o,r,n,i;let s=ft();return s.funderAddress=(t=e.funderAddress)!=null?t:"",s.vestingAddress=(o=e.vestingAddress)!=null?o:"",s.startTime=(r=e.startTime)!=null?r:void 0,s.lockupPeriods=((n=e.lockupPeriods)==null?void 0:n.map(c=>S.fromPartial(c)))||[],s.vestingPeriods=((i=e.vestingPeriods)==null?void 0:i.map(c=>S.fromPartial(c)))||[],s},fromAmino(e){var t,o;let s=ft();return e.funder_address!==void 0&&e.funder_address!==null&&(s.funderAddress=e.funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(s.vestingAddress=e.vesting_address),e.start_time!==void 0&&e.start_time!==null&&(s.startTime=Le(L.fromAmino(e.start_time))),s.lockupPeriods=((t=e.lockup_periods)==null?void 0:t.map(r=>S.fromAmino(r)))||[],s.vestingPeriods=((o=e.vesting_periods)==null?void 0:o.map(r=>S.fromAmino(r)))||[],s},toAmino(e){let s={};return s.funder_address=e.funderAddress===""?void 0:e.funderAddress,s.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,s.start_time=e.startTime?L.toAmino(We(e.startTime)):void 0,e.lockupPeriods?s.lockup_periods=e.lockupPeriods.map(t=>t?S.toAmino(t):void 0):s.lockup_periods=e.lockupPeriods,e.vestingPeriods?s.vesting_periods=e.vestingPeriods.map(t=>t?S.toAmino(t):void 0):s.vesting_periods=e.vestingPeriods,s},fromAminoMsg(e){return Be.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgFundVestingAccount",value:Be.toAmino(e)}},fromProtoMsg(e){return Be.decode(e.value)},toProto(e){return Be.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgFundVestingAccount",value:Be.encode(e).finish()}}};function xt(){return {funderAddress:"",accountAddress:"",destAddress:""}}var De={typeUrl:"/evmos.vesting.v2.MsgClawback",encode(e,s=d__namespace.Writer.create()){return e.funderAddress!==""&&s.uint32(10).string(e.funderAddress),e.accountAddress!==""&&s.uint32(18).string(e.accountAddress),e.destAddress!==""&&s.uint32(26).string(e.destAddress),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=xt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.funderAddress=t.string();break;case 2:r.accountAddress=t.string();break;case 3:r.destAddress=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {funderAddress:a(e.funderAddress)?String(e.funderAddress):"",accountAddress:a(e.accountAddress)?String(e.accountAddress):"",destAddress:a(e.destAddress)?String(e.destAddress):""}},toJSON(e){let s={};return e.funderAddress!==void 0&&(s.funderAddress=e.funderAddress),e.accountAddress!==void 0&&(s.accountAddress=e.accountAddress),e.destAddress!==void 0&&(s.destAddress=e.destAddress),s},fromPartial(e){var t,o,r;let s=xt();return s.funderAddress=(t=e.funderAddress)!=null?t:"",s.accountAddress=(o=e.accountAddress)!=null?o:"",s.destAddress=(r=e.destAddress)!=null?r:"",s},fromAmino(e){let s=xt();return e.funder_address!==void 0&&e.funder_address!==null&&(s.funderAddress=e.funder_address),e.account_address!==void 0&&e.account_address!==null&&(s.accountAddress=e.account_address),e.dest_address!==void 0&&e.dest_address!==null&&(s.destAddress=e.dest_address),s},toAmino(e){let s={};return s.funder_address=e.funderAddress===""?void 0:e.funderAddress,s.account_address=e.accountAddress===""?void 0:e.accountAddress,s.dest_address=e.destAddress===""?void 0:e.destAddress,s},fromAminoMsg(e){return De.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgClawback",value:De.toAmino(e)}},fromProtoMsg(e){return De.decode(e.value)},toProto(e){return De.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgClawback",value:De.encode(e).finish()}}};function yt(){return {funderAddress:"",newFunderAddress:"",vestingAddress:""}}var He={typeUrl:"/evmos.vesting.v2.MsgUpdateVestingFunder",encode(e,s=d__namespace.Writer.create()){return e.funderAddress!==""&&s.uint32(10).string(e.funderAddress),e.newFunderAddress!==""&&s.uint32(18).string(e.newFunderAddress),e.vestingAddress!==""&&s.uint32(26).string(e.vestingAddress),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=yt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.funderAddress=t.string();break;case 2:r.newFunderAddress=t.string();break;case 3:r.vestingAddress=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {funderAddress:a(e.funderAddress)?String(e.funderAddress):"",newFunderAddress:a(e.newFunderAddress)?String(e.newFunderAddress):"",vestingAddress:a(e.vestingAddress)?String(e.vestingAddress):""}},toJSON(e){let s={};return e.funderAddress!==void 0&&(s.funderAddress=e.funderAddress),e.newFunderAddress!==void 0&&(s.newFunderAddress=e.newFunderAddress),e.vestingAddress!==void 0&&(s.vestingAddress=e.vestingAddress),s},fromPartial(e){var t,o,r;let s=yt();return s.funderAddress=(t=e.funderAddress)!=null?t:"",s.newFunderAddress=(o=e.newFunderAddress)!=null?o:"",s.vestingAddress=(r=e.vestingAddress)!=null?r:"",s},fromAmino(e){let s=yt();return e.funder_address!==void 0&&e.funder_address!==null&&(s.funderAddress=e.funder_address),e.new_funder_address!==void 0&&e.new_funder_address!==null&&(s.newFunderAddress=e.new_funder_address),e.vesting_address!==void 0&&e.vesting_address!==null&&(s.vestingAddress=e.vesting_address),s},toAmino(e){let s={};return s.funder_address=e.funderAddress===""?void 0:e.funderAddress,s.new_funder_address=e.newFunderAddress===""?void 0:e.newFunderAddress,s.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,s},fromAminoMsg(e){return He.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgUpdateVestingFunder",value:He.toAmino(e)}},fromProtoMsg(e){return He.decode(e.value)},toProto(e){return He.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgUpdateVestingFunder",value:He.encode(e).finish()}}};function At(){return {vestingAddress:""}}var ze={typeUrl:"/evmos.vesting.v2.MsgConvertVestingAccount",encode(e,s=d__namespace.Writer.create()){return e.vestingAddress!==""&&s.uint32(10).string(e.vestingAddress),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=At();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.vestingAddress=t.string();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {vestingAddress:a(e.vestingAddress)?String(e.vestingAddress):""}},toJSON(e){let s={};return e.vestingAddress!==void 0&&(s.vestingAddress=e.vestingAddress),s},fromPartial(e){var t;let s=At();return s.vestingAddress=(t=e.vestingAddress)!=null?t:"",s},fromAmino(e){let s=At();return e.vesting_address!==void 0&&e.vesting_address!==null&&(s.vestingAddress=e.vesting_address),s},toAmino(e){let s={};return s.vesting_address=e.vestingAddress===""?void 0:e.vestingAddress,s},fromAminoMsg(e){return ze.fromAmino(e.value)},toAminoMsg(e){return {type:"evmos/MsgConvertVestingAccount",value:ze.toAmino(e)}},fromProtoMsg(e){return ze.decode(e.value)},toProto(e){return ze.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.MsgConvertVestingAccount",value:ze.encode(e).finish()}}};var dr=[["/evmos.vesting.v2.MsgCreateClawbackVestingAccount",Oe],["/evmos.vesting.v2.MsgFundVestingAccount",Be],["/evmos.vesting.v2.MsgClawback",De],["/evmos.vesting.v2.MsgUpdateVestingFunder",He],["/evmos.vesting.v2.MsgConvertVestingAccount",ze]];var mr={"/evmos.erc20.v1.MsgConvertCoin":{aminoType:"evmos/MsgConvertCoin",toAmino:Re.toAmino,fromAmino:Re.fromAmino},"/evmos.erc20.v1.MsgConvertERC20":{aminoType:"evmos/MsgConvertERC20",toAmino:Pe.toAmino,fromAmino:Pe.fromAmino},"/evmos.erc20.v1.MsgUpdateParams":{aminoType:"evmos/erc20/MsgUpdateParams",toAmino:Te.toAmino,fromAmino:Te.fromAmino}};var gr={"/evmos.inflation.v1.MsgUpdateParams":{aminoType:"evmos/inflation/MsgUpdateParams",toAmino:Ce.toAmino,fromAmino:Ce.fromAmino}};var ur={"/evmos.revenue.v1.MsgRegisterRevenue":{aminoType:"evmos/MsgRegisterRevenue",toAmino:Ue.toAmino,fromAmino:Ue.fromAmino},"/evmos.revenue.v1.MsgUpdateRevenue":{aminoType:"evmos/MsgUpdateRevenue",toAmino:Ne.toAmino,fromAmino:Ne.fromAmino},"/evmos.revenue.v1.MsgCancelRevenue":{aminoType:"evmos/MsgCancelRevenue",toAmino:$e.toAmino,fromAmino:$e.fromAmino},"/evmos.revenue.v1.MsgUpdateParams":{aminoType:"evmos/MsgUpdateParams",toAmino:Ee.toAmino,fromAmino:Ee.fromAmino}};var hr={"/evmos.vesting.v2.MsgCreateClawbackVestingAccount":{aminoType:"evmos/MsgCreateClawbackVestingAccount",toAmino:Oe.toAmino,fromAmino:Oe.fromAmino},"/evmos.vesting.v2.MsgFundVestingAccount":{aminoType:"evmos/MsgFundVestingAccount",toAmino:Be.toAmino,fromAmino:Be.fromAmino},"/evmos.vesting.v2.MsgClawback":{aminoType:"evmos/MsgClawback",toAmino:De.toAmino,fromAmino:De.fromAmino},"/evmos.vesting.v2.MsgUpdateVestingFunder":{aminoType:"evmos/MsgUpdateVestingFunder",toAmino:He.toAmino,fromAmino:He.fromAmino},"/evmos.vesting.v2.MsgConvertVestingAccount":{aminoType:"evmos/MsgConvertVestingAccount",toAmino:ze.toAmino,fromAmino:ze.fromAmino}};var lr=R(R(R(R({},mr),gr),ur),hr),vr=[...nr,...ar,...cr,...dr];var Mt=[{type:"event",name:"Approval",inputs:[{indexed:!0,name:"owner",type:"address"},{indexed:!0,name:"spender",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"event",name:"Transfer",inputs:[{indexed:!0,name:"from",type:"address"},{indexed:!0,name:"to",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"function",name:"allowance",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"approve",stateMutability:"nonpayable",inputs:[{name:"spender",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{type:"function",name:"balanceOf",stateMutability:"view",inputs:[{name:"account",type:"address"}],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"decimals",stateMutability:"view",inputs:[],outputs:[{name:"",type:"uint8"}]},{type:"function",name:"name",stateMutability:"view",inputs:[],outputs:[{name:"",type:"string"}]},{type:"function",name:"symbol",stateMutability:"view",inputs:[],outputs:[{name:"",type:"string"}]},{type:"function",name:"totalSupply",stateMutability:"view",inputs:[],outputs:[{name:"",type:"uint256"}]},{type:"function",name:"transfer",stateMutability:"nonpayable",inputs:[{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]},{type:"function",name:"transferFrom",stateMutability:"nonpayable",inputs:[{name:"sender",type:"address"},{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{name:"",type:"bool"}]}];var _r={"noble-1":"uusdc"};function bt({chainId:e,message:s,timeoutHeight:t,memo:o="",fee:r=utils.DEFAULT_STD_FEE,signMode:n=1,pubKey:i,accountNumber:c,sequence:p}){let h={pubKey:i,accountNumber:c,sequence:p},m=Array.isArray(h)?h:[h],[u]=m,y=tx$4.createBody({message:s,memo:o,timeoutHeight:t});if(!r.amount[0])throw new Error("createTransaction error: unable to get fee amount");let A=tx$4.createFee({fee:r.amount[0],payer:r.payer,granter:r.granter,gasLimit:parseInt(r.gas,10)}),w=tx$4.createSigners({chainId:e,mode:n,signers:m}),f=tx$4.createAuthInfo({signerInfo:w,fee:A}),M=cjs.CosmosTxV1Beta1Tx.TxBody.encode(y).finish(),P=cjs.CosmosTxV1Beta1Tx.AuthInfo.encode(f).finish(),x=tx$4.createSignDoc({chainId:e,bodyBytes:M,authInfoBytes:P,accountNumber:u.accountNumber}),T=cjs.CosmosTxV1Beta1Tx.SignDoc.encode(x).finish(),E=Buffer.from(T),U=en__default.default(Buffer.from(T)),X=cjs.CosmosTxV1Beta1Tx.TxRaw.create();return X.authInfoBytes=P,X.bodyBytes=M,{txRaw:X,signDoc:x,signers:h,signer:u,signBytes:E,signHashedBytes:U,bodyBytes:M,authInfoBytes:P}}var _s=class{constructor({baseURL:s,apiKey:t}){this.httpClient=co__default.default.create({baseURL:s,headers:t?{authorization:t}:void 0});}get(s,t){return k(this,null,function*(){var o,r;try{return (yield this.httpClient.get(s,{params:t})).data}catch(n){throw n instanceof co.AxiosError&&((r=(o=n.response)==null?void 0:o.data)!=null&&r.message)?new Error(n.response.data.message):n}})}post(o){return k(this,arguments,function*(s,t={}){var r,n;try{return (yield this.httpClient.post(s,t)).data}catch(i){throw i instanceof co.AxiosError&&((n=(r=i.response)==null?void 0:r.data)!=null&&n.message)?new Error(i.response.data.message):i}})}};function wt(){return {sender:"",bridgeId:g__default.default.UZERO,to:"",amount:l.fromPartial({}),data:void 0}}var Ie={typeUrl:"/opinit.ophost.v1.MsgInitiateTokenDeposit",encode(e,s=d__namespace.Writer.create()){return e.sender!==""&&s.uint32(10).string(e.sender),e.bridgeId.isZero()||s.uint32(16).uint64(e.bridgeId),e.to!==""&&s.uint32(26).string(e.to),e.amount!==void 0&&l.encode(e.amount,s.uint32(34).fork()).ldelim(),e.data!==void 0&&s.uint32(42).bytes(e.data),s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=wt();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.sender=t.string();break;case 2:r.bridgeId=t.uint64();break;case 3:r.to=t.string();break;case 4:r.amount=l.decode(t,t.uint32());break;case 5:r.data=t.bytes();break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {sender:a(e.sender)?String(e.sender):"",bridgeId:a(e.bridgeId)?g__default.default.fromValue(e.bridgeId):g__default.default.UZERO,to:a(e.to)?String(e.to):"",amount:a(e.amount)?l.fromJSON(e.amount):void 0,data:a(e.data)?v(e.data):void 0}},toJSON(e){let s={};return e.sender!==void 0&&(s.sender=e.sender),e.bridgeId!==void 0&&(s.bridgeId=(e.bridgeId||g__default.default.UZERO).toString()),e.to!==void 0&&(s.to=e.to),e.amount!==void 0&&(s.amount=e.amount?l.toJSON(e.amount):void 0),e.data!==void 0&&(s.data=e.data!==void 0?_(e.data):void 0),s},fromPartial(e){var t,o,r;let s=wt();return s.sender=(t=e.sender)!=null?t:"",s.bridgeId=e.bridgeId!==void 0&&e.bridgeId!==null?g__default.default.fromValue(e.bridgeId):g__default.default.UZERO,s.to=(o=e.to)!=null?o:"",s.amount=e.amount!==void 0&&e.amount!==null?l.fromPartial(e.amount):void 0,s.data=(r=e.data)!=null?r:void 0,s},fromAmino(e){let s=wt();return e.sender!==void 0&&e.sender!==null&&(s.sender=e.sender),e.bridge_id!==void 0&&e.bridge_id!==null&&(s.bridgeId=g__default.default.fromString(e.bridge_id)),e.to!==void 0&&e.to!==null&&(s.to=e.to),e.amount!==void 0&&e.amount!==null&&(s.amount=l.fromAmino(e.amount)),e.data!==void 0&&e.data!==null&&(s.data=v(e.data)),s},toAmino(e){let s={};return s.sender=e.sender===""?void 0:e.sender,s.bridge_id=e.bridgeId.isZero()?void 0:e.bridgeId.toString(),s.to=e.to===""?void 0:e.to,s.amount=e.amount?l.toAmino(e.amount):l.toAmino(l.fromPartial({})),s.data=e.data?_(e.data):void 0,s},fromAminoMsg(e){return Ie.fromAmino(e.value)},toAminoMsg(e){return {type:"ophost/MsgInitiateTokenDeposit",value:Ie.toAmino(e)}},fromProtoMsg(e){return Ie.decode(e.value)},toProto(e){return Ie.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/opinit.ophost.v1.MsgInitiateTokenDeposit",value:Ie.encode(e).finish()}}};function St(){return {baseVestingAccount:void 0,funderAddress:"",startTime:new Date,lockupPeriods:[],vestingPeriods:[]}}var Ze={typeUrl:"/evmos.vesting.v2.ClawbackVestingAccount",encode(e,s=d__namespace.Writer.create()){e.baseVestingAccount!==void 0&&q.encode(e.baseVestingAccount,s.uint32(10).fork()).ldelim(),e.funderAddress!==""&&s.uint32(18).string(e.funderAddress),e.startTime!==void 0&&L.encode(We(e.startTime),s.uint32(26).fork()).ldelim();for(let t of e.lockupPeriods)S.encode(t,s.uint32(34).fork()).ldelim();for(let t of e.vestingPeriods)S.encode(t,s.uint32(42).fork()).ldelim();return s},decode(e,s){let t=e instanceof d__namespace.Reader?e:new d__namespace.Reader(e),o=s===void 0?t.len:t.pos+s,r=St();for(;t.pos<o;){let n=t.uint32();switch(n>>>3){case 1:r.baseVestingAccount=q.decode(t,t.uint32());break;case 2:r.funderAddress=t.string();break;case 3:r.startTime=Le(L.decode(t,t.uint32()));break;case 4:r.lockupPeriods.push(S.decode(t,t.uint32()));break;case 5:r.vestingPeriods.push(S.decode(t,t.uint32()));break;default:t.skipType(n&7);break}}return r},fromJSON(e){return {baseVestingAccount:a(e.baseVestingAccount)?q.fromJSON(e.baseVestingAccount):void 0,funderAddress:a(e.funderAddress)?String(e.funderAddress):"",startTime:a(e.startTime)?Ye(e.startTime):void 0,lockupPeriods:Array.isArray(e==null?void 0:e.lockupPeriods)?e.lockupPeriods.map(s=>S.fromJSON(s)):[],vestingPeriods:Array.isArray(e==null?void 0:e.vestingPeriods)?e.vestingPeriods.map(s=>S.fromJSON(s)):[]}},toJSON(e){let s={};return e.baseVestingAccount!==void 0&&(s.baseVestingAccount=e.baseVestingAccount?q.toJSON(e.baseVestingAccount):void 0),e.funderAddress!==void 0&&(s.funderAddress=e.funderAddress),e.startTime!==void 0&&(s.startTime=e.startTime.toISOString()),e.lockupPeriods?s.lockupPeriods=e.lockupPeriods.map(t=>t?S.toJSON(t):void 0):s.lockupPeriods=[],e.vestingPeriods?s.vestingPeriods=e.vestingPeriods.map(t=>t?S.toJSON(t):void 0):s.vestingPeriods=[],s},fromPartial(e){var t,o,r,n;let s=St();return s.baseVestingAccount=e.baseVestingAccount!==void 0&&e.baseVestingAccount!==null?q.fromPartial(e.baseVestingAccount):void 0,s.funderAddress=(t=e.funderAddress)!=null?t:"",s.startTime=(o=e.startTime)!=null?o:void 0,s.lockupPeriods=((r=e.lockupPeriods)==null?void 0:r.map(i=>S.fromPartial(i)))||[],s.vestingPeriods=((n=e.vestingPeriods)==null?void 0:n.map(i=>S.fromPartial(i)))||[],s},fromAmino(e){var t,o;let s=St();return e.base_vesting_account!==void 0&&e.base_vesting_account!==null&&(s.baseVestingAccount=q.fromAmino(e.base_vesting_account)),e.funder_address!==void 0&&e.funder_address!==null&&(s.funderAddress=e.funder_address),e.start_time!==void 0&&e.start_time!==null&&(s.startTime=Le(L.fromAmino(e.start_time))),s.lockupPeriods=((t=e.lockup_periods)==null?void 0:t.map(r=>S.fromAmino(r)))||[],s.vestingPeriods=((o=e.vesting_periods)==null?void 0:o.map(r=>S.fromAmino(r)))||[],s},toAmino(e){let s={};return s.base_vesting_account=e.baseVestingAccount?q.toAmino(e.baseVestingAccount):void 0,s.funder_address=e.funderAddress===""?void 0:e.funderAddress,s.start_time=e.startTime?L.toAmino(We(e.startTime)):void 0,e.lockupPeriods?s.lockup_periods=e.lockupPeriods.map(t=>t?S.toAmino(t):void 0):s.lockup_periods=e.lockupPeriods,e.vestingPeriods?s.vesting_periods=e.vestingPeriods.map(t=>t?S.toAmino(t):void 0):s.vesting_periods=e.vestingPeriods,s},fromAminoMsg(e){return Ze.fromAmino(e.value)},toAminoMsg(e){return {type:"vesting/ClawbackVestingAccount",value:Ze.toAmino(e)}},fromProtoMsg(e){return Ze.decode(e.value)},toProto(e){return Ze.encode(e).finish()},toProtoMsg(e){return {typeUrl:"/evmos.vesting.v2.ClawbackVestingAccount",value:Ze.encode(e).finish()}}};var ks=1.5;function fs(e){let s=JSON.parse(e.msg);return e.msgTypeURL==="/ibc.applications.transfer.v1.MsgTransfer"?{typeUrl:"/ibc.applications.transfer.v1.MsgTransfer",value:tx.MsgTransfer.fromJSON({sourcePort:s.source_port,sourceChannel:s.source_channel,token:s.token,sender:s.sender,receiver:s.receiver,timeoutHeight:s.timeout_height,timeoutTimestamp:s.timeout_timestamp,memo:s.memo})}:e.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract"?{typeUrl:e.msgTypeURL,value:tx$1.MsgExecuteContract.fromPartial({sender:s.sender,contract:s.contract,msg:encoding.toUtf8(JSON.stringify(s.msg)),funds:s.funds})}:e.msgTypeURL==="/cosmos.bank.v1beta1.MsgSend"?{typeUrl:e.msgTypeURL,value:tx$2.MsgSend.fromPartial({fromAddress:s.from_address,toAddress:s.to_address,amount:s.amount})}:e.msgTypeURL==="/circle.cctp.v1.MsgDepositForBurn"?{typeUrl:e.msgTypeURL,value:j.fromAmino(s)}:e.msgTypeURL==="/circle.cctp.v1.MsgDepositForBurnWithCaller"?{typeUrl:e.msgTypeURL,value:K.fromAmino(s)}:e.msgTypeURL==="/initia.move.v1.MsgExecute"?{typeUrl:e.msgTypeURL,value:qe.fromPartial({sender:s.sender,moduleAddress:s.module_address,moduleName:s.module_name,functionName:s.function_name,args:s.args})}:e.msgTypeURL==="/opinit.ophost.v1.MsgInitiateTokenDeposit"?{typeUrl:e.msgTypeURL,value:Ie.fromPartial({sender:s.sender,to:s.to,amount:s.amount,bridgeId:s.bridge_id})}:e.msgTypeURL==="/evmos.vesting.v2.ClawbackVestingAccount"?{typeUrl:e.msgTypeURL,value:Ze.fromPartial({baseVestingAccount:s.base_vesting_account,funderAddress:s.funder_address,lockupPeriods:s.lockup_periods,startTime:s.start_time,vestingPeriods:s.vesting_periods})}:{typeUrl:e.msgTypeURL,value:s}}function Rt(e){let s=JSON.parse(e.msg);if(e.msgTypeURL==="/ibc.applications.transfer.v1.MsgTransfer")return rn__default.default.fromJSON({port:s.source_port,channelId:s.source_channel,amount:s.token,sender:s.sender,receiver:s.receiver,timeout:s.timeout_timestamp,memo:s.memo});if(e.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract")return on__default.default.fromJSON({sender:s.sender,contractAddress:s.contract,msg:s.msg,funds:s.funds});throw new Error("Unsupported message type")}function xs(i,c,p,h,m){return k(this,arguments,function*(e,s,t,o,r,n=ks){if(!o&&!r)throw new Error("Either message or encodedMsg must be provided");let u=o==null?void 0:o.map(w=>fs(w));if(r=r||u,!r)throw new Error("Either message or encodedMsg must be provided");if(t.includes("evmos")||t.includes("injective")||t.includes("dymension")||(process==null?void 0:process.env.NODE_ENV)==="test")return o!=null&&o.find(w=>w.msgTypeURL==="/cosmwasm.wasm.v1.MsgExecuteContract")?"2400000":"280000";let A=(yield e.simulate(s,r,""))*n;return Math.ceil(A).toFixed(0)})}function Nt(e){return {address:e.address,basisPointsFee:e.basis_points_fee}}function $t(e){return {address:e.address,basis_points_fee:e.basisPointsFee}}function se(e){return {denom:e.denom,chainID:e.chain_id,originDenom:e.origin_denom,originChainID:e.origin_chain_id,trace:e.trace,isCW20:e.is_cw20,isEVM:e.is_evm,isSVM:e.is_svm,symbol:e.symbol,name:e.name,logoURI:e.logo_uri,decimals:e.decimals,tokenContract:e.token_contract,description:e.description,coingeckoID:e.coingecko_id,recommendedSymbol:e.recommended_symbol}}function Ke(e){return {denom:e.denom,chain_id:e.chainID,origin_denom:e.originDenom,origin_chain_id:e.originChainID,trace:e.trace,is_cw20:e.isCW20,is_evm:e.isEVM,is_svm:e.isSVM,symbol:e.symbol,name:e.name,logo_uri:e.logoURI,decimals:e.decimals,token_contract:e.tokenContract,description:e.description,coingecko_id:e.coingeckoID,recommended_symbol:e.recommendedSymbol}}function fr(e){return {asset:se(e.asset),reason:e.reason}}function xr(e){return {asset:Ke(e.asset),reason:e.reason}}function Yd(e){return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,allowMultiTx:e.allow_multi_tx,includeCW20Assets:e.include_cw20_assets}}function yr(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,allow_multi_tx:e.allowMultiTx,include_cw20_assets:e.includeCW20Assets}}function em(e){return {chainIDs:e.chain_ids,chainID:e.chain_id,nativeOnly:e.native_only,includeNoMetadataAssets:e.include_no_metadata_assets,includeCW20Assets:e.include_cw20_assets,includeEvmAssets:e.include_evm_assets,includeSvmAssets:e.include_svm_assets}}function Ar(e){return {chain_ids:e.chainIDs,chain_id:e.chainID,native_only:e.nativeOnly,include_no_metadata_assets:e.includeNoMetadataAssets,include_cw20_assets:e.includeCW20Assets,include_evm_assets:e.includeEvmAssets,include_svm_assets:e.includeSvmAssets,only_testnets:e.onlyTestnets}}function Mr(e){return {chainName:e.chain_name,chainID:e.chain_id,pfmEnabled:e.pfm_enabled,cosmosSDKVersion:e.cosmos_sdk_version,modules:e.modules,cosmosModuleSupport:e.cosmos_module_support,supportsMemo:e.supports_memo,logoURI:e.logo_uri,bech32Prefix:e.bech32_prefix,feeAssets:e.fee_assets.map(pn),chainType:e.chain_type,ibcCapabilities:mn(e.ibc_capabilities),isTestnet:e.is_testnet,prettyName:e.pretty_name}}function sm(e){return {chain_name:e.chainName,chain_id:e.chainID,pfm_enabled:e.pfmEnabled,cosmos_sdk_version:e.cosmosSDKVersion,modules:e.modules,cosmos_module_support:e.cosmosModuleSupport,supports_memo:e.supportsMemo,logo_uri:e.logoURI,bech32_prefix:e.bech32Prefix,fee_assets:e.feeAssets.map(dn),chain_type:e.chainType,ibc_capabilities:gn(e.ibcCapabilities),is_testnet:e.isTestnet,pretty_name:e.prettyName}}function pn(e){return {denom:e.denom,gasPrice:e.gas_price}}function dn(e){return {denom:e.denom,gas_price:e.gasPrice}}function mn(e){return {cosmosPfm:e.cosmos_pfm,cosmosIbcHooks:e.cosmos_ibc_hooks,cosmosMemo:e.cosmos_memo,cosmosAutopilot:e.cosmos_autopilot}}function gn(e){return {cosmos_pfm:e.cosmosPfm,cosmos_ibc_hooks:e.cosmosIbcHooks,cosmos_memo:e.cosmosMemo,cosmos_autopilot:e.cosmosAutopilot}}function tm(e){return {requests:e.requests.map(la)}}function br(e){return {requests:e.requests.map(va)}}function wr(e){return {recommendations:e.recommendations.map(fr),recommendationEntries:e.recommendation_entries.map(un)}}function rm(e){return {recommendations:e.recommendations.map(xr),recommendation_entries:e.recommendationEntries.map(hn)}}function un(e){return {recommendations:e.recommendations.map(fr),error:e.error}}function hn(e){return {recommendations:e.recommendations.map(xr),error:e.error}}function Sr(e){return {amount:e.amount,bridgeID:e.bridge_id,chainID:e.chain_id,feeType:e.fee_type,originAsset:e.origin_asset&&se(e.origin_asset),txIndex:e.tx_index,usdAmount:e.usd_amount,operationIndex:e.operation_index}}function ln(e){return {amount:e.amount,bridge_id:e.bridgeID,chain_id:e.chainID,fee_type:e.feeType,origin_asset:e.originAsset&&Ke(e.originAsset),tx_index:e.txIndex,usd_amount:e.usdAmount,operation_index:e.operationIndex}}function G(e){return {name:e.name,chainID:e.chain_id,logoUri:e.logo_uri}}function Ve(e){return {name:e.name,chain_id:e.chainID,logo_uri:e.logoUri}}function Pt(e){return {name:e.name,chainID:e.chain_id}}function Tt(e){return {name:e.name,chain_id:e.chainID}}function om(e){let s=e.swap_venues?e.swap_venues.map(Pt):void 0;return e.amount_in!==void 0?{sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,cumulativeAffiliateFeeBPS:e.cumulative_affiliate_fee_bps,swapVenue:e.swap_venue?Pt(e.swap_venue):void 0,swapVenues:s,allowUnsafe:e.allow_unsafe,experimentalFeatures:e.experimental_features,bridges:e.bridges,allowMultiTx:e.allow_multi_tx,smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps}:{sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountOut:e.amount_out,cumulativeAffiliateFeeBPS:e.cumulative_affiliate_fee_bps,swapVenue:e.swap_venue?Pt(e.swap_venue):void 0,swapVenues:s,allowUnsafe:e.allow_unsafe,experimentalFeatures:e.experimental_features,bridges:e.bridges,allowMultiTx:e.allow_multi_tx,smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps}}function Rr(e){let s=e.swapVenues?e.swapVenues.map(Tt):void 0;return e.amountIn!==void 0?{source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,cumulative_affiliate_fee_bps:e.cumulativeAffiliateFeeBPS,swap_venue:e.swapVenue?Tt(e.swapVenue):void 0,swap_venues:s,allow_unsafe:e.allowUnsafe,experimental_features:e.experimentalFeatures,bridges:e.bridges,allow_multi_tx:e.allowMultiTx,smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?Ut(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps}:{source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_out:e.amountOut,cumulative_affiliate_fee_bps:e.cumulativeAffiliateFeeBPS,swap_venue:e.swapVenue?Tt(e.swapVenue):void 0,swap_venues:s,allow_unsafe:e.allowUnsafe,experimental_features:e.experimentalFeatures,bridges:e.bridges,allow_multi_tx:e.allowMultiTx,smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?Ut(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps}}function Pr(e){return {port:e.port,channel:e.channel,fromChainID:e.from_chain_id,toChainID:e.to_chain_id,pfmEnabled:e.pfm_enabled,supportsMemo:e.supports_memo,denomIn:e.denom_in,denomOut:e.denom_out,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:e.fee_asset&&se(e.fee_asset),bridgeID:e.bridge_id,destDenom:e.dest_denom,chainID:e.chain_id,smartRelay:e.smart_relay}}function Tr(e){return {port:e.port,channel:e.channel,from_chain_id:e.fromChainID,to_chain_id:e.toChainID,pfm_enabled:e.pfmEnabled,supports_memo:e.supportsMemo,denom_in:e.denomIn,denom_out:e.denomOut,fee_amount:e.feeAmount,usd_fee_amount:e.usdFeeAmount,fee_asset:e.feeAsset&&Ke(e.feeAsset),bridge_id:e.bridgeID,dest_denom:e.destDenom,chain_id:e.chainID,smart_relay:e.smartRelay}}function Et(e){return {pool:e.pool,denomIn:e.denom_in,denomOut:e.denom_out,interface:e.interface}}function Ot(e){return {pool:e.pool,denom_in:e.denomIn,denom_out:e.denomOut,interface:e.interface}}function vn(e){return {swapAmountIn:e.swap_amount_in,denomIn:e.denom_in,swapOperations:e.swap_operations.map(Et)}}function _n(e){return {swap_amount_in:e.swapAmountIn,denom_in:e.denomIn,swap_operations:e.swapOperations.map(Ot)}}function kn(e){return {swapVenue:G(e.swap_venue),swapOperations:e.swap_operations.map(Et),swapAmountIn:e.swap_amount_in,priceImpactPercent:e.price_impact_percent,estimatedAmountOut:e.estimated_amount_out}}function fn(e){return {swap_venue:Ve(e.swapVenue),swap_operations:e.swapOperations.map(Ot),swap_amount_in:e.swapAmountIn,price_impact_percent:e.priceImpactPercent,estimated_amount_out:e.estimatedAmountOut}}function xn(e){return {swapVenue:G(e.swap_venue),swapRoutes:e.swap_routes.map(vn),estimatedAmountOut:e.estimated_amount_out}}function yn(e){return {swap_venue:Ve(e.swapVenue),swap_routes:e.swapRoutes.map(_n),estimated_amount_out:e.estimatedAmountOut}}function An(e){return {swapVenue:G(e.swap_venue),swapOperations:e.swap_operations.map(Et),swapAmountOut:e.swap_amount_out,priceImpactPercent:e.price_impact_percent}}function Mn(e){return {swap_venue:Ve(e.swapVenue),swap_operations:e.swapOperations.map(Ot),swap_amount_out:e.swapAmountOut,price_impact_percent:e.priceImpactPercent}}function bn(e){return "swap_in"in e?{swapIn:kn(e.swap_in),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map(G)}:"smart_swap_in"in e?{smartSwapIn:xn(e.smart_swap_in),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map(G)}:{swapOut:An(e.swap_out),estimatedAffiliateFee:e.estimated_affiliate_fee,fromChainID:e.from_chain_id,chainID:e.chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map(G)}}function wn(e){return "swapIn"in e?{swap_in:fn(e.swapIn),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ve)}:"smartSwapIn"in e?{smart_swap_in:yn(e.smartSwapIn),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ve)}:{swap_out:Mn(e.swapOut),estimated_affiliate_fee:e.estimatedAffiliateFee,from_chain_id:e.fromChainID,chain_id:e.chainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ve)}}function Sn(e){return {inputToken:e.input_token,amountIn:e.amount_in,swapCalldata:e.swap_calldata,amountOut:e.amount_out,fromChainID:e.from_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,swapVenues:e.swap_venues.map(G)}}function Rn(e){return {input_token:e.inputToken,amount_in:e.amountIn,swap_calldata:e.swapCalldata,amount_out:e.amountOut,from_chain_id:e.fromChainID,denom_in:e.denomIn,denom_out:e.denomOut,swap_venues:e.swapVenues.map(Ve)}}function Cr(e){return "transfer"in e?{transfer:Pr(e.transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"bank_send"in e?{bankSend:Vn(e.bank_send),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"axelar_transfer"in e?{axelarTransfer:Hn(e.axelar_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"cctp_transfer"in e?{cctpTransfer:Ln(e.cctp_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"hyperlane_transfer"in e?{hyperlaneTransfer:Jn(e.hyperlane_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"op_init_transfer"in e?{opInitTransfer:Kn(e.op_init_transfer),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:"swap"in e?{swap:bn(e.swap),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}:{evmSwap:Sn(e.evm_swap),txIndex:e.tx_index,amountIn:e.amount_in,amountOut:e.amount_out}}function Ur(e){return "transfer"in e?{transfer:Tr(e.transfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"bankSend"in e?{bank_send:In(e.bankSend),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"axelarTransfer"in e?{axelar_transfer:zn(e.axelarTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"cctpTransfer"in e?{cctp_transfer:qn(e.cctpTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"hyperlaneTransfer"in e?{hyperlane_transfer:jn(e.hyperlaneTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"opInitTransfer"in e?{op_init_transfer:Gn(e.opInitTransfer),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:"swap"in e?{swap:wn(e.swap),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}:{evm_swap:Rn(e.evmSwap),tx_index:e.txIndex,amount_in:e.amountIn,amount_out:e.amountOut}}function Bt(e){var s;return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,amountOut:e.amount_out,operations:e.operations.map(Cr),chainIDs:e.chain_ids,requiredChainAddresses:e.required_chain_addresses,doesSwap:e.does_swap,estimatedAmountOut:e.estimated_amount_out,swapVenues:e.swap_venues?e.swap_venues.map(G):void 0,txsRequired:e.txs_required,usdAmountIn:e.usd_amount_in,usdAmountOut:e.usd_amount_out,swapPriceImpactPercent:e.swap_price_impact_percent,warning:e.warning,estimatedFees:(s=e.estimated_fees)!=null&&s.length?e.estimated_fees.map(t=>Sr(t)):[],estimatedRouteDurationSeconds:e.estimated_route_duration_seconds}}function nm(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,amount_out:e.amountOut,operations:e.operations.map(Ur),chain_ids:e.chainIDs,required_chain_addresses:e.requiredChainAddresses,does_swap:e.doesSwap,estimated_amount_out:e.estimatedAmountOut,swap_venues:e.swapVenues?e.swapVenues.map(Ve):void 0,txs_required:e.txsRequired,usd_amount_in:e.usdAmountIn,usd_amount_out:e.usdAmountOut,swap_price_impact_percent:e.swapPriceImpactPercent,warning:e.warning,estimated_fees:e.estimatedFees.map(s=>ln(s)),estimated_route_duration_seconds:e.estimatedRouteDurationSeconds}}function Pn(e){return {contractAddress:e.contract_address,msg:e.msg}}function Tn(e){return {contract_address:e.contractAddress,msg:e.msg}}function Nr(e){return "wasm_msg"in e?{wasmMsg:Pn(e.wasm_msg)}:{autopilotMsg:e.autopilot_msg}}function $r(e){return "wasmMsg"in e?{wasm_msg:Tn(e.wasmMsg)}:{autopilot_msg:e.autopilotMsg}}function am(e){var s;return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,amountIn:e.amount_in,amountOut:e.amount_out,addressList:e.address_list,operations:e.operations.map(Cr),estimatedAmountOut:e.estimated_amount_out,slippageTolerancePercent:e.slippage_tolerance_percent,affiliates:(s=e.affiliates)==null?void 0:s.map(Nt),chainIDsToAffiliates:e.chain_ids_to_affiliates?so(e.chain_ids_to_affiliates):void 0,postRouteHandler:e.post_route_handler&&Nr(e.post_route_handler),enableGasWarnings:e.enable_gas_warnings}}function Er(e){var s;return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,amount_in:e.amountIn,amount_out:e.amountOut,address_list:e.addressList,operations:e.operations.map(Ur),estimated_amount_out:e.estimatedAmountOut,slippage_tolerance_percent:e.slippageTolerancePercent,affiliates:(s=e.affiliates)==null?void 0:s.map($t),chain_ids_to_affiliates:e.chainIDsToAffiliates?to(e.chainIDsToAffiliates):void 0,post_route_handler:e.postRouteHandler&&$r(e.postRouteHandler),enable_gas_warnings:e.enableGasWarnings}}function Cn(e){return {chainID:e.chain_id,path:e.path,msg:e.msg,msgTypeURL:e.msg_type_url}}function Un(e){return {chain_id:e.chainID,path:e.path,msg:e.msg,msg_type_url:e.msgTypeURL}}function Nn(e){return {msg:e.msg,msgTypeURL:e.msg_type_url}}function $n(e){return {msg:e.msg,msg_type_url:e.msgTypeURL}}function im(e){return {tx:e.tx,chainID:e.chain_id}}function cm(e){return {tx:e.tx,chain_id:e.chainID}}function Or(e){return {txHash:e.tx_hash}}function pm(e){return {tx_hash:e.txHash}}function dm(e){return {txHash:e.tx_hash,chainID:e.chain_id}}function mm(e){return {tx_hash:e.txHash,chain_id:e.chainID}}function Br(e){return {txHash:e.tx_hash,explorerLink:e.explorer_link}}function gm(e){return {tx_hash:e.txHash,explorer_link:e.explorerLink}}function um(e){return {txHash:e.tx_hash,chainID:e.chain_id}}function hm(e){return {tx_hash:e.txHash,chain_id:e.chainID}}function N(e){return {txHash:e.tx_hash,chainID:e.chain_id,explorerLink:e.explorer_link}}function $(e){return {tx_hash:e.txHash,chain_id:e.chainID,explorer_link:e.explorerLink}}function En(e){return {sendTx:e.send_tx&&N(e.send_tx),receiveTx:e.receive_tx&&N(e.receive_tx),acknowledgeTx:e.acknowledge_tx&&N(e.acknowledge_tx),timeoutTx:e.timeout_tx&&N(e.timeout_tx),error:e.error}}function On(e){return {send_tx:e.sendTx&&$(e.sendTx),receive_tx:e.receiveTx&&$(e.receiveTx),acknowledge_tx:e.acknowledgeTx&&$(e.acknowledgeTx),timeout_tx:e.timeoutTx&&$(e.timeoutTx),error:e.error}}function Bn(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,packetTXs:e.packet_txs&&En(e.packet_txs),srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function Dn(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,packet_txs:e.packetTXs&&On(e.packetTXs),src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function Dr(e){return {transferSequenceIndex:e.transfer_sequence_index}}function Hr(e){return {transfer_sequence_index:e.transferSequenceIndex}}function zr(e){return {chainID:e.chain_id,denom:e.denom,released:e.released}}function Vr(e){return {chain_id:e.chainID,denom:e.denom,released:e.released}}function Ir(e){return {status:e.status,nextBlockingTransfer:e.next_blocking_transfer&&Dr(e.next_blocking_transfer),transferSequence:e.transfer_sequence.map(jr),transferAssetRelease:e.transfer_asset_release&&zr(e.transfer_asset_release),error:e.error,state:e.state,transfers:e.transfers.map(ca)}}function lm(e){return {status:e.status,next_blocking_transfer:e.nextBlockingTransfer&&Hr(e.nextBlockingTransfer),transfer_sequence:e.transferSequence.map(Kr),transfer_asset_release:e.transferAssetRelease&&Vr(e.transferAssetRelease),error:e.error,state:e.state,transfers:e.transfers.map(pa)}}function vm(e){return {address:e.address,chainID:e.chain_id}}function _m(e){return {address:e.address,chain_id:e.chainID}}function Hn(e){return {fromChain:e.from_chain,fromChainID:e.from_chain_id,toChain:e.to_chain,toChainID:e.to_chain_id,asset:e.asset,shouldUnwrap:e.should_unwrap,denomIn:e.denom_in,denomOut:e.denom_out,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:se(e.fee_asset),isTestnet:e.is_testnet,ibcTransferToAxelar:e.ibc_transfer_to_axelar?Pr(e.ibc_transfer_to_axelar):void 0,bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function zn(e){return {from_chain:e.fromChain,from_chain_id:e.fromChainID,to_chain:e.toChain,to_chain_id:e.toChainID,asset:e.asset,should_unwrap:e.shouldUnwrap,denom_in:e.denomIn,denom_out:e.denomOut,fee_amount:e.feeAmount,fee_asset:Ke(e.feeAsset),usd_fee_amount:e.usdFeeAmount,is_testnet:e.isTestnet,ibc_transfer_to_axelar:e.ibcTransferToAxelar?Tr(e.ibcTransferToAxelar):void 0,bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Vn(e){return {chainID:e.chain_id,denom:e.denom}}function In(e){return {chain_id:e.chainID,denom:e.denom}}function Fn(e){return {feeAmount:e.fee_amount,relayerAddress:e.relayer_address,expiration:e.expiration,feePaymentAddress:e.fee_payment_address,feeDenom:e.fee_denom}}function Wn(e){return {fee_amount:e.feeAmount,relayer_address:e.relayerAddress,expiration:e.expiration,fee_payment_address:e.feePaymentAddress,fee_denom:e.feeDenom}}function Ln(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,burnToken:e.burn_token,bridgeID:e.bridge_id,denomIn:e.denom_in,denomOut:e.denom_out,smartRelay:e.smart_relay,smartRelayFeeQuote:Fn(e.smart_relay_fee_quote)}}function qn(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,burn_token:e.burnToken,bridge_id:e.bridgeID,denom_in:e.denomIn,denom_out:e.denomOut,smart_relay:e.smartRelay,smart_relay_fee_quote:Wn(e.smartRelayFeeQuote)}}function Jn(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,hyperlaneContractAddress:e.hyperlane_contract_address,feeAmount:e.fee_amount,usdFeeAmount:e.usd_fee_amount,feeAsset:se(e.fee_asset),bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function jn(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,denom_in:e.denomIn,denom_out:e.denomOut,hyperlane_contract_address:e.hyperlaneContractAddress,fee_amount:e.feeAmount,usd_fee_amount:e.usdFeeAmount,fee_asset:Ke(e.feeAsset),bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Kn(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,denomIn:e.denom_in,denomOut:e.denom_out,opInitBridgeID:e.op_init_bridge_id,bridgeID:e.bridge_id,smartRelay:e.smart_relay}}function Gn(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,denom_in:e.denomIn,denom_out:e.denomOut,op_init_bridge_id:e.opInitBridgeID,bridge_id:e.bridgeID,smart_relay:e.smartRelay}}function Zn(e){return {tokenContract:e.token_contract,spender:e.spender,amount:e.amount}}function Xn(e){return {token_contract:e.tokenContract,spender:e.spender,amount:e.amount}}function Fr(e){return {chainID:e.chain_id,tx:e.tx,signerAddress:e.signer_address}}function Wr(e){return {chain_id:e.chainID,tx:e.tx,signer_address:e.signerAddress}}function Lr(e){return {chainID:e.chain_id,to:e.to,value:e.value,data:e.data,requiredERC20Approvals:e.required_erc20_approvals.map(Zn),signerAddress:e.signer_address}}function qr(e){return {chain_id:e.chainID,to:e.to,value:e.value,data:e.data,required_erc20_approvals:e.requiredERC20Approvals.map(Xn),signer_address:e.signerAddress}}function Qn(e){return {chainID:e.chain_id,path:e.path,msgs:e.msgs.map(Nn),signerAddress:e.signer_address}}function Yn(e){return {chain_id:e.chainID,path:e.path,msgs:e.msgs.map($n),signer_address:e.signerAddress}}function Dt(e){return "cosmos_tx"in e?{cosmosTx:Qn(e.cosmos_tx),operationsIndices:e.operations_indices}:"svm_tx"in e?{svmTx:Fr(e.svm_tx),operationsIndices:e.operations_indices}:{evmTx:Lr(e.evm_tx),operationsIndices:e.operations_indices}}function km(e){return "cosmosTx"in e?{cosmos_tx:Yn(e.cosmosTx),operations_indices:e.operationsIndices}:"svmTx"in e?{svm_tx:Wr(e.svmTx),operations_indices:e.operationsIndices}:{evm_tx:qr(e.evmTx),operations_indices:e.operationsIndices}}function Ht(e){return "multi_chain_msg"in e?{multiChainMsg:Cn(e.multi_chain_msg)}:"svm_tx"in e?{svmTx:Fr(e.svm_tx)}:{evmTx:Lr(e.evm_tx)}}function fm(e){return "multiChainMsg"in e?{multi_chain_msg:Un(e.multiChainMsg)}:"svmTx"in e?{svm_tx:Wr(e.svmTx)}:{evm_tx:qr(e.evmTx)}}function Jr(e){var s,t;return {estimatedFees:(s=e.estimated_fees)==null?void 0:s.map(o=>Sr(o)),msgs:e.msgs.map(o=>Ht(o)),txs:(t=e.txs)==null?void 0:t.map(o=>Dt(o)),warning:e.warning}}function ea(e){return {sendTx:e.send_tx?N(e.send_tx):null,confirmTx:e.confirm_tx?N(e.confirm_tx):null,executeTx:e.execute_tx?N(e.execute_tx):null,error:e.error}}function sa(e){return {send_tx:e.sendTx?$(e.sendTx):null,confirm_tx:e.confirmTx?$(e.confirmTx):null,execute_tx:e.executeTx?$(e.executeTx):null,error:e.error}}function ta(e){return {sendTx:e.send_tx?N(e.send_tx):null,gasPaidTx:e.gas_paid_tx?N(e.gas_paid_tx):null,confirmTx:e.confirm_tx?N(e.confirm_tx):null,approveTx:e.approve_tx?N(e.approve_tx):null,executeTx:e.execute_tx?N(e.execute_tx):null,error:e.error}}function ra(e){return {send_tx:e.sendTx?$(e.sendTx):null,gas_paid_tx:e.gasPaidTx?$(e.gasPaidTx):null,confirm_tx:e.confirmTx?$(e.confirmTx):null,approve_tx:e.approveTx?$(e.approveTx):null,execute_tx:e.executeTx?$(e.executeTx):null,error:e.error}}function oa(e){return "contract_call_with_token_txs"in e?{contractCallWithTokenTxs:ta(e.contract_call_with_token_txs)}:{sendTokenTxs:ea(e.send_token_txs)}}function na(e){return "contractCallWithTokenTxs"in e?{contract_call_with_token_txs:ra(e.contractCallWithTokenTxs)}:{send_token_txs:sa(e.sendTokenTxs)}}function aa(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,type:e.type,state:e.state,txs:e.txs&&oa(e.txs),axelarScanLink:e.axelar_scan_link,srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function ia(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,type:e.type,state:e.state,txs:e.txs&&na(e.txs),axelar_scan_link:e.axelarScanLink,src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function jr(e){return "ibc_transfer"in e?{ibcTransfer:Bn(e.ibc_transfer)}:"cctp_transfer"in e?{cctpTransfer:ya(e.cctp_transfer)}:"hyperlane_transfer"in e?{hyperlaneTransfer:wa(e.hyperlane_transfer)}:"op_init_transfer"in e?{opInitTransfer:Ta(e.op_init_transfer)}:{axelarTransfer:aa(e.axelar_transfer)}}function Kr(e){return "ibcTransfer"in e?{ibc_transfer:Dn(e.ibcTransfer)}:"cctpTransfer"in e?{cctp_transfer:Aa(e.cctpTransfer)}:"hyperlaneTransfer"in e?{hyperlane_transfer:Sa(e.hyperlaneTransfer)}:"opInitTransfer"in e?{op_init_transfer:Ca(e.opInitTransfer)}:{axelar_transfer:ia(e.axelarTransfer)}}function ca(e){return {transferSequence:e.transfer_sequence.map(jr),transferAssetRelease:e.transfer_asset_release&&zr(e.transfer_asset_release),error:e.error,state:e.state,nextBlockingTransfer:e.next_blocking_transfer&&Dr(e.next_blocking_transfer)}}function pa(e){return {transfer_sequence:e.transferSequence.map(Kr),transfer_asset_release:e.transferAssetRelease&&Vr(e.transferAssetRelease),error:e.error,state:e.state,next_blocking_transfer:e.nextBlockingTransfer&&Hr(e.nextBlockingTransfer)}}function da(e){return {chainID:e.chain_id,denom:e.denom}}function ma(e){return {chain_id:e.chainID,denom:e.denom}}function ga(e){return "asset"in e?{asset:se(e.asset)}:{error:e.error}}function ua(e){return "asset"in e?{asset:Ke(e.asset)}:{error:e.error}}function xm(e){return {assets:e.assets.map(da)}}function Gr(e){return {assets:e.assets.map(ma)}}function Zr(e){return {originAssets:e.origin_assets.map(ga)}}function ym(e){return {origin_assets:e.originAssets.map(ua)}}function ha(e){return {assetOnSource:se(e.asset_on_source),assetOnDest:se(e.asset_on_dest),txsRequired:e.txs_required,bridges:e.bridges}}function Am(e){return {asset_on_source:Ke(e.assetOnSource),asset_on_dest:Ke(e.assetOnDest),txs_required:e.txsRequired,bridges:e.bridges}}function Mm(e){return {sourceChainID:e.source_chain_id,destChainID:e.dest_chain_id,includeNoMetadataAssets:e.include_no_metadata_assets,includeCW20Assets:e.include_cw20_assets,includeEvmAssets:e.include_evm_assets,allowMultiTx:e.allow_multi_tx}}function Xr(e){return {source_chain_id:e.sourceChainID,dest_chain_id:e.destChainID,include_no_metadata_assets:e.includeNoMetadataAssets,include_cw20_assets:e.includeCW20Assets,include_evm_assets:e.includeEvmAssets,allow_multi_tx:e.allowMultiTx}}function Qr(e){return {assetsBetweenChains:e.assets_between_chains.map(ha)}}function la(e){return {sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destChainID:e.dest_chain_id,reason:e.reason}}function va(e){return {source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_chain_id:e.destChainID,reason:e.reason}}function Yr(e){return {bridges:e.bridges.map(_a)}}function bm(e){return {bridges:e.bridges.map(ka)}}function _a(e){return {id:e.id,name:e.name,logoURI:e.logo_uri}}function ka(e){return {id:e.id,name:e.name,logo_uri:e.logoURI}}function fa(e){return {sendTx:e.send_tx?N(e.send_tx):null,receiveTx:e.receive_tx?N(e.receive_tx):null}}function xa(e){return {send_tx:e.sendTx?$(e.sendTx):null,receive_tx:e.receiveTx?$(e.receiveTx):null}}function ya(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&fa(e.txs),srcChainID:e.src_chain_id,dstChainID:e.dst_chain_id}}function Aa(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&xa(e.txs),src_chain_id:e.srcChainID,dst_chain_id:e.dstChainID}}function Ma(e){return {sendTx:e.send_tx?N(e.send_tx):null,receiveTx:e.receive_tx?N(e.receive_tx):null}}function ba(e){return {send_tx:e.sendTx?$(e.sendTx):null,receive_tx:e.receiveTx?$(e.receiveTx):null}}function wa(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&Ma(e.txs)}}function Sa(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&ba(e.txs)}}function Ra(e){return {sendTx:e.send_tx?N(e.send_tx):null,receiveTx:e.receive_tx?N(e.receive_tx):null}}function Pa(e){return {send_tx:e.sendTx?$(e.sendTx):null,receive_tx:e.receiveTx?$(e.receiveTx):null}}function Ta(e){return {fromChainID:e.from_chain_id,toChainID:e.to_chain_id,state:e.state,txs:e.txs&&Ra(e.txs)}}function Ca(e){return {from_chain_id:e.fromChainID,to_chain_id:e.toChainID,state:e.state,txs:e.txs&&Pa(e.txs)}}function wm(e){var t;let s={sourceAssetDenom:e.source_asset_denom,sourceAssetChainID:e.source_asset_chain_id,destAssetDenom:e.dest_asset_denom,destAssetChainID:e.dest_asset_chain_id,chainIdsToAddresses:e.chain_ids_to_addresses,slippageTolerancePercent:e.slippage_tolerance_percent,affiliates:(t=e.affiliates)==null?void 0:t.map(Nt),chainIDsToAffiliates:e.chain_ids_to_affiliates?so(e.chain_ids_to_affiliates):void 0,timeoutSeconds:e.timeout_seconds,postRouteHandler:e.post_route_handler&&Nr(e.post_route_handler),swapVenue:e.swap_venue&&G(e.swap_venue),swapVenues:e.swap_venues&&e.swap_venues.map(G),smartRelay:e.smart_relay,smartSwapOptions:e.smart_swap_options?Ct(e.smart_swap_options):void 0,allowSwaps:e.allow_swaps,enableGasWarnings:e.enable_gas_warnings,allowMultiTx:e.allow_multi_tx,allowUnsafe:e.allow_unsafe,bridges:e.bridges,experimentalFeatures:e.experimental_features};return e.amount_in!==void 0?re(R({},s),{amountIn:e.amount_in}):re(R({},s),{amountOut:e.amount_out})}function eo(e){var t;let s={source_asset_denom:e.sourceAssetDenom,source_asset_chain_id:e.sourceAssetChainID,dest_asset_denom:e.destAssetDenom,dest_asset_chain_id:e.destAssetChainID,chain_ids_to_addresses:e.chainIdsToAddresses,slippage_tolerance_percent:e.slippageTolerancePercent,affiliates:(t=e.affiliates)==null?void 0:t.map($t),chain_ids_to_affiliates:e.chainIDsToAffiliates?to(e.chainIDsToAffiliates):void 0,allow_multi_tx:e.allowMultiTx,allow_unsafe:e.allowUnsafe,bridges:e.bridges,timeout_seconds:e.timeoutSeconds,experimental_features:e.experimentalFeatures,swap_venue:e.swapVenue&&Ve(e.swapVenue),swap_venues:e.swapVenues&&e.swapVenues.map(Ve),post_route_handler:e.postRouteHandler&&$r(e.postRouteHandler),smart_relay:e.smartRelay,smart_swap_options:e.smartSwapOptions?Ut(e.smartSwapOptions):void 0,allow_swaps:e.allowSwaps,enable_gas_warnings:e.enableGasWarnings};return e.amountIn!==void 0?re(R({},s),{amount_in:e.amountIn}):re(R({},s),{amount_out:e.amountOut})}function Ct(e){return {splitRoutes:!!e.split_routes,evmSwaps:!!e.evm_swaps}}function Ut(e){return {split_routes:!!e.splitRoutes,evm_swaps:!!e.evmSwaps}}function so(e){let s={};for(let t of Object.keys(e))s[t]=Ua(e[t]);return s}function to(e){let s={};for(let t of Object.keys(e))s[t]=Na(e[t]);return s}function Ua(e){return {affiliates:e.affiliates.map(Nt)}}function Na(e){return {affiliates:e.affiliates.map($t)}}function Sm(e){return e}function Rm(e){return e}function Pm(e){return e}function $a(e){return e}function Ea(e){return {amount:e.amount,decimals:e.decimals,formattedAmount:e.formatted_amount,price:e.price,valueUSD:e.value_usd,error:e.error}}function Oa(e){return {amount:e.amount,decimals:e.decimals,formatted_amount:e.formattedAmount,price:e.price,value_usd:e.valueUSD,error:e.error}}function Ba(e){let s={denoms:{}};for(let t of Object.keys(e.denoms)){let o=e.denoms[t];o!==void 0&&(s.denoms[t]=Ea(o));}return s}function Da(e){let s={denoms:{}};for(let t of Object.keys(e.denoms)){let o=e.denoms[t];o!==void 0&&(s.denoms[t]=Oa(o));}return s}function ro(e){let s={chains:{}};for(let t of Object.keys(e.chains)){let o=e.chains[t];o!==void 0&&(s.chains[t]=Ba(o));}return s}function Tm(e){let s={chains:{}};for(let t of Object.keys(e.chains)){let o=e.chains[t];o!==void 0&&(s.chains[t]=Da(o));}return s}var ri="https://api.skip.build",Vt=class{constructor(s={}){this.cumulativeAffiliateFeeBPS="0";var t,o,r;this.requestClient=new _s({baseURL:s.apiURL||ri,apiKey:s.apiKey}),this.aminoTypes=new stargate.AminoTypes(R(R(R(R(R({},stargate.createDefaultAminoConverters()),cosmwasmStargate.createWasmAminoConverters()),rr),lr),(t=s.aminoTypes)!=null?t:{})),this.registry=new protoSigning.Registry([...stargate.defaultRegistryTypes,["/cosmwasm.wasm.v1.MsgExecuteContract",tx$1.MsgExecuteContract],["/initia.move.v1.MsgExecute",qe],["/opinit.ophost.v1.MsgInitiateTokenDeposit",Ie],...or,...vr,...(o=s.registryTypes)!=null?o:[]]),this.endpointOptions=(r=s.endpointOptions)!=null?r:{},this.getCosmosSigner=s.getCosmosSigner,this.getEVMSigner=s.getEVMSigner,this.getSVMSigner=s.getSVMSigner,s.chainIDsToAffiliates&&(this.cumulativeAffiliateFeeBPS=oi(s.chainIDsToAffiliates),this.chainIDsToAffiliates=s.chainIDsToAffiliates);}assets(){return k(this,arguments,function*(s={}){let t=yield this.requestClient.get("/v2/fungible/assets",Ar(R({},s)));return Object.entries(t.chain_to_assets_map).reduce((o,[r,{assets:n}])=>(o[r]=n.map(i=>se(i)),o),{})})}assetsFromSource(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/assets_from_source",yr(R({},s)));return Object.entries(t.dest_assets).reduce((o,[r,{assets:n}])=>(o[r]=n.map(i=>se(i)),o),{})})}assetsBetweenChains(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/assets_between_chains",Xr(s));return Qr(t).assetsBetweenChains})}bridges(){return k(this,null,function*(){let s=yield this.requestClient.get("/v2/info/bridges");return Yr(s).bridges})}chains(){return k(this,arguments,function*({includeEVM:s,includeSVM:t,onlyTestnets:o,chainIDs:r}={includeEVM:!1,includeSVM:!1}){return (yield this.requestClient.get("/v2/info/chains",{include_evm:s,include_svm:t,only_testnets:o,chain_ids:r})).chains.map(i=>Mr(i))})}balances(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/info/balances",s);return ro(t)})}executeRoute(s){return k(this,null,function*(){var m;let{route:t,userAddresses:o,beforeMsg:r,afterMsg:n}=s,i=[],c=0;for(let u=0;u<o.length;u++){if(t.requiredChainAddresses[c]!==((m=o[u])==null?void 0:m.chainID)){c=u;continue}i.push(o[u].address),c++;}i.length!==t.requiredChainAddresses.length&&(i=o.map(u=>u.address)),i.length===t.requiredChainAddresses.length||i.length===t.chainIDs.length||Z("executeRoute error: invalid address list");let h=yield this.messages({sourceAssetDenom:t.sourceAssetDenom,sourceAssetChainID:t.sourceAssetChainID,destAssetDenom:t.destAssetDenom,destAssetChainID:t.destAssetChainID,amountIn:t.amountIn,amountOut:t.estimatedAmountOut||"0",addressList:i,operations:t.operations,chainIDsToAffiliates:this.chainIDsToAffiliates,slippageTolerancePercent:s.slippageTolerancePercent||"1"});if(r&&h.txs.length>0){let u=h.txs[0];u&&"cosmosTx"in u&&u.cosmosTx.msgs.unshift(r);}if(n&&h.txs.length>0){let u=h.txs[h.txs.length-1];u&&"cosmosTx"in u&&u.cosmosTx.msgs.push(n);}yield this.executeTxs(re(R({},s),{txs:h.txs}));})}executeTxs(s){return k(this,null,function*(){var h;let{txs:t,userAddresses:o,validateGasBalance:r,getGasPrice:n,gasAmountMultiplier:i=ks,getFallbackGasAmount:c}=s,p;r&&(p=yield this.validateGasBalances({txs:t,userAddresses:o,getOfflineSigner:s.getCosmosSigner,getGasPrice:n,gasAmountMultiplier:i,getFallbackGasAmount:c,onValidateGasBalance:s.onValidateGasBalance}));for(let m=0;m<t.length;m++){let u=t[m],y=p==null?void 0:p[m];u||Z(`executeRoute error: invalid message at index ${m}`);let A;if("cosmosTx"in u){let f=u.cosmosTx,M=(h=o.find(x=>x.chainID===f.chainID))==null?void 0:h.address;if(M||Z(`executeRoute error: invalid address for chain '${f.chainID}'`),f.chainID==="stride-1"&&!y){let x=s.getCosmosSigner||this.getCosmosSigner;if(!x)throw new Error("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router");let T=yield x(u.cosmosTx.chainID),E=yield this.getRpcEndpointForChain(u.cosmosTx.chainID),U=yield stargate.SigningStargateClient.connectWithSigner(E,T,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:Ge});y=yield this.validateCosmosGasBalance({chainID:f.chainID,messages:f.msgs,signerAddress:M,getGasPrice:n,gasAmountMultiplier:i,getFallbackGasAmount:c,client:U});}let P=yield this.executeCosmosMessage({messages:f.msgs,chainID:f.chainID,getCosmosSigner:s.getCosmosSigner,getGasPrice:n,gasAmountMultiplier:i,signerAddress:M,getFallbackGasAmount:c,gasTokenUsed:y,onTransactionSigned:s.onTransactionSigned});A={chainID:f.chainID,txHash:P.transactionHash};}else if("evmTx"in u){let f=yield this.executeEvmMsg(u,s);A={chainID:u.evmTx.chainID,txHash:f.transactionHash};}else if("svmTx"in u){let{svmTx:f}=u,M=s.getSVMSigner||this.getSVMSigner;if(!M)throw new Error("executeRoute error: 'getSVMSigner' is not provided or configured in skip router");let P=yield M(),x=yield this.executeSVMTransaction({signer:P,message:f,onTransactionSigned:s.onTransactionSigned});A={chainID:f.chainID,txHash:x};}else Z("executeRoute error: invalid message type");s.onTransactionBroadcast&&(yield s.onTransactionBroadcast(R({},A)));let w=yield this.waitForTransaction(re(R({},A),{onTransactionTracked:s.onTransactionTracked}));s.onTransactionCompleted&&(yield s.onTransactionCompleted(A.chainID,A.txHash,w));}})}executeEvmMsg(s,t){return k(this,null,function*(){let{evmTx:o}=s,r=t.getEVMSigner||this.getEVMSigner;if(!r)throw new Error("Unable to get EVM signer");let n=yield r(o.chainID);return yield this.executeEVMTransaction({message:o,signer:n,onTransactionSigned:t.onTransactionSigned})})}executeCosmosMessage(s){return k(this,null,function*(){let{signerAddress:t,getCosmosSigner:o,chainID:r,messages:n,getGasPrice:i,gasAmountMultiplier:c,getFallbackGasAmount:p,gasTokenUsed:h,onTransactionSigned:m}=s,y=yield (this.getCosmosSigner||o||Z("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router"))(r);if(!(yield y.getAccounts()).find(te=>te.address===t))throw new Error("executeMultiChainMessage error: failed to retrieve account from signer");let f=yield this.getRpcEndpointForChain(r),M=yield stargate.SigningStargateClient.connectWithSigner(f,y,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:Ge}),P=yield this.estimateGasForMessage({stargateClient:M,chainID:r,signerAddress:t,gasAmountMultiplier:c,getGasPrice:i,messages:n,getFallbackGasAmount:p});if(h){let te=P.amount.find(bs=>bs.denom===h.denom);te&&(P.amount=[te]);}P.amount.length>1&&(P.amount=[P.amount[0]]);let{accountNumber:x,sequence:T}=yield this.getAccountNumberAndSequence(t,r),E;protoSigning.isOfflineDirectSigner(y)?E=yield this.signCosmosMessageDirect({signerAddress:t,signer:y,chainID:r,cosmosMsgs:n,fee:P,signerData:{accountNumber:x,sequence:T,chainId:r}}):E=yield this.signCosmosMessageAmino({signerAddress:t,signer:y,chainID:r,cosmosMsgs:n,fee:P,signerData:{accountNumber:x,sequence:T,chainId:r}});let U=tx$3.TxRaw.encode(E).finish(),X=encoding.toHex(crypto.sha256(U));return m==null||m({chainID:r,txHash:X}),yield M.broadcastTx(U)})}estimateGasForMessage(h){return k(this,arguments,function*({stargateClient:s,chainID:t,signerAddress:o,gasAmountMultiplier:r,getGasPrice:n,messages:i,encodedMsgs:c,getFallbackGasAmount:p}){var A;let m=(n?yield n(t,"cosmos"):yield this.getRecommendedGasPrice(t))||Z(`executeRoute error: unable to get gas prices for chain '${t}'`);if(t==="noble-1")return stargate.calculateFee(2e5,m);let u=yield k(this,null,function*(){try{return yield xs(s,o,t,i,c,r)}catch(w){if(p){let f=yield p(t,"cosmos");return f||Z(`executeRoute error: unable to estimate gas for message(s) ${i||c}`),String(f)}throw w}}),y=stargate.calculateFee(Math.ceil(parseFloat(u)),m);if(t==="stride-1"){let f=(A=(yield this.chains()).find(M=>M.chainID===t))==null?void 0:A.feeAssets.find(M=>M.denom.toLowerCase()==="ibc/BF3B4F53F3694B66E13C23107C84B6485BD2B96296BB7EC680EA77BBA75B4801".toLowerCase());if(f&&f.gasPrice){let M=f.gasPrice.average;M===""&&(M=f.gasPrice.high),M===""&&(M=f.gasPrice.low);let P=new stargate.GasPrice(math.Decimal.fromUserInput(M,18),f.denom),x=stargate.calculateFee(Math.ceil(parseFloat(u)),P);x.amount[0]&&y.amount.push(x.amount[0]);}}return y||Z(`executeRoute error: unable to get fee for message(s) ${i||c}`),y})}executeEVMTransaction(r){return k(this,arguments,function*({message:s,signer:t,onTransactionSigned:o}){if(!t.account)throw new Error("executeEVMTransaction error: failed to retrieve account from signer");let n=t.extend(viem.publicActions);for(let p of s.requiredERC20Approvals){if((yield n.readContract({address:p.tokenContract,abi:Mt,functionName:"allowance",args:[t.account.address,p.spender]}))>BigInt(p.amount))continue;let m=yield n.writeContract({account:t.account,address:p.tokenContract,abi:Mt,functionName:"approve",args:[p.spender,BigInt(p.amount)],chain:t.chain}),u=yield n.waitForTransactionReceipt({hash:m});if(u.status==="reverted")throw new Error(`executeEVMTransaction error: evm tx reverted for hash ${u.transactionHash}`)}let i=yield n.sendTransaction({account:t.account,to:s.to,data:`0x${s.data}`,chain:t.chain,value:s.value===""?void 0:BigInt(s.value)});return o==null||o({chainID:s.chainID,txHash:i}),yield n.waitForTransactionReceipt({hash:i})})}executeSVMTransaction(r){return k(this,arguments,function*({signer:s,message:t,onTransactionSigned:o}){var y;let n=Buffer.from(t.tx,"base64"),i=web3_js.Transaction.from(n),c=yield this.getRpcEndpointForChain(t.chainID),p=new web3_js.Connection(c),h;if("signTransaction"in s){let w=(yield s.signTransaction(i)).serialize();yield this.submitTransaction({chainID:t.chainID,tx:w.toString("base64")}).then(M=>{o==null||o({chainID:t.chainID,txHash:M.txHash}),h=M.txHash;}),h=yield p.sendRawTransaction(w,{preflightCommitment:"confirmed",maxRetries:5});}if(!h)throw new Error("executeSVMTransaction error: signature not found");let m=0,u=0;for(;;)try{let A=yield p.getSignatureStatus(h,{searchTransactionHistory:!0});if(((y=A==null?void 0:A.value)==null?void 0:y.confirmationStatus)==="confirmed")return h;if(m>12)throw yield ls(3e3),new Error(`executeSVMTransaction error: waiting finalized status timed out for ${h}`);m++,yield ls(3e3);}catch(A){if(u++,u>12)throw A}})}signCosmosMessageDirect(s){return k(this,null,function*(){let{signer:t,signerAddress:o,chainID:r,cosmosMsgs:n,fee:i,signerData:{accountNumber:c,sequence:p,chainId:h}}=s;if(r.includes("evmos"))return this.signCosmosMessageDirectEvmos(o,t,n,i,{accountNumber:c,sequence:p,chainId:h});if(r.includes("injective"))return this.signCosmosMessageDirectInjective(o,t,n,i,{accountNumber:c,sequence:p,chainId:h});let u=(yield t.getAccounts()).find(U=>U.address===o);if(!u)throw new Error("signCosmosMessageDirect error: failed to retrieve account from signer");let A={typeUrl:"/cosmos.tx.v1beta1.TxBody",value:{messages:n.map(U=>fs(U))}},w=this.registry.encode(A),f=math.Int53.fromString(i.gas).toNumber(),M=ws(u,r),P=protoSigning.makeAuthInfoBytes([{pubkey:M,sequence:p}],i.amount,f,i.granter,i.payer),x=protoSigning.makeSignDoc(w,P,h,c),{signature:T,signed:E}=yield t.signDirect(o,x);return tx$3.TxRaw.fromPartial({bodyBytes:E.bodyBytes,authInfoBytes:E.authInfoBytes,signatures:[encoding.fromBase64(T.signature)]})})}signCosmosMessageDirectEvmos(p,h,m,u,y){return k(this,arguments,function*(s,t,o,r,{accountNumber:n,sequence:i,chainId:c}){let w=(yield t.getAccounts()).find(T=>T.address===s);if(!w)throw new Error("signCosmosMessageDirectEvmos: failed to retrieve account from signer");let f=o.map(T=>Rt(T)),M=Buffer.from(w.pubkey).toString("base64"),{signDoc:P}=bt({pubKey:M,chainId:c,message:f,sequence:i,accountNumber:n,timeoutHeight:0,fee:r}),x=yield t.signDirect(s,P);return tx$3.TxRaw.fromPartial({bodyBytes:x.signed.bodyBytes,authInfoBytes:x.signed.authInfoBytes,signatures:[encoding.fromBase64(x.signature.signature)]})})}signCosmosMessageDirectInjective(p,h,m,u,y){return k(this,arguments,function*(s,t,o,r,{accountNumber:n,sequence:i,chainId:c}){let w=(yield t.getAccounts()).find(te=>te.address===s);if(!w)throw new Error("signCosmosMessageDirectInjective: failed to retrieve account from signer");let f=yield this.getRestEndpointForChain(c),x=(yield new rest.ChainRestTendermintApi(f).fetchLatestBlock()).header.height,T=new utils.BigNumberInBase(x).plus(utils.DEFAULT_BLOCK_TIMEOUT_HEIGHT),E=Buffer.from(w.pubkey).toString("base64"),U=o.map(te=>Rt(te)),{signDoc:X}=bt({pubKey:E,chainId:c,message:U,sequence:i,accountNumber:n,timeoutHeight:T.toNumber(),fee:r}),Xe=yield t.signDirect(s,X);return tx$3.TxRaw.fromPartial({bodyBytes:Xe.signed.bodyBytes,authInfoBytes:Xe.signed.authInfoBytes,signatures:[encoding.fromBase64(Xe.signature.signature)]})})}signCosmosMessageAmino(s){return k(this,null,function*(){let{signer:t,signerAddress:o,chainID:r,cosmosMsgs:n,fee:i,signerData:{accountNumber:c,sequence:p,chainId:h}}=s,u=(yield t.getAccounts()).find(Q=>Q.address===o);if(!u)throw new Error("signCosmosMessageAmino: failed to retrieve account from signer");let y=n.map(Q=>fs(Q)),A=y.findIndex(Q=>Q.typeUrl==="/ibc.applications.transfer.v1.MsgTransfer");if(A!==-1){let Q=yield this.getRpcEndpointForChain(r),It=yield (yield stargate.StargateClient.connect(Q,{accountParser:Ge})).getHeight();y[A].value.timeoutHeight={revisionHeight:It+100,revisionNumber:It+100},y[A].value.timeoutTimestamp=0;}let w=signing.SignMode.SIGN_MODE_LEGACY_AMINO_JSON,f=y.map(Q=>this.aminoTypes.toAmino(Q)),M=amino.makeSignDoc(f,i,h,"",c,p),{signature:P,signed:x}=yield t.signAmino(o,M),T={messages:x.msgs.map(Q=>this.aminoTypes.fromAmino(Q)),memo:x.memo};T.messages[0].value.memo=y[0].value.memo;let E={typeUrl:"/cosmos.tx.v1beta1.TxBody",value:T},U=this.registry.encode(E),X=math.Int53.fromString(x.fee.gas).toNumber(),Xe=math.Int53.fromString(x.sequence).toNumber(),te=ws(u,r),bs=protoSigning.makeAuthInfoBytes([{pubkey:te,sequence:Xe}],x.fee.amount,X,x.fee.granter,x.fee.payer,w);return tx$3.TxRaw.fromPartial({bodyBytes:U,authInfoBytes:bs,signatures:[encoding.fromBase64(P.signature)]})})}messages(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/msgs",re(R({},Er(s)),{slippage_tolerance_percent:s.slippageTolerancePercent||"0"}));return Jr(t)})}route(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/route",re(R({},Rr(s)),{cumulative_affiliate_fee_bps:this.cumulativeAffiliateFeeBPS}));return Bt(t)})}msgsDirect(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/msgs_direct",R({},eo(s)));return {msgs:t.msgs.map(o=>Ht(o)),txs:t.txs.map(o=>Dt(o)),route:Bt(t.route)}})}recommendAssets(s){return k(this,null,function*(){let t=br({requests:Array.isArray(s)?s:[s]}),o=yield this.requestClient.post("/v2/fungible/recommend_assets",t);return wr(o).recommendationEntries})}ibcOriginAssets(s){return k(this,null,function*(){let t=yield this.requestClient.post("/v2/fungible/ibc_origin_assets",Gr({assets:s}));return Zr(t).originAssets})}submitTransaction(o){return k(this,arguments,function*({chainID:s,tx:t}){let r=yield this.requestClient.post("/v2/tx/submit",{chain_id:s,tx:t});return Or(r)})}trackTransaction(r){return k(this,arguments,function*({chainID:s,txHash:t,options:o}){var m,u,y,A,w,f;let n=(u=(m=o==null?void 0:o.retry)==null?void 0:m.maxRetries)!=null?u:5,i=(A=(y=o==null?void 0:o.retry)==null?void 0:y.retryInterval)!=null?A:1e3,c=(f=(w=o==null?void 0:o.retry)==null?void 0:w.backoffMultiplier)!=null?f:2,p=0,h;for(;p<n;)try{let M=yield this.requestClient.post("/v2/tx/track",{chain_id:s,tx_hash:t});return Br(M)}catch(M){h=M,p++,yield ls(i*Math.pow(c,p-1));}throw h})}transactionStatus(r){return k(this,arguments,function*({chainID:s,txHash:t,options:o}){var m,u,y,A,w,f;let n=(u=(m=o==null?void 0:o.retry)==null?void 0:m.maxRetries)!=null?u:5,i=(A=(y=o==null?void 0:o.retry)==null?void 0:y.retryInterval)!=null?A:1e3,c=(f=(w=o==null?void 0:o.retry)==null?void 0:w.backoffMultiplier)!=null?f:2,p=0,h;for(;p<n;)try{let M=yield this.requestClient.get("/v2/tx/status",{chain_id:s,tx_hash:t});return Ir(M)}catch(M){h=M,p++,yield ls(i*Math.pow(c,p-1));}throw h})}waitForTransaction(r){return k(this,arguments,function*({chainID:s,txHash:t,onTransactionTracked:o}){let{explorerLink:n}=yield this.trackTransaction({chainID:s,txHash:t,options:{retry:{backoffMultiplier:2.5}}});for(o&&(yield o({txHash:t,chainID:s,explorerLink:n}));;){let i=yield this.transactionStatus({chainID:s,txHash:t});if(i.status==="STATE_COMPLETED")return i;yield ls(1e3);}})}venues(s){return k(this,null,function*(){return (yield this.requestClient.get("/v2/fungible/venues",{only_testnets:s})).venues.map(o=>G(o))})}getCosmsosGasAmountForMessage(s,t,o,r){return k(this,null,function*(){return xs(s,t,o,r)})}getAccountNumberAndSequence(s,t){return k(this,null,function*(){if(t.includes("dymension"))return this.getAccountNumberAndSequenceFromDymension(s,t);let o=yield this.getRpcEndpointForChain(t),r=yield stargate.StargateClient.connect(o,{accountParser:Ge}),n=yield r.getAccount(s);if(!n)throw new Error("getAccountNumberAndSequence: failed to retrieve account");return r.disconnect(),{accountNumber:n.accountNumber,sequence:n.sequence}})}getAccountNumberAndSequenceFromDymension(s,t){return k(this,null,function*(){let o=yield this.getRestEndpointForChain(t),r=yield co__default.default.get(`${o}/cosmos/auth/v1beta1/accounts/${s}`),n=0,i=0;return r.data.account.base_account?(n=r.data.account.base_account.sequence,i=r.data.account.base_account.account_number):(n=r.data.account.sequence,i=r.data.account.account_number),{accountNumber:i,sequence:n}})}getAccountNumberAndSequenceFromEvmos(s,t){return k(this,null,function*(){let o=yield this.getRestEndpointForChain(t),r=yield co__default.default.get(`${o}/cosmos/auth/v1beta1/accounts/${s}`),n=r.data.account.base_account.account_number,i=r.data.account.base_account.sequence;return {accountNumber:n,sequence:i}})}getAccountNumberAndSequenceInjective(s,t){return k(this,null,function*(){let o=yield this.getRestEndpointForChain(t),n=yield new rest.ChainRestAuthApi(o).fetchAccount(s);return {accountNumber:parseInt(n.account.base_account.account_number),sequence:parseInt(n.account.base_account.sequence)}})}getRpcEndpointForChain(s){return k(this,null,function*(){var n,i,c,p,h;if(this.endpointOptions.getRpcEndpointForChain)return this.endpointOptions.getRpcEndpointForChain(s);if(this.endpointOptions.endpoints&&this.endpointOptions.endpoints[s]){let m=this.endpointOptions.endpoints[s];if(m!=null&&m.rpc)return m.rpc}console.warn("Warning: You are using unreliable public endpoints. We strongly recommend overriding them via endpointOptions for use beyond development settings.");let t;if(t=es().find(m=>m.chain_id===s),t||(t=ss().find(m=>m.chain_id===s)),!t)throw new Error(`getRpcEndpointForChain: failed to find chain id '${s}' in registry`);if(((i=(n=t.apis)==null?void 0:n.rpc)==null?void 0:i.length)===0||!((c=t.apis)!=null&&c.rpc))throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${s}'`);let o=(h=(p=t.apis)==null?void 0:p.rpc)==null?void 0:h.map(m=>m.address),r=yield Cs(o,"rpc");if(!r)throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${s}'`);return r})}getRestEndpointForChain(s){return k(this,null,function*(){var n,i,c,p,h;if(this.endpointOptions.getRestEndpointForChain)return this.endpointOptions.getRestEndpointForChain(s);if(this.endpointOptions.endpoints&&this.endpointOptions.endpoints[s]){let m=this.endpointOptions.endpoints[s];if(m!=null&&m.rest)return m.rest}let t;if(t=es().find(m=>m.chain_id===s),t||(t=ss().find(m=>m.chain_id===s)),!t)throw new Error(`getRestEndpointForChain error: failed to find chain id '${s}' in registry`);if(((i=(n=t.apis)==null?void 0:n.rest)==null?void 0:i.length)===0||!((c=t.apis)!=null&&c.rest))throw new Error(`getRpcEndpointForChain error: failed to find RPC endpoint for chain '${s}'`);let o=(h=(p=t.apis)==null?void 0:p.rest)==null?void 0:h.map(m=>m.address),r=yield Cs(o,"rest");if(!r)throw new Error(`getRestEndpointForChain error: failed to find REST endpoint for chain '${s}'`);return r})}getCosmosFeeForMessage(i,c){return k(this,arguments,function*(s,t,o=ks,r,n){var w,f;if(n||(n=yield this.getRecommendedGasPrice(s)),!n)throw new Error(`getFeeForMessage error: Unable to get gas price for chain: ${s}`);if(r||(r=yield (w=this.getCosmosSigner)==null?void 0:w.call(this,s)),!r)throw new Error("getFeeForMessage error: signer is not provided or 'getCosmosSigner' is not configured in skip router");let h=((f=(yield r.getAccounts())[0])==null?void 0:f.address)||Z("getFeeForMessage error: unable to resolve account address from signer"),m=yield this.getRpcEndpointForChain(s),u=yield stargate.SigningStargateClient.connectWithSigner(m,r,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:Ge}),y=yield xs(u,h,s,t,void 0,o),A=stargate.calculateFee(Math.ceil(parseFloat(y)),n);if(!A)throw new Error("getFeeForMessage error: unable to get fee for message");return A})}getRecommendedGasPrice(s){return k(this,null,function*(){let t=yield this.getFeeInfoForChain(s);if(!t||!t.gasPrice)return;let o=t.gasPrice.average;return o===""&&(o=t.gasPrice.high),o===""&&(o=t.gasPrice.low),new stargate.GasPrice(math.Decimal.fromUserInput(o,18),t.denom)})}getFeeInfoForChain(s){return k(this,null,function*(){var p,h;let o=[...yield this.chains({}),...yield this.chains({onlyTestnets:!0})].find(m=>m.chainID===s);if(!o)return;let r=yield this.getDefaultGasTokenForChain(s);if(!r&&!o.feeAssets)return;let n=r?o.feeAssets.find(m=>m.denom===r):o.feeAssets[0];if(!n&&((h=(p=o.feeAssets)==null?void 0:p[0])==null?void 0:h.gasPrice)!==null)return o.feeAssets[0];if(n&&n.gasPrice!==null)return n;let i;if(i=es().find(m=>m.chain_id===s),i||(i=ss().find(m=>m.chain_id===s)),!i||!i.fees)return;let c=i.fees.fee_tokens.find(m=>m.denom===r);if(c)return {denom:c.denom,gasPrice:{low:c.low_gas_price?`${c.low_gas_price}`:"",average:c.average_gas_price?`${c.average_gas_price}`:"",high:c.high_gas_price?`${c.high_gas_price}`:""}}})}getDefaultGasTokenForChain(s){var c;let t=_r[s];if(t)return t;let o;if(o=es().find(p=>p.chain_id===s),o||(o=ss().find(p=>p.chain_id===s)),!o||!o.fees)return;let r=this.getStakingTokensForChain(s);if(r&&r.length>0){let p=o.fees.fee_tokens.find(h=>{var m;return h.denom===((m=r[0])==null?void 0:m.denom)});if(p)return p.denom}let n=o.fees.fee_tokens.find(p=>!p.denom.startsWith("ibc/")&&!p.denom.startsWith("l2/"));if(n)return n.denom;let i=o.fees.fee_tokens.find(p=>!p.denom.startsWith("l2/"));return i?i.denom:(c=o.fees.fee_tokens[0])==null?void 0:c.denom}getStakingTokensForChain(s){let t;if(t=es().find(o=>o.chain_id===s),t||(t=ss().find(o=>o.chain_id===s)),!t)throw new Error(`getStakingTokensForChain error: failed to find chain id '${s}' in registry`);if(t.staking)return t.staking.staking_tokens}validateGasBalances(p){return k(this,arguments,function*({txs:s,userAddresses:t,getOfflineSigner:o,getGasPrice:r,gasAmountMultiplier:n,getFallbackGasAmount:i,onValidateGasBalance:c}){var m;let h={};for(let u=0;u<s.length;u++){let y=s[u];if(y||Z(`validateGasBalances error: invalid tx at index ${u}`),"cosmosTx"in y){c==null||c({chainID:y.cosmosTx.chainID,txIndex:u,status:"pending"});let A=y.cosmosTx.msgs;if(A||Z(`validateGasBalances error: invalid msgs ${A}`),o=o||this.getCosmosSigner,!o)throw new Error("executeRoute error: 'getCosmosSigner' is not provided or configured in skip router");let w=yield o(y.cosmosTx.chainID),f=yield this.getRpcEndpointForChain(y.cosmosTx.chainID),M=yield stargate.SigningStargateClient.connectWithSigner(f,w,{aminoTypes:this.aminoTypes,registry:this.registry,accountParser:Ge}),P=((m=t.find(x=>x.chainID===y.cosmosTx.chainID))==null?void 0:m.address)||Z(`validateGasBalance error: invalid address for chain '${y.cosmosTx.chainID}'`);try{let x=yield this.validateCosmosGasBalance({client:M,signerAddress:P,chainID:y.cosmosTx.chainID,messages:A,getGasPrice:r,gasAmountMultiplier:n,getFallbackGasAmount:i});h[u]=x,c==null||c({chainID:y.cosmosTx.chainID,txIndex:u,status:"success"});}catch(x){let T=x;throw c==null||c({chainID:y.cosmosTx.chainID,txIndex:u,status:"error"}),new Error(`validateGasBalances error: ${T.message}`)}}}return c==null||c({status:"completed"}),h})}validateCosmosGasBalance(p){return k(this,arguments,function*({chainID:s,client:t,signerAddress:o,messages:r,getGasPrice:n,gasAmountMultiplier:i,getFallbackGasAmount:c}){var M,P;let h=yield this.estimateGasForMessage({stargateClient:t,chainID:s,signerAddress:o,gasAmountMultiplier:i,getGasPrice:n,messages:r,getFallbackGasAmount:c});if(!h.amount[0])throw new Error("validateCosmosGasBalance error: unable to get fee amount");if(s==="noble-1")return h.amount[0];let m=yield this.assets(),u=yield this.assets({onlyTestnets:!0}),A=R(R({},m),u)[s],w=yield Promise.all(h.amount.map(x=>k(this,null,function*(){let T=A==null?void 0:A.find(U=>U.denom.toLowerCase()===x.denom.toLowerCase());if(!T||!T.decimals)return {errMessage:`${x.denom} is not found in assets for ${s}.`,amount:x};let E=yield t.getBalance(o,x.denom);if(parseInt(E.amount)<parseInt(x.amount)){let U=Number(E.amount)/Math.pow(10,T.decimals),X=Number(x.amount)/Math.pow(10,T.decimals);return {errMessage:`Insufficient fee token to initiate transfer on ${s}. Need ${X} ${T.recommendedSymbol||x.denom}, but only have ${U} ${T.recommendedSymbol||x.denom}.`,amount:x}}return {errMessage:null,amount:x}}))),f=w.find(x=>x.errMessage===null);if(!f)throw w.length>1?new Error(((M=w[0])==null?void 0:M.errMessage)||`Insufficient fee token to initiate transfer on ${s}.`):new Error(((P=w[0])==null?void 0:P.errMessage)||`Insufficient fee token to initiate transfer on ${s}.`);return f.amount})}};function oi(e){var r;let s=Object.values(e).map(n=>n.affiliates),t=(r=s[0])==null?void 0:r.reduce((n,i)=>{if(!i.basisPointsFee)throw new Error("basisPointFee must exist in each affiliate");return n+parseInt(i.basisPointsFee,10)},0);if(!s.every(n=>n.reduce((c,p)=>{if(!p.basisPointsFee)throw new Error("basisPointFee must exist in each affiliate");if(!p.address)throw new Error("address to receive fee must exist in each affiliate");return c+parseInt(p==null?void 0:p.basisPointsFee,10)},0)===t))throw new Error("basisPointFee does not add up to the same number for each chain in chainIDsToAffiliates");return t==null?void 0:t.toFixed(0)}var po=class extends Vt{};function Z(e,s){throw new Error(e,s)}function ls(e){return new Promise(s=>setTimeout(s,e))}
61
78
 
62
- exports.DEFAULT_GAS_MULTIPLIER = An;
63
- exports.SKIP_API_URL = Gi;
64
- exports.SkipClient = Et;
65
- exports.SkipRouter = er;
66
- exports.affiliateFromJSON = Tt;
67
- exports.affiliateToJSON = wt;
68
- exports.assetBetweenChainsFromJSON = ni;
69
- exports.assetBetweenChainsToJSON = Qu;
70
- exports.assetFromJSON = ee;
71
- exports.assetOrErrorFromJSON = jo;
72
- exports.assetOrErrorToJSON = ei;
73
- exports.assetRecommendationFromJSON = us;
74
- exports.assetRecommendationRequestFromJSON = ti;
75
- exports.assetRecommendationRequestToJSON = si;
76
- exports.assetRecommendationToJSON = gs;
77
- exports.assetToJSON = ze;
78
- exports.assetsBetweenChainsRequestFromJSON = Xu;
79
- exports.assetsBetweenChainsRequestToJSON = Ls;
80
- exports.assetsBetweenChainsResponseFromJSON = Ks;
81
- exports.assetsFromSourceRequestFromJSON = xu;
82
- exports.assetsFromSourceRequestToJSON = ms;
83
- exports.assetsRequestFromJSON = Tu;
84
- exports.assetsRequestToJSON = ps;
85
- exports.axelarTransferFromJSON = ho;
86
- exports.axelarTransferInfoFromJSON = qo;
87
- exports.axelarTransferInfoToJSON = Ho;
88
- exports.axelarTransferToJSON = ko;
89
- exports.axelarTransferTransactionsFromJSON = Zo;
90
- exports.axelarTransferTransactionsToJSON = zo;
91
- exports.balanceRequestChainEntryFromJSON = ng;
92
- exports.balanceRequestChainEntryToJSON = tg;
93
- exports.balanceRequestFromJSON = sg;
94
- exports.balanceRequestToJSON = Ri;
95
- exports.balanceResponseChainEntryFromJSON = Ui;
96
- exports.balanceResponseChainEntryToJSON = Si;
97
- exports.balanceResponseDenomEntryFromJSON = _i;
98
- exports.balanceResponseDenomEntryToJSON = Pi;
99
- exports.balanceResponseFromJSON = Hs;
100
- exports.balanceResponseToJSON = rg;
101
- exports.bankSendFromJSON = Co;
102
- exports.bankSendToJSON = xo;
103
- exports.bridgeFromJSON = ri;
104
- exports.bridgeToJSON = oi;
105
- exports.bridgesResponseFromJSON = Gs;
106
- exports.bridgesResponseToJSON = ju;
107
- exports.cctpTransferFromJSON = bo;
108
- exports.cctpTransferInfoFromJSON = di;
109
- exports.cctpTransferInfoToJSON = ci;
110
- exports.cctpTransferToJSON = Do;
111
- exports.cctpTransferTransactionsFromJSON = ii;
112
- exports.cctpTransferTransactionsToJSON = ai;
113
- exports.chainAffiliatesFromJSON = vi;
114
- exports.chainAffiliatesToJSON = yi;
115
- exports.chainFromJSON = ls;
116
- exports.chainIDsToAffiliatesMapFromJSON = zs;
117
- exports.chainIDsToAffiliatesMapToJSON = qs;
118
- exports.chainToJSON = wu;
119
- exports.chainTransactionFromJSON = D;
120
- exports.chainTransactionToJSON = B;
121
- exports.contractCallWithTokenTransactionsFromJSON = Ko;
122
- exports.contractCallWithTokenTransactionsToJSON = Go;
123
- exports.cosmWasmContractMsgFromJSON = fo;
124
- exports.cosmWasmContractMsgToJSON = Mo;
125
- exports.cosmosMsgFromJSON = yo;
126
- exports.cosmosMsgToJSON = Ro;
127
- exports.cosmosTxFromJSON = No;
128
- exports.cosmosTxToJSON = Jo;
129
- exports.denomWithChainIDFromJSON = Qo;
130
- exports.denomWithChainIDToJSON = Xo;
131
- exports.erc20ApprovalFromJSON = Eo;
132
- exports.erc20ApprovalToJSON = Fo;
133
- exports.estimatedFeeFromJSON = As;
134
- exports.estimatedFeeToJSON = no;
135
- exports.evmSwapFromJSON = po;
136
- exports.evmSwapToJSON = lo;
137
- exports.evmTxFromJSON = Vs;
138
- exports.evmTxToJSON = Is;
139
- exports.feeAssetFromJSON = $r;
140
- exports.feeAssetToJSON = Yr;
141
- exports.getCosmosGasAmountForMessage = yn;
142
- exports.getEncodeObjectFromCosmosMessage = vn;
143
- exports.getEncodeObjectFromCosmosMessageInjective = St;
144
- exports.hyperlaneTransferFromJSON = Bo;
145
- exports.hyperlaneTransferInfoFromJSON = mi;
146
- exports.hyperlaneTransferInfoToJSON = pi;
147
- exports.hyperlaneTransferToJSON = Oo;
148
- exports.hyperlaneTransferTransactionsFromJSON = ui;
149
- exports.hyperlaneTransferTransactionsToJSON = gi;
150
- exports.ibcAddressFromJSON = Zu;
151
- exports.ibcAddressToJSON = zu;
152
- exports.ibcCapabilitiesFromJSON = Qr;
153
- exports.ibcCapabilitiesToJSON = Xr;
154
- exports.messageResponseFromJSON = Es;
155
- exports.msgFromJSON = Vt;
156
- exports.msgToJSON = Hu;
157
- exports.msgsDirectRequestFromJSON = eg;
158
- exports.msgsDirectRequestToJSON = Zs;
159
- exports.msgsRequestFromJSON = Vu;
160
- exports.msgsRequestToJSON = hs;
161
- exports.multiChainMsgFromJSON = Ao;
162
- exports.multiChainMsgToJSON = vo;
163
- exports.nextBlockingTransferFromJSON = xs;
164
- exports.nextBlockingTransferToJSON = Ts;
165
- exports.opInitTransferFromJSON = Vo;
166
- exports.opInitTransferInfoFromJSON = Mi;
167
- exports.opInitTransferInfoToJSON = Ai;
168
- exports.opInitTransferToJSON = Io;
169
- exports.opInitTransferTransactionsFromJSON = li;
170
- exports.opInitTransferTransactionsToJSON = fi;
171
- exports.operationFromJSON = _s;
172
- exports.operationToJSON = Ps;
173
- exports.originAssetsRequestFromJSON = $u;
174
- exports.originAssetsRequestToJSON = Js;
175
- exports.originAssetsResponseFromJSON = Ws;
176
- exports.originAssetsResponseToJSON = Yu;
177
- exports.packetFromJSON = _o;
178
- exports.packetToJSON = Po;
179
- exports.postHandlerFromJSON = Us;
180
- exports.postHandlerToJSON = Ss;
181
- exports.recommendAssetsRequestFromJSON = bu;
182
- exports.recommendAssetsRequestToJSON = fs;
183
- exports.recommendAssetsResponseFromJSON = Ms;
184
- exports.recommendAssetsResponseToJSON = Du;
185
- exports.recommendationEntryFromJSON = jr;
186
- exports.recommendationEntryToJSON = eo;
187
- exports.routeRequestFromJSON = Bu;
188
- exports.routeRequestToJSON = vs;
79
+ exports.DEFAULT_GAS_MULTIPLIER = ks;
80
+ exports.SKIP_API_URL = ri;
81
+ exports.SkipClient = Vt;
82
+ exports.SkipRouter = po;
83
+ exports.affiliateFromJSON = Nt;
84
+ exports.affiliateToJSON = $t;
85
+ exports.assetBetweenChainsFromJSON = ha;
86
+ exports.assetBetweenChainsToJSON = Am;
87
+ exports.assetFromJSON = se;
88
+ exports.assetOrErrorFromJSON = ga;
89
+ exports.assetOrErrorToJSON = ua;
90
+ exports.assetRecommendationFromJSON = fr;
91
+ exports.assetRecommendationRequestFromJSON = la;
92
+ exports.assetRecommendationRequestToJSON = va;
93
+ exports.assetRecommendationToJSON = xr;
94
+ exports.assetToJSON = Ke;
95
+ exports.assetsBetweenChainsRequestFromJSON = Mm;
96
+ exports.assetsBetweenChainsRequestToJSON = Xr;
97
+ exports.assetsBetweenChainsResponseFromJSON = Qr;
98
+ exports.assetsFromSourceRequestFromJSON = Yd;
99
+ exports.assetsFromSourceRequestToJSON = yr;
100
+ exports.assetsRequestFromJSON = em;
101
+ exports.assetsRequestToJSON = Ar;
102
+ exports.axelarTransferFromJSON = Hn;
103
+ exports.axelarTransferInfoFromJSON = aa;
104
+ exports.axelarTransferInfoToJSON = ia;
105
+ exports.axelarTransferToJSON = zn;
106
+ exports.axelarTransferTransactionsFromJSON = oa;
107
+ exports.axelarTransferTransactionsToJSON = na;
108
+ exports.balanceRequestChainEntryFromJSON = Sm;
109
+ exports.balanceRequestChainEntryToJSON = Rm;
110
+ exports.balanceRequestFromJSON = Pm;
111
+ exports.balanceRequestToJSON = $a;
112
+ exports.balanceResponseChainEntryFromJSON = Ba;
113
+ exports.balanceResponseChainEntryToJSON = Da;
114
+ exports.balanceResponseDenomEntryFromJSON = Ea;
115
+ exports.balanceResponseDenomEntryToJSON = Oa;
116
+ exports.balanceResponseFromJSON = ro;
117
+ exports.balanceResponseToJSON = Tm;
118
+ exports.bankSendFromJSON = Vn;
119
+ exports.bankSendToJSON = In;
120
+ exports.bridgeFromJSON = _a;
121
+ exports.bridgeToJSON = ka;
122
+ exports.bridgesResponseFromJSON = Yr;
123
+ exports.bridgesResponseToJSON = bm;
124
+ exports.cctpTransferFromJSON = Ln;
125
+ exports.cctpTransferInfoFromJSON = ya;
126
+ exports.cctpTransferInfoToJSON = Aa;
127
+ exports.cctpTransferToJSON = qn;
128
+ exports.cctpTransferTransactionsFromJSON = fa;
129
+ exports.cctpTransferTransactionsToJSON = xa;
130
+ exports.chainAffiliatesFromJSON = Ua;
131
+ exports.chainAffiliatesToJSON = Na;
132
+ exports.chainFromJSON = Mr;
133
+ exports.chainIDsToAffiliatesMapFromJSON = so;
134
+ exports.chainIDsToAffiliatesMapToJSON = to;
135
+ exports.chainToJSON = sm;
136
+ exports.chainTransactionFromJSON = N;
137
+ exports.chainTransactionToJSON = $;
138
+ exports.contractCallWithTokenTransactionsFromJSON = ta;
139
+ exports.contractCallWithTokenTransactionsToJSON = ra;
140
+ exports.cosmWasmContractMsgFromJSON = Pn;
141
+ exports.cosmWasmContractMsgToJSON = Tn;
142
+ exports.cosmosMsgFromJSON = Nn;
143
+ exports.cosmosMsgToJSON = $n;
144
+ exports.cosmosTxFromJSON = Qn;
145
+ exports.cosmosTxToJSON = Yn;
146
+ exports.denomWithChainIDFromJSON = da;
147
+ exports.denomWithChainIDToJSON = ma;
148
+ exports.erc20ApprovalFromJSON = Zn;
149
+ exports.erc20ApprovalToJSON = Xn;
150
+ exports.estimatedFeeFromJSON = Sr;
151
+ exports.estimatedFeeToJSON = ln;
152
+ exports.evmSwapFromJSON = Sn;
153
+ exports.evmSwapToJSON = Rn;
154
+ exports.evmTxFromJSON = Lr;
155
+ exports.evmTxToJSON = qr;
156
+ exports.feeAssetFromJSON = pn;
157
+ exports.feeAssetToJSON = dn;
158
+ exports.getCosmosGasAmountForMessage = xs;
159
+ exports.getEncodeObjectFromCosmosMessage = fs;
160
+ exports.getEncodeObjectFromCosmosMessageInjective = Rt;
161
+ exports.hyperlaneTransferFromJSON = Jn;
162
+ exports.hyperlaneTransferInfoFromJSON = wa;
163
+ exports.hyperlaneTransferInfoToJSON = Sa;
164
+ exports.hyperlaneTransferToJSON = jn;
165
+ exports.hyperlaneTransferTransactionsFromJSON = Ma;
166
+ exports.hyperlaneTransferTransactionsToJSON = ba;
167
+ exports.ibcAddressFromJSON = vm;
168
+ exports.ibcAddressToJSON = _m;
169
+ exports.ibcCapabilitiesFromJSON = mn;
170
+ exports.ibcCapabilitiesToJSON = gn;
171
+ exports.messageResponseFromJSON = Jr;
172
+ exports.msgFromJSON = Ht;
173
+ exports.msgToJSON = fm;
174
+ exports.msgsDirectRequestFromJSON = wm;
175
+ exports.msgsDirectRequestToJSON = eo;
176
+ exports.msgsRequestFromJSON = am;
177
+ exports.msgsRequestToJSON = Er;
178
+ exports.multiChainMsgFromJSON = Cn;
179
+ exports.multiChainMsgToJSON = Un;
180
+ exports.nextBlockingTransferFromJSON = Dr;
181
+ exports.nextBlockingTransferToJSON = Hr;
182
+ exports.opInitTransferFromJSON = Kn;
183
+ exports.opInitTransferInfoFromJSON = Ta;
184
+ exports.opInitTransferInfoToJSON = Ca;
185
+ exports.opInitTransferToJSON = Gn;
186
+ exports.opInitTransferTransactionsFromJSON = Ra;
187
+ exports.opInitTransferTransactionsToJSON = Pa;
188
+ exports.operationFromJSON = Cr;
189
+ exports.operationToJSON = Ur;
190
+ exports.originAssetsRequestFromJSON = xm;
191
+ exports.originAssetsRequestToJSON = Gr;
192
+ exports.originAssetsResponseFromJSON = Zr;
193
+ exports.originAssetsResponseToJSON = ym;
194
+ exports.packetFromJSON = En;
195
+ exports.packetToJSON = On;
196
+ exports.postHandlerFromJSON = Nr;
197
+ exports.postHandlerToJSON = $r;
198
+ exports.recommendAssetsRequestFromJSON = tm;
199
+ exports.recommendAssetsRequestToJSON = br;
200
+ exports.recommendAssetsResponseFromJSON = wr;
201
+ exports.recommendAssetsResponseToJSON = rm;
202
+ exports.recommendationEntryFromJSON = un;
203
+ exports.recommendationEntryToJSON = hn;
204
+ exports.routeRequestFromJSON = om;
205
+ exports.routeRequestToJSON = Rr;
189
206
  exports.routeResponseFromJSON = Bt;
190
- exports.routeResponseToJSON = Ou;
191
- exports.sendTokenTransactionsFromJSON = Wo;
192
- exports.sendTokenTransactionsToJSON = Lo;
193
- exports.smartRelayFeeQuoteFromJSON = To;
194
- exports.smartRelayFeeQuoteToJSON = wo;
195
- exports.smartSwapExactCoinInFromJSON = io;
196
- exports.smartSwapExactCoinInToJSON = ao;
207
+ exports.routeResponseToJSON = nm;
208
+ exports.sendTokenTransactionsFromJSON = ea;
209
+ exports.sendTokenTransactionsToJSON = sa;
210
+ exports.smartRelayFeeQuoteFromJSON = Fn;
211
+ exports.smartRelayFeeQuoteToJSON = Wn;
212
+ exports.smartSwapExactCoinInFromJSON = xn;
213
+ exports.smartSwapExactCoinInToJSON = yn;
197
214
  exports.smartSwapOptionsFromJSON = Ct;
198
- exports.smartSwapOptionsToJSON = xt;
199
- exports.submitTxRequestFromJSON = Iu;
200
- exports.submitTxRequestToJSON = Eu;
201
- exports.submitTxResponseFromJSON = ks;
202
- exports.submitTxResponseToJSON = Fu;
203
- exports.svmTxFromJSON = Bs;
204
- exports.svmTxToJSON = Os;
205
- exports.swapExactCoinInFromJSON = ro;
206
- exports.swapExactCoinInToJSON = oo;
207
- exports.swapExactCoinOutFromJSON = co;
208
- exports.swapExactCoinOutToJSON = uo;
209
- exports.swapFromJSON = go;
210
- exports.swapOperationFromJSON = bt;
211
- exports.swapOperationToJSON = Dt;
212
- exports.swapRouteFromJSON = to;
213
- exports.swapRouteToJSON = so;
214
- exports.swapToJSON = mo;
215
- exports.swapVenueFromJSON = $;
216
- exports.swapVenueRequestFromJSON = ht;
217
- exports.swapVenueRequestToJSON = kt;
218
- exports.swapVenueToJSON = Ne;
219
- exports.trackTxRequestFromJSON = Nu;
220
- exports.trackTxRequestToJSON = Ju;
221
- exports.trackTxResponseFromJSON = Cs;
222
- exports.trackTxResponseToJSON = Wu;
223
- exports.transferAssetReleaseFromJSON = ws;
224
- exports.transferAssetReleaseToJSON = bs;
225
- exports.transferEventFromJSON = Fs;
226
- exports.transferEventToJSON = Ns;
227
- exports.transferFromJSON = ys;
228
- exports.transferInfoFromJSON = Uo;
229
- exports.transferInfoToJSON = So;
230
- exports.transferStatusFromJSON = $o;
231
- exports.transferStatusToJSON = Yo;
232
- exports.transferToJSON = Rs;
233
- exports.txFromJSON = Ot;
234
- exports.txStatusRequestFromJSON = Lu;
235
- exports.txStatusRequestToJSON = Ku;
236
- exports.txStatusResponseFromJSON = Ds;
237
- exports.txStatusResponseToJSON = Gu;
238
- exports.txToJSON = qu;
215
+ exports.smartSwapOptionsToJSON = Ut;
216
+ exports.submitTxRequestFromJSON = im;
217
+ exports.submitTxRequestToJSON = cm;
218
+ exports.submitTxResponseFromJSON = Or;
219
+ exports.submitTxResponseToJSON = pm;
220
+ exports.svmTxFromJSON = Fr;
221
+ exports.svmTxToJSON = Wr;
222
+ exports.swapExactCoinInFromJSON = kn;
223
+ exports.swapExactCoinInToJSON = fn;
224
+ exports.swapExactCoinOutFromJSON = An;
225
+ exports.swapExactCoinOutToJSON = Mn;
226
+ exports.swapFromJSON = bn;
227
+ exports.swapOperationFromJSON = Et;
228
+ exports.swapOperationToJSON = Ot;
229
+ exports.swapRouteFromJSON = vn;
230
+ exports.swapRouteToJSON = _n;
231
+ exports.swapToJSON = wn;
232
+ exports.swapVenueFromJSON = G;
233
+ exports.swapVenueRequestFromJSON = Pt;
234
+ exports.swapVenueRequestToJSON = Tt;
235
+ exports.swapVenueToJSON = Ve;
236
+ exports.trackTxRequestFromJSON = dm;
237
+ exports.trackTxRequestToJSON = mm;
238
+ exports.trackTxResponseFromJSON = Br;
239
+ exports.trackTxResponseToJSON = gm;
240
+ exports.transferAssetReleaseFromJSON = zr;
241
+ exports.transferAssetReleaseToJSON = Vr;
242
+ exports.transferEventFromJSON = jr;
243
+ exports.transferEventToJSON = Kr;
244
+ exports.transferFromJSON = Pr;
245
+ exports.transferInfoFromJSON = Bn;
246
+ exports.transferInfoToJSON = Dn;
247
+ exports.transferStatusFromJSON = ca;
248
+ exports.transferStatusToJSON = pa;
249
+ exports.transferToJSON = Tr;
250
+ exports.txFromJSON = Dt;
251
+ exports.txStatusRequestFromJSON = um;
252
+ exports.txStatusRequestToJSON = hm;
253
+ exports.txStatusResponseFromJSON = Ir;
254
+ exports.txStatusResponseToJSON = lm;
255
+ exports.txToJSON = km;